summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* disable ALPN on LibreSSL, which has a large version number, but not ALPN supp...Benjamin Peterson2015-01-271-1/+1
* Issue #23191: fnmatch functions that use caching are now threadsafe.Serhiy Storchaka2015-01-272-6/+12
* Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests).Serhiy Storchaka2015-01-264-150/+111
* Use test.test_support instead of test.support.Serhiy Storchaka2015-01-261-3/+3
* Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-263-0/+17
* Issue #11578: Backported test for the timeit module.Serhiy Storchaka2015-01-264-3/+314
* Merge headsSerhiy Storchaka2015-01-2615-73/+651
|\
| * simply ignore headers with no name (#19996)Benjamin Peterson2015-01-265-1/+30
| * #23251: Reflow paragraph.R David Murray2015-01-251-6/+6
| * #23251: note that time.sleep affects the current thread only.R David Murray2015-01-251-1/+2
| * Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostportSenthil Kumaran2015-01-242-4/+29
| * prefer server alpn ordering over the client'sBenjamin Peterson2015-01-233-16/+24
| * fix versionchangedBenjamin Peterson2015-01-231-3/+3
| * pep 466 backport of alpn (#20188)Benjamin Peterson2015-01-235-29/+224
| * Issue #23305: clarified RotatingFileHandler documentation.Vinay Sajip2015-01-231-9/+10
| * detect 64-bit systems using maxsize not maxintBenjamin Peterson2015-01-211-1/+1
| * Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...Berker Peksag2015-01-201-3/+6
| * Issue #23248: Update ssl error codes from latest OpenSSL git master.Antoine Pitrou2015-01-183-20/+336
* | Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in theSerhiy Storchaka2015-01-262-4/+5
|/
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-1811-17/+17
* Issue #23098: 64-bit dev_t is now supported in the os module.Serhiy Storchaka2015-01-182-12/+44
* Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-186-11/+9
* Closes #23160: Respect the environment variable SVNROOT in external-common.ba...Steve Dower2015-01-151-8/+10
* Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.Georg Brandl2015-01-151-1/+1
* Issue20467: clarify __init__'s roleEthan Furman2015-01-151-4/+8
* fix parsing reST with code or code-block directives (closes #23063)Benjamin Peterson2015-01-153-4/+38
* Closes #23181: codepoint -> code pointGeorg Brandl2015-01-145-12/+12
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-1310-9/+10
* Bump setuptools to 11.3.1Donald Stufft2015-01-112-1/+1
* Issue #22952: improve multiprocessing doc introduction and defer notes until ...Antoine Pitrou2015-01-111-33/+54
* Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...Mark Dickinson2015-01-113-10/+10
* Issue #23212: 2.7-specific OS X installer updatesNed Deily2015-01-093-2/+4
* Issue #23212: Update OS X installer build OpenSSL to 1.0.1k.Ned Deily2015-01-092-10/+12
* Issue #23184: delete unused idlelib file.Terry Jan Reedy2015-01-081-31/+0
* Silence a Sphinx warning in ftplib.rst.Berker Peksag2015-01-061-1/+1
* Fix a markup error in the argparse documentation.Berker Peksag2015-01-061-2/+2
* Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-069-7/+78
* Issue #23168: skip sys.stdin.seek() test if stdin is not a TTYVictor Stinner2015-01-061-8/+14
* Clarified documentation for logging exception function/method.Vinay Sajip2015-01-061-4/+6
* emphasize that cffi is better than extension modules for portabilityBenjamin Peterson2015-01-051-5/+10
* allow a SSLContext to be given to ftplib.FTP_TLSBenjamin Peterson2015-01-044-37/+120
* make SSLv23 the default version in ftplib (closes #23111)Benjamin Peterson2015-01-043-3/+5
* Update bundled pip and setuptools to 6.0.6 and 11.0Donald Stufft2015-01-033-2/+2
* Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
* Update copyright dates in OS X installer.Ned Deily2015-01-015-16/+12
* update for copyright for 2015Benjamin Peterson2015-01-016-7/+7
* delete old ftpmirror script, which now has security bugs (closes #23130)Benjamin Peterson2014-12-301-400/+0
* Issue #23125: Update nose project page link.Berker Peksag2014-12-281-1/+1
* use getentropy when available (backport of 75ede5bec8db) (closes #23115)Benjamin Peterson2014-12-266-7/+51
* fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-263-2/+16