summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #26588: more debug tracesVictor Stinner2016-03-221-1/+6
* Issue #26588: Don't call tracemalloc_init() at module initilizationVictor Stinner2016-03-221-0/+2
* Issue #26588: one more assertionVictor Stinner2016-03-221-0/+1
* Add assertions on tracemalloc_reentrant_keyVictor Stinner2016-03-221-2/+8
* Issue #26588: more assertionsVictor Stinner2016-03-221-2/+23
* Issue #26588: add debug tracesVictor Stinner2016-03-222-5/+49
* Add C functions _PyTraceMalloc_Track()Victor Stinner2016-03-222-11/+146
* tracemalloc now supports domainsVictor Stinner2016-03-221-53/+214
* Remove _Py_hashtable_delete()Victor Stinner2016-03-222-8/+3
* Simplify implementation of hashtable.cVictor Stinner2016-03-223-66/+17
* Issue #24266: Merge readline Ctrl+C handling from 3.5Martin Panter2016-03-221-0/+3
|\
| * Issue #24266: Cancel history search mode with Ctrl+C in Readline 7Martin Panter2016-03-221-0/+3
* | Issue #15699: Merge readline fixup from 3.5Martin Panter2016-03-221-16/+3
|\ \ | |/
| * Issue #15699: Reunite comment with variableMartin Panter2016-03-221-16/+3
| * Fix usage of PyMem_Malloc() in overlapped.cVictor Stinner2016-03-161-3/+6
* | Issue #26588: Fix compilation warning on WindowsVictor Stinner2016-03-211-1/+1
* | hashtable.h now supports keys of any sizeVictor Stinner2016-03-213-133/+284
* | cleanup iobase.cVictor Stinner2016-03-191-1/+1
* | Add socket finalizerVictor Stinner2016-03-211-18/+53
* | Ooops, revert changeset ea9efa06c137Victor Stinner2016-03-213-263/+117
* | _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
|\ \ | |/