1. 0d53860 Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb by Senthil Kumaran · 11 years ago
  2. ba5517d Issue #12645: Clarify and reformat the documentation of import_fresh_module by Eli Bendersky · 11 years ago
  3. b212291 Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*. by Serhiy Storchaka · 11 years ago
  4. 056bafe #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li). by Ezio Melotti · 11 years ago
  5. a9e67ad Merge heads. by R David Murray · 11 years ago
  6. f22b62e #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  7. 1c4810b #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  8. 3191632 #18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  9. 0f12be1 #18465: fix unused variables in test_minidom. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  10. 1d237e5 #18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  11. 7ac17f8 #18483: add one more date format in test_http2time_formats. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  12. 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  13. 4e4f3b8 #18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  14. 66f2ea0 #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  15. dd225e4 Issue #17684: Fix some test_socket failures due to limited FD passing support by Charles-Francois Natali · 11 years ago
  16. 2acc525 Issue #17011: Fix caching of xpath path when namespaces are present. by Eli Bendersky · 11 years ago
  17. 3ceaff0 Issue #16741: Remove testing of implementation artifact. by Serhiy Storchaka · 11 years ago
  18. f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  19. 1f35ae0 Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
  20. 1dfb918 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by doko@ubuntu.com · 11 years ago
  21. 60b3ac7 Close #18396: fix spurious test_signal failure on Windows by Nick Coghlan · 11 years ago
  22. e92dfbf Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case. by Ned Deily · 11 years ago
  23. 6ddd265 Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event by Charles-François Natali · 11 years ago
  24. 4ebc929 Add simple test for resource.getpagesize() by Christian Heimes · 11 years ago
  25. 65aa573 Add more tests for hashlib and hash object attributes by Christian Heimes · 11 years ago
  26. c06c0ae Third attempt to fix #15415 on Windows by Nick Coghlan · 11 years ago
  27. 2f253e8 Attempt to fix #15415 on Windows by Nick Coghlan · 11 years ago
  28. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  29. 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  30. 725d9dd Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 11 years ago
  31. d979c72 add a test for issue #17669 (closes #18565) by Benjamin Peterson · 11 years ago
  32. 271ade8 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  33. b042daa #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  34. fa6bc29 Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
  35. 14f5ee0 Prevent dangling threads/process warning for test_multiprocessing. by Richard Oudkerk · 11 years ago
  36. c406a12 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago
  37. 880254e Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 11 years ago
  38. b5c9dfd Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  39. d15642e Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 11 years ago
  40. 4883003 Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  41. 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 11 years ago
  42. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  43. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  44. 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  45. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  46. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  47. 37114bb Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
  48. f84e01d Add a couple of tests for str.center with non-ASCII chars. by Ezio Melotti · 11 years ago
  49. b08495b #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  50. 331c3fd Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 11 years ago
  51. a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 11 years ago
  52. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  53. 5f3fef3 test_ftplib: silence a BytesWarning when checking TypeError by Florent Xicluna · 11 years ago
  54. d9e7c86 Issue #18375: Assume --randomize when --randseed is used for running the testsuite. by Florent Xicluna · 11 years ago
  55. 54ad7e3 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  56. be9c841 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
  57. a9c99a6 test_time.test_monotonic(): use a longer sleep to try to make the test more reliable by Victor Stinner · 11 years ago
  58. 330426c test_faulthandler: skip test_read_null() on AIX by Victor Stinner · 11 years ago
  59. 2178248 Issue #18339: use with self.assertRaises() to make test case more readable by Christian Heimes · 11 years ago
  60. cca8c53 Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  61. a24b4d2 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
  62. ef1f777 Issue #18224: Updated test. by Vinay Sajip · 11 years ago
  63. c170f37 #18038: Use non-deprecated assert names in tests. by R David Murray · 11 years ago
  64. 925a322 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  65. e4e530e Issue #18103: Update README.txt and test_idle to describe and run gui tests. by Terry Jan Reedy · 11 years ago
  66. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  67. e19ee85 Merge heads by Serhiy Storchaka · 11 years ago
  68. 8eeae21 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  69. f9b4eb4 Fixed issue #18260: configparser TypeError on source name specified as bytes by Łukasz Langa · 11 years ago
  70. 36a7e4f Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate by Christian Heimes · 11 years ago
  71. 2f084ec Issue #18137: Detect integer overflow on precision in float.__format__() and by Victor Stinner · 11 years ago
  72. 9290dd1 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 11 years ago
  73. 45d9493 BSD: block devices are gone by Christian Heimes · 11 years ago
  74. 60a9593 Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links by Christian Heimes · 11 years ago
  75. f678b31 Add tests for untested features of the 'stat' module (part of issue #11016) by Christian Heimes · 11 years ago
  76. 0a3cdf0 Issue #18202: Fix minor bugs and cleanup test_coding.py. by Serhiy Storchaka · 11 years ago
  77. 5678539 test_faulthandler: use _sigsegv() instead of _read_null() by Victor Stinner · 11 years ago
  78. 91f9bdd Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX by Victor Stinner · 11 years ago
  79. 934676a regrtest.py: Fix another typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  80. 4de701b regrtest.py: Fix typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  81. c7bfe0e Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  82. 8b56292 Issue #18223: Refactor test_tarfile. by Serhiy Storchaka · 11 years ago
  83. 53e5ea7 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 11 years ago
  84. 31b1c8b Add tests for issue #18183. by Serhiy Storchaka · 11 years ago
  85. 7e30373 remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183) by Benjamin Peterson · 11 years ago
  86. 0e547b6 Issue #18174: Fix fd leaks in tests. by Richard Oudkerk · 11 years ago
  87. a822d366 Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  88. 3af14aa Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  89. 28b0d9d #17691: test_univnewlines now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  90. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  91. 891ca9e Backport bff16086f03b and bcaaaa00425b. by Stefan Krah · 11 years ago
  92. 6edda14 Issue #17768: Support newline fill character in decimal.py and NUL fill by Stefan Krah · 11 years ago
  93. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  94. eb4c9c7 Issue #15392: Do not run tests if threading/_thread not available. Otherwise by Terry Jan Reedy · 11 years ago
  95. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  96. 12516e2 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  97. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  98. b501b56 Use simple call to os.symlink for broken link (intended for previous commit) by Jason R. Coombs · 11 years ago
  99. 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 · 11 years ago
  100. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 11 years ago