- 31 Mar, 2015 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 30 Mar, 2015 6 kayıt (commit)
-
-
Victor Stinner yazdı
(OpenBSD 5.6+).
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
MemoryError.
-
Serhiy Storchaka yazdı
corresponds _PyErr_ChainExceptions() in Python 3 to help porting patches from Python 3.
-
Serhiy Storchaka yazdı
Corrected memory requirements in other bigmem tests.
-
Victor Stinner yazdı
-
- 29 Mar, 2015 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
directories are left after running a test.
-
- 28 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Free memory, unlock hanging threads.
-
- 27 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-Og does not optimize the C code, it's just "fast debugging".
-
- 25 Mar, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 24 Mar, 2015 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
writer failed in BufferedRWPair.close().
-
Serhiy Storchaka yazdı
keyword argument. string.Formatter now allows to specify the "self" and the "format_string" parameters as keyword arguments.
-
Serhiy Storchaka yazdı
Added tests for standard IO streams in IDLE.
-
Serhiy Storchaka yazdı
Added tests for standard IO streams in IDLE.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 23 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
GzipFile corruption. Original patch by Wolfgang Maier.
-
- 22 Mar, 2015 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table.
-
R David Murray yazdı
-
R David Murray yazdı
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 yazdı
Patch by Mike Short.
-
Serhiy Storchaka yazdı
raising TypeError when statically allocated type subclasses dynamically allocated type
-
- 21 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
CPython. Use the reliably well defined `import __builtin__` instead. Patch by Alex Gaynor.
-
- 19 Mar, 2015 4 kayıt (commit)
-
-
Ned Deily yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Jan 30 of previous year. Based on patch by Jim Carroll.
-
Benjamin Peterson yazdı
-
- 17 Mar, 2015 1 kayıt (commit)
-
-
Ned Deily yazdı
FD_CLOEXEC is not supported there.
-
- 15 Ock, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
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 kayıt (commit)
-
-
Ned Deily yazdı
-
- 16 Mar, 2015 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
- 15 Mar, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Eli Bendersky yazdı
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
-