- 06 Ock, 2011 9 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
Björn Lindqvist.
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Victor Stinner yazdı
And not the compilation (if the input is a string).
-
- 05 Ock, 2011 26 kayıt (commit)
-
-
Victor Stinner yazdı
That's why I prefer a single instruction per line :-)
-
Victor Stinner yazdı
Fix a ResourceWarning(unclosed socket). Patch written by Nadeem Vawda.
-
Victor Stinner yazdı
Fix a ResourceWarning(unclosed socket) if an exception is raised in the constructor after the creation of the socket. Patch written by Nadeem Vawda.
-
Alexander Belopolsky yazdı
- removed unnecessary struct_time to tuple conversion - added more unit tests (See issue #10827 for discussion.)
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
socket is now always non-blocking, regardless of the operating system.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
Patch by Jean-Paul Calderone and Sandro Tosi.
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Popen.communicate() avoids deadlocks and close the pipes when done. This commit fixes a ResourceWarning(unclosed pipe).
-
Victor Stinner yazdı
Fix a ResourceWarning(unclosed file).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
PyUnicode_FromFormat() and PyErr_Format() allocates a buffer of the needed size, it is no more a fixed-buffer of 500 bytes.
-
R. David Murray yazdı
There's still a bug here (the encode call shouldn't use the 'errors' paramter), but I'll fix that later.
-
Victor Stinner yazdı
Instead of _testcapi.format_unicode() because it has a limited API: it requires exactly one argument of type unicode.
-
- 04 Ock, 2011 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
will fix intermittent failures on some buildbots (issue #8458).
-
Gregory P. Smith yazdı
deletes its _block attribute, deal with that. This prevents an uncaught exception in a thread during test_thread. This refactors a bit to better match what I did in the r87727 backport to 2.7.
-