- 03 Jun, 2012 5 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Terry Jan Reedy authored
'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 authored
Code patch by Roger Serwy.
-
- 02 Jun, 2012 5 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
R David Murray authored
-
Benjamin Peterson authored
-
- 01 Jun, 2012 2 commits
-
-
R David Murray authored
Initial patch by Michael Driscoll, I added the example.
-
Sandro Tosi authored
-
- 31 May, 2012 2 commits
-
-
Ned Deily authored
options. Patch by Roger Serwy.
-
Vinay Sajip authored
-
- 29 May, 2012 3 commits
-
-
Brian Curtin authored
-
Brian Curtin authored
-
Ned Deily authored
-
- 28 May, 2012 5 commits
-
-
Antoine Pitrou authored
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 authored
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.
-
Nick Coghlan authored
-
Terry Jan Reedy authored
Patch by Roger Serwy.
-
Terry Jan Reedy authored
Original patch by Roger Serwy.
-
- 27 May, 2012 3 commits
-
-
R David Murray authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
even when parent window is closed. Patch by Roger Serwy.
-
- 26 May, 2012 2 commits
-
-
Terry Jan Reedy authored
Patch by Roger Serwy.
-
Senthil Kumaran authored
-
- 25 May, 2012 2 commits
-
-
Richard Oudkerk authored
Fix suggested by Itay Brandes
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
- 24 May, 2012 2 commits
-
-
Petri Lehtinen authored
There's no bufsize argument anymore, and os.fdopen() is only a very thin wrapper around open() anymore. Change the documentation to reflect that.
-
Senthil Kumaran authored
-
- 23 May, 2012 1 commit
-
-
Florent Xicluna authored
-
- 22 May, 2012 2 commits
-
-
Petri Lehtinen authored
Patch by Matej Cepl.
-
Hynek Schlawack authored
Reverts some changes of d13fdd97cc8e.
-
- 21 May, 2012 2 commits
-
-
Ezio Melotti authored
-
Hynek Schlawack authored
-
- 20 May, 2012 4 commits
-
-
Hynek Schlawack authored
`versionchanged` tags about 2.7 are useless in 3.x branches.
-
Vinay Sajip authored
-
Hynek Schlawack authored
It doesn't get called on 'null', 'true', 'false' since f686aced02a3.
-
Senthil Kumaran authored
-