summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #18342: Use the repr of a module name for ``from ... importBrett Cannon2013-07-122-0/+4
* Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-111-0/+4
|\
| * #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-111-0/+4
* | Issue #17872: Fix a segfault in marshal.load() when input stream returnsSerhiy Storchaka2013-07-111-0/+3
|\ \ | |/
| * Issue #17872: Fix a segfault in marshal.load() when input stream returnsSerhiy Storchaka2013-07-111-0/+3
* | Issue #18101: Tcl.split() now process strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+3
|\ \ | |/
| * Issue #18101: Tcl.split() now process strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+3
* | Issue #18338: `python --version` now prints version string to stdout, andSerhiy Storchaka2013-07-111-0/+3
* | Merge #17987: properly document support.captured_xxx.R David Murray2013-07-111-0/+1
|\ \ | |/
| * #17987: properly document support.captured_xxx.R David Murray2013-07-111-0/+1
* | Issue #18426: Fix NULL pointer dereference in C extension import whenChristian Heimes2013-07-111-0/+3
|\ \ | |/
| * Issue #18426: Fix NULL pointer dereference in C extension import whenChristian Heimes2013-07-111-0/+3
* | #18116: getpass no longer always falls back to stdin.R David Murray2013-07-101-0/+4
* | #17198: merge with 3.3.Ezio Melotti2013-07-071-0/+3
|\ \ | |/
| * #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.Ezio Melotti2013-07-071-0/+3
* | Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.Florent Xicluna2013-07-071-0/+2
|\ \ | |/
| * Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.Florent Xicluna2013-07-071-0/+2
* | #18020: improve html.escape speed by an order of magnitude. Patch by Matt Br...Ezio Melotti2013-07-072-0/+4
* | Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fixVictor Stinner2013-07-071-0/+4
* | Issue #3329: Implement the PEP 445Victor Stinner2013-07-071-0/+3
* | merge for issue #18351.Brett Cannon2013-07-062-0/+4
|\ \ | |/
| * Issue #18351: Fix various issues withBrett Cannon2013-07-062-0/+7
* | #18380: merge with 3.3.Ezio Melotti2013-07-061-0/+1
|\ \ | |/
| * #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedz...Ezio Melotti2013-07-061-0/+1
* | (3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch py...Ronald Oussoren2013-07-061-0/+6
|\ \ | |/
| * Issue #12990: The "Python Launcher" on OSX could not launch python scripts th...Ronald Oussoren2013-07-061-0/+3
* | Issue #18375: merge with 3.3Florent Xicluna2013-07-061-0/+3
|\ \ | |/
| * Issue #18375: Assume --randomize when --randseed is used for running the test...Florent Xicluna2013-07-061-0/+3
* | Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-041-0/+3
|\ \ | |/
| * Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-041-0/+3
* | Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-041-3/+0
* | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundErrorBrett Cannon2013-07-041-4/+0
* | Consolidate tests section.Antoine Pitrou2013-07-041-5/+2
* | Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-041-1/+2
|\ \ | |/
| * Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-041-0/+2
* | Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-021-0/+2
|\ \ | |/
| * Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-021-0/+2
* | (Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signalVictor Stinner2013-07-011-0/+4
|\ \ | |/
| * Issue #18343: faulthandler.register() now keeps the previous signal handlerVictor Stinner2013-07-011-0/+4
* | Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now theChristian Heimes2013-07-011-0/+3
|\ \ | |/
| * Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now theChristian Heimes2013-07-011-0/+3
* | Issue #17097: Merge.Richard Oudkerk2013-07-011-0/+2
|\ \ | |/
| * Issue #17097: Make multiprocessing ignore EINTR.Richard Oudkerk2013-07-011-0/+2
* | Merge with current defaultŁukasz Langa2013-07-011-0/+3
|\ \
| * \ Issue #18339: Negative ints keys in unpickler.memo dict no longer cause aChristian Heimes2013-07-011-0/+3
| |\ \ | | |/
| | * Issue #18339: Negative ints keys in unpickler.memo dict no longer cause aChristian Heimes2013-07-011-0/+3
* | | Issue #18244: Adopt C3-based linearization in functools.singledispatch for im...Łukasz Langa2013-07-011-0/+1
|/ /
* | Issue 18240: The HMAC module is no longer restricted to bytes and acceptsChristian Heimes2013-07-012-0/+4
* | (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-011-0/+3
|\ \ | |/
| * Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-011-0/+3