summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #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
* | Closes #18224: Removed pydoc script from created venv, as it causes problems ...Vinay Sajip2013-06-301-0/+3
|\ \ | |/
| * Issue #18224: Removed pydoc script from created venv, as it causes problems o...Vinay Sajip2013-06-301-0/+3
* | Merge #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-291-1/+5
|\ \ | |/
| * #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-292-1/+6
* | Merge with 3.3Terry Jan Reedy2013-06-281-0/+1
|\ \ | |/
| * Issue #18315: Improve fileinput docs by adding 'bufsize' where missing andTerry Jan Reedy2013-06-281-0/+1
* | Merge #14360: Add news item.R David Murray2013-06-281-0/+2
|\ \ | |/
| * #14360: Add news item.R David Murray2013-06-281-0/+3
* | Issue #13483: Use VirtualAlloc in obmalloc on Windows.Martin v. Löwis2013-06-271-0/+2
* | Issue 18111: Add a default argument to min() and max()Raymond Hettinger2013-06-251-0/+4
* | (Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError ifVictor Stinner2013-06-241-3/+5
|\ \ | |/
| * Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the inputVictor Stinner2013-06-241-3/+4
* | #11390: convert doctest CLI to argparse and add -o and -f options.R David Murray2013-06-231-0/+3
* | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raiseSerhiy Storchaka2013-06-231-0/+3
|\ \ | |/
| * Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raiseSerhiy Storchaka2013-06-231-0/+3
* | (Merge 3.3) Issue #18135: Fix a possible integer overflow inVictor Stinner2013-06-231-0/+4
|\ \ | |/
| * Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()Victor Stinner2013-06-231-0/+4
* | (Merge 3.3) Issue #18137: Detect integer overflow on precision inVictor Stinner2013-06-231-0/+3
|\ \ | |/
| * Issue #18137: Detect integer overflow on precision in float.__format__() andVictor Stinner2013-06-231-0/+3
* | Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-221-0/+2
* | merge from 3.3Senthil Kumaran2013-06-201-4/+18
|\ \ | |/
| * Add -b and -X options to python man page.Senthil Kumaran2013-06-201-4/+18