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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2015-01-06
3
-4/+14
*
Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY
Victor Stinner
2015-01-06
1
-8/+14
*
allow a SSLContext to be given to ftplib.FTP_TLS
Benjamin Peterson
2015-01-04
2
-32/+105
*
make SSLv23 the default version in ftplib (closes #23111)
Benjamin Peterson
2015-01-04
1
-2/+2
*
Update bundled pip and setuptools to 6.0.6 and 11.0
Donald Stufft
2015-01-03
3
-2/+2
*
use getentropy when available (backport of 75ede5bec8db) (closes #23115)
Benjamin Peterson
2014-12-26
1
-0/+7
*
fix behavior of trailing slash redirection when a query string is involved (c...
Benjamin Peterson
2014-12-26
2
-2/+13
*
Upgrade pip to 6.0.2 and setuptools to 8.2.1
Donald Stufft
2014-12-23
4
-2/+2
*
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
2
-2/+16
*
explicitly close files (closes #23090)
Benjamin Peterson
2014-12-20
1
-2/+4
*
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka
2014-12-20
2
-1/+29
*
Issue #20577: move configuration of FormatParagraph extension to new extension
Terry Jan Reedy
2014-12-16
4
-24/+5
*
remove extra ssl imports (closes #23053)
Benjamin Peterson
2014-12-15
1
-2/+0
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
15
-228/+253
*
Issue #23015: Improved testing of the uuid module.
Serhiy Storchaka
2014-12-15
1
-112/+98
*
pop the loop block even for infinite while loops (closes #23048)
Benjamin Peterson
2014-12-13
1
-0/+11
*
Issue 22823: Use set literal in idlelib.
Terry Jan Reedy
2014-12-11
1
-2/+2
*
Issue #23016: A warning no longer produces an AttributeError when sys.stderr
Serhiy Storchaka
2014-12-10
2
-0/+12
*
merge 2.7.9 release branch
Benjamin Peterson
2014-12-10
2
-2/+2
|
\
|
*
bump to 2.7.9 final
v2.7.9
Benjamin Peterson
2014-12-10
2
-2/+2
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-07
1
-0/+2
|
\
\
|
|
/
|
*
restore test data README
Benjamin Peterson
2014-12-07
1
-0/+2
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-07
4
-30/+10
|
\
\
|
|
/
|
*
remove HTTPSConnection's check_hostname parameter (#22959)
Benjamin Peterson
2014-12-07
4
-30/+10
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-06
2
-8/+17
|
\
\
|
|
/
|
*
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
Benjamin Peterson
2014-12-06
2
-8/+17
|
*
sync idle news from 2.7 branch
Benjamin Peterson
2014-12-06
1
-0/+32
*
|
Update idlelib/NEWS.txt.
Terry Jan Reedy
2014-12-06
1
-0/+32
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-06
6
-7/+82
|
\
\
|
|
/
|
*
add a default limit for the amount of data xmlrpclib.gzip_decode will return ...
Benjamin Peterson
2014-12-06
2
-3/+29
|
*
smtplib: limit amount read from the network (closes #16042)
Benjamin Peterson
2014-12-06
2
-3/+38
|
*
in poplib, limit maximum line length that we read from the network (closes #1...
Benjamin Peterson
2014-12-06
2
-1/+15
*
|
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka
2014-12-03
2
-70/+165
*
|
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
2
-2/+2
*
|
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Serhiy Storchaka
2014-12-01
2
-11/+38
*
|
Issue #22943: bsddb tests are locale independend now.
Serhiy Storchaka
2014-12-01
6
-25/+20
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-11-30
3
-64/+12
|
\
\
|
|
/
|
*
backout fac649bf2d10 (#9179) for further consideration
Benjamin Peterson
2014-11-30
3
-64/+12
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-11-30
1
-1/+1
|
\
\
|
|
/
|
*
this is why tests are great
Benjamin Peterson
2014-11-30
1
-1/+1
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-11-30
1
-3/+7
|
\
\
|
|
/
|
*
add context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson
2014-11-30
1
-3/+7
*
|
Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of
Serhiy Storchaka
2014-11-27
2
-2/+25
*
|
Issue #22314: pydoc now works when the LINES environment variable is set.
Serhiy Storchaka
2014-11-27
1
-1/+7
*
|
Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by
Serhiy Storchaka
2014-11-27
1
-3/+5
*
|
Issue #22609: Constructors and update methods of mapping classes in the
Serhiy Storchaka
2014-11-27
3
-23/+92
*
|
use skipUnless
Benjamin Peterson
2014-11-26
1
-3/+3
|
/
*
2.7.9rc1
v2.7.9rc1
Benjamin Peterson
2014-11-26
2
-2/+2
*
update pydoc-topics
Benjamin Peterson
2014-11-26
1
-79/+80
*
disable tests that always fail on windows (#22943)
Benjamin Peterson
2014-11-25
1
-0/+1
[next]