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