Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-12-07 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | restore test data README | Benjamin Peterson | 2014-12-07 | 1 | -0/+2 | |
| | | ||||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-12-07 | 6 | -39/+15 | |
|\ \ | |/ | ||||||
| * | remove HTTPSConnection's check_hostname parameter (#22959) | Benjamin Peterson | 2014-12-07 | 6 | -39/+15 | |
| | | ||||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 | |
|\ \ | |/ | ||||||
| * | note that sslv3 may not be available | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 | |
| | | ||||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-12-06 | 4 | -12/+31 | |
|\ \ | |/ | ||||||
| * | allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) | Benjamin Peterson | 2014-12-06 | 4 | -8/+27 | |
| | | | | | | | | Patch by Kurt Roeckx. | |||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-12-06 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | sync idle news from 2.7 branch | Benjamin Peterson | 2014-12-06 | 1 | -0/+32 | |
| | | ||||||
* | | Update idlelib/NEWS.txt. | Terry Jan Reedy | 2014-12-06 | 1 | -0/+32 | |
| | | ||||||
* | | Issue #16893: Update Idle doc chapter to match current Idle and add new | Terry Jan Reedy | 2014-12-06 | 1 | -0/+6 | |
| | | | | | | | | information. | |||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-12-06 | 7 | -7/+91 | |
|\ \ | |/ | ||||||
| * | add a default limit for the amount of data xmlrpclib.gzip_decode will return ↵ | Benjamin Peterson | 2014-12-06 | 3 | -3/+32 | |
| | | | | | | | | (closes #16043) | |||||
| * | smtplib: limit amount read from the network (closes #16042) | Benjamin Peterson | 2014-12-06 | 3 | -3/+41 | |
| | | ||||||
| * | in poplib, limit maximum line length that we read from the network (closes ↵ | Benjamin Peterson | 2014-12-06 | 3 | -1/+18 | |
| | | | | | | | | | | | | #16041) Patch from Berker Peksag. | |||||
* | | Edit Menus section of Idle doc. Make menu entries match current Idle in order | Terry Jan Reedy | 2014-12-05 | 1 | -123/+138 | |
| | | | | | | | | and case. Edit some of the explanatory sentences and end all with a period. | |||||
* | | Issue #3068: Document the new Configure Extensions dialog and menu entry. | Terry Jan Reedy | 2014-12-04 | 1 | -11/+19 | |
| | | ||||||
* | | Issue #16893: Update 2.7 version of Idle doc to match 3.4 doc as of the just | Terry Jan Reedy | 2014-12-04 | 1 | -89/+308 | |
| | | | | | | | | committed 6db65ff985b6. | |||||
* | | Fix #22987: update the compatibility matrix for a SSLv23 client. | Antoine Pitrou | 2014-12-03 | 1 | -4/+3 | |
| | | ||||||
* | | Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects | Serhiy Storchaka | 2014-12-03 | 4 | -78/+172 | |
| | | | | | | | | | | | | returned by ZipFile.open() can now operate independently of the ZipFile even if the ZipFile was created by passing in a file-like object as the first argument to the constructor. | |||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-12-02 | 2 | -421/+0 | |
|\ \ | |/ | ||||||
| * | nuke ancient script with dubious license (closes #12987) | Benjamin Peterson | 2014-12-02 | 2 | -421/+0 | |
| | | ||||||
* | | Add NEWS items for Idle patches already in 2.7.9rc1. | Terry Jan Reedy | 2014-12-01 | 1 | -1/+18 | |
| | | ||||||
* | | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 6 | -6/+6 | |
| | | ||||||
* | | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. | Serhiy Storchaka | 2014-12-01 | 4 | -11/+42 | |
| | | | | | | | | Original patch by Martin Panter. | |||||
* | | Issue #22943: bsddb tests are locale independend now. | Serhiy Storchaka | 2014-12-01 | 7 | -25/+25 | |
| | | | | | | | | This fixes tests on 8-bit locales (in particular on Windows). | |||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-11-30 | 4 | -67/+12 | |
|\ \ | |/ | ||||||
| * | backout fac649bf2d10 (#9179) for further consideration | Benjamin Peterson | 2014-11-30 | 4 | -67/+12 | |
| | | ||||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-11-30 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | this is why tests are great | Benjamin Peterson | 2014-11-30 | 1 | -1/+1 | |
| | | ||||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-11-30 | 3 | -6/+26 | |
|\ \ | |/ | ||||||
| * | add context parameter to xmlrpclib.ServerProxy (#22960) | Benjamin Peterson | 2014-11-30 | 3 | -6/+26 | |
| | | | | | | | | Patch from Alex Gaynor. | |||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-11-28 | 1 | -0/+10 | |
|\ \ | |/ | ||||||
| * | give a nice message when installer is launched w/o admin rights (closes #16561) | Benjamin Peterson | 2014-11-28 | 1 | -0/+10 | |
| | | ||||||
* | | Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of | Serhiy Storchaka | 2014-11-27 | 2 | -2/+25 | |
| | | | | | | | | current directory in current directory. | |||||
* | | Issue #22314: pydoc now works when the LINES environment variable is set. | Serhiy Storchaka | 2014-11-27 | 2 | -1/+9 | |
| | | ||||||
* | | Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by | Serhiy Storchaka | 2014-11-27 | 2 | -3/+11 | |
| | | | | | | | | Wieland Hoffmann. | |||||
* | | Issue #21514: The documentation of the json module now refers to new JSON RFC | Serhiy Storchaka | 2014-11-27 | 2 | -42/+77 | |
| | | | | | | | | 7159 instead of obsoleted RFC 4627. | |||||
* | | Issue #22609: Constructors and update methods of mapping classes in the | Serhiy Storchaka | 2014-11-27 | 4 | -23/+95 | |
| | | | | | | | | collections module now accept the self keyword argument. | |||||
* | | pydoc: Add a note about setting PAGER to affect console output pagination. | Zachary Ware | 2014-11-27 | 1 | -0/+4 | |
| | | | | | | | | Suggested by James Lowden on docs@. |