Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update docs | Barry Warsaw | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | Remove duplicate hgtags entries for 2.6.8rc{1,2}. | Georg Brandl | 2012-03-18 | 1 | -2/+0 |
| | |||||
* | Added tag v2.6.8rc2 for changeset bd9e1a02e3e3 | Barry Warsaw | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | Added tag v2.6.8rc2 for changeset 1d1b7b9fad48 | Barry Warsaw | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | Bump to 2.6.8rc2v2.6.8rc2 | Barry Warsaw | 2012-03-17 | 5 | -6/+6 |
| | |||||
* | Update Docs and NEWS for 2.6.8rc2. | Barry Warsaw | 2012-03-17 | 2 | -2/+2 |
| | |||||
* | - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash | Barry Warsaw | 2012-03-15 | 5 | -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 5356b6c7fd66 | Barry Warsaw | 2012-02-23 | 1 | -0/+1 |
| | |||||
* | Added tag v2.6.8rc1 for changeset caab08cd2b3e | Barry Warsaw | 2012-02-23 | 1 | -0/+1 |
| | |||||
* | Bump some more copyright years (as per PEP 101), since this is the firstv2.6.8rc1 | Barry Warsaw | 2012-02-23 | 6 | -4/+7 |
| | | | | release of 2.6 for 2012. | ||||
* | Bump to version 2.6.8rc1. | Barry Warsaw | 2012-02-23 | 7 | -15/+16 |
| | |||||
* | 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). | ||||
* | Remove reST markup from --help output. Also: O(n**2) is dict construction, ↵ | Georg Brandl | 2012-02-21 | 3 | -5/+5 |
| | | | | not single insertion. | ||||
* | don't need this hack anymore | Benjamin Peterson | 2012-02-21 | 1 | -6/+0 |
| | |||||
* | Fix crash at startup with -W options. | Antoine Pitrou | 2012-02-21 | 5 | -4/+39 |
| | |||||
* | merge heads | Benjamin Peterson | 2012-02-21 | 1 | -0/+6 |
|\ | |||||
| * | Backport fix from default branch for ./python -R -Wd where hash('d') would not | Barry Warsaw | 2012-02-21 | 1 | -0/+6 |
| | | | | | | | | have gotten randomized. | ||||
* | | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 4 | -4/+14 |
|/ | |||||
* | 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 | 27 | -151/+705 |
| | | | | | | 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 | 2 | -1/+7 |
| | | | | upon malformed POST request. | ||||
* | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ↵ | Antoine Pitrou | 2012-01-27 | 2 | -1/+5 |
| | | | | attack countermeasure. | ||||
* | merge closing of 2.5 branch | Martin v. Löwis | 2011-10-31 | 0 | -0/+0 |
|\ | |||||
| * | 2.5 is no longer maintained2.5 | Martin v. Löwis | 2011-10-31 | 0 | -0/+0 |
| | | |||||
* | | Remove mentions of previous license in profile module (#12417 followup) | Éric Araujo | 2011-07-28 | 3 | -56/+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 r88852. | Barry Warsaw | 2011-06-04 | 2 | -1/+13 |
| | | |||||
* | | Replay svn r88850.v2.6.7 | Barry Warsaw | 2011-06-04 | 7 | -26/+14 |
| | | |||||
* | | Nearly null-merge 2.5.6 | Martin v. Löwis | 2011-05-28 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | merge 2.5.6c1 tag | Martin v. Löwis | 2011-05-28 | 6 | -7/+19 |
| |\ | |||||
| | * | Added tag v2.5.6 for changeset de34c7b097e8 | Martin v. Löwis | 2011-05-28 | 1 | -0/+1 |
| | | | |||||
| | * | r88840: Prepare for 2.5.6.v2.5.6 | Martin v. Löwis | 2011-05-28 | 5 | -6/+17 |
| | | | |||||
| | * | r88828: Fix year. | Martin v. Löwis | 2011-05-28 | 1 | -1/+1 |
| | | | |||||
| * | | Added tag v2.5.6c1 for changeset a87c7b96672b | Martin v. Löwis | 2011-05-28 | 1 | -0/+1 |
| |/ | |||||
| * | r88824: Prepare for 2.5.6c1.v2.5.6c1 | Martin v. Löwis | 2011-05-28 | 5 | -7/+12 |
| | | |||||
* | | Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit | Barry Warsaw | 2011-05-23 | 2 | -2/+12 |
| | | | | | | | | | | | | message: Merging post 2.6.7rc2 changes from Subversion. | ||||
* | | Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit | Barry Warsaw | 2011-05-23 | 7 | -7/+26 |
| | | | | | | | | | | | | 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 | 16 | -35/+45 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | These files have Windows line endings in 2.6. | Barry Warsaw | 2011-05-23 | 1 | -0/+6 |
| | | |||||
* | | Closes #11786: ConfigParser.[Raw]ConfigParser optionxform(). | Łukasz Langa | 2011-04-28 | 1 | -5/+7 |
| | | |||||
* | | merge 11442 NEWS | Martin v. Löwis | 2011-04-17 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue 11442: Add NEWS entry for e9724d7abbc2 | Martin v. Löwis | 2011-04-17 | 1 | -0/+3 |
| | | |||||
* | | Merge cleanup. | Guido van Rossum | 2011-03-29 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Merge urllib/urllib2 security fix from 2.5 branch. | guido@google.com | 2011-03-29 | 5 | -0/+61 |
| |\ \ | | |/ | |||||
* | | | Merge issue 11662 from 2.5. | Guido van Rossum | 2011-03-29 | 5 | -13/+60 |
|\ \ \ | | |/ | |/| |