- 02 Ara, 2013 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
Walter Doerwald yazdı
-
Gregory P. Smith yazdı
descriptor 0, 1 or 2 is closed. The errpipe_write fd will always be >= 3.
-
- 01 Ara, 2013 5 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
Patch by Daniel Urban.
-
Gregory P. Smith yazdı
causing test_multiprocessing_forkserver and test_multiprocessing_spawn failures on head (3.4).
-
Gregory P. Smith yazdı
descriptor 0, 1 or 2 is closed.
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
- 30 Kas, 2013 4 kayıt (commit)
-
-
Zachary Ware yazdı
-
Vinay Sajip yazdı
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
This fix does not cause any degradation in performance.
-
- 28 Kas, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 29 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 28 Kas, 2013 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Based on patches by Christian Heimes and Vajrasky Kok
-
- 27 Kas, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 26 Kas, 2013 9 kayıt (commit)
-
-
Zachary Ware yazdı
pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
of the time. Patch by Julian Gindi.
-
Serhiy Storchaka yazdı
virtual interface. Original patch by Kent Frazier.
-
Mark Dickinson yazdı
-
Serhiy Storchaka yazdı
-
Mark Dickinson yazdı
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
-
Serhiy Storchaka yazdı
-
Georg Brandl yazdı
-
- 25 Kas, 2013 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Gregory P. Smith yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 24 Kas, 2013 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace.
-
Stefan Krah yazdı
_decimal: o Make all "mpd_t to C integer" conversion functions available in both the 64-bit and the 32-bit versions. o Make all mixed mpd_t/C integer arithmetic functions available in the 32-bit version. o Better handling of __STDC_LIMIT_MACROS for C++ users. o Add struct tags (at the request of C++ users). 2) Check for libmpdec.so.2 if --with-system-libmpdec is used.
-
Serhiy Storchaka yazdı
time.strptime(). Initial patch by Claudiu Popa.
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-