- 17 Dec, 2012 1 commit
-
-
Brian Curtin authored
Patch by Ashish Nitin Patil.
-
- 16 Dec, 2012 2 commits
-
-
Antoine Pitrou authored
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka.
-
Hynek Schlawack authored
Patch by Sebastian Kreft.
-
- 15 Dec, 2012 2 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. Patch by Eran Rundstein.
-
- 14 Dec, 2012 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 13 Dec, 2012 3 commits
-
-
Trent Nelson authored
-
Trent Nelson authored
-
Trent Nelson authored
-
- 11 Dec, 2012 1 commit
-
-
Gregory P. Smith authored
Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come]
-
- 09 Dec, 2012 6 commits
-
-
Andrew Svetlov authored
-
Senthil Kumaran authored
-
Antoine Pitrou authored
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Original patch by Julien Courteau and Pierre Paul Lefebvre.
-
- 08 Dec, 2012 6 commits
-
-
Antoine Pitrou authored
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. Thanks to Eugene Toder for diagnosing and reporting the issue.
-
Éric Araujo authored
-
Éric Araujo authored
-
Andrew Svetlov authored
Patch by Steven Kryskalla.
-
Ezio Melotti authored
-
Antoine Pitrou authored
-
- 06 Dec, 2012 1 commit
-
-
Andrew Svetlov authored
Thanks to Sean Munkel from docs@
-
- 05 Dec, 2012 1 commit
-
-
Jesus Cea authored
-
- 04 Dec, 2012 1 commit
-
-
Victor Stinner authored
This is necessary for ZFS systems, which don't support UF_IMMUTABLE. -- Kubilay Kocak (koobs) asked me on IRC to backport this fix to Python 2.7: done!
-
- 03 Dec, 2012 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 02 Dec, 2012 5 commits
-
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Christian Heimes authored
-
Raymond Hettinger authored
-
- 01 Dec, 2012 1 commit
-
-
Ezio Melotti authored
-
- 30 Nov, 2012 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Bruno Dupuis.
-
Chris Jerdonek authored
The corresponding 3.x commits are 69d5d834c5cb, 40fd26a4206b, and 74d8a2a20c52.
-
- 29 Nov, 2012 1 commit
-
-
Andrew Svetlov authored
-