summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #25523: Further a-to-an corrections new in 3.5.Serhiy Storchaka2015-11-021-1/+1
* Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-0212-12/+12
|\
| * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-0212-12/+12
* | Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-023-4/+4
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-0229-37/+37
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-0229-37/+37
* | Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''Serhiy Storchaka2015-11-012-1/+19
|\ \ | |/
| * Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''Serhiy Storchaka2015-11-012-1/+19
* | Issue #25395: Fixed crash when highly nested OrderedDict structures wereSerhiy Storchaka2015-11-011-0/+24
* | Merge spelling fixes from 3.4 into 3.5Martin Panter2015-10-311-1/+1
|\ \ | |/
| * Fix some spelling errors in documentation and code commentsMartin Panter2015-10-311-1/+1
* | Merge with 3.4Terry Jan Reedy2015-10-302-9/+13
|\ \ | |/
| * Issue #25507: move test-specific imports to test function (idlelib.IOBinding).Terry Jan Reedy2015-10-302-9/+13
* | always use os.urandom for the uuid4 algorithm (closes #25515)Benjamin Peterson2015-10-301-20/+6
* | Issue25506: Fixed a copy-pasting error in test_pprint.Serhiy Storchaka2015-10-291-1/+1
* | Merge headsSerhiy Storchaka2015-10-293-4/+2
|\ \
| * | remove duplicated imports (closes #25502)Benjamin Peterson2015-10-293-4/+2
* | | Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.Serhiy Storchaka2015-10-293-9/+15
|/ /
* | Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-4/+13
|\ \ | |/
| * Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-4/+13
* | Issue #25494: Merge with 3.4Zachary Ware2015-10-281-1/+1
|\ \ | |/
| * Issue #25494: Remove extra quote from docstring.Zachary Ware2015-10-281-1/+1
* | Merge with 3.4Terry Jan Reedy2015-10-271-3/+5
|\ \ | |/
| * Display IDLE warning as a warning rather than as an error.Terry Jan Reedy2015-10-271-3/+5
* | Issue #23391: Merge OSError doc from 3.4 into 3.5Martin Panter2015-10-261-5/+12
|\ \ | |/
| * Issue #23391: Restore OSError constructor argument documentationMartin Panter2015-10-261-5/+12
| * Issue #25456: Fix test_idle when Tcl/Tk DLLs are loaded from python.exe's homeZachary Ware2015-10-251-2/+4
* | merge 3.4 (#25471)Benjamin Peterson2015-10-252-1/+6
|\ \ | |/
| * accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)Benjamin Peterson2015-10-252-1/+6
* | Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić.Serhiy Storchaka2015-10-241-5/+7
|\ \ | |/
| * Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić.Serhiy Storchaka2015-10-241-5/+7
* | Removed redundant call of update_wrapper().Serhiy Storchaka2015-10-241-1/+1
* | Issue #25447: The lru_cache() wrapper objects now can be copied and pickledSerhiy Storchaka2015-10-241-2/+56
* | 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 #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 #25417: Fix typo in Path.samefile() docstringBerker Peksag2015-10-211-2/+2
* | Issue #21515: Elaborate tempfile.TemporaryFile() commentVictor Stinner2015-10-201-2/+10
* | 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].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
* | 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.4.Vinay Sajip2015-10-172-10/+12
|\ \ | |/
| * Closes #25411: Improved Unicode support in SMTPHandler.Vinay Sajip2015-10-172-12/+14
* | 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