summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | 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-195-1/+22
* | | fix indentation in Py_DECREF()Victor Stinner2016-03-191-1/+1
* | | Issue #26567: enhance ResourceWarning exampleVictor Stinner2016-03-191-9/+12
* | | Try again to fix test_warnings on WindowsVictor Stinner2016-03-191-0/+2
* | | Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-193-1/+25
|\ \ \ | |/ /
| * | Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-193-1/+25
* | | Try to fix test_warnings on WindowsVictor Stinner2016-03-191-8/+10
* | | ResourceWarning: Revert change on socket and scandirVictor Stinner2016-03-192-3/+4
* | | Fix test_loggingVictor Stinner2016-03-191-27/+33
* | | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-1911-40/+175
* | | Add _showwarnmsg() and _formatwarnmsg() to warningsVictor Stinner2016-03-183-41/+117
* | | Merge for issue #26095Brett Cannon2016-03-181-0/+46
|\ \ \ | |/ /
| * | Suggest people use feature detection in porting guideBrett Cannon2016-03-181-0/+46
* | | Issue #26252: Add an example on how to register a finderBrett Cannon2016-03-181-2/+32
* | | #26250: merge with 3.5.Ezio Melotti2016-03-182-0/+13
|\ \ \ | |/ /
| * | #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-182-0/+13
* | | Merge for issue #26271Brett Cannon2016-03-183-2/+6
|\ \ \ | |/ /
| * | Issue #26271: Fix the Freeze tool to use variables passed in from theBrett Cannon2016-03-183-2/+6
* | | Doc: fix typos, patch written by Stefan BehnelVictor Stinner2016-03-183-6/+6