Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable ALPN on LibreSSL, which has a large version number, but not ALPN ↵ | Benjamin Peterson | 2015-01-27 | 1 | -1/+1 |
| | | | | support (closes #23329) | ||||
* | Issue #23191: fnmatch functions that use caching are now threadsafe. | Serhiy Storchaka | 2015-01-27 | 2 | -6/+12 |
| | |||||
* | Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). | Serhiy Storchaka | 2015-01-26 | 4 | -150/+111 |
| | |||||
* | Use test.test_support instead of test.support. | Serhiy Storchaka | 2015-01-26 | 1 | -3/+3 |
| | |||||
* | Issue #18518: timeit now rejects statements which can't be compiled outside | Serhiy Storchaka | 2015-01-26 | 3 | -0/+17 |
| | | | | a function or a loop (e.g. "return" or "break"). | ||||
* | Issue #11578: Backported test for the timeit module. | Serhiy Storchaka | 2015-01-26 | 4 | -3/+314 |
| | |||||
* | Merge heads | Serhiy Storchaka | 2015-01-26 | 15 | -73/+651 |
|\ | |||||
| * | simply ignore headers with no name (#19996) | Benjamin Peterson | 2015-01-26 | 5 | -1/+30 |
| | | | | | | | | Patch by Cory Benfield. | ||||
| * | #23251: Reflow paragraph. | R David Murray | 2015-01-25 | 1 | -6/+6 |
| | | |||||
| * | #23251: note that time.sleep affects the current thread only. | R David Murray | 2015-01-25 | 1 | -1/+2 |
| | | | | | | | | This is parallel to the language used in the unix man page. | ||||
| * | Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport | Senthil Kumaran | 2015-01-24 | 2 | -4/+29 |
| | | | | | | | | | | instead of (non-existing) _set_hostport. (Fix the regression introduced in 568041fd8090 ) | ||||
| * | prefer server alpn ordering over the client's | Benjamin Peterson | 2015-01-23 | 3 | -16/+24 |
| | | |||||
| * | fix versionchanged | Benjamin Peterson | 2015-01-23 | 1 | -3/+3 |
| | | |||||
| * | pep 466 backport of alpn (#20188) | Benjamin Peterson | 2015-01-23 | 5 | -29/+224 |
| | | |||||
| * | Issue #23305: clarified RotatingFileHandler documentation. | Vinay Sajip | 2015-01-23 | 1 | -9/+10 |
| | | |||||
| * | detect 64-bit systems using maxsize not maxint | Benjamin Peterson | 2015-01-21 | 1 | -1/+1 |
| | | |||||
| * | Issue #22317: Document the action parameter in ↵ | Berker Peksag | 2015-01-20 | 1 | -3/+6 |
| | | | | | | | | | | | | ArgumentParser.add_subparsers() docs. Patch by Mike Short. | ||||
| * | Issue #23248: Update ssl error codes from latest OpenSSL git master. | Antoine Pitrou | 2015-01-18 | 3 | -20/+336 |
| | | |||||
* | | Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the | Serhiy Storchaka | 2015-01-26 | 2 | -4/+5 |
|/ | | | | directory containing a backslash. | ||||
* | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 11 | -17/+17 |
| | |||||
* | Issue #23098: 64-bit dev_t is now supported in the os module. | Serhiy Storchaka | 2015-01-18 | 2 | -12/+44 |
| | |||||
* | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 6 | -11/+9 |
| | | | | Patch by Al Sweigart. | ||||
* | Closes #23160: Respect the environment variable SVNROOT in ↵ | Steve Dower | 2015-01-15 | 1 | -8/+10 |
| | | | | external-common.bat (patch by anselm.kruis) | ||||
* | Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. | Georg Brandl | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -4/+8 |
| | |||||
* | fix parsing reST with code or code-block directives (closes #23063) | Benjamin Peterson | 2015-01-15 | 3 | -4/+38 |
| | | | | Patch by Marc Abramowitz. | ||||
* | Closes #23181: codepoint -> code point | Georg Brandl | 2015-01-14 | 5 | -12/+12 |
| | |||||
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 10 | -9/+10 |
| | | | | Patch by Karan Goel. | ||||
* | Bump setuptools to 11.3.1 | Donald Stufft | 2015-01-11 | 2 | -1/+1 |
| | |||||
* | Issue #22952: improve multiprocessing doc introduction and defer notes until ↵ | Antoine Pitrou | 2015-01-11 | 1 | -33/+54 |
| | | | | | | appropriate. Patch by Davin Potts. | ||||
* | Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse ↵ | Mark Dickinson | 2015-01-11 | 3 | -10/+10 |
| | | | | hyperbolic sine' (etc.). Remove meaningless reference to radians. | ||||
* | Issue #23212: 2.7-specific OS X installer updates | Ned Deily | 2015-01-09 | 3 | -2/+4 |
| | |||||
* | Issue #23212: Update OS X installer build OpenSSL to 1.0.1k. | Ned Deily | 2015-01-09 | 2 | -10/+12 |
| | | | | (currently only used for builds with <= 10.5 deployment targets) | ||||
* | Issue #23184: delete unused idlelib file. | Terry Jan Reedy | 2015-01-08 | 1 | -31/+0 |
| | |||||
* | Silence a Sphinx warning in ftplib.rst. | Berker Peksag | 2015-01-06 | 1 | -1/+1 |
| | | | | | ftplib.rst:61: WARNING: Block quote ends without a blank line; unexpect ed unindent. | ||||
* | Fix a markup error in the argparse documentation. | Berker Peksag | 2015-01-06 | 1 | -2/+2 |
| | | | | Reported by Jason Sachs on docs@. | ||||
* | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The | Victor Stinner | 2015-01-06 | 9 | -7/+78 |
| | | | | | availability of the function is checked during the compilation. Patch written by Bernard Spil. | ||||
* | Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY | Victor Stinner | 2015-01-06 | 1 | -8/+14 |
| | |||||
* | Clarified documentation for logging exception function/method. | Vinay Sajip | 2015-01-06 | 1 | -4/+6 |
| | |||||
* | emphasize that cffi is better than extension modules for portability | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 |
| | |||||
* | allow a SSLContext to be given to ftplib.FTP_TLS | Benjamin Peterson | 2015-01-04 | 4 | -37/+120 |
| | |||||
* | make SSLv23 the default version in ftplib (closes #23111) | Benjamin Peterson | 2015-01-04 | 3 | -3/+5 |
| | |||||
* | Update bundled pip and setuptools to 6.0.6 and 11.0 | Donald Stufft | 2015-01-03 | 3 | -2/+2 |
| | |||||
* | Add missing URL link to Modernize docs. | Ned Deily | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Update copyright dates in OS X installer. | Ned Deily | 2015-01-01 | 5 | -16/+12 |
| | |||||
* | update for copyright for 2015 | Benjamin Peterson | 2015-01-01 | 6 | -7/+7 |
| | |||||
* | delete old ftpmirror script, which now has security bugs (closes #23130) | Benjamin Peterson | 2014-12-30 | 1 | -400/+0 |
| | |||||
* | Issue #23125: Update nose project page link. | Berker Peksag | 2014-12-28 | 1 | -1/+1 |
| | | | | Reported by Damien Marié. | ||||
* | use getentropy when available (backport of 75ede5bec8db) (closes #23115) | Benjamin Peterson | 2014-12-26 | 6 | -7/+51 |
| | |||||
* | fix behavior of trailing slash redirection when a query string is involved ↵ | Benjamin Peterson | 2014-12-26 | 3 | -2/+16 |
| | | | | (closes #23112) |