- 02 Apr, 2015 7 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
arbitrary precision integers added in Tcl 8.5.
-
Victor Stinner authored
sendto() instead of the C int type.
-
doko@ubuntu.com authored
PY_RELEASE_LEVEL to PY_RELEASE_LEVEL_BETA.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
Patch by Cédric Krier.
-
- 01 Apr, 2015 3 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
MemoryError.
-
Serhiy Storchaka authored
cleaning up multiple threads.
-
- 31 Mar, 2015 1 commit
-
-
Raymond Hettinger authored
-
- 30 Mar, 2015 6 commits
-
-
Victor Stinner authored
(OpenBSD 5.6+).
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
MemoryError.
-
Serhiy Storchaka authored
corresponds _PyErr_ChainExceptions() in Python 3 to help porting patches from Python 3.
-
Serhiy Storchaka authored
Corrected memory requirements in other bigmem tests.
-
Victor Stinner authored
-
- 29 Mar, 2015 5 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
directories are left after running a test.
-
- 28 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
Free memory, unlock hanging threads.
-
- 27 Mar, 2015 1 commit
-
-
Victor Stinner authored
-Og does not optimize the C code, it's just "fast debugging".
-
- 25 Mar, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 24 Mar, 2015 6 commits
-
-
Serhiy Storchaka authored
writer failed in BufferedRWPair.close().
-
Serhiy Storchaka authored
keyword argument. string.Formatter now allows to specify the "self" and the "format_string" parameters as keyword arguments.
-
Serhiy Storchaka authored
Added tests for standard IO streams in IDLE.
-
Serhiy Storchaka authored
Added tests for standard IO streams in IDLE.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 23 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
GzipFile corruption. Original patch by Wolfgang Maier.
-
- 22 Mar, 2015 5 commits
-
-
Raymond Hettinger authored
Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table.
-
R David Murray authored
-
R David Murray authored
Some http servers will reject PUT, POST, and PATCH requests if they do not have a Content-Length header. Patch by James Rutherford.
-
Benjamin Peterson authored
Patch by Mike Short.
-
Serhiy Storchaka authored
raising TypeError when statically allocated type subclasses dynamically allocated type
-
- 21 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
CPython. Use the reliably well defined `import __builtin__` instead. Patch by Alex Gaynor.
-
- 19 Mar, 2015 1 commit
-
-
Ned Deily authored
-