summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* faulthandler: only log fatal exceptionsVictor Stinner2016-03-231-1/+1
* regrtest: display test duration in sequential modeVictor Stinner2016-03-234-9/+29
* faulthandler: add Windows exception handlerVictor Stinner2016-03-231-13/+49
* regrtest: add timeout to main process when using -jNVictor Stinner2016-03-231-2/+11
* Add a source parameter to warnings.warn()Victor Stinner2016-03-2211-13/+21
* Issue #26588: remove debug traces from _tracemalloc.Victor Stinner2016-03-222-11/+0
* Issue #26588: skip test_warnings.test_tracemalloc()Victor Stinner2016-03-221-0/+1
* Issue #26588: add debug tracesVictor Stinner2016-03-221-0/+10
* regrtest: add time to outputVictor Stinner2016-03-222-6/+19
* Add C functions _PyTraceMalloc_Track()Victor Stinner2016-03-221-0/+115
* tracemalloc now supports domainsVictor Stinner2016-03-222-45/+132
* Fix test_ssl.test_refcycle()Victor Stinner2016-03-211-1/+1
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-205-5/+5
|\
| * Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-205-5/+5
* | Issues #25643, #26581: Added new tests for detecting Python source code encod...Serhiy Storchaka2016-03-201-2/+81
|\ \ | |/
| * Added new tests for detecting Python source code encoding.Serhiy Storchaka2016-03-201-2/+81
* | Issue #12813: uuid.uuid4() no longer depends on ctypesBerker Peksag2016-03-201-1/+0
|\ \ | |/
| * Issue #12813: uuid.uuid4() no longer depends on ctypesBerker Peksag2016-03-201-1/+0
* | Issue #19164: Improve exception message of uuid.UUID()Berker Peksag2016-03-201-1/+2
|\ \ | |/
| * Issue #19164: Improve exception message of uuid.UUID()Berker Peksag2016-03-201-1/+2
* | Issue #19265: Improve test coverage of datetime.tzinfoBerker Peksag2016-03-191-0/+3
|\ \ | |/
| * Issue #19265: Improve test coverage of datetime.tzinfoBerker Peksag2016-03-191-0/+3
* | Issue #18787: spwd.getspnam() now raises a PermissionError if the userBerker Peksag2016-03-191-0/+10
* | Try again to fix test_warnings on WindowsVictor Stinner2016-03-191-0/+2
* | Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-192-1/+22
|\ \ | |/
| * Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-192-1/+22
* | Try to fix test_warnings on WindowsVictor Stinner2016-03-191-8/+10
* | Fix test_loggingVictor Stinner2016-03-191-27/+33
* | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-192-4/+48
* | Add _showwarnmsg() and _formatwarnmsg() to warningsVictor Stinner2016-03-182-16/+64
* | Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...Steve Dower2016-03-171-1/+2
|\ \ | |/
| * Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...Steve Dower2016-03-171-1/+2
* | Issue #26583: merge from 3.5Ned Deily2016-03-171-0/+1
|\ \ | |/
| * Issue #26583: Skip test_timestamp_overflow in test_import if bytecodeNed Deily2016-03-171-0/+1
* | Merge 3.5 into defaultDonald Stufft2016-03-173-2/+2
|\ \ | |/
| * Merge 3.4 into 3.5Donald Stufft2016-03-173-2/+2
| |\
| | * Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3Donald Stufft2016-03-173-2/+2
* | | Merge 3.5Victor Stinner2016-03-171-3/+5
|\ \ \ | |/ /
| * | Fix pyclbr to support importing packagesVictor Stinner2016-03-171-3/+5
* | | faulthandler now works in non-Python threadsVictor Stinner2016-03-161-12/+24
* | | Fail if PyMem_Malloc() is called without holding the GILVictor Stinner2016-03-161-4/+13
* | | Issue #21042: Revert Linux find_library() to return just filenameMartin Panter2016-03-172-25/+17
* | | Issue #26499: Merge HTTPResponse fix from 3.5Martin Panter2016-03-172-9/+78
|\ \ \ | |/ /
| * | Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent GhostMartin Panter2016-03-172-9/+78
* | | regrtest: Fix module.__path__Victor Stinner2016-03-152-2/+5
* | | Issue #26564: Fix test_capiVictor Stinner2016-03-151-0/+2
* | | Merge 3.5 (test_faulthandler)Victor Stinner2016-03-151-0/+8
|\ \ \ | |/ /
| * | faulthandler: Test Py_FatalError() with GIL releasedVictor Stinner2016-03-151-0/+8
* | | Issue #26566: Rewrite test_signal.InterProcessSignalTestsVictor Stinner2016-03-152-162/+93
* | | Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...Antoine Pitrou2016-03-151-9/+16
|\ \ \ | |/ /