- 26 Jun, 2012 2 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 25 Jun, 2012 4 commits
-
-
Vinay Sajip authored
-
Antoine Pitrou authored
-
Stefan Krah authored
-
Gregory P. Smith authored
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 Jun, 2012 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Gregory P. Smith authored
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 authored
alarm for the signal tests.
-
- 23 Jun, 2012 6 commits
-
-
Martin v. Löwis authored
-
Antoine Pitrou authored
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Mark Dickinson authored
Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
-
Charles-François Natali authored
-
- 22 Jun, 2012 1 commit
-
-
Alexander Belopolsky authored
mktime() when timezone offest is supplied.
-
- 21 Jun, 2012 1 commit
-
-
Hynek Schlawack authored
Loosely based on the work by Hirokazu Yamamoto.
-
- 19 Jun, 2012 1 commit
-
-
Nadeem Vawda authored
-
- 18 Jun, 2012 2 commits
-
-
Richard Oudkerk authored
-
Petri Lehtinen authored
-
- 17 Jun, 2012 6 commits
-
-
R David Murray authored
-
Ezio Melotti authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 15 Jun, 2012 2 commits
-
-
Petri Lehtinen authored
-
Antoine Pitrou authored
-
- 14 Jun, 2012 1 commit
-
-
Martin v. Löwis authored
-
- 13 Jun, 2012 2 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
- 11 Jun, 2012 1 commit
-
-
Richard Oudkerk authored
Patch by Hallvard B Furuseth.
-
- 07 Jun, 2012 1 commit
-
-
Terry Jan Reedy authored
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 Jun, 2012 2 commits
-
-
Richard Oudkerk authored
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 authored
Initial patch by mouad
-
- 07 Jun, 2012 1 commit
-
-
Nick Coghlan authored
-
- 05 Jun, 2012 1 commit
-
-
Gregory P. Smith authored
-
- 03 Jun, 2012 1 commit
-
-
Gregory P. Smith authored
break someone's over specified test that depends on the exact error message.
-