1. 72949bd this was supposed to die by Benjamin Peterson · 13 years ago
  2. 11fa11b fix test_gdb under hash randomization by Benjamin Peterson · 13 years ago
  3. 5bc92e0 don't rely on dict order here by Benjamin Peterson · 13 years ago
  4. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  5. b19fb24 Whitespace normalization by Barry Warsaw · 13 years ago
  6. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  7. 34b345b don't rely on the order of module clearing by Benjamin Peterson · 13 years ago
  8. f5a5beb Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. by Barry Warsaw · 13 years ago
  9. f5f6af8 Fix Test for issue #13500 by Jesus Cea · 13 years ago
  10. 6e25099 Test for issue #13500 by Jesus Cea · 13 years ago
  11. e062466 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  12. 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  13. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
  14. b4b6056 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 13 years ago
  15. c82da81 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 13 years ago
  16. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  17. 65d36da #13987: HTMLParser is now able to handle malformed start tags. by Ezio Melotti · 13 years ago
  18. d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. by Ezio Melotti · 13 years ago
  19. ff337cc Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 14 years ago
  20. e1dbbbf re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 14 years ago
  21. d9c2df8 Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 14 years ago
  22. c48c16e Issue #13193: Fix distutils.filelist tests to always use / as path separator. by Nadeem Vawda · 14 years ago
  23. 369cbd7 Fix an index, add more tests, avoid raising errors for unknown declarations, and clean up comments. by Ezio Melotti · 14 years ago
  24. f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 14 years ago
  25. 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 14 years ago
  26. 32b6371 fix whitespace normalization before pushing. by Gregory P. Smith · 14 years ago
  27. 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
  28. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 14 years ago
  29. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 14 years ago
  30. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 14 years ago
  31. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 14 years ago
  32. ebf691d Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 14 years ago
  33. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 14 years ago
  34. 2c8bf04 Issue #10881: Fix test_site failures with OS X framework builds. by Ned Deily · 14 years ago
  35. adb87e2 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 14 years ago
  36. d76c1bf #13933 refine patch using 'new' builtin by Terry Jan Reedy · 14 years ago
  37. 25e70fd Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 14 years ago
  38. 61c9534 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 14 years ago
  39. 60be6f8 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 14 years ago
  40. 709aa35 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 14 years ago
  41. 0013783 remove unused import by Benjamin Peterson · 14 years ago
  42. 22d2711 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 14 years ago
  43. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 14 years ago
  44. 6dce7d6 Merge. by Charles-François Natali · 14 years ago
  45. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
  46. e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 14 years ago
  47. da6db4f Issue #1813: backport changeset that reverts a glibc workaround for the by Stefan Krah · 14 years ago
  48. 3c8807b merge. by Brian Curtin · 14 years ago
  49. b4bef30 merge from fb225c289bf0 by Brian Curtin · 14 years ago
  50. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 14 years ago
  51. 1d4ae48 whitespace3 by Terry Jan Reedy · 14 years ago
  52. b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 14 years ago
  53. caa0f61 remove tests from really old regex module by Benjamin Peterson · 14 years ago
  54. 88c51e8 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 14 years ago
  55. 7a55684 Fix intermittent test_ssl failure. by Antoine Pitrou · 14 years ago
  56. 6f25d75 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. by Antoine Pitrou · 14 years ago
  57. 6e16f53 Skip test failure under OpenIndiana by Antoine Pitrou · 14 years ago
  58. e3668e9 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 14 years ago
  59. 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 · 14 years ago
  60. 30b13ee Fixes #4686. Reverts redundant picklability code from r74544. by Łukasz Langa · 14 years ago
  61. 58c6062 Fix Issue6631 - Disallow relative files paths in urllib*.open() by Senthil Kumaran · 14 years ago
  62. 631c258 Fixes #13760: picklability of ConfigParser exceptions by Łukasz Langa · 14 years ago
  63. 6d102f1 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 14 years ago
  64. d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 14 years ago
  65. e09bc1e Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods. by Antoine Pitrou · 14 years ago
  66. a8f75da Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  67. f830aa5 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  68. 4a8ba19 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  69. 3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
  70. 465b58e explain why we need this grammar file (closes #13766) by Benjamin Peterson · 14 years ago
  71. 8ef4a70 #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 14 years ago
  72. dee76e6 Issue #13774: json: Fix a SystemError when a bogus encoding is passed to by Amaury Forgeot d'Arc · 14 years ago
  73. 9e08390 Remove unused certificate from the test directory. by Antoine Pitrou · 14 years ago
  74. bcd833f - Issue #13642: Unquote before b64encoding user:password during Basic by Senthil Kumaran · 14 years ago
  75. cfe6deb #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 14 years ago
  76. 5fc58c6 fix this to not depend on dictionary order by Benjamin Peterson · 14 years ago
  77. d76088d Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 14 years ago
  78. 3aa59e3 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 14 years ago
  79. 79e50c6 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 14 years ago
  80. c32d5cb propgate error in other conditions by Benjamin Peterson · 14 years ago
  81. 042370e Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist command with unicode metadata, based on David Barnett's patch. by Jason R. Coombs · 14 years ago
  82. b40827d Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 14 years ago
  83. 139c457 port to 2.7 - Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 14 years ago
  84. 7d4d074 Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz"). by Lars Gustäbel · 14 years ago
  85. 5b95eb9 Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 14 years ago
  86. 17c0713 Fix test_import failure when run multiple times. (2.7-only) by Antoine Pitrou · 14 years ago
  87. b8572a1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 14 years ago
  88. 8366b84 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 14 years ago
  89. 3b81807 Issue #13453: Try to increase some socket timeouts to make some buildbots stop by Charles-François Natali · 14 years ago
  90. 99cff3f Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 14 years ago
  91. 52aa260 Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 14 years ago
  92. 6b7003a #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 14 years ago
  93. 6c3f4a8 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 14 years ago
  94. 7a3d8ae Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  95. 4161630 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 14 years ago
  96. f3d35f0 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 14 years ago
  97. 429a12b Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 14 years ago
  98. 40ad041 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 14 years ago
  99. 27b154e Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 14 years ago
  100. f537702 Issue #13573: The csv.writer now uses the repr() for floats rather than str(). by Raymond Hettinger · 14 years ago