summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix typo in OS X installer readmes.Ned Deily2014-12-102-2/+2
| |
| * Update the deprecated plain text version of the OS X installerNed Deily2014-12-102-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 Deily2014-12-107-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 Deily2014-12-102-2/+2
| |
* | Update the deprecated plain text version of the OS X installerNed Deily2014-12-102-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 Deily2014-12-107-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 Peksag2014-12-103-4/+17
| | | | | | | | Patch by Éric Araujo.
* | Merge 2.7.9 release branchBenjamin Peterson2014-12-071-4/+4
|\ \ | |/
| * remove mention of check_hostname parameterBenjamin Peterson2014-12-071-4/+4
| |
* | 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-076-39/+15
|\ \ | |/
| * remove HTTPSConnection's check_hostname parameter (#22959)Benjamin Peterson2014-12-076-39/+15
| |
* | merge 2.7.9 release branchBenjamin Peterson2014-12-061-2/+5
|\ \ | |/
| * note that sslv3 may not be availableBenjamin Peterson2014-12-061-2/+5
| |
* | merge 2.7.9 release branchBenjamin Peterson2014-12-064-12/+31
|\ \ | |/
| * allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)Benjamin Peterson2014-12-064-8/+27
| | | | | | | | Patch by Kurt Roeckx.
* | merge 2.7.9 release branchBenjamin Peterson2014-12-060-0/+0
|\ \ | |/
| * sync idle news from 2.7 branchBenjamin Peterson2014-12-061-0/+32
| |
* | Update idlelib/NEWS.txt.Terry Jan Reedy2014-12-061-0/+32
| |
* | Issue #16893: Update Idle doc chapter to match current Idle and add newTerry Jan Reedy2014-12-061-0/+6
| | | | | | | | information.
* | merge 2.7.9 release branchBenjamin Peterson2014-12-067-7/+91
|\ \ | |/
| * add a default limit for the amount of data xmlrpclib.gzip_decode will return ↵Benjamin Peterson2014-12-063-3/+32
| | | | | | | | (closes #16043)
| * smtplib: limit amount read from the network (closes #16042)Benjamin Peterson2014-12-063-3/+41
| |
| * in poplib, limit maximum line length that we read from the network (closes ↵Benjamin Peterson2014-12-063-1/+18
| | | | | | | | | | | | #16041) Patch from Berker Peksag.
* | Edit Menus section of Idle doc. Make menu entries match current Idle in orderTerry Jan Reedy2014-12-051-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 Reedy2014-12-041-11/+19
| |
* | Issue #16893: Update 2.7 version of Idle doc to match 3.4 doc as of the justTerry Jan Reedy2014-12-041-89/+308
| | | | | | | | committed 6db65ff985b6.
* | Fix #22987: update the compatibility matrix for a SSLv23 client.Antoine Pitrou2014-12-031-4/+3
| |
* | Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-034-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 branchBenjamin Peterson2014-12-022-421/+0
|\ \ | |/
| * nuke ancient script with dubious license (closes #12987)Benjamin Peterson2014-12-022-421/+0
| |
* | Add NEWS items for Idle patches already in 2.7.9rc1.Terry Jan Reedy2014-12-011-1/+18
| |
* | Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-016-6/+6
| |
* | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.Serhiy Storchaka2014-12-014-11/+42
| | | | | | | | Original patch by Martin Panter.
* | Issue #22943: bsddb tests are locale independend now.Serhiy Storchaka2014-12-017-25/+25
| | | | | | | | This fixes tests on 8-bit locales (in particular on Windows).
* | merge 2.7.9 release branchBenjamin Peterson2014-11-304-67/+12
|\ \ | |/
| * backout fac649bf2d10 (#9179) for further considerationBenjamin Peterson2014-11-304-67/+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-303-6/+26
|\ \ | |/
| * add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-303-6/+26
| | | | | | | | Patch from Alex Gaynor.
* | merge 2.7.9 release branchBenjamin Peterson2014-11-281-0/+10
|\ \ | |/
| * give a nice message when installer is launched w/o admin rights (closes #16561)Benjamin Peterson2014-11-281-0/+10
| |
* | Issue #21280: Fixed a bug in shutil.make_archive() when create an archive ofSerhiy Storchaka2014-11-272-2/+25
| | | | | | | | current directory in current directory.
* | Issue #22314: pydoc now works when the LINES environment variable is set.Serhiy Storchaka2014-11-272-1/+9
| |
* | Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch bySerhiy Storchaka2014-11-272-3/+11
| | | | | | | | Wieland Hoffmann.
* | Issue #21514: The documentation of the json module now refers to new JSON RFCSerhiy Storchaka2014-11-272-42/+77
| | | | | | | | 7159 instead of obsoleted RFC 4627.
* | Issue #22609: Constructors and update methods of mapping classes in theSerhiy Storchaka2014-11-274-23/+95
| | | | | | | | collections module now accept the self keyword argument.
* | pydoc: Add a note about setting PAGER to affect console output pagination.Zachary Ware2014-11-271-0/+4
| | | | | | | | Suggested by James Lowden on docs@.