1. 1cf93a7 bpo-10379: add 'monetary' to format_string, deprecate format by Garvit Khatri · 7 years ago
  2. bbd3cf8 Fix ref cycles in TestCase.assertRaises() (#193) by Victor Stinner · 7 years ago
  3. d702c50 bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (GH-847) by Jim Fasarakis-Hilliard · 7 years ago
  4. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  5. 604e74c bpo-20552: Use specific asserts in bytes tests (#790) by Serhiy Storchaka · 7 years ago
  6. b8a7daf Minor test cleanup (GH-837) by Zachary Ware · 7 years ago
  7. 0579e81 import sys before we use it on line 9 (#828) by Jelle Zijlstra · 7 years ago
  8. 1e73dbb Fix small exception typos in Lib (#818) by Jim Fasarakis-Hilliard · 7 years ago
  9. 62a9951 bpo-29900: Simplify pathlib implementation. (#814) by Serhiy Storchaka · 7 years ago
  10. 4aec9a8 bpo-29901: Improve support of path-like objects in zipapp. (#815) by Serhiy Storchaka · 7 years ago
  11. 9f0aa48 bpo-29862: Fix grammar in importlib.reload() exception (GH-809) by Mandeep Bhutani · 7 years ago
  12. 671079e bpo-29894: Deprecate returning an instance of complex subclass from __complex__. (#798) by Serhiy Storchaka · 7 years ago
  13. af7b9ec bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805) by Serhiy Storchaka · 7 years ago
  14. 8988945 bpo-29861: release references to multiprocessing Pool tasks (#743) by Antoine Pitrou · 7 years ago
  15. e304e33 bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799) by Serhiy Storchaka · 7 years ago
  16. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  17. 75b6cf8 fix function name in tabnanny documentation (GH-759) by Jelle Zijlstra · 7 years ago
  18. df82808 bpo-20087: Revert "make the glibc alias table take precedence over the X11 one (#422)" (#713) by Benjamin Peterson · 7 years ago
  19. e46fb86 bpo-28876: bool of large range raises OverflowError (#699) by 4kir4 · 7 years ago
  20. 24c738a bpo-29845: Mark tests that use _testcapi as CPython-only (#711) by Serhiy Storchaka · 8 years ago
  21. a5af6e1 bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) by Serhiy Storchaka · 8 years ago
  22. bdf6b91 bpo-29776: Use decorator syntax for properties. (#585) by Serhiy Storchaka · 8 years ago
  23. cb5297a bpo-29836: Remove nturl2path from test_sundry and amend the module docstring (GH-694) by Jim Fasarakis-Hilliard · 8 years ago
  24. 1b038e0 bpo-29808: SysLogHandler: Do not fail if initial connect to syslog failed (#663) (#663) by Коренберг Марк · 8 years ago
  25. 3f2155f bpo-16355: Clarify when inspect.getcomments() returns None (#428) by Marco Buttu · 8 years ago
  26. bd583ef bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (#527) by Nate · 8 years ago
  27. b4e9087 Fix stderr bug in json.tool test (#346) by Daniel Himmelstein · 8 years ago
  28. 6c3d527 bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649) by Michael Seifert · 8 years ago
  29. d4914e9 Add ELLIPSIS and RARROW. Add tests (#666) by Jim Fasarakis-Hilliard · 8 years ago
  30. 2e4e011 bpo-29592: site: skip abs_paths() when it's redundant (GH-167) by INADA Naoki · 8 years ago
  31. 7e2a54c bpo-28856: Let %b format for bytes support objects that follow the buffer protocol (GH-546) by Xiang Zhang · 8 years ago
  32. b7c9150 Fix wrapping into StopIteration of return values in generators and coroutines (#644) by Yury Selivanov · 8 years ago
  33. 2b27e2e bpo-29742: asyncio get_extra_info() throws exception (#525) by Nikolay Kim · 8 years ago
  34. f659598 bpo-28692: Deprecate using non-integer value for selecting a plural form in gettext. (#507) by Serhiy Storchaka · 8 years ago
  35. d2977a3 bpo-29723: Consistently configure sys.path[0] (#575) by Nick Coghlan · 8 years ago
  36. 93710c1 bpo-29763: Use support.unlink instead of os.unlink (GH-624) by Zachary Ware · 8 years ago
  37. fdd42c4 bpo-20185: Convert list object implementation to Argument Clinic. (#542) by Serhiy Storchaka · 8 years ago
  38. 9e6ac83 bpo-29773: Add more cases for testing string to float conversion errors. (#580) by Serhiy Storchaka · 8 years ago
  39. feccdb2 bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583) by Serhiy Storchaka · 8 years ago
  40. 964281a bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570) by orenmn · 8 years ago
  41. a7cba27 bpo-29645: Speed up importing the webbrowser module. (#484) by Serhiy Storchaka · 8 years ago
  42. 8606e95 bpo-28231: The zipfile module now accepts path-like objects for external paths. (#511) by Serhiy Storchaka · 8 years ago
  43. c45cd16 bpo-28230: Document the pathlib support in tarfile and add tests. (#512) by Serhiy Storchaka · 8 years ago
  44. 21a7431 Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554) by Benjamin Peterson · 8 years ago
  45. 02371e0 make the glibc alias table take precedence over the X11 one (#422) by Benjamin Peterson · 8 years ago
  46. 9f8ad3f bpo-29568: Disable any characters between two percents for escaped percent "%%" in the format string for classic string formatting. (GH-513) by Serhiy Storchaka · 8 years ago
  47. c393ee8 bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495) by Xiang Zhang · 8 years ago
  48. d5d3249 bpo-26915: Test identity first in membership operation in index() and count() methods of collections.abc.Sequence (GH-503) by Xiang Zhang · 8 years ago
  49. 8f6b344 bpo-28682: Added support for bytes paths in os.fwalk(). (#489) by Serhiy Storchaka · 8 years ago
  50. d36a716 bpo-28728: clarify possible test failure due to ISP (GH-412) by Xiang Zhang · 8 years ago
  51. d908fd9 bpo-29695: Fixed tests after removing keyword args support in some basic type constructors. (GH-520) by Serhiy Storchaka · 8 years ago
  52. 2e56424 bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) by Serhiy Storchaka · 8 years ago
  53. b76ad51 bpo-29714: Fix a regression that bytes format may fail when containing zero bytes inside. (GH-499) by Xiang Zhang · 8 years ago
  54. 58d23e6 bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) by Serhiy Storchaka · 8 years ago
  55. 7acffa2 bpo-29638: Fix spurious refleaks after typing is imported (#469) by Ivan Levkivskyi · 8 years ago
  56. c6b448b Change assertRaises to assertRaisesRegex in test_xmlrpc (#481) by Dillon Brock · 8 years ago
  57. de04644 bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) by Ned Deily · 8 years ago
  58. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 8 years ago
  59. 85b8d01 bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) by David Ellis · 8 years ago
  60. 15aa4c8 bpo-29693: Fix for DeprecationWarning in test_import (#421) by Anish Shah · 8 years ago
  61. 902e9c5 asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop by Yury Selivanov · 8 years ago
  62. 84af903 bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) by Yury Selivanov · 8 years ago
  63. 2f15645 asyncio: Fix trailing whitespace/code style by Yury Selivanov · 8 years ago
  64. 481cb70 bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) by Seth M. Larson · 8 years ago
  65. 398ff91 bpo-28893: Set __cause__ for errors in async iteration protocol (#407) by Yury Selivanov · 8 years ago
  66. 8d26aa9 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) by Yury Selivanov · 8 years ago
  67. ba7e1f9 bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) by Yury Selivanov · 8 years ago
  68. 1bea762 bpo-28129: fix ctypes crashes (#386) by orenmn · 8 years ago
  69. c643a96 Add Python version since deprecation in base64 methods. (#33) by Matthias Bussonnier · 8 years ago
  70. cb90f26 fix subprocess on Windows (#391) by Benjamin Peterson · 8 years ago
  71. afbb5d1 require uuid_generate_time_safe for all tests of it (#390) by Benjamin Peterson · 8 years ago
  72. f522792 allow path-like objects to be cwd on windows (#389) by Benjamin Peterson · 8 years ago
  73. 0b84325 correct check for _uuid_generate_time (#388) by Benjamin Peterson · 8 years ago
  74. 1e68716 Revert "make the locale_flag fallback code work again (#375)" (#387) by Benjamin Peterson · 8 years ago
  75. 3c6314c bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260) by Petr Motejlek · 8 years ago
  76. 43f5df5 make the locale_flag fallback code work again (#375) by Benjamin Peterson · 8 years ago
  77. 371963d use select instead of _opcode for import test (#372) by Benjamin Peterson · 8 years ago
  78. bee93f2 weaken test_from_import_missing_attr_has_name_and_path regular expression (#371) by Benjamin Peterson · 8 years ago
  79. 680e20b Clarify exception handler scope in contextlib by amosonn · 8 years ago
  80. 267b9d2 bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231) by Xiang Zhang · 8 years ago
  81. ecf39bb bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) by Xiang Zhang · 8 years ago
  82. f3a9fab bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236) by Xiang Zhang · 8 years ago
  83. d5c11f7 bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) by Sayan Chowdhury · 8 years ago
  84. 4a926ca bpo-28518: Start a transaction implicitly before a DML statement (#245) by Berker Peksag · 8 years ago
  85. 5dc33ee bpo-29110: add test for Aifc_write. (GH-293) by INADA Naoki · 8 years ago
  86. 5aa3856 bpo-28961: Address my comments from earlier code review (#305) by Berker Peksag · 8 years ago
  87. ae160bb bpo-26128: Added __init__to subprocess.STARTUPINFO (#171) by Subhendu Ghosh · 8 years ago
  88. 21024f0 bpo-16285: Update urllib quoting to RFC 3986 (#173) by Ratnadeep Debnath · 8 years ago
  89. 140792b bpo-29644: suppress subprocess output from webbrowser (#289) by Nick Coghlan · 8 years ago
  90. 56a8ecc bpo-24241: Add dedicated webbrowser.register test case (#288) by Nick Coghlan · 8 years ago
  91. e3ce695 bpo-24241: Improve preferred webbrowser handling (#85) by David Steele · 8 years ago
  92. 365cb5b bpo-28556: Fix regression that sneaked into recent typing updates (GH-270) by Ivan Levkivskyi · 8 years ago
  93. 6059ce4 bpo-27788 : synchronise platform.py version number (#246) by Matthias Bussonnier · 8 years ago
  94. 41cea70 bpo-29637: clean docstring only if not None (GH-267) by Matthias Bussonnier · 8 years ago
  95. abb3b8a Update to typing: treat subscripted generics as proxies (#265) by Ivan Levkivskyi · 8 years ago
  96. 4c78c52 bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249) by INADA Naoki · 8 years ago
  97. 324c5d8 bpo-28911: Clarify the behaviour of assert_called_once_with. (#251) by Arne de Laat · 8 years ago
  98. d7e6433 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#51) by Martijn Pieters · 8 years ago
  99. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 8 years ago
  100. 1bc1564 bpo-29546: Improve from-import error message with location (#103) by Matthias Bussonnier · 8 years ago