1. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 12 years ago
  2. 37114bb Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 12 years ago
  3. f84e01d Add a couple of tests for str.center with non-ASCII chars. by Ezio Melotti · 12 years ago
  4. b08495b #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 12 years ago
  5. 331c3fd Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 12 years ago
  6. 385521c Cleanup of documentation change from #17860 by Ronald Oussoren · 12 years ago
  7. a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 12 years ago
  8. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 12 years ago
  9. 5f3fef3 test_ftplib: silence a BytesWarning when checking TypeError by Florent Xicluna · 12 years ago
  10. d9e7c86 Issue #18375: Assume --randomize when --randseed is used for running the testsuite. by Florent Xicluna · 12 years ago
  11. 54ad7e3 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 12 years ago
  12. be9c841 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 12 years ago
  13. a9c99a6 test_time.test_monotonic(): use a longer sleep to try to make the test more reliable by Victor Stinner · 12 years ago
  14. 330426c test_faulthandler: skip test_read_null() on AIX by Victor Stinner · 12 years ago
  15. e3e8bcf Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 12 years ago
  16. 2178248 Issue #18339: use with self.assertRaises() to make test case more readable by Christian Heimes · 12 years ago
  17. cca8c53 Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 12 years ago
  18. a24b4d2 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 12 years ago
  19. 8a0b775 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 12 years ago
  20. acd5f81 Issue #18189: add test_delegator for Idle Delegator class. by Terry Jan Reedy · 12 years ago
  21. ef1f777 Issue #18224: Updated test. by Vinay Sajip · 12 years ago
  22. 61d003a Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ... by Vinay Sajip · 12 years ago
  23. 56fe854 Issue 18189: remove unused methods in idlelib.Delegator.Delegator. by Terry Jan Reedy · 12 years ago
  24. c170f37 #18038: Use non-deprecated assert names in tests. by R David Murray · 12 years ago
  25. 925a322 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 12 years ago
  26. e4e530e Issue #18103: Update README.txt and test_idle to describe and run gui tests. by Terry Jan Reedy · 12 years ago
  27. 95a3f11 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 12 years ago
  28. 70d2c71 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
  29. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 12 years ago
  30. 021362d #18179: reflow paragraphs. by R David Murray · 12 years ago
  31. 36beb66 #18179: document the local_hostname parameter. by R David Murray · 12 years ago
  32. e19ee85 Merge heads by Serhiy Storchaka · 12 years ago
  33. 8eeae21 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 12 years ago
  34. f9b4eb4 Fixed issue #18260: configparser TypeError on source name specified as bytes by Łukasz Langa · 12 years ago
  35. 36a7e4f Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 12 years ago
  36. 2f084ec Issue #18137: Detect integer overflow on precision in float.__format__() and by Victor Stinner · 12 years ago
  37. de3beb2 #18151, part 2: Silence debug build resource warning for each file opened by by Terry Jan Reedy · 12 years ago
  38. 9290dd1 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 12 years ago
  39. 45d9493 BSD: block devices are gone by Christian Heimes · 12 years ago
  40. 60a9593 Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links by Christian Heimes · 12 years ago
  41. f678b31 Add tests for untested features of the 'stat' module (part of issue #11016) by Christian Heimes · 12 years ago
  42. 0a3cdf0 Issue #18202: Fix minor bugs and cleanup test_coding.py. by Serhiy Storchaka · 12 years ago
  43. 5678539 test_faulthandler: use _sigsegv() instead of _read_null() by Victor Stinner · 12 years ago
  44. 91f9bdd Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX by Victor Stinner · 12 years ago
  45. 934676a regrtest.py: Fix another typo in the usage of the faulthandler module by Victor Stinner · 12 years ago
  46. 4de701b regrtest.py: Fix typo in the usage of the faulthandler module by Victor Stinner · 12 years ago
  47. c7bfe0e Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 12 years ago
  48. 8b56292 Issue #18223: Refactor test_tarfile. by Serhiy Storchaka · 12 years ago
  49. a269d82 merge by Brett Cannon · 12 years ago
  50. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 12 years ago
  51. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 12 years ago
  52. b5461b9 Prevent a possible double close of parent pipe fds when the subprocess by Gregory P. Smith · 12 years ago
  53. 53e5ea7 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 12 years ago
  54. 27bbfdb Drop some dead imports of imp by Brett Cannon · 12 years ago
  55. 31b1c8b Add tests for issue #18183. by Serhiy Storchaka · 12 years ago
  56. f467521 #18196: Avoid displaying spurious SystemExit tracebacks. by Roger Serwy · 12 years ago
  57. 036e849 #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 12 years ago
  58. 391f469 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 12 years ago
  59. 7e30373 remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183) by Benjamin Peterson · 12 years ago
  60. 0e547b6 Issue #18174: Fix fd leaks in tests. by Richard Oudkerk · 12 years ago
  61. a822d366 Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 12 years ago
  62. 6f50b81 Issue #16102: Make uuid._netbios_getnode() work again on Python 3. by Serhiy Storchaka · 12 years ago
  63. 3af14aa Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 12 years ago
  64. 28b0d9d #17691: test_univnewlines now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  65. ba6c0d3 #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch by Terry Jan Reedy · 12 years ago
  66. 50793b4 Issue #18055: Move to importlib from imp for IDLE. by Brett Cannon · 12 years ago
  67. b101435 Issue 18130: delete extra spaces by Terry Jan Reedy · 12 years ago
  68. 247bd5e Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. by Terry Jan Reedy · 12 years ago
  69. caa00fe Fix #17967 - Fix related to regression on Windows. by Senthil Kumaran · 12 years ago
  70. dcdadfe Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when by Senthil Kumaran · 12 years ago
  71. 4e42ae8 Fix #17967: For ftp urls CWD to target instead of hopping to each directory by Senthil Kumaran · 12 years ago
  72. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 12 years ago
  73. 891ca9e Backport bff16086f03b and bcaaaa00425b. by Stefan Krah · 12 years ago
  74. 6edda14 Issue #17768: Support newline fill character in decimal.py and NUL fill by Stefan Krah · 12 years ago
  75. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 12 years ago
  76. eb4c9c7 Issue #15392: Do not run tests if threading/_thread not available. Otherwise by Terry Jan Reedy · 12 years ago
  77. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 12 years ago
  78. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 12 years ago
  79. 12516e2 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 12 years ago
  80. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 12 years ago
  81. b501b56 Use simple call to os.symlink for broken link (intended for previous commit) by Jason R. Coombs · 12 years ago
  82. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 12 years ago
  83. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 12 years ago
  84. 80bc00f Issue #18063: fix some struct specifications in the tests for sys.getsizeof(). by Antoine Pitrou · 12 years ago
  85. 4ace240 Clean-up duplicated code in tests by Eli Bendersky · 12 years ago
  86. 6dc32b3 Issue #13612: handle unknown encodings without a buffer overflow. by Eli Bendersky · 12 years ago
  87. 6b5a38c Fix test_bad_address on Ubuntu 13.04 by Antoine Pitrou · 12 years ago
  88. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 12 years ago
  89. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
  90. 6724612 add test for inequality by Benjamin Peterson · 12 years ago
  91. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 12 years ago
  92. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 12 years ago
  93. bfc8f26 Issue #17743: Now use extended syntax of set command in .bat files. by Vinay Sajip · 12 years ago
  94. e254751 Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating. by Vinay Sajip · 12 years ago
  95. 611d901 add recursive repr test by Benjamin Peterson · 12 years ago
  96. dc49b2b Try to make test more reliable (saw some sporadic failures on buildbots) by Antoine Pitrou · 12 years ago
  97. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 12 years ago
  98. 2c3f2f1 Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 12 years ago
  99. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 12 years ago
  100. 90a2427 Close file before reopening to keep Windows happy in test_sax. by Richard Oudkerk · 12 years ago