- 24 Haz, 2012 3 kayıt (commit)
-
-
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 8 kayıt (commit)
-
-
Gregory P. Smith yazdı
break someone's over specified test that depends on the exact error message.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
when the path existed and had the S_ISGID mode bit set when it was not explicitly asked for. This is no longer an exception as mkdir cannot control if the OS sets that bit for it or not.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Terry Jan Reedy yazdı
'name' to 'expression' as the latter is what the string actually represents. The bug in this issue was only catching NameError and AttributeError when evaluating an expression that was not necessarily a name.
-
Terry Jan Reedy yazdı
Code patch by Roger Serwy.
-
- 02 Haz, 2012 1 kayıt (commit)
-
-
Sandro Tosi yazdı
-