- 04 Nov, 2014 5 commits
-
-
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 6 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
Steve Dower authored
-
Steve Dower authored
-
Zachary Ware authored
-
Steve Dower authored
-