summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #6953: Merge readline doc from 3.5Martin Panter2016-04-051-16/+16
|\
| * Issue #6953: Rearrange and expand Readline module documentationMartin Panter2016-04-051-16/+16
* | Issue #23735: Merge sighandler_t fix from 3.5Martin Panter2016-04-031-1/+1
|\ \ | |/
| * Issue #23735: Avoid sighandler_t Gnu-ismMartin Panter2016-04-031-1/+1
* | Issue #23735: Merge Readline resize handling from 3.5Martin Panter2016-04-031-0/+31
|\ \ | |/
| * Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric PriceMartin Panter2016-04-031-0/+31
* | Merge 3.5 (asyncio)Victor Stinner2016-04-011-0/+6
|\ \ | |/
| * asyncio: sync overlapped.c with GitHubVictor Stinner2016-04-011-0/+6
* | Issue #22854: Merge UnsupportedOperation fixes from 3.5Martin Panter2016-03-313-15/+13
|\ \ | |/
| * Issue #22854: Clarify documentation about UnsupportedOperation and add testsMartin Panter2016-03-313-15/+13
* | Issue #26492: Exhausted iterator of array.array now conforms with the behaviorSerhiy Storchaka2016-03-301-4/+18
* | Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-6/+10
|\ \ | |/
| * Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-6/+10
* | Issue #26644: Merge SSL negative read fix from 3.5Martin Panter2016-03-271-0/+5
|\ \ | |/
| * Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()Martin Panter2016-03-271-0/+5
| * _pickle: Fix load_counted_tuple(), use Py_ssize_t for sizeVictor Stinner2016-03-141-1/+1
* | mergeAlexander Belopolsky2016-03-251-1/+6
|\ \ | |/
| * Issue#26616:Fixed a bug in datetime.astimezone() method.Alexander Belopolsky2016-03-251-1/+6
* | _tracemalloc: use compact key for tracesVictor Stinner2016-03-231-1/+61
* | socketmodule.c: error if option larger than INT_MAXVictor Stinner2016-03-231-3/+16
* | Issue #26621: Update libmpdec version and remove unnecessary test case.Stefan Krah2016-03-231-2/+2
* | Issue #23848: Fix usage of _Py_DumpDecimal()Victor Stinner2016-03-231-1/+1
* | Issue #23848: Try to fix test_faulthandler on ARMVictor Stinner2016-03-231-32/+16
* | faulthandler: only log fatal exceptionsVictor Stinner2016-03-231-3/+10
* | faulthandler: add Windows exception handlerVictor Stinner2016-03-231-64/+189
* | Cleanup hashtable.hVictor Stinner2016-03-233-80/+81
* | Issue #26588:Victor Stinner2016-03-232-11/+30
* | Issue #26588:Victor Stinner2016-03-233-11/+28
* | Issue #26588: Optimize tracemalloc_realloc()Victor Stinner2016-03-231-1/+6
* | Implement finalizer for os.scandir() iteratorVictor Stinner2016-03-221-17/+47
* | Fix macros in hashtable.hVictor Stinner2016-03-221-2/+2
* | Merge 3.5Victor Stinner2016-03-221-15/+1
|\ \ | |/
| * Enhance _tracemalloc debug modeVictor Stinner2016-03-221-1/+1
| * Fix _tracemalloc start/stopVictor Stinner2016-03-221-14/+0
* | Issue #26588: remove debug traces from _tracemalloc.Victor Stinner2016-03-222-78/+5
* | 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