- 19 Aug, 2014 5 commits
-
-
Benjamin Peterson authored
Patch from Claudiu Popa.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 18 Aug, 2014 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Thomas Kluyver.
-
- 17 Aug, 2014 19 commits
-
-
Victor Stinner authored
test checking for integer overflow on Py_ssize_t type: cast explicitly to size_t.
-
Victor Stinner authored
returns -1 (error) on integer overflow.
-
Victor Stinner authored
a temporary bytearray object.
-
Victor Stinner authored
empty string singleton
-
Victor Stinner authored
Modules/_sqlite/cursor.c.
-
Victor Stinner authored
Modules/_pickle.c.
-
Victor Stinner authored
socketmodule.c.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
extracts ZIP files with directory entries. Patch by Ryan Wilson.
-
Serhiy Storchaka authored
extracts ZIP files with directory entries. Patch by Ryan Wilson.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Nick Coghlan authored
Also adds a test to test_inspect to track progress on builtin introspection support, to ensure it doesn't regress in the future.
-
Nick Coghlan authored
-
- 16 Aug, 2014 9 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
-
Victor Stinner authored
commands from any .gdbinit initialization files".
-
Victor Stinner authored
any .gdbinit initialization files".
-
Victor Stinner authored
so test_debugmallocstats should be marked as such. Patch written by Martin Matusiak.
-
Victor Stinner authored
test_debugmallocstats should be marked as such. Patch written by Martin Matusiak.
-
Senthil Kumaran authored
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
-
Senthil Kumaran authored
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
-
- 15 Aug, 2014 3 commits
-
-
Victor Stinner authored
compiler warnings in the Modules/ subdirectory.
-
Victor Stinner authored
warnings in the Objects/ subdirectory. PyType_FromSpecWithBases() and PyType_FromSpec() now reject explicitly negative slot identifiers.
-
Victor Stinner authored
warnings in the Python/ subdirectory.
-