summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.5Terry Jan Reedy2015-10-221-1/+1
|\
| * Merge with 3.4Terry Jan Reedy2015-10-221-1/+1
| |\
| | * Issue #24782: Limit width of canvas and hence IDLE settings dialog.Terry Jan Reedy2015-10-221-1/+1
* | | Issue #25210: Add some basic tests for the new exception messageBerker Peksag2015-10-221-0/+25
* | | Issue #25417: Remove the extra dot from docstringBerker Peksag2015-10-221-1/+1
|\ \ \ | |/ /
| * | Issue #25417: Remove the extra dot from docstringBerker Peksag2015-10-221-1/+1
* | | Issue #23981: Update test_unicodedata to use script_helpersBerker Peksag2015-10-221-10/+5
|\ \ \ | |/ /
| * | Issue #23981: Update test_unicodedata to use script_helpersBerker Peksag2015-10-221-10/+5
* | | Issue #25417: Fix typo in Path.samefile() docstringBerker Peksag2015-10-211-2/+2
|\ \ \ | |/ /
| * | Issue #25417: Fix typo in Path.samefile() docstringBerker Peksag2015-10-211-2/+2
* | | Merge 3.5Victor Stinner2015-10-201-2/+10
|\ \ \ | |/ /
| * | Issue #21515: Elaborate tempfile.TemporaryFile() commentVictor Stinner2015-10-201-2/+10
* | | Merge with 3.5Terry Jan Reedy2015-10-201-1/+1
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-10-201-1/+1
| |\ \ | | |/
| | * Issue #24782: Don't try to run now-removed extension dialog test.Terry Jan Reedy2015-10-201-1/+1
* | | Issue #25390: typing: Don't crash on Union[str, Pattern]. (Merge 3.5->3.6)Guido van Rossum2015-10-192-0/+7
|\ \ \ | |/ /
| * | Issue #25390: typing: Don't crash on Union[str, Pattern].Guido van Rossum2015-10-192-0/+7
* | | Fix whitespace.Guido van Rossum2015-10-191-1/+1
|\ \ \ | |/ /
| * | Fix whitespace.Guido van Rossum2015-10-191-1/+1
| |\ \ | | |/
| | * Fix whitespace.Guido van Rossum2015-10-191-1/+1
* | | Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge...Guido van Rossum2015-10-192-0/+52
|\ \ \ | |/ /
| * | Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge...Guido van Rossum2015-10-192-0/+52
| |\ \ | | |/
| | * Issue #25441: asyncio: Raise error from drain() when socket is closed.Guido van Rossum2015-10-192-0/+52
* | | Closes #25411: Merged fix from 3.5.Vinay Sajip2015-10-172-10/+12
|\ \ \ | |/ /
| * | Closes #25411: Merged fix from 3.4.Vinay Sajip2015-10-172-10/+12
| |\ \ | | |/
| | * Closes #25411: Improved Unicode support in SMTPHandler.Vinay Sajip2015-10-172-12/+14
* | | Issue 25422: Add tests for multi-line string tokenization. Also remove trunca...Eric V. Smith2015-10-171-6/+32
* | | Upgrade the imp module's deprecation to DeprecationWarning.Brett Cannon2015-10-162-2/+2
* | | Merge for issue #25407Brett Cannon2015-10-161-2/+2
|\ \ \ | |/ /
| * | Issue #25407: Drop the mention of the formatter module being removedBrett Cannon2015-10-161-2/+2
* | | Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()Serhiy Storchaka2015-10-141-0/+14
|\ \ \ | |/ /
| * | Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()Serhiy Storchaka2015-10-141-0/+14
* | | test_bytes: new try to fix test on '%p' formatter on WindowsVictor Stinner2015-10-141-6/+16
* | | Issue #25384: Fix binascii.rledecode_hqx()Victor Stinner2015-10-141-1/+15
* | | Optimize bytes.fromhex() and bytearray.fromhex()Victor Stinner2015-10-141-0/+14
* | | Merge with 3.5Terry Jan Reedy2015-10-141-1/+1
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-10-141-1/+1
| |\ \ | | |/
| | * Issue #24782: whitespaceTerry Jan Reedy2015-10-141-1/+1
* | | Merge with 3.5Terry Jan Reedy2015-10-145-197/+144
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-10-145-197/+144
| |\ \ | | |/
| | * Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-145-197/+144
* | | Fix test_bytes on WindowsVictor Stinner2015-10-141-4/+7
* | | Rewrite PyBytes_FromFormatV() using _PyBytesWriter APIVictor Stinner2015-10-131-12/+80
* | | Issue #25382: pickletools.dis() now outputs implicit memo index for theSerhiy Storchaka2015-10-131-0/+1
* | | Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-131-1/+1
|\ \ \ | |/ /
| * | Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-131-1/+1
| |\ \ | | |/
| | * Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-131-1/+1
* | | Closes #25093: Merge with 3.5Zachary Ware2015-10-131-4/+4
|\ \ \ | |/ /
| * | Issue #25093: Merge with 3.4Zachary Ware2015-10-131-4/+4
| |\ \ | | |/
| | * Issue #25093: Fix test_tcl's testloadWithUNC for paths with spacesZachary Ware2015-10-131-4/+4