1. f1acd0a merge from 2.7 release branch by Benjamin Peterson · 12 years ago
  2. ee933ec bump to 2.7.3rc2 by Benjamin Peterson · 12 years ago
  3. f163efd Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  4. 71e51d6 Merged upstream change. by Vinay Sajip · 12 years ago
  5. 9790e08 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 12 years ago
  6. d17a898 Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 12 years ago
  7. b56b6ff #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 12 years ago
  8. b60156e #14161: fix test failures on Windows. by Ezio Melotti · 12 years ago
  9. 11f8b68 #14161: fix the __repr__ of file objects to escape the file name. by Ezio Melotti · 12 years ago
  10. f60845b Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 12 years ago
  11. e107ab3 Moved symlink support into its own module. Ported can_symlink from Python 3.2, skipping symlink test when it cannot be invoked (such as when the symlink privilege is not present). by Jason R. Coombs · 12 years ago
  12. ea4629a Improve the test case to avoid spurious errors about already existing symlinks. by Jason R. Coombs · 12 years ago
  13. 94e5c93 update pydoc-topics by Benjamin Peterson · 12 years ago
  14. a2aa2ef bump to 2.7.3rc1 by Benjamin Peterson · 12 years ago
  15. 341016e Fix sporadic test_os failure under Windows by Antoine Pitrou · 12 years ago
  16. 4b670f5 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 12 years ago
  17. 9329153 Avoid py3k warnings related to sort() of unrelated types. by Antoine Pitrou · 12 years ago
  18. 0607f73 Fix flaky os.urandom test. by Antoine Pitrou · 12 years ago
  19. e39ccef carefully don't depend on any dict order by Benjamin Peterson · 12 years ago
  20. b6596c5 remove extra zero by Benjamin Peterson · 12 years ago
  21. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 12 years ago
  22. 36b7361 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 12 years ago
  23. c7bbd7b don't rely on dict order by Benjamin Peterson · 12 years ago
  24. c59df7d a frozenset is better here by Benjamin Peterson · 12 years ago
  25. 7405934 use set by Benjamin Peterson · 12 years ago
  26. f093724 don't rely on dict order by Benjamin Peterson · 12 years ago
  27. 72949bd this was supposed to die by Benjamin Peterson · 12 years ago
  28. 11fa11b fix test_gdb under hash randomization by Benjamin Peterson · 12 years ago
  29. 5bc92e0 don't rely on dict order here by Benjamin Peterson · 12 years ago
  30. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 12 years ago
  31. b19fb24 Whitespace normalization by Barry Warsaw · 12 years ago
  32. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 12 years ago
  33. 34b345b don't rely on the order of module clearing by Benjamin Peterson · 12 years ago
  34. f5a5beb Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. by Barry Warsaw · 12 years ago
  35. f5f6af8 Fix Test for issue #13500 by Jesus Cea · 12 years ago
  36. 6e25099 Test for issue #13500 by Jesus Cea · 12 years ago
  37. e062466 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  38. 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  39. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 12 years ago
  40. b4b6056 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 12 years ago
  41. c82da81 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 12 years ago
  42. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 12 years ago
  43. 65d36da #13987: HTMLParser is now able to handle malformed start tags. by Ezio Melotti · 12 years ago
  44. d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. by Ezio Melotti · 12 years ago
  45. ff337cc Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 12 years ago
  46. e1dbbbf re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 12 years ago
  47. d9c2df8 Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 12 years ago
  48. c48c16e Issue #13193: Fix distutils.filelist tests to always use / as path separator. by Nadeem Vawda · 12 years ago
  49. 369cbd7 Fix an index, add more tests, avoid raising errors for unknown declarations, and clean up comments. by Ezio Melotti · 12 years ago
  50. f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 12 years ago
  51. 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 12 years ago
  52. 32b6371 fix whitespace normalization before pushing. by Gregory P. Smith · 12 years ago
  53. 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 12 years ago
  54. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 12 years ago
  55. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 12 years ago
  56. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 12 years ago
  57. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 12 years ago
  58. ebf691d Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 12 years ago
  59. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  60. 2c8bf04 Issue #10881: Fix test_site failures with OS X framework builds. by Ned Deily · 12 years ago
  61. adb87e2 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 12 years ago
  62. d76c1bf #13933 refine patch using 'new' builtin by Terry Jan Reedy · 12 years ago
  63. 25e70fd Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 12 years ago
  64. 61c9534 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 12 years ago
  65. 60be6f8 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 12 years ago
  66. 709aa35 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 12 years ago
  67. 0013783 remove unused import by Benjamin Peterson · 12 years ago
  68. 22d2711 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 12 years ago
  69. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 12 years ago
  70. 6dce7d6 Merge. by Charles-François Natali · 12 years ago
  71. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 12 years ago
  72. e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 12 years ago
  73. da6db4f Issue #1813: backport changeset that reverts a glibc workaround for the by Stefan Krah · 12 years ago
  74. 3c8807b merge. by Brian Curtin · 12 years ago
  75. b4bef30 merge from fb225c289bf0 by Brian Curtin · 12 years ago
  76. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 12 years ago
  77. 1d4ae48 whitespace3 by Terry Jan Reedy · 12 years ago
  78. b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 12 years ago
  79. caa0f61 remove tests from really old regex module by Benjamin Peterson · 13 years ago
  80. 88c51e8 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 13 years ago
  81. 7a55684 Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  82. 6f25d75 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. by Antoine Pitrou · 13 years ago
  83. 6e16f53 Skip test failure under OpenIndiana by Antoine Pitrou · 13 years ago
  84. e3668e9 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  85. d1c818a Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  86. 30b13ee Fixes #4686. Reverts redundant picklability code from r74544. by Łukasz Langa · 13 years ago
  87. 58c6062 Fix Issue6631 - Disallow relative files paths in urllib*.open() by Senthil Kumaran · 13 years ago
  88. 631c258 Fixes #13760: picklability of ConfigParser exceptions by Łukasz Langa · 13 years ago
  89. 6d102f1 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
  90. d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  91. e09bc1e Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods. by Antoine Pitrou · 13 years ago
  92. a8f75da Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  93. f830aa5 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  94. 4a8ba19 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  95. 3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 13 years ago
  96. 465b58e explain why we need this grammar file (closes #13766) by Benjamin Peterson · 13 years ago
  97. 8ef4a70 #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
  98. 4a24283 Adding regression test for issue6727 by Jason R. Coombs · 13 years ago
  99. a8d4585 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 12 years ago
  100. ec17afd Backout buggy patch for #13719 by Éric Araujo · 12 years ago