- 06 Sep, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Steve Dower authored
-
Steve Dower authored
-
- 05 Sep, 2015 1 commit
-
-
Terry Jan Reedy authored
in an infinite loop. Patch by Xavier de Gaye.
-
- 04 Sep, 2015 3 commits
-
-
Victor Stinner authored
Issue #24891: Fix a race condition at Python startup if the file descriptor of stdin (0), stdout (1) or stderr (2) is closed while Python is creating sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set to None if the creation of the object failed, instead of raising an OSError exception. Initial patch written by Marco Paolini.
-
R David Murray authored
-
Terry Jan Reedy authored
-
- 03 Sep, 2015 6 commits
-
-
Victor Stinner authored
The ICC compiler doesn't seem to support defined() in macro expansion. Example of warning: warning #3199: "defined" is always false in a macro expansion in Microsoft mode
-
Victor Stinner authored
-
Victor Stinner authored
-
Senthil Kumaran authored
-
Victor Stinner authored
-
Terry Jan Reedy authored
-
- 02 Sep, 2015 4 commits
-
-
Victor Stinner authored
BaseTest now ensures that unittest.TestCase.assertWarns() uses the same warnings module than warnings.catch_warnings(). Otherwise, warnings.catch_warnings() will be unable to remove the added filter.
-
Victor Stinner authored
when the test is interrupted (or fail).
-
Victor Stinner authored
Mention also the detected GDB version on verbose mode and on error (if the major version is smaller than 7).
-
Victor Stinner authored
-
- 31 Aug, 2015 1 commit
-
-
Martin Panter authored
Patch from Mattip.
-
- 30 Aug, 2015 3 commits
-
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Zachary Ware authored
-
- 27 Aug, 2015 5 commits
-
-
Robert Collins authored
Patch from Berker Peksag.
-
Zachary Ware authored
Patch by tagatac
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Mark Roseman.
-
- 25 Aug, 2015 1 commit
-
-
Martin Panter authored
Patch by Joseph Weston.
-
- 24 Aug, 2015 3 commits
-
-
Donald Stufft authored
-
R David Murray authored
-
Robert Collins authored
Patch from Pam McA'Nulty.
-
- 18 Aug, 2015 5 commits
-
-
Yury Selivanov authored
Patch by Ethan Furman.
-
Terry Jan Reedy authored
-
Victor Stinner authored
Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length header in part headers. Patch written by Peter Landry and reviewed by Pierre Quentel.
-
Benjamin Peterson authored
-
Ned Deily authored
ElementTree Element objects. Initial patch by Martin Panter.
-
- 17 Aug, 2015 4 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Robert Collins authored
Patch from Chiu-Hsiang Hsu.
-
- 14 Aug, 2015 1 commit
-
-
Terry Jan Reedy authored
-