- 27 Ock, 2012 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 26 Ock, 2012 4 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Meador Inge yazdı
-
Raymond Hettinger yazdı
-
- 25 Ock, 2012 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Vinay Sajip yazdı
Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(rather than `-m test.regrtest`)
-
- 24 Ock, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions).
-
- 23 Ock, 2012 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
- 22 Ock, 2012 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
an actual function.
-
- 21 Ock, 2012 8 kayıt (commit)
-
-
Gregory P. Smith yazdı
"oops" while rearranging the #defines.
-
Gregory P. Smith yazdı
Many lack readdir64, use readdir. Only use readdir64 on solaris where it is required to work around a solaris bug.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
suboptimal by closing all possible file descriptors rather than just the open ones in the child process before exec(). It now closes only the open fds when it is possible to safely determine what those are.
-
Gregory P. Smith yazdı
-
Antoine Pitrou yazdı
Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods.
-
Sandro Tosi yazdı
-
Senthil Kumaran yazdı
-
- 20 Ock, 2012 4 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Meador Inge yazdı
-
- 19 Ock, 2012 2 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-