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
...
*
|
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka
2015-03-13
2
-0/+6
|
\
\
|
|
/
|
*
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka
2015-03-13
2
-0/+6
*
|
Issue #23581: Add matmul support to MagicMock.
Berker Peksag
2015-03-12
1
-0/+2
*
|
Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()
Victor Stinner
2015-03-12
1
-0/+4
*
|
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
1
-0/+3
|
\
\
|
|
/
|
*
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
1
-0/+3
*
|
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Serhiy Storchaka
2015-03-11
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Serhiy Storchaka
2015-03-11
2
-0/+3
*
|
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
1
-0/+3
*
|
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-0/+3
*
|
Issue #23605: os.walk() now calls os.scandir() instead of os.listdir().
Victor Stinner
2015-03-10
1
-0/+4
*
|
Merge.
Larry Hastings
2015-03-09
1
-0/+4
|
\
\
|
*
|
Issue #22980: Under Linux, C extensions now include bitness in the file name,
Antoine Pitrou
2015-03-08
1
-0/+4
*
|
|
Post-release changes for 3.5.0a2.
Larry Hastings
2015-03-09
1
-1/+13
|
/
/
*
|
Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()
Victor Stinner
2015-03-08
1
-0/+4
*
|
Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.
Serhiy Storchaka
2015-03-07
1
-0/+2
*
|
Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,
Serhiy Storchaka
2015-03-07
1
-0/+3
*
|
Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
Victor Stinner
2015-03-06
1
-0/+4
*
|
Issue #23593: fix Misc/NEWS entries
Ned Deily
2015-03-06
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23593: fix Misc/NEWS entries
Ned Deily
2015-03-06
1
-1/+1
*
|
Issue #23594: merge 3.4
Ned Deily
2015-03-06
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
Ned Deily
2015-03-06
1
-0/+2
*
|
Issue #22936: Allow showing local variables in unittest errors.
Robert Collins
2015-03-06
1
-1/+2
*
|
Issue #22936: Make it possible to show local variables in tracebacks.
Robert Collins
2015-03-05
1
-0/+2
*
|
merge 3.4 (#23476)
Benjamin Peterson
2015-03-05
1
-0/+3
|
\
\
|
|
/
|
*
enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)
Benjamin Peterson
2015-03-05
1
-0/+3
*
|
Issue #17911: traceback module overhaul
Robert Collins
2015-03-04
1
-0/+7
*
|
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...
Antoine Pitrou
2015-03-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...
Antoine Pitrou
2015-03-04
1
-0/+3
*
|
Issue #23504: Added an __all__ to the types module.
Serhiy Storchaka
2015-03-04
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23504: Added an __all__ to the types module.
Serhiy Storchaka
2015-03-04
1
-0/+2
*
|
Issue #23563: Optimized utility functions in urllib.parse.
Serhiy Storchaka
2015-03-03
1
-0/+2
*
|
issue19075: add visual sorting algorithms to turtledemo; original code from J...
Ethan Furman
2015-03-02
1
-0/+3
*
|
merge 3.4 (#23367)
Benjamin Peterson
2015-03-02
1
-0/+2
|
\
\
|
|
/
|
*
merge 3.3 (#23367)
Benjamin Peterson
2015-03-02
1
-0/+2
|
|
\
|
|
*
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson
2015-03-02
1
-0/+2
*
|
|
merge 3.4
Benjamin Peterson
2015-03-02
1
-6/+5
|
\
\
\
|
|
/
/
|
*
|
remove mention of Python 2.2 and 2.3
Benjamin Peterson
2015-03-02
1
-6/+5
*
|
|
Issue #7830: Flatten nested functools.partial.
Alexander Belopolsky
2015-03-01
1
-0/+2
*
|
|
Issue #20204: Deprecation warning is now raised for builtin type without the
Serhiy Storchaka
2015-03-01
1
-0/+6
*
|
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
Serhiy Storchaka
2015-03-01
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
Serhiy Storchaka
2015-03-01
1
-0/+3
*
|
|
Issue #19980: Improved help() for non-recognized strings. help('') now
Serhiy Storchaka
2015-02-28
2
-0/+6
*
|
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
1
-0/+4
*
|
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
1
-0/+3
*
|
|
Merge from 3.4.
Larry Hastings
2015-02-27
1
-3/+1
|
\
\
\
|
|
/
/
[prev]
[next]