summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #25002: Back out asyncore/asynchat deprecation. (3.6->3.7)Guido van Rossum2016-10-262-9/+0
|\
| * Issue #25002: Back out asyncore/asynchat deprecation.Guido van Rossum2016-10-262-9/+0
* | Issue #26240: Merge subprocess doc string from 3.6Martin Panter2016-10-261-340/+81
|\ \ | |/
| * Issue #26240: Merge subprocess doc string from 3.5 into 3.6Martin Panter2016-10-251-340/+81
| |\
| | * Issue #26240: Clean up the subprocess module doc stringMartin Panter2016-10-251-348/+79
| | * Issue #28353: Fixed tests of os.fwalk() with broken links.Serhiy Storchaka2016-10-251-3/+18
* | | Issue #28353: Try to fix tests.Serhiy Storchaka2016-10-251-2/+13
|\ \ \ | |/ /
| * | Issue #28353: Try to fix tests.Serhiy Storchaka2016-10-251-2/+13
* | | Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. (3.6->3.7)Guido van Rossum2016-10-252-0/+9
|\ \ \ | |/ /
| * | Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.Guido van Rossum2016-10-252-0/+9
* | | Issue #27275: Fixed implementation of pop() and popitem() methods inSerhiy Storchaka2016-10-251-0/+59
|\ \ \ | |/ /
| * | Issue #27275: Fixed implementation of pop() and popitem() methods inSerhiy Storchaka2016-10-251-0/+59
| |\ \ | | |/
| | * Issue #27275: Fixed implementation of pop() and popitem() methods inSerhiy Storchaka2016-10-251-0/+59
* | | Issue #28255: calendar.TextCalendar.prweek() no longer prints a space afterSerhiy Storchaka2016-10-252-4/+4
* | | Issue #28255: calendar.TextCalendar().prmonth() no longer prints a spaceSerhiy Storchaka2016-10-252-3/+2
|\ \ \ | |/ /
| * | Issue #28255: calendar.TextCalendar().prmonth() no longer prints a spaceSerhiy Storchaka2016-10-252-3/+2
| |\ \ | | |/
| | * Issue #28255: calendar.TextCalendar().prmonth() no longer prints a spaceSerhiy Storchaka2016-10-252-3/+2
* | | Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.Serhiy Storchaka2016-10-252-14/+44
|\ \ \ | |/ /
| * | Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.Serhiy Storchaka2016-10-252-14/+44
| |\ \ | | |/
| | * Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.Serhiy Storchaka2016-10-252-14/+44
* | | Issue #28353: os.fwalk() no longer fails on broken links.Serhiy Storchaka2016-10-252-4/+20
|\ \ \ | |/ /
| * | Issue #28353: os.fwalk() no longer fails on broken links.Serhiy Storchaka2016-10-252-4/+20
| |\ \ | | |/
| | * Issue #28353: os.fwalk() no longer fails on broken links.Serhiy Storchaka2016-10-252-7/+23
* | | Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().Serhiy Storchaka2016-10-251-0/+32
|\ \ \ | |/ /
| * | Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().Serhiy Storchaka2016-10-251-0/+32
| |\ \ | | |/
| | * Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().Serhiy Storchaka2016-10-251-0/+32
* | | Issue #27025: Generated names for Tkinter widgets now start by the "!" prefixSerhiy Storchaka2016-10-251-2/+2
|\ \ \ | |/ /
| * | Issue #27025: Generated names for Tkinter widgets now start by the "!" prefixSerhiy Storchaka2016-10-251-2/+2
* | | Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addinSerhiy Storchaka2016-10-241-1/+5
|\ \ \ | |/ /
| * | Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addinSerhiy Storchaka2016-10-241-1/+5
| |\ \ | | |/
| | * Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addinSerhiy Storchaka2016-10-241-1/+5
* | | mergeRaymond Hettinger2016-10-241-5/+1
|\ \ \ | |/ /
| * | Issue #5830: Remove old comment. Add empty slots.Raymond Hettinger2016-10-241-5/+1
| * | Merge headsSerhiy Storchaka2016-10-242-83/+82
| |\ \
* | \ \ Merge headsSerhiy Storchaka2016-10-241-1/+3
|\ \ \ \
| * \ \ \ Some distutils tests require zlib for creating tar.gz source distribution.Serhiy Storchaka2016-10-231-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Some distutils tests require zlib for creating tar.gz source distribution.Serhiy Storchaka2016-10-231-1/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Some distutils tests require zlib for creating tar.gz source distribution.Serhiy Storchaka2016-10-231-3/+3
* | | | | Merge 3.6 (asyncio)Yury Selivanov2016-10-242-83/+82
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | asyncio: Increase asyncio.Future test coverage; test both implementations.Yury Selivanov2016-10-242-83/+82
| |/ /
* | | Issue #28115: ZIP creation test requires zlib.Serhiy Storchaka2016-10-231-0/+1
|\ \ \ | |/ /
| * | Issue #28115: ZIP creation test requires zlib.Serhiy Storchaka2016-10-231-0/+1
| |\ \ | | |/
| | * Issue #28115: ZIP creation test requires zlib.Serhiy Storchaka2016-10-231-0/+1
* | | Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.Serhiy Storchaka2016-10-232-3/+17
|\ \ \ | |/ /
| * | Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.Serhiy Storchaka2016-10-232-3/+17
| |\ \ | | |/
| | * Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.Serhiy Storchaka2016-10-232-3/+17
* | | Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... insteadSerhiy Storchaka2016-10-232-37/+51
* | | Issue #28115: Command-line interface of the zipfile module now uses argparse.Serhiy Storchaka2016-10-232-67/+68
* | | Issue #28115: Added tests for CLI of the zipfile module.Serhiy Storchaka2016-10-231-1/+67
|\ \ \ | |/ /
| * | Issue #28115: Added tests for CLI of the zipfile module.Serhiy Storchaka2016-10-231-1/+67
| |\ \ | | |/