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 #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka
2015-01-26
1
-0/+3
*
Issue #23094: Fixed readline with frames in Python implementation of pickle.
Serhiy Storchaka
2015-01-26
1
-0/+2
*
Add credits for Martin Panter.
Serhiy Storchaka
2015-01-26
1
-1/+1
*
Issue #23268: Fixed bugs in the comparison of ipaddress classes.
Serhiy Storchaka
2015-01-26
1
-0/+2
*
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
Serhiy Storchaka
2015-01-26
1
-0/+7
*
handle headers with no key (closes #19996)
Benjamin Peterson
2015-01-26
1
-0/+3
*
Issue #23321: Fixed a crash in str.decode() when error handler returned
Serhiy Storchaka
2015-01-25
1
-0/+3
*
Issue #23248: Update ssl error codes from latest OpenSSL git master.
Antoine Pitrou
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: Rename IDLE "Windows" menu item to "Window".
Ned Deily
2015-01-18
2
-0/+4
*
Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:
Ned Deily
2015-01-18
1
-0/+2
*
capitialize "HttpOnly" and "Secure" as they appear in the standard and other ...
Benjamin Peterson
2015-01-17
1
-0/+3
*
fix parsing reST with code or code-block directives (closes #23063)
Benjamin Peterson
2015-01-15
1
-0/+3
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-0/+1
*
Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal
Victor Stinner
2015-01-13
1
-0/+4
*
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.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
*
|
|
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
*
|
|
fix behavior of trailing slash redirection when a query string is involved (c...
Benjamin Peterson
2014-12-26
1
-0/+3
*
|
|
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
1
-0/+3
*
|
|
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
*
|
|
Issue #15513: Added a __sizeof__ implementation for pickle classes.
Serhiy Storchaka
2014-12-16
1
-1/+3
*
|
|
Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can
Serhiy Storchaka
2014-12-16
1
-0/+4
*
|
|
Issue #20577: move configuration of FormatParagraph extension to new extension
Terry Jan Reedy
2014-12-16
1
-0/+5
*
|
|
use autoconf macro to check for pkg-config (closes #15506)
Benjamin Peterson
2014-12-15
1
-0/+3
*
|
|
pop the loop block even for infinite while loops (closes #23048)
Benjamin Peterson
2014-12-13
1
-0/+2
*
|
|
Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.
Ned Deily
2014-12-13
1
-0/+2
*
|
|
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
Serhiy Storchaka
2014-12-12
1
-0/+3
*
|
|
Issue #23006: Improve the documentation and indexing of dict.__missing__.
Terry Jan Reedy
2014-12-10
1
-0/+4
*
|
|
Issue #23016: A warning no longer produces AttributeError when the program
Serhiy Storchaka
2014-12-10
1
-0/+3
*
|
|
Issue #21775: shutil.copytree(): fix crash when copying to VFAT
Berker Peksag
2014-12-10
1
-0/+6
*
|
|
inspect: Fix getsource() to load updated source of reloaded module
Yury Selivanov
2014-12-08
1
-0/+3
*
|
|
NEWS: Remove duplicate entry
Yury Selivanov
2014-12-08
1
-3/+0
*
|
|
NEWS: Add news entry for issue #23009.
Yury Selivanov
2014-12-08
1
-0/+6
*
|
|
HTTPSConnection: prefer the context's check_hostname attribute over the const...
Benjamin Peterson
2014-12-07
1
-0/+3
*
|
|
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
Benjamin Peterson
2014-12-06
1
-0/+3
*
|
|
merge 3.3 (#16043)
Benjamin Peterson
2014-12-06
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
merge 3.2 (#16043)
Benjamin Peterson
2014-12-06
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
add a default limit for the amount of data xmlrpclib.gzip_decode will return ...
Benjamin Peterson
2014-12-06
1
-0/+3
|
|
*
Bump to 3.2.6
v3.2.6
Georg Brandl
2014-10-12
1
-1/+1
|
|
*
#16040: fix unlimited read from connection in nntplib.
Georg Brandl
2014-10-12
1
-0/+4
|
|
*
Bump to 3.2.6rc1
Georg Brandl
2014-10-04
2
-2/+2
|
|
*
Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX).
Georg Brandl
2014-10-01
1
-0/+6
[next]