- 03 Dec, 2011 2 commits
-
-
Antoine Pitrou authored
-
Meador Inge authored
-
- 07 Nov, 2011 1 commit
-
-
Jason R. Coombs authored
-
- 03 Dec, 2011 1 commit
-
-
Jason R. Coombs authored
-
- 01 Aug, 2011 1 commit
-
-
Jason R. Coombs authored
-
- 02 Dec, 2011 4 commits
-
-
Petri Lehtinen authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 30 Nov, 2011 1 commit
-
-
Antoine Pitrou authored
Still lacks docs for Windows (anyone?).
-
- 29 Nov, 2011 6 commits
-
-
Éric Araujo authored
This fixes a regression compared to 2.x, where sys.modules.items() returns a copy, as indicated by a comment in the source. Diagnosis and patch by Erik Tollerud.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 28 Nov, 2011 5 commits
-
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
It was already the case with Python 2. However, the corresponding sys module entries are now set to None (instead of an unusable file object).
-
Meador Inge authored
Initial patch by Sjoerd de Vries.
-
- 27 Nov, 2011 3 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Jesus Cea authored
-
- 26 Nov, 2011 4 commits
-
-
Antoine Pitrou authored
Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. This also adds a test for issue #5319, whose resolution introduced the issue.
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
- 25 Nov, 2011 3 commits
-
-
Antoine Pitrou authored
Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. Patch by Brian Harring.
-
Antoine Pitrou authored
mention of the CPython optimization hack.
-
Eli Bendersky authored
-
- 24 Nov, 2011 1 commit
-
-
Senthil Kumaran authored
-
- 23 Nov, 2011 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. Patch by Robert Xiao.
-
- 22 Nov, 2011 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-