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
*
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 #23212: 2.7-specific OS X installer updates
Ned Deily
2015-01-09
1
-0/+2
*
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2015-01-06
1
-0/+4
*
allow a SSLContext to be given to ftplib.FTP_TLS
Benjamin Peterson
2015-01-04
1
-0/+2
*
make SSLv23 the default version in ftplib (closes #23111)
Benjamin Peterson
2015-01-04
1
-0/+2
*
use getentropy when available (backport of 75ede5bec8db) (closes #23115)
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
*
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
1
-0/+3
*
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka
2014-12-20
1
-0/+2
*
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 #23032: Fix installer build failures on OS X 10.4 Tiger
Ned Deily
2014-12-11
1
-0/+6
*
Issue #23006: Improve the documentation and indexing of dict.__missing__.
Terry Jan Reedy
2014-12-10
1
-0/+5
*
Issue #23016: A warning no longer produces an AttributeError when sys.stderr
Serhiy Storchaka
2014-12-10
1
-0/+3
*
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
|
*
Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
Ned Deily
2014-12-10
1
-0/+2
*
|
Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
Ned Deily
2014-12-10
1
-0/+2
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-07
1
-0/+3
|
\
\
|
|
/
|
*
remove HTTPSConnection's check_hostname parameter (#22959)
Benjamin Peterson
2014-12-07
1
-0/+3
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-06
1
-4/+10
|
\
\
|
|
/
|
*
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
Benjamin Peterson
2014-12-06
1
-0/+6
*
|
Issue #16893: Update Idle doc chapter to match current Idle and add new
Terry Jan Reedy
2014-12-06
1
-0/+6
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-06
1
-0/+9
|
\
\
|
|
/
|
*
add a default limit for the amount of data xmlrpclib.gzip_decode will return ...
Benjamin Peterson
2014-12-06
1
-0/+3
|
*
smtplib: limit amount read from the network (closes #16042)
Benjamin Peterson
2014-12-06
1
-0/+3
|
*
in poplib, limit maximum line length that we read from the network (closes #1...
Benjamin Peterson
2014-12-06
1
-0/+3
*
|
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka
2014-12-03
1
-0/+5
*
|
Add NEWS items for Idle patches already in 2.7.9rc1.
Terry Jan Reedy
2014-12-01
1
-1/+18
*
|
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Serhiy Storchaka
2014-12-01
2
-0/+4
*
|
Issue #22943: bsddb tests are locale independend now.
Serhiy Storchaka
2014-12-01
1
-0/+5
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-11-30
1
-3/+0
|
\
\
|
|
/
|
*
backout fac649bf2d10 (#9179) for further consideration
Benjamin Peterson
2014-11-30
1
-3/+0
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-11-30
1
-0/+11
|
\
\
|
|
/
|
*
add context parameter to xmlrpclib.ServerProxy (#22960)
Benjamin Peterson
2014-11-30
1
-0/+11
*
|
Issue #22314: pydoc now works when the LINES environment variable is set.
Serhiy Storchaka
2014-11-27
1
-0/+2
*
|
Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by
Serhiy Storchaka
2014-11-27
1
-0/+6
*
|
Issue #21514: The documentation of the json module now refers to new JSON RFC
Serhiy Storchaka
2014-11-27
1
-0/+6
*
|
Issue #22609: Constructors and update methods of mapping classes in the
Serhiy Storchaka
2014-11-27
1
-0/+3
*
|
add 2.7.10 news section
Benjamin Peterson
2014-11-26
1
-0/+12
|
/
*
2.7.9rc1
v2.7.9rc1
Benjamin Peterson
2014-11-26
2
-4/+4
*
pep 476: verify certificates by default (#22417)
Benjamin Peterson
2014-11-24
1
-0/+2
*
give urllib.urlopen a context parameter (closes #22927)
Benjamin Peterson
2014-11-24
1
-0/+3
*
add NEWS note for #22921
Benjamin Peterson
2014-11-24
1
-0/+3
*
allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...
Benjamin Peterson
2014-11-23
1
-0/+5
*
Add regression issue number to Misc/NEWS entry.
Antoine Pitrou
2014-11-21
1
-4/+4
*
Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
Antoine Pitrou
2014-11-21
1
-4/+5
*
Issue 22878: PEP 477 - "make install" and "make altinstall" integration
Ned Deily
2014-11-20
1
-0/+7
[next]