summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue 24454: Improve the usability of the re match object named group APIEric V. Smith2016-09-111-0/+4
* Issue #27952: Merge fixcid.py from 3.5Martin Panter2016-09-111-0/+7
|\
| * Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-111-0/+4
* | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...Berker Peksag2016-09-111-0/+3
* | Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-111-0/+4
* | Issue #26885: xmlrpc now supports unmarshalling additional data types usedSerhiy Storchaka2016-09-111-0/+3
* | Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-0/+2
* | Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-111-0/+5
* | Issue #28070: Fixed parsing inline verbose flag in regular expressions.Serhiy Storchaka2016-09-101-0/+2
* | Issue #19500: Add client-side SSL session resumption to the ssl module.Christian Heimes2016-09-101-0/+2
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-1/+5
* | Issue 28043: SSLContext has improved default settingsChristian Heimes2016-09-101-0/+4
* | IDLE newx items. merge from 3.5Terry Jan Reedy2016-09-101-0/+17
|\ \ | |/
| * IDLE newx items.Terry Jan Reedy2016-09-101-0/+7
* | Issue #25221: merge from 3.5.Mark Dickinson2016-09-101-0/+3
|\ \ | |/
| * Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is com...Mark Dickinson2016-09-101-0/+3
* | Merge from 3.5Steve Dower2016-09-101-2/+0
|\ \ | |/
| * Issue #27932: Backs out changeSteve Dower2016-09-101-2/+0
* | Issue #24693: Changed some RuntimeError's in the zipfile module to moreSerhiy Storchaka2016-09-101-0/+3
* | Issue #17909: Accept binary input in json.loadsNick Coghlan2016-09-101-0/+3
* | Issue #27137: align Python & C implementations of functools.partialNick Coghlan2016-09-101-0/+5
* | Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-101-0/+3
|\ \ | |/
| * Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-101-0/+3
* | Issue #18401: pdb tests don't read ~/.pdbrc anymoreŁukasz Langa2016-09-101-0/+4
* | Issue 27080: PEP 515: add '_' formatting option.Eric V. Smith2016-09-101-0/+3
* | Issue #27199: TarFile expose copyfileobj bufsize to improve throughputŁukasz Langa2016-09-101-0/+3
* | Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...Eric V. Smith2016-09-101-5/+7
* | Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)Steve Dower2016-09-101-0/+2
|\ \ | |/
| * Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)Steve Dower2016-09-101-0/+2
* | Issue #27705: Update message in validate_ucrtbase.pySteve Dower2016-09-101-0/+2
|\ \ | |/
| * Issue #27705: Update message in validate_ucrtbase.pySteve Dower2016-09-101-0/+2
* | Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-0/+3
|\ \ | |/
| * Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-0/+3
* | Merge from ZachSteve Dower2016-09-101-0/+2
|\ \
| * | Issue #28046: Remove platform-specific directories from sys.pathZachary Ware2016-09-101-0/+2
* | | Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-101-0/+2
|\ \ \ | |/ / |/| / | |/
| * Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-101-0/+2
* | DTrace support: function calls, GC activity, line executionŁukasz Langa2016-09-102-0/+3
* | Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-101-0/+3
|\ \ | |/
| * Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-101-0/+3
* | Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-102-0/+8
|\ \ | |/
| * #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-102-0/+4
| * Issue #22450: Use "Accept: */*" in the default headers for urllib.requestRaymond Hettinger2016-09-091-0/+4
* | Closes #27976: Deprecate bundled full copy of libffiZachary Ware2016-09-101-0/+3
* | Issue #25144: Ensures TargetDir is set before continuing with custom install.Steve Dower2016-09-091-0/+3
|\ \ | |/
| * Issue #25144: Ensures TargetDir is set before continuing with custom install.Steve Dower2016-09-091-0/+3
* | Issue #28025: Convert all ssl module constants to IntEnum and IntFlags.Christian Heimes2016-09-091-0/+3
* | repair reSTBenjamin Peterson2016-09-091-4/+4
* | Merge headsSerhiy Storchaka2016-09-092-28/+4
|\ \
| * | remove ceval timestamp supportBenjamin Peterson2016-09-091-26/+0