1. 6707826 Added tag v2.6.8rc1 for changeset 5356b6c7fd66 by Barry Warsaw · 12 years ago
  2. 2593eac Added tag v2.6.8rc1 for changeset caab08cd2b3e by Barry Warsaw · 12 years ago
  3. 74f4bd5 Bump some more copyright years (as per PEP 101), since this is the first by Barry Warsaw · 12 years ago
  4. 1fbc16d Bump to version 2.6.8rc1. by Barry Warsaw · 12 years ago
  5. b383e80 Back port from 2.7: by Barry Warsaw · 12 years ago
  6. 56fd661 Backport from 2.7: by Barry Warsaw · 12 years ago
  7. 6a9005b Backport from 2.7 branch. by Barry Warsaw · 12 years ago
  8. 3aec568 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  9. 4e171d1 don't need this hack anymore by Benjamin Peterson · 12 years ago
  10. 776af40 Fix crash at startup with -W options. by Antoine Pitrou · 12 years ago
  11. 876e789 merge heads by Benjamin Peterson · 12 years ago
  12. 8757cad Backport fix from default branch for ./python -R -Wd where hash('d') would not by Barry Warsaw · 12 years ago
  13. 26da920 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  14. b69fa1f Let's sort the keys so that this test passes even with random hashes. by Barry Warsaw · 12 years ago
  15. b19fb24 Whitespace normalization by Barry Warsaw · 12 years ago
  16. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 12 years ago
  17. f5a5beb Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. by Barry Warsaw · 12 years ago
  18. 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  19. d358e05 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  20. 141e770 merge closing of 2.5 branch by Martin v. Löwis · 13 years ago
  21. e5b9bff 2.5 is no longer maintained by Martin v. Löwis · 13 years ago
  22. 345fff3 Remove mentions of previous license in profile module (#12417 followup) by Éric Araujo · 13 years ago
  23. 5ac56d2 fix ws by Benjamin Peterson · 13 years ago
  24. 1105f34 update profile license (closes #12417) by Benjamin Peterson · 13 years ago
  25. d0366e8 Replay svn r88852. by Barry Warsaw · 13 years ago
  26. 16ec24a Replay svn r88850. by Barry Warsaw · 13 years ago
  27. 9c53584 Nearly null-merge 2.5.6 by Martin v. Löwis · 13 years ago
  28. 228516c merge 2.5.6c1 tag by Martin v. Löwis · 13 years ago
  29. dcdf032 Added tag v2.5.6c1 for changeset a87c7b96672b by Martin v. Löwis · 13 years ago
  30. 4ca9d48 Added tag v2.5.6 for changeset de34c7b097e8 by Martin v. Löwis · 13 years ago
  31. 11a859d r88840: Prepare for 2.5.6. by Martin v. Löwis · 13 years ago
  32. e81c485 r88828: Fix year. by Martin v. Löwis · 13 years ago
  33. cf60858 r88824: Prepare for 2.5.6c1. by Martin v. Löwis · 13 years ago
  34. 32140f8 Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  35. 3428926 Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  36. cf0d8ab Replay changeset 70238:03e488b5c009 from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  37. e26bc10 These files have Windows line endings in 2.6. by Barry Warsaw · 13 years ago
  38. 22108f1 Closes #11786: ConfigParser.[Raw]ConfigParser optionxform(). by Łukasz Langa · 13 years ago
  39. 31e1b1f merge 11442 NEWS by Martin v. Löwis · 13 years ago
  40. 2d253dd Issue 11442: Add NEWS entry for e9724d7abbc2 by Martin v. Löwis · 13 years ago
  41. 8c850bf Merge cleanup. by Guido van Rossum · 13 years ago
  42. 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 13 years ago
  43. 9a9fdfa Merge urllib/urllib2 security fix from 2.5 branch. by guido@google.com · 13 years ago
  44. 92ecb87 Adding .hgignore (copied from default branch). by guido@google.com · 13 years ago
  45. af1fee0 Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. by Vinay Sajip · 13 years ago
  46. db3080e Add CVE number to urllib/urllib2 news item. by guido@google.com · 13 years ago
  47. f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 13 years ago
  48. 2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. by guido@google.com · 13 years ago
  49. 60a4a90 Issue 22663: fix redirect vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  50. f23c515 null merge by Martin v. Löwis · 13 years ago
  51. ce5d0e2 Set subversion version identification to empty strings if this is not a subversion by Martin v. Löwis · 13 years ago
  52. d7bed77 Whoops. The copyright should be two lines (merge from 2.5). by Guido van Rossum · 13 years ago
  53. 197f7f6 Whoops. The copyright should be two lines. by Guido van Rossum · 13 years ago
  54. 54b76d4 Test commit. Add 2011 to copyright line (merge from 2.5). by Guido van Rossum · 13 years ago
  55. deeb71e Test commit. Add 2011 to copyright line. by Guido van Rossum · 13 years ago
  56. dfd1579 merge from 2.5 branch. by Senthil Kumaran · 13 years ago
  57. 3853586 Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks. by Senthil Kumaran · 13 years ago
  58. 3ae8113 Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), which should not have been made in this branch. by Vinay Sajip · 13 years ago
  59. f4d0af4 Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 13 years ago
  60. 8dd2a40 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  61. df8e75e Merge tags from 2.5. by Georg Brandl · 13 years ago
  62. 6e0a8b8 Add tags from the closed branches. by Georg Brandl · 13 years ago
  63. ae2af38 Dummy-merge 2.5 branch into 2.6 branch. by Georg Brandl · 13 years ago
  64. b5c93e9 Add .hgeol file and fix newlines in the 2.6 branch. by Georg Brandl · 13 years ago
  65. 6feb900 Fix tag references in 2.6 branch. by Georg Brandl · 13 years ago
  66. 4db2c25 Add .hgeol file and fix newlines in the 2.5 branch. by Georg Brandl · 13 years ago
  67. 2af945c Fix tag references in 2.5 branch. by Georg Brandl · 13 years ago
  68. 41769a7 Merged revisions 87663 via svnmerge from by Alexander Belopolsky · 14 years ago
  69. 893c354 Merged revisions 87541,87543 via svnmerge from by Alexander Belopolsky · 14 years ago
  70. 8497f0a backporting security fix of issue 9129 (smtpd module vulnerable to DoS attacks in case of connection bashing) by Giampaolo Rodolà · 14 years ago
  71. b7180a8 Merge r82494 from the python2.6 branch: by Matthias Klose · 14 years ago
  72. d4367c2 Merge r81080 from the python2.6 branch: by Matthias Klose · 14 years ago
  73. 192b714 Merged revisions 81046 from the python2.6 branch: by Matthias Klose · 14 years ago
  74. 1740947 Post release bump by Barry Warsaw · 14 years ago
  75. e25ad5e Tagging 2.6.6 final. by Barry Warsaw · 14 years ago
  76. d724296 2.6.6 final. \o/ by Barry Warsaw · 14 years ago
  77. 8275da3 Post release twiddling. by Barry Warsaw · 14 years ago
  78. 8b5724f (Re-)tagging 2.6.6rc2. by Barry Warsaw · 14 years ago
  79. a7077c8 Move NEWS file entry. by Barry Warsaw · 14 years ago
  80. 841f7ed Remove tag for NEWS file fix. by Barry Warsaw · 14 years ago
  81. 69e266c Tagging 2.6.6rc2 by Barry Warsaw · 14 years ago
  82. 607a2e3 Bumping to 2.6.6rc2. by Barry Warsaw · 14 years ago
  83. b828e5c Issue 9568: Fix test_urllib2_localnet on OS X 10.3. by Barry Warsaw · 14 years ago
  84. 29a66bd Merged revisions 84100 via svnmerge from by Florent Xicluna · 14 years ago
  85. 0261d2e Merged revisions 82529 via svnmerge from by Florent Xicluna · 14 years ago
  86. 7c251bb Fix #9600. Don't use relative imports for _multiprocessing on Windows. by Brian Curtin · 14 years ago
  87. 77cb7ed Revert regression from r81256 (with release manager approval, see #8688) by Éric Araujo · 14 years ago
  88. aa6a939 Issue #8433: Fix test_curses failure caused by newer versions of by Mark Dickinson · 14 years ago
  89. 5b07f3c (issue 2944) reverting r83704 changes as per Barry Warsaw request by Giampaolo Rodolà · 14 years ago
  90. 6980342 Rolled back revisions 81259,81265 via svnmerge from by Florent Xicluna · 14 years ago
  91. 66983a0 Add NEWS entry for r83964. by Ezio Melotti · 14 years ago
  92. b833fa8 #9543: Fix regression introduced in r83624. by Ezio Melotti · 14 years ago
  93. 13bc24b TestCase.skipTest is not defined in Python 2.6 by Florent Xicluna · 14 years ago
  94. 935f09a Blocked revisions 83902,83907 via svnmerge by Florent Xicluna · 14 years ago
  95. ca2a48f Blocked revisions 79534,79537,79606,80411-80412,81140-81141,81149-81151,82056 via svnmerge by Florent Xicluna · 14 years ago
  96. 1c24592 Merged revisions 81053,81259,81265 via svnmerge from by Florent Xicluna · 14 years ago
  97. 9b83dbe Merged revisions 83306 via svnmerge from by Matthias Klose · 14 years ago
  98. 498323e Post 2.6.6rc1 by Barry Warsaw · 14 years ago
  99. b8f5e31 Issue #8241: Avoid compiling py2_test_grammar. by Martin v. Löwis · 14 years ago
  100. 1ad1ee9 Add UUIDs for 2.6.6. by Martin v. Löwis · 14 years ago