summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* goodbye, 2.62.6Benjamin Peterson2014-10-150-0/+0
|
* Added tag v2.6.7 for changeset a39a30ac7f2eBenjamin Peterson2014-04-021-0/+1
|
* Closing the 2.6 branchBarry Warsaw2013-10-300-0/+0
|
* Added tag v2.6.9 for changeset fcb3ec2842f9Barry Warsaw2013-10-291-0/+1
|
* version bumpv2.6.9Barry Warsaw2013-10-296-14/+10
|
* updating topicsBarry Warsaw2013-10-291-1/+1
|
* Typo caught by : Arfrever Frehtes Taifersar Arahesis.Barry Warsaw2013-10-011-1/+1
|
* post release bumpBarry Warsaw2013-10-012-1/+13
|
* Added tag v2.6.9rc1 for changeset a0025037f11aBarry Warsaw2013-10-011-0/+1
|
* Bump copyright years.v2.6.9rc1Barry Warsaw2013-10-017-6/+9
|
* Bump to 2.6.9rc1Barry Warsaw2013-10-016-10/+10
|
* Regenerate pydoc_topics.pyBarry Warsaw2013-10-011-1/+1
|
* - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toBarry Warsaw2013-09-303-1/+79
| | | | | prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
* Fix typo in NEWS file.Barry Warsaw2013-09-301-1/+1
|
* - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toBarry Warsaw2013-09-303-7/+95
| | | | | prevent readline() calls from consuming too much member. Patch by Jyrki Pulliainen.
* - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when moreBarry Warsaw2013-09-293-0/+17
| | | | than 100 headers are read. Adapted from patch by Jyrki Pulliainen.
* - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read byBarry Warsaw2013-09-253-4/+37
| | | | | | | limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola. with test fixes by Serhiy Storchaka.
* - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module toBarry Warsaw2013-09-223-1/+26
| | | | limit line length. Patch by Emil Lind.
* #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
|
* Add versionchanged for #14984, remove extra blank from string.R David Murray2013-09-182-1/+3
|
* #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-164-2/+56
| | | | | | | | Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement.
* #16042: CVE-2013-1752: Limit amount of data read by limiting the call to ↵Andrew Kuchling2013-09-153-5/+42
| | | | | | | | | | readline(). The SSLFakeFile.readline() method needs to support limiting readline() as well. It's not a full emulation of readline()'s signature, but this class is only used by smtplib's code, so it doesn't have to be. Modified version of original patch by Christian Heimes.
* Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in ↵Christian Heimes2013-09-051-1/+1
| | | | GEN_EMAIL/GEN_URI/GEN_DNS case
* Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor ↵Christian Heimes2013-09-031-15/+6
| | | | _OPENSSL_API_VERSION
* Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X TigerChristian Heimes2013-08-251-7/+15
|
* - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesBarry Warsaw2013-08-235-35/+216
| | | | | | | inside subjectAltName correctly. Formerly the module has used OpenSSL's GENERAL_NAME_print() function to get the string represention of ASN.1 strings for `rfc822Name` (email), `dNSName` (DNS) and `uniformResourceIdentifier` (URI).
* Fix UnboundLocalError regression due to previous incorrect fix forBarry Warsaw2013-08-211-1/+1
| | | | issue 16248.
* - Issue #16248: Disable code execution from the user's home directory byBarry Warsaw2013-02-202-1/+6
| | | | tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
* #8040: port versionswitcher patch to 2.6.Georg Brandl2012-10-283-3/+78
|
* Post release twiddle.Barry Warsaw2012-04-102-1/+13
|
* Added tag v2.6.8 for changeset c9910fd022fcBarry Warsaw2012-04-101-0/+1
|
* Bump to 2.6.8v2.6.8Barry Warsaw2012-04-106-8/+16
|
* update docsBarry Warsaw2012-04-101-1/+1
|
* Remove duplicate hgtags entries for 2.6.8rc{1,2}.Georg Brandl2012-03-181-2/+0
|
* Added tag v2.6.8rc2 for changeset bd9e1a02e3e3Barry Warsaw2012-03-171-0/+1
|
* Added tag v2.6.8rc2 for changeset 1d1b7b9fad48Barry Warsaw2012-03-171-0/+1
|
* Bump to 2.6.8rc2v2.6.8rc2Barry Warsaw2012-03-175-6/+6
|
* Update Docs and NEWS for 2.6.8rc2.Barry Warsaw2012-03-172-2/+2
|
* - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hashBarry Warsaw2012-03-155-63/+149
| | | | | | table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project.
* Added tag v2.6.8rc1 for changeset 5356b6c7fd66Barry Warsaw2012-02-231-0/+1
|
* Added tag v2.6.8rc1 for changeset caab08cd2b3eBarry Warsaw2012-02-231-0/+1
|
* Bump some more copyright years (as per PEP 101), since this is the firstv2.6.8rc1Barry Warsaw2012-02-236-4/+7
| | | | release of 2.6 for 2012.
* Bump to version 2.6.8rc1.Barry Warsaw2012-02-237-15/+16
|
* Back port from 2.7:Barry Warsaw2012-02-221-2/+5
| | | | | | | | | http://hg.python.org/cpython/rev/48705250232c changeset: 75187:48705250232c branch: 2.7 parent: 75184:9a1d902714ae user: Antoine Pitrou <solipsis@pitrou.net> date: Wed Feb 22 22:16:25 2012 +0100
* Backport from 2.7:Barry Warsaw2012-02-221-3/+4
| | | | | | | | | changeset: 75153:9b7c6dd19e25 branch: 2.7 parent: 75151:b1a02c17b327 user: Antoine Pitrou <solipsis@pitrou.net> date: Tue Feb 21 22:02:04 2012 +0100 files: Lib/test/test_os.py
* Backport from 2.7 branch.Barry Warsaw2012-02-221-2/+8
| | | | | | | changeset: 75165:780008020c40 user: Antoine Pitrou <solipsis@pitrou.net> date: Wed Feb 22 03:33:56 2012 +0100 summary: Fix (presumably) test_hash under big-endian systems (PPC).
* Remove reST markup from --help output. Also: O(n**2) is dict construction, ↵Georg Brandl2012-02-213-5/+5
| | | | not single insertion.
* don't need this hack anymoreBenjamin Peterson2012-02-211-6/+0
|
* Fix crash at startup with -W options.Antoine Pitrou2012-02-215-4/+39
|
* merge headsBenjamin Peterson2012-02-211-0/+6
|\