summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in __import__ during Python shutdownVictor Stinner2016-03-243-441/+459
* Merge 3.5Victor Stinner2016-03-243-11/+57
|\
| * warnings.formatwarning(): catch exceptionsVictor Stinner2016-03-243-2/+29
| * Fix test_warnings.test_improper_option()Victor Stinner2016-03-241-6/+9
* | Cleanup regrtest "main()" functionVictor Stinner2016-03-247-36/+38
* | rt.bat: use -m test instead of Lib\test\regrtest.pyVictor Stinner2016-03-241-1/+1
* | Cleanup regrtest.pyVictor Stinner2016-03-241-5/+16
* | support.temp_dir(): call support.rmtree() instead of shutil.rmtree()Victor Stinner2016-03-241-1/+1
* | test_os: use support.rmtree() to cleanup WalkTestsVictor Stinner2016-03-241-29/+1
* | Enhance and modernize test_osVictor Stinner2016-03-241-77/+76
* | test_os: use @support.requires_linux_versionVictor Stinner2016-03-241-5/+4
* | Closes #26620: Fix ResourceWarning in test_urllib2_localnetVictor Stinner2016-03-241-21/+18
* | Enhance and modernize test_genericpathVictor Stinner2016-03-241-136/+134
* | Enhance os._DummyDirEntryVictor Stinner2016-03-241-2/+23
* | regrtest: when parallel tests are interrupted, display progressVictor Stinner2016-03-241-6/+18
* | regrtest: mention in tests run sequentially or in parallelVictor Stinner2016-03-242-0/+4
* | regrtest: fix --fromfile featureVictor Stinner2016-03-242-6/+41
* | Fix DeprecationWarning on WindowsVictor Stinner2016-03-241-49/+67
* | _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
* | Fix test_spwd on OpenIndianaVictor Stinner2016-03-231-3/+8
* | Try to fix test_gdb on s390x SLES 3.xVictor Stinner2016-03-231-0/+2
* | Null merge.Stefan Krah2016-03-230-0/+0
|\ \ | |/
| * Issue #26621: Remove unnecessary test.Stefan Krah2016-03-231-1/+0
* | Issue #26621: Update libmpdec version and remove unnecessary test case.Stefan Krah2016-03-233-4/+3
* | Try to fix test_spwd on OpenIndianaVictor Stinner2016-03-231-1/+1
* | Merge headsTerry Jan Reedy2016-03-231-1/+1
|\ \
| * \ 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