- 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.
-
- 18 Haz, 2012 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Petri Lehtinen yazdı
-
- 17 Haz, 2012 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Meador Inge yazdı
Patch by Serhiy Storchaka.
-
- 15 Haz, 2012 3 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou 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.
-
- 10 Haz, 2012 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 09 Haz, 2012 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 08 Haz, 2012 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
R David Murray yazdı
The tutorial had some outdated examples. The patch also adds a caution about the meaning of parens in the except statement. Patch by Marien Zwart.
-
- 07 Haz, 2012 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 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ı
-
- 03 Haz, 2012 2 kayıt (commit)
-
-
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 4 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
R David Murray yazdı
-
Raymond Hettinger yazdı
-
- 01 Haz, 2012 1 kayıt (commit)
-
-
R David Murray yazdı
Initial patch by Michael Driscoll, I added the example.
-
- 31 May, 2012 2 kayıt (commit)
-
-
Ned Deily yazdı
options. Patch by Roger Serwy.
-
Vinay Sajip yazdı
-
- 29 May, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 28 May, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. Additional comments by Tim Silk.
-
Meador Inge yazdı
An issue in ctypes.c_longdouble, ctypes.c_double, and ctypes.c_float that caused an incorrect exception to be returned in the case of overflow has been fixed.
-
Terry Jan Reedy yazdı
Original patch by Roger Serwy.
-
- 27 May, 2012 3 kayıt (commit)
-
-
R David Murray yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
even when parent window is closed. Patch by Roger Serwy.
-
- 26 May, 2012 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Patch by Roger Serwy.
-
- 25 May, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
Fix suggested by Itay Brandes
-