- 26 Feb, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Antoine Pitrou authored
Patch by Nikolaus Rath.
-
Victor Stinner authored
-
Victor Stinner authored
-
Steve Dower authored
-
Steve Dower authored
-
- 25 Feb, 2015 12 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Berker Peksag authored
Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon.
-
Berker Peksag authored
Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
See de Gouw, Stijn and Rot, Jurriaan and de Boer, Frank S and Bubel, Richard and Hähnle, Reiner "OpenJDK’s java.utils.Collection.sort() is broken: The good, the bad and the worst case"
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 23 Feb, 2015 5 commits
-
-
Steve Dower authored
SuppressCrashReports should be used in test subprocesses that test invalid conditions.
-
Victor Stinner authored
-
Victor Stinner authored
-
Ned Deily authored
-
Ned Deily authored
-
- 22 Feb, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Declarations of Windows-specific auxilary functions need Windows types from windows.h. Instead of including windows.h in Python.h and making it available to all Windows users, it is simpler and safer just move declarations to the single file that needs them.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
closing the window.
-
Serhiy Storchaka authored
closing the window.
-
- 21 Feb, 2015 6 commits
-
-
Steve Dower authored
Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes unused struct win32_stat and return value
-
Steve Dower authored
-
Steve Dower authored
fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
conditional group references are used in lookbehind assertions in regular expressions.
-
Serhiy Storchaka authored
work in lookbehind assertions in regular expressions.
-
- 20 Feb, 2015 5 commits
-
-
Serhiy Storchaka authored
consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo.
-
Serhiy Storchaka authored
consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo.
-
Serhiy Storchaka authored
flush() was not called in close() if closefd=False.
-
Serhiy Storchaka authored
flush() was not called in close() if closefd=False.
-
Serhiy Storchaka authored
differs from file system encoding (e.g. on Mac OS).
-