- 23 Feb, 2015 4 commits
-
-
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 21 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).
-
Serhiy Storchaka authored
differs from file system encoding (e.g. on Mac OS).
-
Serhiy Storchaka authored
old-style and new API for string with 2**30-1 characters.
-
Serhiy Storchaka authored
old-style and new API for string with 2**30-1 characters.
-
Steve Dower authored
-
Steve Dower authored
-
Brett Cannon authored
-
Brett Cannon authored
allowing the deletion of the cwd. Thanks to Martin Panter for the initial fix.
-
Berker Peksag authored
with the constants in http.client. Initial patch by Demian Brecht.
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
Berker Peksag authored
Also, document the LineTooLong exception since it can be raised by the members of public API (e.g. http.client.HTTPResponse). Patch by Martin Panter.
-
Berker Peksag authored
Also, document the LineTooLong exception since it can be raised by the members of public API (e.g. http.client.HTTPResponse). Patch by Martin Panter.
-
Zachary Ware authored
(Typo was already fixed on this branch.)
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
- 19 Feb, 2015 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Steve Dower authored
-