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
*
http.client: disable Nagle's algorithm (closes #23302)
Benjamin Peterson
2015-01-23
1
-0/+4
*
Issue #23133: Pickling of ipaddress objects now produces more compact and
Serhiy Storchaka
2015-01-18
1
-0/+3
*
Issue #23248: Update ssl error codes from latest OpenSSL git master.
Antoine Pitrou
2015-01-18
1
-0/+2
|
\
|
*
Issue #23248: Update ssl error codes from latest OpenSSL git master.
Antoine Pitrou
2015-01-18
1
-0/+2
*
|
Issue #23266: Much faster implementation of ipaddress.collapse_addresses() wh...
Antoine Pitrou
2015-01-18
1
-0/+3
*
|
Issue #23098: 64-bit dev_t is now supported in the os module.
Serhiy Storchaka
2015-01-18
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23098: 64-bit dev_t is now supported in the os module.
Serhiy Storchaka
2015-01-18
1
-0/+2
*
|
Issue #23180: merge from 3.4
Ned Deily
2015-01-18
2
-0/+4
|
\
\
|
|
/
|
*
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Ned Deily
2015-01-18
2
-0/+4
*
|
Issue #23211: merge from 3.4
Ned Deily
2015-01-18
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:
Ned Deily
2015-01-18
1
-0/+2
*
|
Issue #21817: When an exception is raised in a task submitted to a ProcessPoo...
Antoine Pitrou
2015-01-17
1
-0/+4
*
|
Issue #15955: Add an option to limit output size when decompressing LZMA data.
Antoine Pitrou
2015-01-17
1
-0/+3
*
|
merge 3.4 (#22986)
Benjamin Peterson
2015-01-17
1
-0/+3
|
\
\
|
|
/
|
*
capitialize "HttpOnly" and "Secure" as they appear in the standard and other ...
Benjamin Peterson
2015-01-17
1
-0/+3
*
|
merge 3.4 (#23063)
Benjamin Peterson
2015-01-15
1
-0/+3
|
\
\
|
|
/
|
*
fix parsing reST with code or code-block directives (closes #23063)
Benjamin Peterson
2015-01-15
1
-0/+3
*
|
merge 3.4 (#23221)
Benjamin Peterson
2015-01-13
1
-0/+1
|
\
\
|
|
/
|
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-0/+1
*
|
Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a
Victor Stinner
2015-01-13
1
-0/+5
|
\
\
|
|
/
|
*
Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal
Victor Stinner
2015-01-13
1
-0/+4
*
|
Issue #19777: Provide a home() classmethod on Path objects.
Antoine Pitrou
2015-01-12
2
-0/+5
*
|
Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def...
Antoine Pitrou
2015-01-11
2
-0/+4
*
|
Issue #23185: add math.inf and math.nan constants.
Mark Dickinson
2015-01-11
1
-0/+2
*
|
Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for
Victor Stinner
2015-01-09
2
-0/+6
*
|
expose the client's cipher suites from the handshake (closes #23186)
Benjamin Peterson
2015-01-07
1
-0/+4
*
|
Merge issue 19548 changes from 3.4
Nick Coghlan
2015-01-06
1
-0/+8
|
\
\
|
|
/
|
*
Issue 19548: update codecs module documentation
Nick Coghlan
2015-01-06
1
-0/+8
|
*
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2015-01-06
1
-0/+4
|
*
Issue #20896, #22935: The ssl.get_server_certificate() function now uses the
Victor Stinner
2015-01-06
1
-0/+5
|
*
Issue #23132: Mitigate regression in speed and clarity in functools.total_ord...
Raymond Hettinger
2015-01-06
1
-0/+2
*
|
merge 3.4 (#23165)
Benjamin Peterson
2015-01-04
1
-0/+3
|
\
\
|
|
/
|
*
merge 3.3 (closes #23165)
Benjamin Peterson
2015-01-04
1
-0/+3
|
|
\
|
|
*
merge 3.2 (closes #23165)
Benjamin Peterson
2015-01-04
1
-0/+3
|
|
|
\
|
|
|
*
add some overflow checks before multiplying (closes #23165)
Benjamin Peterson
2015-01-04
1
-0/+3
*
|
|
|
Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8.
Antoine Pitrou
2015-01-03
1
-0/+2
*
|
|
|
Issue #23132: Improve performance and introspection support of comparison
Serhiy Storchaka
2015-01-01
1
-0/+3
*
|
|
|
merge 3.4 (#23111)
Benjamin Peterson
2014-12-30
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111)
Benjamin Peterson
2014-12-30
1
-0/+3
|
*
|
|
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
Victor Stinner
2014-12-21
1
-0/+3
*
|
|
|
Issue #19776: Add a expanduser() method on Path objects.
Antoine Pitrou
2014-12-30
1
-0/+2
*
|
|
|
merge 3.4 (#23112)
Benjamin Peterson
2014-12-26
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
fix behavior of trailing slash redirection when a query string is involved (c...
Benjamin Peterson
2014-12-26
1
-0/+3
*
|
|
|
Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,
Serhiy Storchaka
2014-12-23
1
-0/+3
*
|
|
|
merge 3.4 (#23093)
Benjamin Peterson
2014-12-22
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
1
-0/+3
*
|
|
|
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
Victor Stinner
2014-12-21
1
-0/+3
*
|
|
|
Issue #19104: pprint now produces evaluable output for wrapped strings.
Serhiy Storchaka
2014-12-20
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19104: pprint now produces evaluable output for wrapped strings.
Serhiy Storchaka
2014-12-20
1
-0/+2
*
|
|
|
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka
2014-12-20
1
-0/+2
|
\
\
\
\
|
|
/
/
/
[next]