summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-022-17/+17
|\
| * Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-021-1/+1
| * Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-022-16/+16
| |\
| | * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-022-16/+16
* | | Issue #18973: Command-line interface of the calendar module now uses argparseSerhiy Storchaka2015-11-011-0/+3
* | | Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''Serhiy Storchaka2015-11-011-0/+4
|\ \ \ | |/ /
| * | Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''Serhiy Storchaka2015-11-011-0/+4
| |\ \ | | |/
| | * Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''Serhiy Storchaka2015-11-011-0/+4
* | | Issue #25395: Fixed crash when highly nested OrderedDict structures wereSerhiy Storchaka2015-11-011-0/+3
|\ \ \ | |/ /
| * | Issue #25395: Fixed crash when highly nested OrderedDict structures wereSerhiy Storchaka2015-11-011-0/+3
* | | Merge from 3.5Steve Dower2015-10-311-0/+2
|\ \ \ | |/ /
| * | Issue #25450: Updates shortcuts to start Python in installation directory.Steve Dower2015-10-311-0/+2
* | | Merge typo fixes from 3.5Martin Panter2015-10-312-2/+2
|\ \ \ | |/ /
| * | Merge spelling fixes from 3.4 into 3.5Martin Panter2015-10-312-2/+2
| |\ \ | | |/
| | * Fix some spelling errors in documentation and code commentsMartin Panter2015-10-312-2/+2
* | | merge 3.5 (#25515)Benjamin Peterson2015-10-301-0/+2
|\ \ \ | |/ /
| * | always use os.urandom for the uuid4 algorithm (closes #25515)Benjamin Peterson2015-10-301-0/+2
* | | Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.Serhiy Storchaka2015-10-292-0/+4
|\ \ \ | |/ /
| * | Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.Serhiy Storchaka2015-10-292-0/+4
* | | Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-0/+5
|\ \ \ | |/ /
| * | Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-0/+5
| |\ \ | | |/
| | * Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-0/+5
* | | merge 3.5 (#25471)Benjamin Peterson2015-10-251-0/+3
|\ \ \ | |/ /
| * | merge 3.4 (#25471)Benjamin Peterson2015-10-251-0/+3
| |\ \ | | |/
| | * accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)Benjamin Peterson2015-10-251-0/+3
* | | Issue #25447: The lru_cache() wrapper objects now can be copied and pickledSerhiy Storchaka2015-10-241-0/+3
|\ \ \ | |/ /
| * | Issue #25447: The lru_cache() wrapper objects now can be copied and pickledSerhiy Storchaka2015-10-241-0/+3
* | | Merge 3.4 (Issue #25461)Victor Stinner2015-10-231-0/+1
|\ \ \ | |/ /
| * | Merge 3.4 (Issue #25461)Victor Stinner2015-10-231-0/+1
| |\ \ | | |/
| | * Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-231-0/+1
| * | Fix merge conflict artifacts and move the entry to correct placeBerker Peksag2015-10-211-5/+6
* | | Issue #25390: typing: Don't crash on Union[str, Pattern]. (Merge 3.5->3.6)Guido van Rossum2015-10-191-0/+2
|\ \ \ | |/ /
| * | Issue #25390: typing: Don't crash on Union[str, Pattern].Guido van Rossum2015-10-191-0/+2
* | | Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge...Guido van Rossum2015-10-191-0/+2
|\ \ \ | |/ /
| * | Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge...Guido van Rossum2015-10-191-0/+2
| |\ \ | | |/
| | * Issue #25441: asyncio: Raise error from drain() when socket is closed.Guido van Rossum2015-10-191-0/+2
* | | - Issue #25440: Fix output of python-config --extension-suffix.doko@ubuntu.com2015-10-192-1/+3
|\ \ \ | |/ /
| * | - Issue #25440: Fix output of python-config --extension-suffix.doko@ubuntu.com2015-10-192-1/+6
| |\ \ | | |/
| | * - Issue #25440: Fix output of python-config --extension-suffix.doko@ubuntu.com2015-10-192-1/+3
* | | Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedD...Serhiy Storchaka2015-10-181-0/+3
|\ \ \ | |/ /
| * | Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedD...Serhiy Storchaka2015-10-181-0/+3
* | | Closes #25411: Merged fix from 3.5.Vinay Sajip2015-10-171-0/+3
|\ \ \ | |/ /
| * | Closes #25411: Merged fix from 3.4.Vinay Sajip2015-10-171-0/+3
| |\ \ | | |/
| | * Closes #25411: Improved Unicode support in SMTPHandler.Vinay Sajip2015-10-171-0/+3
* | | Issue #25154: Deprecate the pyvenv script.Brett Cannon2015-10-161-0/+6
* | | Upgrade the imp module's deprecation to DeprecationWarning.Brett Cannon2015-10-161-0/+2
* | | Merge for issue #25407Brett Cannon2015-10-161-0/+3
|\ \ \ | |/ /
| * | Issue #25407: Drop the mention of the formatter module being removedBrett Cannon2015-10-161-0/+3
* | | Merge from 3.5Steve Dower2015-10-141-0/+3
|\ \ \ | |/ /
| * | Issue #25164: Changes default all-users install directory to match per-user d...Steve Dower2015-10-141-0/+3