- 05 Nov, 2014 4 commits
-
-
Victor Stinner authored
Move the _loop attribute from the constructor of _SelectorTransport, _ProactorBasePipeTransport and _UnixWritePipeTransport classes to the constructor of the _FlowControlMixin class. Add also an assertion to explicit that the parent class must ensure that the loop is defined (not None)
-
Victor Stinner authored
Move the _loop attribute from the constructor of _SelectorTransport, _ProactorBasePipeTransport and _UnixWritePipeTransport classes to the constructor of the _FlowControlMixin class. Add also an assertion to explicit that the parent class must ensure that the loop is defined (not None)
-
Victor Stinner authored
MAXPATHLEN is now preferred.
-
Victor Stinner authored
now preferred. Patch written by Jeffrey Armstrong.
-
- 04 Nov, 2014 6 commits
-
-
Robert Collins authored
When used in the real world it can under some situations trigger " assert not _relpath.startswith('..'), "Path must be within the project" AssertionError: Path must be within the project " Because _get_name_from_path was not expecting to be called with the top level directory.
-
Robert Collins authored
We were not honouring load_tests in a package/__init__.py when that was the start_dir parameter, though we do when it is a child package. The fix required a little care since it introduces the possibility of infinite recursion.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 03 Nov, 2014 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Alex Gaynor with some modifications by me.
-
- 02 Nov, 2014 22 commits
-
-
Serhiy Storchaka authored
and above. Patch by Tim Graham.
-
Serhiy Storchaka authored
and above. Patch by Tim Graham.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
-
Antoine Pitrou authored
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo.
-
Antoine Pitrou authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Ned Deily authored
-
Ned Deily authored
When running tests in subprocesses with the regrtest -j option, a bug in Cocoa Tk can result in a Tcl segfault. Avoid the problem by forcing Tk to fully initialize as an OS X gui process before destroying the Tcl instance and creating another. (Original patch by Serhiy Storchaka)
-
- 01 Nov, 2014 1 commit
-
-
Zachary Ware authored
-