- 05 Dec, 2014 7 commits
-
-
Serhiy Storchaka authored
-
Brett Cannon authored
automated process.
-
Victor Stinner authored
finalization. Before the module kept a reference to the builtins module, but the module attributes are cleared during Python finalization. Instead, keep directly a reference to the open() function. This enhancement is not perfect, calling tokenize.open() can still fail if called very late during Python finalization. Usually, the function is called by the linecache module which is called to display a traceback or emit a warning.
-
Terry Jan Reedy authored
and case. Edit some of the explanatory sentences and end all with a period.
-
Yury Selivanov authored
-
Victor Stinner authored
event loop if a BaseException is raised, because the event loop is already stopped.
-
Victor Stinner authored
Call _stop_accept_futures() before sestting the _closed attribute, otherwise call_soon() raises an error.
-
- 04 Dec, 2014 5 commits
-
-
Victor Stinner authored
written by Torsten Landschoff. create_task(), call_at(), call_soon(), call_soon_threadsafe() and run_in_executor() now raise an error if the event loop is closed.
-
Victor Stinner authored
* mock also resume_reading() * ensure that resume_reading() is called
-
Victor Stinner authored
avoid attribute errors in destructors.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
from idlelib/help.txt, add 'C' comment, and remove obsolete ^Z comment Original patch by Zach Ware.
-
- 03 Dec, 2014 2 commits
-
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
returned by ZipFile.open() can now operate independently of the ZipFile even if the ZipFile was created by passing in a file-like object as the first argument to the constructor.
-
- 02 Dec, 2014 4 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Barry Warsaw authored
Windows buildbots. Found by Jeremy Kloth.
-
Serhiy Storchaka authored
is specified with non-string argument. Based on patch by Renaud Blanch.
-
- 01 Dec, 2014 9 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
asked to compile a source file containing multiple dots in the source file name.
-
Barry Warsaw authored
asked to compile a source file containing multiple dots in the source file name.
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Original patch by Martin Panter.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
instead of deperecated cgi.escape(). Original patch by Raymond Hettinger.
-
- 30 Nov, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Alex Gaynor.
-
- 29 Nov, 2014 1 commit
-
-
Antoine Pitrou authored
-
- 28 Nov, 2014 6 commits
-
-
Ned Deily authored
-
Victor Stinner authored
-
Victor Stinner authored
Patch written by Martin Richard.
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
- 27 Nov, 2014 3 commits
-
-
Serhiy Storchaka authored
current directory in current directory.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
bytes path.
-