Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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) | |||||
* | improve incorrect French (#23109) | Benjamin Peterson | 2014-12-24 | 1 | -2/+2 | |
| | | | | Following suggestions from Clément. | |||||
* | Upgrade pip to 6.0.2 and setuptools to 8.2.1 | Donald Stufft | 2014-12-23 | 4 | -2/+2 | |
| | ||||||
* | allow more operations to work on detached streams (closes #23093) | Benjamin Peterson | 2014-12-22 | 5 | -40/+58 | |
| | | | | Patch by Martin Panter. | |||||
* | explicitly close files (closes #23090) | Benjamin Peterson | 2014-12-20 | 1 | -2/+4 | |
| | | | | Patch by Brian Kearns. | |||||
* | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. | Serhiy Storchaka | 2014-12-20 | 3 | -1/+31 | |
| | ||||||
* | Issue #23070: Fix a comment in the tutorial. | Berker Peksag | 2014-12-17 | 1 | -1/+1 | |
| | | | | | | "Python" has 6 characters, not 7. Reported by Ross Burnett. | |||||
* | Issue #20577: move configuration of FormatParagraph extension to new extension | Terry Jan Reedy | 2014-12-16 | 5 | -24/+10 | |
| | | | | configuration dialog. Patch by Tal Einat. | |||||
* | remove extra ssl imports (closes #23053) | Benjamin Peterson | 2014-12-15 | 1 | -2/+0 | |
| | | | | Patch from Jan Matejek. | |||||
* | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 15 | -228/+253 | |
| | ||||||
* | Issue #23015: Improved testing of the uuid module. | Serhiy Storchaka | 2014-12-15 | 1 | -112/+98 | |
| | ||||||
* | use autoconf macro to check for pkg-config (closes #15506) | Benjamin Peterson | 2014-12-15 | 3 | -3/+38 | |
| | ||||||
* | pop the loop block even for infinite while loops (closes #23048) | Benjamin Peterson | 2014-12-13 | 3 | -3/+15 | |
| | ||||||
* | Issue #23047: Fix typo in pyporting.rst. | Berker Peksag | 2014-12-13 | 1 | -1/+1 | |
| | | | | Patch by Chaitanya agrawal. | |||||
* | Use rtf format files for legacy OS X installer builds. | Ned Deily | 2014-12-13 | 5 | -74/+10 | |
| | | | | (Backport from 3.4 changes for Issue #17128.) | |||||
* | Backport of porting HOWTO | Brett Cannon | 2014-12-12 | 1 | -583/+358 | |
| | ||||||
* | remove reference to dead irc channel (closes #23038) | Benjamin Peterson | 2014-12-12 | 1 | -3/+1 | |
| | ||||||
* | Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64, | Victor Stinner | 2014-12-12 | 1 | -3/+5 | |
| | | | | when Python is configure with --with-tsc. Patch written by Christian Heimes. | |||||
* | Issue 23005: Fix typos | Raymond Hettinger | 2014-12-12 | 1 | -2/+2 | |
| | ||||||
* | Issue #23032: Fix installer build failures on OS X 10.4 Tiger | Ned Deily | 2014-12-11 | 2 | -0/+13 | |
| | | | | by disabling assembly code in the OpenSSL build. | |||||
* | Issue 22823: Use set literal in idlelib. | Terry Jan Reedy | 2014-12-11 | 1 | -2/+2 | |
| | ||||||
* | Issue #23006: Improve the documentation and indexing of dict.__missing__. | Terry Jan Reedy | 2014-12-10 | 3 | -9/+36 | |
| | | | | | | Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section. Backport the code example from 3.4. | |||||
* | Issue #23016: A warning no longer produces an AttributeError when sys.stderr | Serhiy Storchaka | 2014-12-10 | 3 | -0/+15 | |
| | | | | is None. | |||||
* | move 2.7 branch to 2.7.9+ | Benjamin Peterson | 2014-12-10 | 1 | -1/+1 | |
| | ||||||
* | fix path to patchlevel.py | Benjamin Peterson | 2014-12-10 | 1 | -1/+1 | |
| | ||||||
* | merge 2.7.9 release branch | Benjamin Peterson | 2014-12-10 | 6 | -7/+8 | |
|\ | ||||||
| * | Added tag v2.7.9 for changeset 648dcafa7e5f | Benjamin Peterson | 2014-12-10 | 1 | -0/+1 | |
| | | ||||||
| * | bump to 2.7.9 finalv2.7.9 | Benjamin Peterson | 2014-12-10 | 5 | -7/+7 | |
| | | ||||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-12-10 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Fix typo in OS X installer readmes. | Ned Deily | 2014-12-10 | 2 | -2/+2 | |
| | | ||||||
| * | Update the deprecated plain text version of the OS X installer | Ned Deily | 2014-12-10 | 2 | -45/+36 | |
| | | | | | | | | | | readme to match the rtf one and update the installer build instructions README. | |||||
| * | Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer. | Ned Deily | 2014-12-10 | 7 | -39/+503 | |
| | | | | | | | | | | | | | | | | | | | | Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores. | |||||
* | | Fix typo in OS X installer readmes. | Ned Deily | 2014-12-10 | 2 | -2/+2 | |
| | | ||||||
* | | Update the deprecated plain text version of the OS X installer | Ned Deily | 2014-12-10 | 2 | -45/+36 | |
| | | | | | | | | | | readme to match the rtf one and update the installer build instructions README. | |||||
* | | Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer. | Ned Deily | 2014-12-10 | 7 | -39/+503 | |
| | | | | | | | | | | | | | | | | | | | | Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores. | |||||
* | | Issue #12602: Add missing cross-references to runpy and using/cmdline docs. | Berker Peksag | 2014-12-10 | 3 | -4/+17 | |
| | | | | | | | | Patch by Éric Araujo. | |||||
* | | Merge 2.7.9 release branch | Benjamin Peterson | 2014-12-07 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | remove mention of check_hostname parameter | Benjamin Peterson | 2014-12-07 | 1 | -4/+4 | |
| | |