- 29 Nov, 2011 11 commits
-
-
Nadeem Vawda authored
-
Victor Stinner authored
And use surrogates macros everywhere in unicodeobject.c
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Éric Araujo authored
-
É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 11 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou 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).
-
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.
-
Meador Inge authored
Initial patch by Sjoerd de Vries.
-
Victor Stinner authored
-
- 27 Nov, 2011 6 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Jesus Cea authored
MERGE: Closes issue #13488: Some old preprocessors have problem with #define not in the first column
-
Jesus Cea authored
-
- 26 Nov, 2011 12 commits
-
-
Victor Stinner authored
-
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.
-
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
-
Giampaolo Rodola' authored
sched.py: fix test_queue by making sure that queue property returns an orderd list of upcoming events
-
Charles-François Natali authored
(where unsetenv() doesn't return a value).
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
Antoine Pitrou authored
(should fix a failure on the OpenIndiana AMD64 buildbot)
-