1. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  2. f12b447 Merge by Antoine Pitrou · 13 years ago
  3. e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  4. 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 13 years ago
  5. 845a772 Set archive format explicitly in one distutils test by Éric Araujo · 13 years ago
  6. b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
  7. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  8. ab5a044 merge 3.2.2 release branch for rc by Benjamin Peterson · 13 years ago
  9. 349c900 Merged upstream changes. by Vinay Sajip · 13 years ago
  10. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 13 years ago
  11. bada35b merge heads by Georg Brandl · 13 years ago
  12. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 13 years ago
  13. 29ca21c Update pydoc topics. by Georg Brandl · 13 years ago
  14. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 13 years ago
  15. c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
  16. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  17. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  18. 178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. by Georg Brandl · 13 years ago
  19. 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 13 years ago
  20. e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 13 years ago
  21. e5a0e0a Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions. by Georg Brandl · 13 years ago
  22. 16684eb Fix dbm_gnu test relying on set order. by Georg Brandl · 13 years ago
  23. f47b20f Fix use of deprecated assertRegexpMatches method. by Georg Brandl · 13 years ago
  24. 6147024 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. by Georg Brandl · 13 years ago
  25. 27fe226 Another test_dis dict order dependency. by Georg Brandl · 13 years ago
  26. b9dafe6 Merge with 3.1. by Georg Brandl · 13 years ago
  27. a108227 Fix test_dis dependency on dict order. by Georg Brandl · 13 years ago
  28. c425a94 Fix use of deprecated assert_ method. by Georg Brandl · 13 years ago
  29. 242631d Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents. by Georg Brandl · 13 years ago
  30. a86b262 Fix bad inheritance in test_subprocess that led to a number of tests being executed twice. by Georg Brandl · 13 years ago
  31. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  32. a3ed11b don't rely on the order of module clearing by Benjamin Peterson · 13 years ago
  33. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  34. fbc6f94 Test for issue #13500 by Jesus Cea · 13 years ago
  35. cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  36. ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  37. c86d9e2 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
  38. f670ca5 Issue #13878: Fix random test_sched failures. by Charles-François Natali · 13 years ago
  39. a124a68 don't use assertSameElements. by Gregory P. Smith · 13 years ago
  40. 05f5953 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 13 years ago
  41. 5c724a8 Issue #13913: Another fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 13 years ago
  42. 1303298 Issue #13913: Fix test_pep3120 for the UTF-8 codec name by Victor Stinner · 13 years ago
  43. 2640b52 Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). by Antoine Pitrou · 13 years ago
  44. 2a57a36 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 13 years ago
  45. b2f5c0a Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  46. 7113562 Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. by Antoine Pitrou · 13 years ago
  47. ffeee35 Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 13 years ago
  48. a127ecb import re for the previous commit. by Gregory P. Smith · 13 years ago
  49. 9903c70 re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 13 years ago
  50. 93b98ca Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 13 years ago
  51. e31dded Fix an index and clean up comments. by Ezio Melotti · 13 years ago
  52. f4ab491 Improve handling of declarations in HTMLParser. by Ezio Melotti · 13 years ago
  53. 86f6712 Fix htmlparser tests to always use the right collector. by Ezio Melotti · 13 years ago
  54. 5211ffe #13993: HTMLParser is now able to handle broken end tags when strict=False. by Ezio Melotti · 13 years ago
  55. efc66f9 fix whitespace normalization before pushing. by Gregory P. Smith · 13 years ago
  56. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
  57. 51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 13 years ago
  58. 54411c1 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 13 years ago
  59. 9ce366a Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 13 years ago
  60. 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 13 years ago
  61. 9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 13 years ago
  62. fa3702d #13960: HTMLParser is now able to handle broken comments when strict=False. by Ezio Melotti · 13 years ago
  63. b2c9e9a Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 13 years ago
  64. 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  65. d531b29 Issue #10881: Fix test_site failure with OS X framework builds. by Ned Deily · 13 years ago
  66. e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 13 years ago
  67. a77aa69 #13933 refine patch using 'new' builtin by Terry Jan Reedy · 13 years ago
  68. cd2a603 Branch merge by Éric Araujo · 13 years ago
  69. 89dfd5c Really make bztar support in shutil conditional. by Éric Araujo · 13 years ago
  70. 8582bb1 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 13 years ago
  71. ed3b867 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 13 years ago
  72. f99f333 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 13 years ago
  73. 992ca52 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 13 years ago
  74. 050a05a remove unused import by Benjamin Peterson · 13 years ago
  75. 3429491 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 13 years ago
  76. 2f7b286 Revert fix for #13807 mistakenly applied in this branch. by Vinay Sajip · 13 years ago
  77. cf550dc Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 13 years ago
  78. 227e377 Merge. by Charles-François Natali · 13 years ago
  79. 6d0d24e Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 13 years ago
  80. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 13 years ago
  81. 03c29f9 Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. by Stefan Krah · 13 years ago
  82. 090ec3c merge. again. by Brian Curtin · 13 years ago
  83. 10dda6e Add a hint that CSD == Service Pack. by Brian Curtin · 13 years ago
  84. 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 13 years ago
  85. 4d82ade whitespace by Terry Jan Reedy · 13 years ago
  86. da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 13 years ago
  87. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 13 years ago
  88. 3cd4607 remove tests from really old regex module by Benjamin Peterson · 13 years ago
  89. 75ff65e Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 13 years ago
  90. eba63c4 Issue #13895: fix test_ssl hanging under Ubuntu by Antoine Pitrou · 13 years ago
  91. 6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 13 years ago
  92. eced82e Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  93. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  94. eaac4f0 Issue 13870: Fix out of date comment. by Raymond Hettinger · 13 years ago
  95. a50c284 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. by Vinay Sajip · 13 years ago
  96. 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  97. dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  98. 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  99. 2be60af 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
  100. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago