summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending res...Raymond Hettinger2015-11-022-60/+1
* Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-0232-41/+41
|\
| * 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 #18973: Command-line interface of the calendar module now uses argparseSerhiy Storchaka2015-11-012-40/+49
* | | 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 #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
|\ \ \ | |/ /
| * | Issue #25395: Fixed crash when highly nested OrderedDict structures wereSerhiy Storchaka2015-11-011-0/+24
* | | Merge typo fixes from 3.5Martin Panter2015-10-311-1/+1
|\ \ \ | |/ /
| * | 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
* | | Issue #25487: Fix tests not updated when the imp module moved to aBrett Cannon2015-10-302-2/+2
* | | Merge with 3.5Terry Jan Reedy2015-10-302-9/+13
|\ \ \ | |/ /
| * | 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
* | | merge 3.5 (#25515)Benjamin Peterson2015-10-301-20/+6
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | Issue25506: Fixed a copy-pasting error in test_pprint.Serhiy Storchaka2015-10-291-1/+1
| * | Merge headsSerhiy Storchaka2015-10-293-4/+2
| |\ \
* | \ \ Merge headsSerhiy Storchaka2015-10-293-4/+2
|\ \ \ \
| * \ \ \ merge 3.5 (#25502)Benjamin Peterson2015-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 #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 #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-4/+13
* | | Closes #25494: Merge with 3.5Zachary Ware2015-10-281-1/+1
|\ \ \ | |/ /
| * | 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.5Terry Jan Reedy2015-10-271-3/+5
|\ \ \ | |/ /
| * | 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.5Martin Panter2015-10-261-5/+12
|\ \ \ | |/ /
| * | 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
* | | Issue 25311: Add support for f-strings to tokenize.py. Also added some commen...Eric V. Smith2015-10-262-51/+84
* | | merge 3.5 (#25471)Benjamin Peterson2015-10-252-1/+6
|\ \ \ | |/ /
| * | 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
| |\ \ | | |/
| | * 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
|\ \ \ | |/ /
| * | Removed redundant call of update_wrapper().Serhiy Storchaka2015-10-241-1/+1