- 18 Tem, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Eric V. Smith yazdı
Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError.
-
R David Murray yazdı
-
- 17 Tem, 2011 5 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky.
-
Senthil Kumaran yazdı
-
- 16 Tem, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
shutdown() is called, without waiting for the garbage collector to kick in.
-
- 15 Tem, 2011 11 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Andreas Stührk.
-
Antoine Pitrou yazdı
Patch by Andreas Stührk.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Andreas Stührk.
-
Antoine Pitrou yazdı
embedding Python. Patch by Andreas Stührk.
-
Antoine Pitrou yazdı
-
- 14 Tem, 2011 6 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
test_shutdown() may fail on very slow buildbots like FreeBSD 6.4 just because of the arbitrary timeout.
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
- 13 Tem, 2011 6 kayıt (commit)
-
-
Ned Deily yazdı
as the processor type on some Mac systems. Also fix NameError in fallback _mac_ver_gestalt function. And remove out-of-date URL in docs.
-
Victor Stinner yazdı
the parent structure. Patch by Vlad Riscutia.
-
Antoine Pitrou yazdı
Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError.
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
- 12 Tem, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
cleared by the garbage collector. This fixes a segfault when an instance and its type get caught in a reference cycle, and the instance's deallocator calls one of the methods on the type (e.g. when subclassing IOBase). Diagnosis and patch by Davide Rizzo.
-
- 10 Tem, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 09 Tem, 2011 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Also, point to the various alternatives.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-