summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* faulthandler: only log fatal exceptionsVictor Stinner2016-03-232-4/+11
* Merge 3.5doko@ubuntu.com2016-03-231-1/+1
|\
| * Makefile.pre.in (profile-opt): Fix bashism.doko@ubuntu.com2016-03-231-1/+1
* | Buildbots: change also Windows timeout from 1 hour to 15 minVictor Stinner2016-03-231-1/+1
* | regrtest: display test duration in sequential modeVictor Stinner2016-03-234-9/+29
* | _msi.c: try to fix compiler warningsVictor Stinner2016-03-231-6/+6
* | compiler.c: fix compiler warnings on WindowsVictor Stinner2016-03-231-7/+9
* | getpathp.c: fix compiler warningVictor Stinner2016-03-231-2/+2
* | _PyMem_DebugFree(): fix compiler warning on WindowsVictor Stinner2016-03-231-1/+1
* | faulthandler: add Windows exception handlerVictor Stinner2016-03-235-77/+253
* | Issue #23848: Expose _Py_DumpHexadecimal()Victor Stinner2016-03-232-9/+23
* | Cleanup hashtable.hVictor Stinner2016-03-234-81/+82
* | Issue #26588:Victor Stinner2016-03-233-12/+31
* | Issue #26588:Victor Stinner2016-03-234-12/+29
* | Issue #26588: Optimize tracemalloc_realloc()Victor Stinner2016-03-231-1/+6
* | Makefile: change default value of TESTTIMEOUT from 1 hour to 15 minVictor Stinner2016-03-231-1/+1
* | regrtest: add timeout to main process when using -jNVictor Stinner2016-03-231-2/+11
* | _warnings.warn_explicit(): try to import warningsVictor Stinner2016-03-221-14/+36
* | Implement finalizer for os.scandir() iteratorVictor Stinner2016-03-221-17/+47
* | Add a source parameter to warnings.warn()Victor Stinner2016-03-2213-19/+34
* | 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-225-91/+5
* | Issue #26588: skip test_warnings.test_tracemalloc()Victor Stinner2016-03-221-0/+1
* | 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: fix compilation on WindowsVictor Stinner2016-03-221-0/+2
* | Issue #26588: add debug tracesVictor Stinner2016-03-223-5/+59
* | regrtest: add time to outputVictor Stinner2016-03-222-6/+19
* | Add C functions _PyTraceMalloc_Track()Victor Stinner2016-03-225-11/+300
* | tracemalloc now supports domainsVictor Stinner2016-03-225-104/+388
* | 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-222-0/+6
|\ \ | |/
| * Issue #24266: Cancel history search mode with Ctrl+C in Readline 7Martin Panter2016-03-222-0/+6
* | merge 3.5 (#17167)Benjamin Peterson2016-03-221-1/+1
|\ \ | |/
| * merge 3.4 (#17167)Benjamin Peterson2016-03-221-1/+1
| |\
| | * remove useless $ keyword (closes #17167)Benjamin Peterson2016-03-221-1/+1
* | | Issue #15699: Merge readline fixup from 3.5Martin Panter2016-03-221-16/+3
|\ \ \ | |/ /
| * | Issue #15699: Reunite comment with variableMartin Panter2016-03-221-16/+3
* | | Issue #26588: Fix compilation warning on WindowsVictor Stinner2016-03-211-1/+1
* | | hashtable.h now supports keys of any sizeVictor Stinner2016-03-214-138/+294
* | | cleanup iobase.cVictor Stinner2016-03-191-1/+1
* | | Fix test_ssl.test_refcycle()Victor Stinner2016-03-211-1/+1
* | | Add socket finalizerVictor Stinner2016-03-212-18/+56