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