- 26da920 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 13 years ago
- b69fa1f Let's sort the keys so that this test passes even with random hashes. by Barry Warsaw · 13 years ago
- b19fb24 Whitespace normalization by Barry Warsaw · 13 years ago
- 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
- f5a5beb Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. by Barry Warsaw · 13 years ago
- 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
- d358e05 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
- 141e770 merge closing of 2.5 branch by Martin v. Löwis · 13 years ago
- e5b9bff 2.5 is no longer maintained by Martin v. Löwis · 13 years ago
- 345fff3 Remove mentions of previous license in profile module (#12417 followup) by Éric Araujo · 13 years ago
- 5ac56d2 fix ws by Benjamin Peterson · 13 years ago
- 1105f34 update profile license (closes #12417) by Benjamin Peterson · 13 years ago
- d0366e8 Replay svn r88852. by Barry Warsaw · 13 years ago
- 16ec24a Replay svn r88850. by Barry Warsaw · 13 years ago
- 9c53584 Nearly null-merge 2.5.6 by Martin v. Löwis · 13 years ago
- 228516c merge 2.5.6c1 tag by Martin v. Löwis · 13 years ago
- dcdf032 Added tag v2.5.6c1 for changeset a87c7b96672b by Martin v. Löwis · 13 years ago
- 4ca9d48 Added tag v2.5.6 for changeset de34c7b097e8 by Martin v. Löwis · 13 years ago
- 11a859d r88840: Prepare for 2.5.6. by Martin v. Löwis · 13 years ago
- e81c485 r88828: Fix year. by Martin v. Löwis · 13 years ago
- cf60858 r88824: Prepare for 2.5.6c1. by Martin v. Löwis · 13 years ago
- 32140f8 Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit message: by Barry Warsaw · 14 years ago
- 3428926 Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit message: by Barry Warsaw · 14 years ago
- cf0d8ab Replay changeset 70238:03e488b5c009 from fubar branch. Original commit message: by Barry Warsaw · 14 years ago
- e26bc10 These files have Windows line endings in 2.6. by Barry Warsaw · 14 years ago
- 22108f1 Closes #11786: ConfigParser.[Raw]ConfigParser optionxform(). by Łukasz Langa · 14 years ago
- 31e1b1f merge 11442 NEWS by Martin v. Löwis · 14 years ago
- 2d253dd Issue 11442: Add NEWS entry for e9724d7abbc2 by Martin v. Löwis · 14 years ago
- 8c850bf Merge cleanup. by Guido van Rossum · 14 years ago
- 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 14 years ago
- 9a9fdfa Merge urllib/urllib2 security fix from 2.5 branch. by guido@google.com · 14 years ago
- 92ecb87 Adding .hgignore (copied from default branch). by guido@google.com · 14 years ago
- af1fee0 Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. by Vinay Sajip · 14 years ago
- db3080e Add CVE number to urllib/urllib2 news item. by guido@google.com · 14 years ago
- f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago
- 2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. by guido@google.com · 14 years ago
- 60a4a90 Issue 22663: fix redirect vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
- f23c515 null merge by Martin v. Löwis · 14 years ago
- ce5d0e2 Set subversion version identification to empty strings if this is not a subversion by Martin v. Löwis · 14 years ago
- d7bed77 Whoops. The copyright should be two lines (merge from 2.5). by Guido van Rossum · 14 years ago
- 197f7f6 Whoops. The copyright should be two lines. by Guido van Rossum · 14 years ago
- 54b76d4 Test commit. Add 2011 to copyright line (merge from 2.5). by Guido van Rossum · 14 years ago
- deeb71e Test commit. Add 2011 to copyright line. by Guido van Rossum · 14 years ago
- dfd1579 merge from 2.5 branch. by Senthil Kumaran · 14 years ago
- 3853586 Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks. by Senthil Kumaran · 14 years ago
- 3ae8113 Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), which should not have been made in this branch. by Vinay Sajip · 14 years ago
- f4d0af4 Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 14 years ago
- 8dd2a40 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
- df8e75e Merge tags from 2.5. by Georg Brandl · 14 years ago
- 6e0a8b8 Add tags from the closed branches. by Georg Brandl · 14 years ago
- ae2af38 Dummy-merge 2.5 branch into 2.6 branch. by Georg Brandl · 14 years ago
- b5c93e9 Add .hgeol file and fix newlines in the 2.6 branch. by Georg Brandl · 14 years ago
- 6feb900 Fix tag references in 2.6 branch. by Georg Brandl · 14 years ago
- 4db2c25 Add .hgeol file and fix newlines in the 2.5 branch. by Georg Brandl · 14 years ago
- 2af945c Fix tag references in 2.5 branch. by Georg Brandl · 14 years ago
- 41769a7 Merged revisions 87663 via svnmerge from by Alexander Belopolsky · 14 years ago
- 893c354 Merged revisions 87541,87543 via svnmerge from by Alexander Belopolsky · 14 years ago
- 8497f0a backporting security fix of issue 9129 (smtpd module vulnerable to DoS attacks in case of connection bashing) by Giampaolo Rodolà · 14 years ago
- b7180a8 Merge r82494 from the python2.6 branch: by Matthias Klose · 14 years ago
- d4367c2 Merge r81080 from the python2.6 branch: by Matthias Klose · 14 years ago
- 192b714 Merged revisions 81046 from the python2.6 branch: by Matthias Klose · 14 years ago
- 1740947 Post release bump by Barry Warsaw · 14 years ago
- e25ad5e Tagging 2.6.6 final. by Barry Warsaw · 14 years ago
- d724296 2.6.6 final. \o/ by Barry Warsaw · 14 years ago
- 8275da3 Post release twiddling. by Barry Warsaw · 14 years ago
- 8b5724f (Re-)tagging 2.6.6rc2. by Barry Warsaw · 14 years ago
- a7077c8 Move NEWS file entry. by Barry Warsaw · 14 years ago
- 841f7ed Remove tag for NEWS file fix. by Barry Warsaw · 14 years ago
- 69e266c Tagging 2.6.6rc2 by Barry Warsaw · 14 years ago
- 607a2e3 Bumping to 2.6.6rc2. by Barry Warsaw · 14 years ago
- b828e5c Issue 9568: Fix test_urllib2_localnet on OS X 10.3. by Barry Warsaw · 14 years ago
- 29a66bd Merged revisions 84100 via svnmerge from by Florent Xicluna · 14 years ago
- 0261d2e Merged revisions 82529 via svnmerge from by Florent Xicluna · 14 years ago
- 7c251bb Fix #9600. Don't use relative imports for _multiprocessing on Windows. by Brian Curtin · 14 years ago
- 77cb7ed Revert regression from r81256 (with release manager approval, see #8688) by Éric Araujo · 14 years ago
- aa6a939 Issue #8433: Fix test_curses failure caused by newer versions of by Mark Dickinson · 14 years ago
- 5b07f3c (issue 2944) reverting r83704 changes as per Barry Warsaw request by Giampaolo Rodolà · 14 years ago
- 6980342 Rolled back revisions 81259,81265 via svnmerge from by Florent Xicluna · 14 years ago
- 66983a0 Add NEWS entry for r83964. by Ezio Melotti · 14 years ago
- b833fa8 #9543: Fix regression introduced in r83624. by Ezio Melotti · 14 years ago
- 13bc24b TestCase.skipTest is not defined in Python 2.6 by Florent Xicluna · 14 years ago
- 935f09a Blocked revisions 83902,83907 via svnmerge by Florent Xicluna · 14 years ago
- ca2a48f Blocked revisions 79534,79537,79606,80411-80412,81140-81141,81149-81151,82056 via svnmerge by Florent Xicluna · 14 years ago
- 1c24592 Merged revisions 81053,81259,81265 via svnmerge from by Florent Xicluna · 14 years ago
- 9b83dbe Merged revisions 83306 via svnmerge from by Matthias Klose · 14 years ago
- 498323e Post 2.6.6rc1 by Barry Warsaw · 14 years ago
- b8f5e31 Issue #8241: Avoid compiling py2_test_grammar. by Martin v. Löwis · 14 years ago
- 1ad1ee9 Add UUIDs for 2.6.6. by Martin v. Löwis · 14 years ago
- f34e396 Issue #5798: Handle select.poll flag oddities properly on OS X. by Mark Dickinson · 14 years ago
- 042cf1a Merged revisions 83703 via svnmerge from by Giampaolo Rodolà · 14 years ago
- dba5078 Tagging 2.6.6 rc 1 by Barry Warsaw · 14 years ago
- 6053744 Bumping to 2.6.6 rc 1 by Barry Warsaw · 14 years ago
- 6f09ea8 - Issue #8447: Make distutils.sysconfig follow symlinks in the path to by Mark Dickinson · 14 years ago
- 1df21e7 Run test_py3kwarn first to avoid failures with -3. by Ezio Melotti · 14 years ago
- c1ef2fa Merged revisions 83680,83685 via svnmerge from by Mark Dickinson · 14 years ago
- 213bcb8 Fix buildbot failure in test_os.py by Ezio Melotti · 14 years ago
- 1ce3a68 Fix 2.7ism. by Georg Brandl · 14 years ago
- c438d1d Fix deprecation warnings in test_sets.py by Ezio Melotti · 14 years ago
- 5c75235 Fix deprecation warnings in test_set.py by Ezio Melotti · 14 years ago
- ffd0b88 Try again to fix the buildbots. by Ezio Melotti · 14 years ago