- 07 Eyl, 2015 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
expat parser.
-
Serhiy Storchaka yazdı
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
Serhiy Storchaka yazdı
Windows. The test now makes sense on non-Windows. Added similar test for zip format.
-
Serhiy Storchaka yazdı
details in issue25018.
-
Terry Jan Reedy yazdı
there (as when opening Idle from interactive Python on Windows).
-
Steve Dower yazdı
-
Martin Panter yazdı
Patch from John Beck.
-
Martin Panter yazdı
Patch from Matheus Vieira Portela.
-
- 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.
-