- 09 Dec, 2012 5 commits
-
-
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 8 commits
-
-
Andrew Svetlov authored
-
Andrew Svetlov authored
when read several extension modules from the same binary object file.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Jonathan Kotta.
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 28 Nov, 2012 2 commits
-
-
Stefan Krah authored
-
Ezio Melotti authored
-
- 27 Nov, 2012 2 commits
-
-
Gregory P. Smith authored
initialization. If the interpreter is shut down and reinitialized (embedded CPython), the old module dictionary was not dec-refed during the next import of the time extension module. Contributed by Torsten Marek of Google.
-
Ezio Melotti authored
-
- 26 Nov, 2012 2 commits
-
-
Ezio Melotti authored
-
Chris Jerdonek authored
-