1. ffeee35 Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 12 years ago
  2. a127ecb import re for the previous commit. by Gregory P. Smith · 12 years ago
  3. 9903c70 re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 12 years ago
  4. 93b98ca Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 12 years ago
  5. e31dded Fix an index and clean up comments. by Ezio Melotti · 12 years ago
  6. f4ab491 Improve handling of declarations in HTMLParser. by Ezio Melotti · 12 years ago
  7. 86f6712 Fix htmlparser tests to always use the right collector. by Ezio Melotti · 12 years ago
  8. 5211ffe #13993: HTMLParser is now able to handle broken end tags when strict=False. by Ezio Melotti · 12 years ago
  9. efc66f9 fix whitespace normalization before pushing. by Gregory P. Smith · 12 years ago
  10. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 12 years ago
  11. 51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 12 years ago
  12. 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 · 12 years ago
  13. 9ce366a Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 12 years ago
  14. 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 12 years ago
  15. 9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 12 years ago
  16. fa3702d #13960: HTMLParser is now able to handle broken comments when strict=False. by Ezio Melotti · 12 years ago
  17. b2c9e9a Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 12 years ago
  18. 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  19. d531b29 Issue #10881: Fix test_site failure with OS X framework builds. by Ned Deily · 12 years ago
  20. e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 12 years ago
  21. a77aa69 #13933 refine patch using 'new' builtin by Terry Jan Reedy · 12 years ago
  22. cd2a603 Branch merge by Éric Araujo · 12 years ago
  23. 89dfd5c Really make bztar support in shutil conditional. by Éric Araujo · 12 years ago
  24. 8582bb1 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 12 years ago
  25. ed3b867 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 12 years ago
  26. f99f333 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 12 years ago
  27. 992ca52 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 12 years ago
  28. 050a05a remove unused import by Benjamin Peterson · 12 years ago
  29. 3429491 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 12 years ago
  30. cf550dc Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 12 years ago
  31. 227e377 Merge. by Charles-François Natali · 12 years ago
  32. 6d0d24e Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 12 years ago
  33. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 12 years ago
  34. 03c29f9 Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. by Stefan Krah · 12 years ago
  35. 090ec3c merge. again. by Brian Curtin · 12 years ago
  36. 10dda6e Add a hint that CSD == Service Pack. by Brian Curtin · 12 years ago
  37. 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 12 years ago
  38. 4d82ade whitespace by Terry Jan Reedy · 12 years ago
  39. da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 12 years ago
  40. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 12 years ago
  41. 3cd4607 remove tests from really old regex module by Benjamin Peterson · 13 years ago
  42. 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
  43. eba63c4 Issue #13895: fix test_ssl hanging under Ubuntu by Antoine Pitrou · 13 years ago
  44. 6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 13 years ago
  45. eced82e Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  46. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  47. eaac4f0 Issue 13870: Fix out of date comment. by Raymond Hettinger · 13 years ago
  48. 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
  49. 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  50. dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  51. 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  52. 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
  53. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  54. 886455c Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 13 years ago
  55. 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
  56. 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 13 years ago
  57. 0028908 #13760: picklability tests for configparser exceptions by Łukasz Langa · 13 years ago
  58. 315a62b Closes #13807: Merged fix from 3.1. by Vinay Sajip · 13 years ago
  59. 889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
  60. 0c60381 Add part of test_inspect test from 2.7 by Antoine Pitrou · 13 years ago
  61. 892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  62. 031605a And 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
  63. 1aa1cf3 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
  64. 6e35d41 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  65. 8874fd6 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  66. 2f828f2 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 13 years ago
  67. 03757ec Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 13 years ago
  68. dc224f8 #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. by Terry Jan Reedy · 13 years ago
  69. a846d0a explain why we need this grammar file (closes #13766) by Benjamin Peterson · 13 years ago
  70. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 13 years ago
  71. 7f53aea #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 13 years ago
  72. 73cec21 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 13 years ago
  73. b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  74. 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  75. 3ffd7ca Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  76. c5c5a14 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. by Senthil Kumaran · 13 years ago
  77. 9bbcb25 Adding the -o option for Issue13726 by Senthil Kumaran · 13 years ago
  78. bcfe56d Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test. by Senthil Kumaran · 13 years ago
  79. bbf5361 test_strlit was never run by Antoine Pitrou · 13 years ago
  80. f7bfff0 Remove unused certificate from the test directory. by Antoine Pitrou · 13 years ago
  81. ee91e09 #11906 Make test_argparse work interactively by removing extra space by Terry Jan Reedy · 13 years ago
  82. 66e2fb6 Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. by Ross Lagerwall · 13 years ago
  83. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
  84. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  85. cdf6cd9 Closes #13699. Skipped two tests if Python is optimised. by Vinay Sajip · 13 years ago
  86. 6497aa3 Issue13696 - Fix 302 Redirection for Relative urls. by Senthil Kumaran · 13 years ago
  87. a8d7037 merge 3.1 by Benjamin Peterson · 13 years ago
  88. b462da8 fix this to not depend on dictionary order by Benjamin Peterson · 13 years ago
  89. 8f85f90 Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
  90. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  91. 70efbef Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  92. bdd5354 Issue #13680: add lowecase compression type to write header; patch by Oleg Plakhotnyuk by Sandro Tosi · 13 years ago
  93. 7c9907e Fix no-op tests in importlib. by Antoine Pitrou · 13 years ago
  94. 0e61350 propgate error in other conditions by Benjamin Peterson · 13 years ago
  95. fe8039b Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  96. 3075549 Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  97. 3ba95f8 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. by Michael Foord · 13 years ago
  98. 65a3f4b Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  99. 28f8bee Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  100. 86a8a9a Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 13 years ago