| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | version bumpv2.6.9 | Barry Warsaw | 2013-10-29 | 2 | -2/+2 |
| | | |||||
| * | updating topics | Barry Warsaw | 2013-10-29 | 1 | -1/+1 |
| | | |||||
| * | Typo caught by : Arfrever Frehtes Taifersar Arahesis. | Barry Warsaw | 2013-10-01 | 1 | -1/+1 |
| | | |||||
| * | Bump to 2.6.9rc1 | Barry Warsaw | 2013-10-01 | 2 | -2/+2 |
| | | |||||
| * | Regenerate pydoc_topics.py | Barry Warsaw | 2013-10-01 | 1 | -1/+1 |
| | | |||||
| * | - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to | Barry Warsaw | 2013-09-30 | 2 | -1/+75 |
| | | | | | | prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen. | ||||
| * | - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to | Barry Warsaw | 2013-09-30 | 2 | -1/+84 |
| | | | | | | prevent readline() calls from consuming too much member. Patch by Jyrki Pulliainen. | ||||
| * | - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more | Barry Warsaw | 2013-09-29 | 2 | -0/+14 |
| | | | | | than 100 headers are read. Adapted from patch by Jyrki Pulliainen. | ||||
| * | - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by | Barry Warsaw | 2013-09-25 | 2 | -4/+33 |
| | | | | | | | | 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 to | Barry Warsaw | 2013-09-22 | 2 | -1/+23 |
| | | | | | limit line length. Patch by Emil Lind. | ||||
| * | #14984: only import pwd on POSIX. | R David Murray | 2013-09-18 | 1 | -1/+3 |
| | | |||||
| * | Add versionchanged for #14984, remove extra blank from string. | R David Murray | 2013-09-18 | 1 | -1/+1 |
| | | |||||
| * | #14984: On POSIX, enforce permissions when reading default .netrc. | R David Murray | 2013-09-16 | 2 | -2/+44 |
| | | | | | | | | | 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 Kuchling | 2013-09-15 | 2 | -4/+38 |
| | | | | | | | | | | | 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. | ||||
| * | Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor ↵ | Christian Heimes | 2013-09-03 | 1 | -15/+6 |
| | | | | | _OPENSSL_API_VERSION | ||||
| * | Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger | Christian Heimes | 2013-08-25 | 1 | -7/+15 |
| | | |||||
| * | - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes | Barry Warsaw | 2013-08-23 | 3 | -32/+146 |
| | | | | | | | | 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 for | Barry Warsaw | 2013-08-21 | 1 | -1/+1 |
| | | | | | issue 16248. | ||||
| * | - Issue #16248: Disable code execution from the user's home directory by | Barry Warsaw | 2013-02-20 | 1 | -1/+3 |
| | | | | | tkinter when the -E flag is passed to Python. Patch by Zachary Ware. | ||||
| * | Bump to 2.6.8v2.6.8 | Barry Warsaw | 2012-04-10 | 2 | -2/+2 |
| | | |||||
| * | update docs | Barry Warsaw | 2012-04-10 | 1 | -1/+1 |
| | | |||||
| * | Bump to 2.6.8rc2v2.6.8rc2 | Barry Warsaw | 2012-03-17 | 2 | -2/+2 |
| | | |||||
| * | Update Docs and NEWS for 2.6.8rc2. | Barry Warsaw | 2012-03-17 | 1 | -1/+1 |
| | | |||||
| * | Bump to version 2.6.8rc1. | Barry Warsaw | 2012-02-23 | 3 | -5/+5 |
| | | |||||
| * | Back port from 2.7: | Barry Warsaw | 2012-02-22 | 1 | -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 Warsaw | 2012-02-22 | 1 | -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 Warsaw | 2012-02-22 | 1 | -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). | ||||
| * | Let's sort the keys so that this test passes even with random hashes. | Barry Warsaw | 2012-02-21 | 1 | -1/+1 |
| | | |||||
| * | Whitespace normalization | Barry Warsaw | 2012-02-21 | 1 | -1/+1 |
| | | |||||
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 8 | -38/+222 |
| | | | | | | | environment variable, to provide an opt-in way to protect against denial of service attacks due to hash collisions within the dict and set types. Patch by David Malcolm, based on work by Victor Stinner. | ||||
| * | Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. | Barry Warsaw | 2012-02-20 | 1 | -0/+1 |
| | | |||||
| * | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -1/+4 |
| | | | | | upon malformed POST request. | ||||
| * | Remove mentions of previous license in profile module (#12417 followup) | Éric Araujo | 2011-07-28 | 1 | -2/+0 |
| | | |||||
| * | fix ws | Benjamin Peterson | 2011-06-29 | 1 | -3/+3 |
| | | |||||
| * | update profile license (closes #12417) | Benjamin Peterson | 2011-06-27 | 2 | -48/+28 |
| | | |||||
| * | Replay svn r88850.v2.6.7 | Barry Warsaw | 2011-06-04 | 3 | -3/+3 |
| | | |||||
| * | Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit | Barry Warsaw | 2011-05-23 | 3 | -3/+3 |
| | | | | | | | message: Cross-port changes for 2.6.7rc2 from the Subversion branch. | ||||
| * | Replay changeset 70238:03e488b5c009 from fubar branch. Original commit | Barry Warsaw | 2011-05-23 | 3 | -3/+3 |
| | | | | | | | | | message: Reconcile with the 2.6svn branch. The 2.6.7 release will be made from Subversion, but there were differences, so this brings them in sync. These changes should *not* propagate to any newer versions. | ||||
| * | Merge issue 11662 from 2.5. | Guido van Rossum | 2011-03-29 | 4 | -0/+58 |
| |\ | |||||
| | * | Add tests for the urllib[2] vulnerability. Change to raise exceptions. | guido@google.com | 2011-03-28 | 4 | -5/+45 |
| | | | |||||
| | * | Add FTP to the allowed url schemes. Add Misc/NEWS. | guido@google.com | 2011-03-24 | 2 | -4/+6 |
| | | | |||||
| | * | Issue 22663: fix redirect vulnerability in urllib/urllib2. | guido@google.com | 2011-03-24 | 2 | -2/+18 |
| | | | |||||
| * | | merge from 2.5 branch. | Senthil Kumaran | 2011-03-17 | 1 | -1/+3 |
| |\ \ | |/ | |||||
| | * | Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS ↵ | Senthil Kumaran | 2011-03-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | attacks. Patch by Tom N. (Backported from py3k codeline). | ||||
| | * | Add .hgeol file and fix newlines in the 2.5 branch. | Georg Brandl | 2011-03-05 | 1 | -31/+31 |
| | | | |||||
| | * | Prepare for 2.5.5.v2.5.5 | Martin v. Löwis | 2010-01-31 | 2 | -3/+8 |
| | | | |||||
| | * | Prepare for 2.5.5c2.v2.5.5c2 | Martin v. Löwis | 2010-01-24 | 2 | -1/+6 |
| | | | |||||
| | * | Prepare for 2.5.5c1.v2.5.5c1 | Martin v. Löwis | 2010-01-14 | 2 | -1/+6 |
| | | | |||||
| | * | Issue #7403: logging: Fixed possible race condition in lock creation. | Vinay Sajip | 2009-11-27 | 1 | -4/+4 |
| | | | |||||
| | * | #6990: clear threading.local's key only after its thread state is removed: | Philip Jenvey | 2009-09-29 | 1 | -1/+40 |
| | | | | | | | | | | | | | fixes local subclasses leaving old state around after a ref cycle GC which could be recycled by new locals (backported from r75123) | ||||
