- 06 Eyl, 2015 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 05 Eyl, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
in an infinite loop. Patch by Xavier de Gaye.
-
- 04 Eyl, 2015 3 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
-
Terry Jan Reedy yazdı
-
- 03 Eyl, 2015 6 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
-
Terry Jan Reedy yazdı
-
- 02 Eyl, 2015 4 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
when the test is interrupted (or fail).
-
Victor Stinner yazdı
Mention also the detected GDB version on verbose mode and on error (if the major version is smaller than 7).
-
Victor Stinner yazdı
-
- 31 Agu, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch from Mattip.
-
- 30 Agu, 2015 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Zachary Ware yazdı
-
- 27 Agu, 2015 5 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Berker Peksag.
-
Zachary Ware yazdı
Patch by tagatac
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Patch by Mark Roseman.
-
- 25 Agu, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Joseph Weston.
-
- 24 Agu, 2015 3 kayıt (commit)
-
-
Donald Stufft yazdı
-
R David Murray yazdı
-
Robert Collins yazdı
Patch from Pam McA'Nulty.
-
- 18 Agu, 2015 5 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by Ethan Furman.
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
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 yazdı
-
Ned Deily yazdı
ElementTree Element objects. Initial patch by Martin Panter.
-
- 17 Agu, 2015 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-