1. 0473486 Added tag v2.7.3rc1 for changeset b2c6aff96e12 by Benjamin Peterson · 12 years ago
  2. a2aa2ef bump to 2.7.3rc1 by Benjamin Peterson · 12 years ago
  3. a13294e null merge from 2.6 by Barry Warsaw · 12 years ago
  4. b383e80 Back port from 2.7: by Barry Warsaw · 12 years ago
  5. 341016e Fix sporadic test_os failure under Windows by Antoine Pitrou · 12 years ago
  6. adbcc4c null merge from 2.6 by Barry Warsaw · 12 years ago
  7. 56fd661 Backport from 2.7: by Barry Warsaw · 12 years ago
  8. fa5d224 null merge from 2.6 by Barry Warsaw · 12 years ago
  9. 6a9005b Backport from 2.7 branch. by Barry Warsaw · 12 years ago
  10. 4b670f5 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 12 years ago
  11. f00011a Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 12 years ago
  12. 9329153 Avoid py3k warnings related to sort() of unrelated types. by Antoine Pitrou · 12 years ago
  13. 66e565e merge with 2.6 by Georg Brandl · 12 years ago
  14. 3aec568 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  15. 0607f73 Fix flaky os.urandom test. by Antoine Pitrou · 12 years ago
  16. 6647113 merge 2.6 by Benjamin Peterson · 12 years ago
  17. 4e171d1 don't need this hack anymore by Benjamin Peterson · 12 years ago
  18. 5d6eab9 Null merge by Antoine Pitrou · 12 years ago
  19. 776af40 Fix crash at startup with -W options. by Antoine Pitrou · 12 years ago
  20. cc3fa88 Fix crash at startup with -W options. by Antoine Pitrou · 12 years ago
  21. a1b2af8 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 12 years ago
  22. 9d7601f merge 2.6 by Benjamin Peterson · 12 years ago
  23. 876e789 merge heads by Benjamin Peterson · 12 years ago
  24. dbe0329 merge 2.7 by Barry Warsaw · 12 years ago
  25. f7254bd merge 2.6 by Barry Warsaw · 12 years ago
  26. 8757cad Backport fix from default branch for ./python -R -Wd where hash('d') would not by Barry Warsaw · 12 years ago
  27. 26da920 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  28. ef281bd Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 12 years ago
  29. f364b15 null merge from 2.6 by Barry Warsaw · 12 years ago
  30. b69fa1f Let's sort the keys so that this test passes even with random hashes. by Barry Warsaw · 12 years ago
  31. e39ccef carefully don't depend on any dict order by Benjamin Peterson · 12 years ago
  32. b6596c5 remove extra zero by Benjamin Peterson · 12 years ago
  33. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 12 years ago
  34. 36b7361 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 12 years ago
  35. 9be6c3d kill interned strings computed before random initialization by Benjamin Peterson · 12 years ago
  36. c7bbd7b don't rely on dict order by Benjamin Peterson · 12 years ago
  37. c59df7d a frozenset is better here by Benjamin Peterson · 12 years ago
  38. 7405934 use set by Benjamin Peterson · 12 years ago
  39. f093724 don't rely on dict order by Benjamin Peterson · 12 years ago
  40. 72949bd this was supposed to die by Benjamin Peterson · 12 years ago
  41. 5037677 fix for real this time... by Benjamin Peterson · 12 years ago
  42. 6949299 belately resolve conflicts here by Benjamin Peterson · 12 years ago
  43. 11fa11b fix test_gdb under hash randomization by Benjamin Peterson · 12 years ago
  44. 5bc92e0 don't rely on dict order here by Benjamin Peterson · 12 years ago
  45. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 12 years ago
  46. b19fb24 Whitespace normalization by Barry Warsaw · 12 years ago
  47. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 12 years ago
  48. 34b345b don't rely on the order of module clearing by Benjamin Peterson · 12 years ago
  49. 9769eb0 null merge from 2.6 by Barry Warsaw · 12 years ago
  50. b0516c2 null merge from 2.6 by Barry Warsaw · 12 years ago
  51. f5a5beb Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. by Barry Warsaw · 12 years ago
  52. 7d13cd3 logging: clarified documentation for Handler.handleError. by Vinay Sajip · 12 years ago
  53. bb42f5e Add missing “::” markup and wrap overlong lines by Éric Araujo · 12 years ago
  54. a4c81b0 Fix typo by Éric Araujo · 12 years ago
  55. 09c05fd don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ by Sandro Tosi · 12 years ago
  56. 32c49d9 use Py_CLEAR by Benjamin Peterson · 12 years ago
  57. f5f6af8 Fix Test for issue #13500 by Jesus Cea · 12 years ago
  58. 6e25099 Test for issue #13500 by Jesus Cea · 12 years ago
  59. c5df563 Issue #12627: Implement PEP 394 for OS X framework builds. by Ned Deily · 12 years ago
  60. 8d38fcf Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@ by Sandro Tosi · 12 years ago
  61. e062466 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  62. 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  63. c39b552 #14020: improve HTMLParser documentation. by Ezio Melotti · 12 years ago
  64. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 12 years ago
  65. e601006 Implement PEP 394 for Python 2.7 by Nick Coghlan · 12 years ago
  66. 002b202 Fix errors in sqlite3's Cursor.rowcount documentation by Petri Lehtinen · 12 years ago
  67. 14dc510 news entry for previous commit by Gregory P. Smith · 12 years ago
  68. b4b6056 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 12 years ago
  69. c0b1172 Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 12 years ago
  70. dd7e071 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 12 years ago
  71. c82da81 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 12 years ago
  72. d9756be Improve doc for atexit.register (#12297) by Éric Araujo · 12 years ago
  73. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 12 years ago
  74. 65d36da #13987: HTMLParser is now able to handle malformed start tags. by Ezio Melotti · 12 years ago
  75. d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. by Ezio Melotti · 12 years ago
  76. fd7e496 Fix indentation. by Antoine Pitrou · 12 years ago
  77. c66ed45 Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 12 years ago
  78. c39cd78 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 12 years ago
  79. ff337cc Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 12 years ago
  80. e1dbbbf re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 12 years ago
  81. d9c2df8 Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 12 years ago
  82. c48c16e Issue #13193: Fix distutils.filelist tests to always use / as path separator. by Nadeem Vawda · 12 years ago
  83. 369cbd7 Fix an index, add more tests, avoid raising errors for unknown declarations, and clean up comments. by Ezio Melotti · 12 years ago
  84. ef18737 shutil copy module reference doc fix. by Senthil Kumaran · 12 years ago
  85. f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 12 years ago
  86. 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 12 years ago
  87. 32b6371 fix whitespace normalization before pushing. by Gregory P. Smith · 12 years ago
  88. 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 12 years ago
  89. 3c990e0 Add myself to Misc/ACKS by Petri Lehtinen · 12 years ago
  90. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 12 years ago
  91. c227965 Typo in Misc/NEWS. by Florent Xicluna · 12 years ago
  92. 4665232 Update mention of Subversion repo in the FAQ by Éric Araujo · 12 years ago
  93. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 12 years ago
  94. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 12 years ago
  95. 0f7e2df this is only a borrowed ref in Brett's branch by Benjamin Peterson · 13 years ago
  96. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 13 years ago
  97. 4ad7f7f distutils 2.7’s Extension does not support optional (#13865). by Éric Araujo · 13 years ago
  98. 59e7c8f Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy. by Senthil Kumaran · 13 years ago
  99. 607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 13 years ago
  100. ebf691d Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 13 years ago