summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Add PYTHONMALLOC env varVictor Stinner2016-03-142-8/+46
* Issue #26505: merge from 3.5Ned Deily2016-03-071-4/+4
|\
| * Issue #26505: Fix typos in getaddrinfo license text.Ned Deily2016-03-071-4/+4
* | Closes #19475: Added timespec to the datetime.isoformat() method.Alexander Belopolsky2016-03-061-28/+95
* | Issue #25718: Fixed pickling and copying the accumulate() iterator with total...Serhiy Storchaka2016-03-061-0/+17
|\ \ | |/
| * Issue #25718: Fixed pickling and copying the accumulate() iterator with total...Serhiy Storchaka2016-03-061-0/+17
* | Issue #26482: Allowed pickling recursive dequeues.Serhiy Storchaka2016-03-061-18/+18
* | More logicial order. Move space saving step to just before it is used.Raymond Hettinger2016-03-041-14/+14
* | Issue #26335: Make mmap.write() return the number of bytes written likeBerker Peksag2016-03-021-2/+3
* | Factor-out common subexpression.Raymond Hettinger2016-03-021-3/+3
* | Put block length computations in a more logical order.Raymond Hettinger2016-03-021-2/+2
* | Issue #26406: merge from 3.5Ned Deily2016-02-231-4/+10
|\ \ | |/
| * Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls onNed Deily2016-02-231-4/+10
* | merge 3.5 (closes #25939)Benjamin Peterson2016-02-181-2/+6
|\ \ | |/
| * merge 3.4 (closes #25939)Benjamin Peterson2016-02-181-2/+6
| |\
| | * open the cert store readonlyBenjamin Peterson2016-02-181-2/+6
* | | Issue #25924: merge with 3.5Ned Deily2016-02-151-2/+18
|\ \ \ | |/ /
| * | Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS XNed Deily2016-02-151-2/+18
* | | The return type of a rich comparison is an intRaymond Hettinger2016-02-141-2/+4
* | | Issue #25994: Added the close() method and the support of the context managerSerhiy Storchaka2016-02-111-7/+66
* | | Issue #26304: Merge doc wording from 3.5Martin Panter2016-02-102-2/+2
|\ \ \ | |/ /
| * | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-102-2/+2
* | | Issue 26243: Forgot to update zlib doc strings in Argument ClinicMartin Panter2016-02-102-3/+3
* | | Issue #26243: zlib.compress() keyword argument support by Aviv PalivodaMartin Panter2016-02-102-22/+22
* | | Issue #26200: The SETREF macro adds unnecessary work in some cases.Raymond Hettinger2016-02-091-1/+4
* | | Issue #26117: The os.scandir() iterator now closes file descriptor not onlySerhiy Storchaka2016-02-081-17/+20
|\ \ \ | |/ /
| * | Issue #26117: The os.scandir() iterator now closes file descriptor not onlySerhiy Storchaka2016-02-081-17/+20
* | | Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-60/+68
|\ \ \ | |/ /
| * | Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-60/+68
* | | Issue #26244: Merge zlib documentation from 3.5Martin Panter2016-02-032-6/+8
|\ \ \ | |/ /
| * | Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-032-6/+8
| * | Issue #26194: Inserting into a full deque to raise an IndexErrorRaymond Hettinger2016-02-021-5/+2
* | | mergeRaymond Hettinger2016-02-021-5/+2
* | | Issue #19883: Fixed possible integer overflows in zipimport.Serhiy Storchaka2016-01-281-153/+214
|\ \ \ | |/ /
| * | Issue #19883: Fixed possible integer overflows in zipimport.Serhiy Storchaka2016-01-281-153/+214
| * | Merge headsSerhiy Storchaka2016-01-281-2/+24
| |\ \
* | \ \ Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format unitsSerhiy Storchaka2016-01-281-1/+93
|\ \ \ \ | |/ / /
| * | | Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format unitsSerhiy Storchaka2016-01-281-1/+93
* | | | Merge 3.5: Issue #26227Victor Stinner2016-01-281-2/+24
|\ \ \ \ | | |/ / | |/| |
| * | | Windows: Decode hostname from ANSI code pageVictor Stinner2016-01-281-2/+24
| |/ /
* | | mergeRaymond Hettinger2016-01-271-0/+7
|\ \ \ | |/ /
| * | Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlenRaymond Hettinger2016-01-271-0/+7
* | | Fix compiler warning about obviously unreachable code.Raymond Hettinger2016-01-251-4/+0
* | | Convert another post-decrement while-loop to pre-decrement for consistencyRaymond Hettinger2016-01-241-1/+2
* | | Convert two other post-decrement while-loops to pre-decrements for consistencyRaymond Hettinger2016-01-241-2/+4
* | | Miscellaneous refactoringsRaymond Hettinger2016-01-241-65/+58
* | | merge 3.5Benjamin Peterson2016-01-221-0/+4
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2016-01-221-0/+4
| |\ \ | | |/
| | * reject negative data_sizeBenjamin Peterson2016-01-221-0/+4
* | | merge 3.5 (#26171)Benjamin Peterson2016-01-211-0/+5
|\ \ \ | |/ /