summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* _tracemalloc: add domain to trace keysVictor Stinner2016-03-183-117/+263
* Issue #18787: spwd.getspnam() now raises a PermissionError if the userBerker Peksag2016-03-191-1/+4
* ResourceWarning: Revert change on socket and scandirVictor Stinner2016-03-192-3/+4
* On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-193-6/+4
* Fix usage of PyMem_Malloc() in overlapped.cVictor Stinner2016-03-161-3/+6
* faulthandler now works in non-Python threadsVictor Stinner2016-03-161-11/+57
* Fix usage of PyMem_Malloc() in os.stat()Victor Stinner2016-03-161-5/+5
* Fail if PyMem_Malloc() is called without holding the GILVictor Stinner2016-03-161-0/+19
* On memory error, dump the memory block tracebackVictor Stinner2016-03-152-14/+59
* Merge 3.5 (_tracemalloc)Victor Stinner2016-03-151-17/+7
|\
| * _tracemalloc: store lineno as unsigned intVictor Stinner2016-03-151-17/+7
* | Merge 3.5 (test_faulthandler)Victor Stinner2016-03-151-2/+10
|\ \ | |/
| * faulthandler: Test Py_FatalError() with GIL releasedVictor Stinner2016-03-151-2/+10
* | _tracemalloc: filename cannot be NULLVictor Stinner2016-03-151-2/+2
* | Check the GIL in PyObject_Malloc()Victor Stinner2016-03-141-0/+15
* | _pickle: Fix load_counted_tuple(), use Py_ssize_t for sizeVictor Stinner2016-03-141-1/+1
* | posix_getcwd(): limit to INT_MAX on WindowsVictor Stinner2016-03-141-0/+10
* | Issue #26558: Remove useless check in tracemallocVictor Stinner2016-03-141-4/+0
* | 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