summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-063-4/+14
* Issue #23168: skip sys.stdin.seek() test if stdin is not a TTYVictor Stinner2015-01-061-8/+14
* allow a SSLContext to be given to ftplib.FTP_TLSBenjamin Peterson2015-01-042-32/+105
* make SSLv23 the default version in ftplib (closes #23111)Benjamin Peterson2015-01-041-2/+2
* Update bundled pip and setuptools to 6.0.6 and 11.0Donald Stufft2015-01-033-2/+2
* use getentropy when available (backport of 75ede5bec8db) (closes #23115)Benjamin Peterson2014-12-261-0/+7
* fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-262-2/+13
* Upgrade pip to 6.0.2 and setuptools to 8.2.1Donald Stufft2014-12-234-2/+2
* allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-222-2/+16
* explicitly close files (closes #23090)Benjamin Peterson2014-12-201-2/+4
* Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-202-1/+29
* Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-164-24/+5
* remove extra ssl imports (closes #23053)Benjamin Peterson2014-12-151-2/+0
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-1515-228/+253
* Issue #23015: Improved testing of the uuid module.Serhiy Storchaka2014-12-151-112/+98
* pop the loop block even for infinite while loops (closes #23048)Benjamin Peterson2014-12-131-0/+11
* Issue 22823: Use set literal in idlelib.Terry Jan Reedy2014-12-111-2/+2
* Issue #23016: A warning no longer produces an AttributeError when sys.stderrSerhiy Storchaka2014-12-102-0/+12
* merge 2.7.9 release branchBenjamin Peterson2014-12-102-2/+2
|\
| * bump to 2.7.9 finalv2.7.9Benjamin Peterson2014-12-102-2/+2
* | merge 2.7.9 release branchBenjamin Peterson2014-12-071-0/+2
|\ \ | |/
| * restore test data READMEBenjamin Peterson2014-12-071-0/+2
* | merge 2.7.9 release branchBenjamin Peterson2014-12-074-30/+10
|\ \ | |/
| * remove HTTPSConnection's check_hostname parameter (#22959)Benjamin Peterson2014-12-074-30/+10
* | merge 2.7.9 release branchBenjamin Peterson2014-12-062-8/+17
|\ \ | |/
| * allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)Benjamin Peterson2014-12-062-8/+17
| * sync idle news from 2.7 branchBenjamin Peterson2014-12-061-0/+32
* | Update idlelib/NEWS.txt.Terry Jan Reedy2014-12-061-0/+32
* | merge 2.7.9 release branchBenjamin Peterson2014-12-066-7/+82
|\ \ | |/
| * add a default limit for the amount of data xmlrpclib.gzip_decode will return ...Benjamin Peterson2014-12-062-3/+29
| * smtplib: limit amount read from the network (closes #16042)Benjamin Peterson2014-12-062-3/+38
| * in poplib, limit maximum line length that we read from the network (closes #1...Benjamin Peterson2014-12-062-1/+15
* | Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-032-70/+165
* | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-012-2/+2
* | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.Serhiy Storchaka2014-12-012-11/+38
* | Issue #22943: bsddb tests are locale independend now.Serhiy Storchaka2014-12-016-25/+20
* | merge 2.7.9 release branchBenjamin Peterson2014-11-303-64/+12
|\ \ | |/
| * backout fac649bf2d10 (#9179) for further considerationBenjamin Peterson2014-11-303-64/+12
* | merge 2.7.9 release branchBenjamin Peterson2014-11-301-1/+1
|\ \ | |/
| * this is why tests are greatBenjamin Peterson2014-11-301-1/+1
* | merge 2.7.9 release branchBenjamin Peterson2014-11-301-3/+7
|\ \ | |/
| * add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-301-3/+7
* | Issue #21280: Fixed a bug in shutil.make_archive() when create an archive ofSerhiy Storchaka2014-11-272-2/+25
* | Issue #22314: pydoc now works when the LINES environment variable is set.Serhiy Storchaka2014-11-271-1/+7
* | Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch bySerhiy Storchaka2014-11-271-3/+5
* | Issue #22609: Constructors and update methods of mapping classes in theSerhiy Storchaka2014-11-273-23/+92
* | use skipUnlessBenjamin Peterson2014-11-261-3/+3
|/
* 2.7.9rc1v2.7.9rc1Benjamin Peterson2014-11-262-2/+2
* update pydoc-topicsBenjamin Peterson2014-11-261-79/+80
* disable tests that always fail on windows (#22943)Benjamin Peterson2014-11-251-0/+1