- 06 Haz, 2012 1 kayıt (commit)
-
-
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 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
Fix suggested by Itay Brandes
-
Hynek Schlawack yazdı
Patch by Victor Stinner.
-
- 24 May, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Senthil Kumaran yazdı
-
- 23 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 22 May, 2012 2 kayıt (commit)
-
-
Hynek Schlawack yazdı
Reverts some changes of a36666c52115. In the case of os's `mknod(filename[, mode=0600[, device=0]])`, I have nested the [] as setting mode doesn't require to set device (but setting device requires to set mode).
-
Hynek Schlawack yazdı
Mostly just mechanical removal of []. In some rare cases I've pulled the default value up into the argument list.
-
- 21 May, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 20 May, 2012 8 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Hynek Schlawack yazdı
It doesn't get called on 'null', 'true', 'false' since f686aced02a3.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Vinay Sajip yazdı
-
Martin v. Löwis yazdı
Original patch by Stefano Taschini.
-
Ned Deily yazdı
sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4.
-
Senthil Kumaran yazdı
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert
-
- 19 May, 2012 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Petri Lehtinen yazdı
-
Ezio Melotti yazdı
-