summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* _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
* | | Ooops, revert changeset ea9efa06c137Victor Stinner2016-03-214-270/+121
* | | Optimize bytes.replace(b'', b'.')Victor Stinner2016-03-215-18/+45
* | | _tracemalloc: add domain to trace keysVictor Stinner2016-03-184-121/+270
* | | Merge with 3.5Terry Jan Reedy2016-03-211-2/+2
|\ \ \ | |/ /
| * | Issue #26525: Change ord example from nu to more easily recognized Euro sign.Terry Jan Reedy2016-03-211-2/+2
* | | Merge with 3.5Terry Jan Reedy2016-03-211-2/+4
|\ \ \ | |/ /
| * | Issue #15660: Further clarify 0 prefix for width specifier in formats.Terry Jan Reedy2016-03-211-2/+4
* | | Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-208-6/+10
|\ \ \ | |/ /
| * | Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-208-6/+10
* | | 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 #26593: Fix typo in logging HOWTOBerker Peksag2016-03-201-1/+1
|\ \ \ | |/ /
| * | Issue #26593: Fix typo in logging HOWTOBerker Peksag2016-03-201-1/+1