- 09 Sep, 2015 5 commits
-
-
Berker Peksag authored
boolean result instead of raising an exception. Patch by A Kaptur.
-
Martin Panter authored
Patch from Tim Tisdall.
-
Martin Panter authored
Needs to be tested on a BSD.
-
Terry Jan Reedy authored
-
Martin Panter authored
Also fix signature because os.utime(..., ns=None) is not allowed.
-
- 08 Sep, 2015 4 commits
-
-
Serhiy Storchaka authored
the path of the directory for temporary files contains symlinks.
-
Raymond Hettinger authored
-
Zachary Ware authored
Patch by Shaun Walbridge
-
Serhiy Storchaka authored
for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command.
-
- 07 Sep, 2015 8 commits
-
-
Serhiy Storchaka authored
expat parser.
-
Serhiy Storchaka authored
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
Serhiy Storchaka authored
Windows. The test now makes sense on non-Windows. Added similar test for zip format.
-
Serhiy Storchaka authored
details in issue25018.
-
Terry Jan Reedy authored
there (as when opening Idle from interactive Python on Windows).
-
Steve Dower authored
-
Martin Panter authored
Patch from John Beck.
-
Martin Panter authored
Patch from Matheus Vieira Portela.
-
- 06 Sep, 2015 5 commits
-
-
Ezio Melotti authored
-
Serhiy Storchaka authored
-
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
-