summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #27517: LZMA compressor and decompressor no longer raise exceptions ifSerhiy Storchaka2016-10-311-0/+38
|\
| * Issue #27517: LZMA compressor and decompressor no longer raise exceptions ifSerhiy Storchaka2016-10-311-0/+38
* | Update the f-string test broken in issue #28385.Serhiy Storchaka2016-10-311-1/+1
* | Issue #28541: Improve test coverage for encoding detection in json library.Serhiy Storchaka2016-10-302-1/+15
* | Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tarSerhiy Storchaka2016-10-302-2/+10
|\ \ | |/
| * Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tarSerhiy Storchaka2016-10-302-2/+10
* | Issue #28385: An error message when non-empty format spec is passed toSerhiy Storchaka2016-10-302-13/+20
|\ \ | |/
| * Issue #28385: An error message when non-empty format spec is passed toSerhiy Storchaka2016-10-302-13/+20
* | - Issue #23262: The webbrowser module now supports Firefox 36+ and derivedSerhiy Storchaka2016-10-302-8/+45
|\ \ | |/
| * Issue #23262: The webbrowser module now supports Firefox 36+ and derivedSerhiy Storchaka2016-10-302-8/+45
* | Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale causedSerhiy Storchaka2016-10-303-9/+21
|\ \ | |/
| * Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale causedSerhiy Storchaka2016-10-303-9/+21
* | Merge from 3.5.Serhiy Storchaka2016-10-301-59/+0
|\ \ | |/
| * Backed out changeset 9f7505019767 (issue #27275).Serhiy Storchaka2016-10-301-59/+0
* | Issue #18844: Strengthen tests to include a case with unequal weightingRaymond Hettinger2016-10-301-0/+17
* | Issue #18844: Make the various ways for specifing weights produce the same re...Raymond Hettinger2016-10-292-3/+20
* | Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) (3....Guido van Rossum2016-10-292-9/+45
|\ \ | |/
| * Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]())Guido van Rossum2016-10-292-9/+45
* | Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.5->3.6)Guido van Rossum2016-10-292-0/+27
|\ \ | |/
| * Issue #28556: updates to typing.py (fix copy, deepcopy, pickle)Guido van Rossum2016-10-292-0/+27
* | Issue #28556: updates to typing.py (3.5->3.6)Guido van Rossum2016-10-292-355/+540
|\ \ | |/
| * Issue #28556: updates to typing.pyGuido van Rossum2016-10-292-355/+540
* | Makes test_underpth* tests more robust by copying the executable.Steve Dower2016-10-291-25/+48
* | Issue #28544: Implement asyncio.Task in C.Yury Selivanov2016-10-287-272/+488
* | Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable.Serhiy Storchaka2016-10-281-10/+15
|\ \ | |/
| * Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable.Serhiy Storchaka2016-10-281-10/+15
* | Issue #28522: Fixes mishandled buffer reallocation in getpathp.cSteve Dower2016-10-271-0/+52
* | Issue #25002: Back out asyncore/asynchat deprecation.Guido van Rossum2016-10-262-9/+0
* | 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 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 #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 #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 #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 #5830: Remove old comment. Add empty slots.Raymond Hettinger2016-10-241-5/+1
* | Merge headsSerhiy Storchaka2016-10-242-83/+82
|\ \
| * | asyncio: Increase asyncio.Future test coverage; test both implementations.Yury Selivanov2016-10-242-83/+82
* | | Some distutils tests require zlib for creating tar.gz source distribution.Serhiy Storchaka2016-10-231-1/+3
|\ \ \ | |/ / |/| / | |/