index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
#17198: merge with 3.3.
Ezio Melotti
2013-07-07
1
-0/+3
|
\
|
*
#17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
Ezio Melotti
2013-07-07
1
-0/+3
*
|
Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Florent Xicluna
2013-07-07
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Florent Xicluna
2013-07-07
1
-0/+2
*
|
#18020: improve html.escape speed by an order of magnitude. Patch by Matt Br...
Ezio Melotti
2013-07-07
2
-0/+4
*
|
Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fix
Victor Stinner
2013-07-07
1
-0/+4
*
|
Issue #3329: Implement the PEP 445
Victor Stinner
2013-07-07
1
-0/+3
*
|
merge for issue #18351.
Brett Cannon
2013-07-06
2
-0/+4
|
\
\
|
|
/
|
*
Issue #18351: Fix various issues with
Brett Cannon
2013-07-06
2
-0/+7
*
|
#18380: merge with 3.3.
Ezio Melotti
2013-07-06
1
-0/+1
|
\
\
|
|
/
|
*
#18380: pass regex flags to the right argument. Patch by Valentina Mukhamedz...
Ezio Melotti
2013-07-06
1
-0/+1
*
|
(3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch py...
Ronald Oussoren
2013-07-06
1
-0/+6
|
\
\
|
|
/
|
*
Issue #12990: The "Python Launcher" on OSX could not launch python scripts th...
Ronald Oussoren
2013-07-06
1
-0/+3
*
|
Issue #18375: merge with 3.3
Florent Xicluna
2013-07-06
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18375: Assume --randomize when --randseed is used for running the test...
Florent Xicluna
2013-07-06
1
-0/+3
*
|
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
1
-0/+3
*
|
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon
2013-07-04
1
-3/+0
*
|
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Brett Cannon
2013-07-04
1
-4/+0
*
|
Consolidate tests section.
Antoine Pitrou
2013-07-04
1
-5/+2
*
|
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
Antoine Pitrou
2013-07-04
1
-1/+2
|
\
\
|
|
/
|
*
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
Antoine Pitrou
2013-07-04
1
-0/+2
*
|
Issue #17261: Ensure multiprocessing's proxies use proper address.
Richard Oudkerk
2013-07-02
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17261: Ensure multiprocessing's proxies use proper address.
Richard Oudkerk
2013-07-02
1
-0/+2
*
|
(Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signal
Victor Stinner
2013-07-01
1
-0/+4
|
\
\
|
|
/
|
*
Issue #18343: faulthandler.register() now keeps the previous signal handler
Victor Stinner
2013-07-01
1
-0/+4
*
|
Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
Christian Heimes
2013-07-01
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
Christian Heimes
2013-07-01
1
-0/+3
*
|
Issue #17097: Merge.
Richard Oudkerk
2013-07-01
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17097: Make multiprocessing ignore EINTR.
Richard Oudkerk
2013-07-01
1
-0/+2
*
|
Merge with current default
Łukasz Langa
2013-07-01
1
-0/+3
|
\
\
|
*
\
Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
Christian Heimes
2013-07-01
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
Christian Heimes
2013-07-01
1
-0/+3
*
|
|
Issue #18244: Adopt C3-based linearization in functools.singledispatch for im...
Łukasz Langa
2013-07-01
1
-0/+1
|
/
/
*
|
Issue 18240: The HMAC module is no longer restricted to bytes and accepts
Christian Heimes
2013-07-01
2
-0/+4
*
|
(merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
Terry Jan Reedy
2013-07-01
1
-0/+3
|
\
\
|
|
/
|
*
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
Terry Jan Reedy
2013-07-01
1
-0/+3
*
|
Closes #18224: Removed pydoc script from created venv, as it causes problems ...
Vinay Sajip
2013-06-30
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18224: Removed pydoc script from created venv, as it causes problems o...
Vinay Sajip
2013-06-30
1
-0/+3
*
|
Merge #18155: Regex-escape delimiter, in case it is a regex special char.
R David Murray
2013-06-29
1
-1/+5
|
\
\
|
|
/
|
*
#18155: Regex-escape delimiter, in case it is a regex special char.
R David Murray
2013-06-29
2
-1/+6
*
|
Merge with 3.3
Terry Jan Reedy
2013-06-28
1
-0/+1
|
\
\
|
|
/
|
*
Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
Terry Jan Reedy
2013-06-28
1
-0/+1
*
|
Merge #14360: Add news item.
R David Murray
2013-06-28
1
-0/+2
|
\
\
|
|
/
|
*
#14360: Add news item.
R David Murray
2013-06-28
1
-0/+3
*
|
Issue #13483: Use VirtualAlloc in obmalloc on Windows.
Martin v. Löwis
2013-06-27
1
-0/+2
*
|
Issue 18111: Add a default argument to min() and max()
Raymond Hettinger
2013-06-25
1
-0/+4
*
|
(Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if
Victor Stinner
2013-06-24
1
-3/+5
|
\
\
|
|
/
|
*
Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
Victor Stinner
2013-06-24
1
-3/+4
*
|
#11390: convert doctest CLI to argparse and add -o and -f options.
R David Murray
2013-06-23
1
-0/+3
[next]