summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+5
|\
| * Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+5
* | Issue #28583: PyDict_SetDefault didn't combine split table when needed.INADA Naoki2016-11-021-0/+3
* | Start 3.6.0b4Ned Deily2016-11-011-0/+12
* | Version bump for 3.6.0b3v3.6.0b3Ned Deily2016-11-011-1/+1
* | Issue #28248: merge from 3.5Ned Deily2016-10-311-1/+1
|\ \ | |/
| * Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.Ned Deily2016-10-311-3/+1
* | Issue #28028: Update OS X installers to use SQLite 3.14.2.Ned Deily2016-10-311-1/+1
* | Issue 28128: Print out better error/warning messages for invalid string escap...Eric V. Smith2016-10-311-0/+4
* | Issue #27517: LZMA compressor and decompressor no longer raise exceptions ifSerhiy Storchaka2016-10-312-0/+4
|\ \ | |/
| * Issue #27517: LZMA compressor and decompressor no longer raise exceptions ifSerhiy Storchaka2016-10-312-0/+4
* | Issue #28549: Fixed segfault in curses's addch() with ncurses6.Serhiy Storchaka2016-10-301-0/+2
|\ \ | |/
| * Issue #28549: Fixed segfault in curses's addch() with ncurses6.Serhiy Storchaka2016-10-301-0/+2
* | Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tarSerhiy Storchaka2016-10-301-1/+4
|\ \ | |/
| * Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tarSerhiy Storchaka2016-10-301-0/+4
* | - Issue #23262: The webbrowser module now supports Firefox 36+ and derivedSerhiy Storchaka2016-10-301-0/+3
|\ \ | |/
| * Issue #23262: The webbrowser module now supports Firefox 36+ and derivedSerhiy Storchaka2016-10-301-0/+3
* | Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale causedSerhiy Storchaka2016-10-301-0/+4
|\ \ | |/
| * Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale causedSerhiy Storchaka2016-10-301-0/+4
* | Merge from 3.5.Serhiy Storchaka2016-10-301-3/+0
|\ \ | |/
| * Backed out changeset 9f7505019767 (issue #27275).Serhiy Storchaka2016-10-301-3/+0
* | Issue #18844: Make the various ways for specifing weights produce the same re...Raymond Hettinger2016-10-291-0/+3
* | Issue #28444: Merge with 3.5.Xavier de Gaye2016-10-291-0/+2
|\ \ | |/
| * Issue #28444: Fix missing extensions modules when cross compiling.Xavier de Gaye2016-10-291-0/+2
* | Issue #28544: Implement asyncio.Task in C.Yury Selivanov2016-10-281-0/+2
* | Issue #28522: Fixes mishandled buffer reallocation in getpathp.cSteve Dower2016-10-271-0/+5
* | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),Serhiy Storchaka2016-10-271-0/+7
* | Issue #28509: dict.update() no longer allocate unnecessary large memoryINADA Naoki2016-10-271-0/+2
* | Issue #26240: Merge subprocess doc string from 3.5 into 3.6Martin Panter2016-10-251-0/+1
|\ \ | |/
| * Issue #26240: Clean up the subprocess module doc stringMartin Panter2016-10-251-0/+1
* | Issue #27275: Fixed implementation of pop() and popitem() methods inSerhiy Storchaka2016-10-251-0/+3
|\ \ | |/
| * Issue #27275: Fixed implementation of pop() and popitem() methods inSerhiy Storchaka2016-10-251-0/+3
* | Issue #28255: calendar.TextCalendar().prmonth() no longer prints a spaceSerhiy Storchaka2016-10-251-0/+4
|\ \ | |/
| * Issue #28255: calendar.TextCalendar().prmonth() no longer prints a spaceSerhiy Storchaka2016-10-251-0/+4
* | Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.Serhiy Storchaka2016-10-251-0/+3
|\ \ | |/
| * Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.Serhiy Storchaka2016-10-251-0/+3
* | Issue #28353: os.fwalk() no longer fails on broken links.Serhiy Storchaka2016-10-251-0/+2
|\ \ | |/
| * Issue #28353: os.fwalk() no longer fails on broken links.Serhiy Storchaka2016-10-251-0/+2
* | Issue #28430: Fix iterator of C implemented asyncio.Future doesn'tINADA Naoki2016-10-251-0/+3
* | Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...Serhiy Storchaka2016-10-251-0/+3
|\ \ | |/
| * Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...Serhiy Storchaka2016-10-251-0/+3
| |\
| | * Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...Serhiy Storchaka2016-10-251-0/+3
* | | Issue #27025: Generated names for Tkinter widgets now start by the "!" prefixSerhiy Storchaka2016-10-251-0/+6
* | | Issue #28517: Fixed of-by-one error in the peephole optimizer that causedSerhiy Storchaka2016-10-251-0/+3
* | | Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addinSerhiy Storchaka2016-10-241-0/+3
|\ \ \ | |/ /
| * | Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addinSerhiy Storchaka2016-10-241-0/+3
* | | Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.Serhiy Storchaka2016-10-231-0/+2
|\ \ \ | |/ /
| * | Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.Serhiy Storchaka2016-10-231-0/+2
* | | Issue #25953: re.sub() now raises an error for invalid numerical groupSerhiy Storchaka2016-10-231-0/+6
* | | Issue #28435: Merge urllib test fixes from 3.5 into 3.6Martin Panter2016-10-221-0/+1
|\ \ \ | |/ /