summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* fix parsing reST with code or code-block directives (closes #23063)Benjamin Peterson2015-01-151-0/+3
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-0/+1
* Issue #23212: 2.7-specific OS X installer updatesNed Deily2015-01-091-0/+2
* Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-061-0/+4
* allow a SSLContext to be given to ftplib.FTP_TLSBenjamin Peterson2015-01-041-0/+2
* make SSLv23 the default version in ftplib (closes #23111)Benjamin Peterson2015-01-041-0/+2
* use getentropy when available (backport of 75ede5bec8db) (closes #23115)Benjamin Peterson2014-12-261-0/+3
* fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-261-0/+3
* allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-221-0/+3
* Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-201-0/+2
* Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-161-0/+5
* use autoconf macro to check for pkg-config (closes #15506)Benjamin Peterson2014-12-151-0/+3
* pop the loop block even for infinite while loops (closes #23048)Benjamin Peterson2014-12-131-0/+2
* Issue #23032: Fix installer build failures on OS X 10.4 TigerNed Deily2014-12-111-0/+6
* Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-101-0/+5
* Issue #23016: A warning no longer produces an AttributeError when sys.stderrSerhiy Storchaka2014-12-101-0/+3
* merge 2.7.9 release branchBenjamin Peterson2014-12-102-2/+2
|\
| * bump to 2.7.9 finalv2.7.9Benjamin Peterson2014-12-102-2/+2
| * Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.Ned Deily2014-12-101-0/+2
* | Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.Ned Deily2014-12-101-0/+2
* | merge 2.7.9 release branchBenjamin Peterson2014-12-071-0/+3
|\ \ | |/
| * remove HTTPSConnection's check_hostname parameter (#22959)Benjamin Peterson2014-12-071-0/+3
* | merge 2.7.9 release branchBenjamin Peterson2014-12-061-4/+10
|\ \ | |/
| * allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)Benjamin Peterson2014-12-061-0/+6
* | Issue #16893: Update Idle doc chapter to match current Idle and add newTerry Jan Reedy2014-12-061-0/+6
* | merge 2.7.9 release branchBenjamin Peterson2014-12-061-0/+9
|\ \ | |/
| * add a default limit for the amount of data xmlrpclib.gzip_decode will return ...Benjamin Peterson2014-12-061-0/+3
| * smtplib: limit amount read from the network (closes #16042)Benjamin Peterson2014-12-061-0/+3
| * in poplib, limit maximum line length that we read from the network (closes #1...Benjamin Peterson2014-12-061-0/+3
* | Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-031-0/+5
* | Add NEWS items for Idle patches already in 2.7.9rc1.Terry Jan Reedy2014-12-011-1/+18
* | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.Serhiy Storchaka2014-12-012-0/+4
* | Issue #22943: bsddb tests are locale independend now.Serhiy Storchaka2014-12-011-0/+5
* | merge 2.7.9 release branchBenjamin Peterson2014-11-301-3/+0
|\ \ | |/
| * backout fac649bf2d10 (#9179) for further considerationBenjamin Peterson2014-11-301-3/+0
* | merge 2.7.9 release branchBenjamin Peterson2014-11-301-0/+11
|\ \ | |/
| * add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-301-0/+11
* | Issue #22314: pydoc now works when the LINES environment variable is set.Serhiy Storchaka2014-11-271-0/+2
* | Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch bySerhiy Storchaka2014-11-271-0/+6
* | Issue #21514: The documentation of the json module now refers to new JSON RFCSerhiy Storchaka2014-11-271-0/+6
* | Issue #22609: Constructors and update methods of mapping classes in theSerhiy Storchaka2014-11-271-0/+3
* | add 2.7.10 news sectionBenjamin Peterson2014-11-261-0/+12
|/
* 2.7.9rc1v2.7.9rc1Benjamin Peterson2014-11-262-4/+4
* pep 476: verify certificates by default (#22417)Benjamin Peterson2014-11-241-0/+2
* give urllib.urlopen a context parameter (closes #22927)Benjamin Peterson2014-11-241-0/+3
* add NEWS note for #22921Benjamin Peterson2014-11-241-0/+3
* allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...Benjamin Peterson2014-11-231-0/+5
* Add regression issue number to Misc/NEWS entry.Antoine Pitrou2014-11-211-4/+4
* Issue #21963: backout issue #1856 patch (avoid crashes and lockups whenAntoine Pitrou2014-11-211-4/+5
* Issue 22878: PEP 477 - "make install" and "make altinstall" integrationNed Deily2014-11-201-0/+7