- 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 4 commits
-
-
Ned Deily authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Jan 30 of previous year. Based on patch by Jim Carroll.
-
Benjamin Peterson authored
-
- 17 Mar, 2015 1 commit
-
-
Ned Deily authored
FD_CLOEXEC is not supported there.
-
- 15 Jan, 2015 1 commit
-
-
Zachary Ware authored
Removes an incorrect assertion (that the build script will choose the latest OpenSSL sources it can find), fixes NASM's homepage, and rewords the section about NASM to make it more clear that you don't have to install your own.
-
- 17 Mar, 2015 1 commit
-
-
Ned Deily authored
-
- 16 Mar, 2015 2 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
- 15 Mar, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Eli Bendersky authored
The current documentation only mentions heap[0] as the smallest element in the beginning, and not in any of the methods' docs. There's no method to access the minimal element without popping it, and the documentation of nsmallest is confusing because it may suggest that min() is the way to go for n==1. default
-
- 14 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 13 Mar, 2015 3 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
Patch by Demian Brecht.
-
Serhiy Storchaka authored
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
-
- 12 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
Original patch by Demian Brecht.
-
- 11 Mar, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
Patch by mattip.
-
- 10 Mar, 2015 2 commits
-
-
Antoine Pitrou authored
-
Steve Dower authored
-
- 09 Mar, 2015 1 commit
-
-
Ned Deily authored
-
- 07 Mar, 2015 1 commit
-
-
Benjamin Peterson authored
Patch by Sayan Chowdhury.
-
- 06 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
Patch by Florian Finkernagel and Davin Potts.
-