- 26 Haz, 2012 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 25 Haz, 2012 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
-
Stefan Krah yazdı
-
Gregory P. Smith yazdı
to using signal.alarm(1) instead of signal.setitimer(signal.ITIMER_REAL, 0.1). This is an attempt to see if this change is what caused the ubuntu arm buildbot to hang in test_io's test_interrupted_write_retry_text. Discussion in Issue #12268.
-
- 24 Haz, 2012 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
no longer lose data when an underlying read system call is interrupted. IOError is no longer raised due to a read system call returning EINTR from within these methods.
-
Gregory P. Smith yazdı
alarm for the signal tests.
-
- 23 Haz, 2012 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Mark Dickinson yazdı
Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Charles-François Natali yazdı
-
- 22 Haz, 2012 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
mktime() when timezone offest is supplied.
-
- 21 Haz, 2012 1 kayıt (commit)
-
-
Hynek Schlawack yazdı
Loosely based on the work by Hirokazu Yamamoto.
-
- 19 Haz, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 18 Haz, 2012 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Petri Lehtinen yazdı
-
- 17 Haz, 2012 6 kayıt (commit)
-
-
R David Murray yazdı
-
Ezio Melotti yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 15 Haz, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Antoine Pitrou yazdı
-
- 14 Haz, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 13 Haz, 2012 2 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
- 11 Haz, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
Patch by Hallvard B Furuseth.
-
- 07 Haz, 2012 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
use. Make the get_entity 'method' a module function as it did not use 'self'. Delete buggy _find_constructor function that is not needed, at least in 3.x. Revise get_argspec so all tests pass. Add and fix NEWS entries.
-
- 06 Haz, 2012 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
Previously multiprocessing only expected int or str. It also wrongly used an exit code of 1 when the argument was a string instead of zero.
-
Richard Oudkerk yazdı
Initial patch by mouad
-
- 07 Haz, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 05 Haz, 2012 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 03 Haz, 2012 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
break someone's over specified test that depends on the exact error message.
-
Gregory P. Smith yazdı
-