- 04 Kas, 2014 6 kayıt (commit)
-
-
Robert Collins yazdı
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 yazdı
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 yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 03 Kas, 2014 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Alex Gaynor with some modifications by me.
-
- 02 Kas, 2014 22 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and above. Patch by Tim Graham.
-
Serhiy Storchaka yazdı
and above. Patch by Tim Graham.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
-
Antoine Pitrou yazdı
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo.
-
Antoine Pitrou yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
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 Kas, 2014 5 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Zachary Ware yazdı
-