summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge headsTerry Jan Reedy2016-03-231-1/+1
| |\ \
| | * \ Merge with 3.5Terry Jan Reedy2016-03-231-1/+1
| | |\ \ | | | |/
| | | * Issue #26525: Change chr example to match change in ord example.Terry Jan Reedy2016-03-231-1/+1
* | | | Issue #23848: Fix usage of _Py_DumpDecimal()Victor Stinner2016-03-231-1/+1
|/ / /
* | | longobject.c: fix compilation warning on Windows 64-bitVictor Stinner2016-03-231-1/+1
|/ /
* | Try to fix test_gdb on s390x buildbotsVictor Stinner2016-03-231-17/+5
* | get_warnings_attr(): Fix coverity warningVictor Stinner2016-03-231-4/+3
* | Fix typo in doc: avoid the french "& cie" :-)Victor Stinner2016-03-232-5/+5
* | Rework _Py_DumpASCII() to make Coverity happyVictor Stinner2016-03-231-8/+8
* | Issue #23848: Try to fix test_faulthandler on ARMVictor Stinner2016-03-231-32/+16
* | 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