1. c615db6 bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) by Miss Islington (bot) · 4 years, 9 months ago
  2. afbcd9f bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) by Miss Islington (bot) · 4 years, 9 months ago
  3. f705f8e bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) by Miss Islington (bot) · 4 years, 9 months ago
  4. f82ce5b [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) by Victor Stinner · 4 years, 9 months ago
  5. 4f0587f [3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737) by Gregory P. Smith · 4 years, 9 months ago
  6. aa909b6 bpo-38453: Resolve test directories before chdir to them (GH-16723) by Miss Islington (bot) · 4 years, 9 months ago
  7. 927f07c bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) (#16760) by Miss Islington (bot) · 4 years, 9 months ago
  8. 6da52ac bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) by Miss Islington (bot) · 4 years, 9 months ago
  9. e540bb5 bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Miss Islington (bot) · 4 years, 9 months ago
  10. 5a638a8 [3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs" (GH-16724) (GH-16728) by Abhilash Raj · 4 years, 9 months ago
  11. 73665b4 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Miss Islington (bot) · 4 years, 9 months ago
  12. 398d847 Re-enable the OverflowError test for test_truediv on test_complex (GH-16591) by Miss Islington (bot) · 4 years, 9 months ago
  13. 8ab11c4 bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690) by Miss Islington (bot) · 4 years, 9 months ago
  14. 0bd9fac [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683) by Pablo Galindo · 4 years, 9 months ago
  15. 359a1975cb bpo-37531: regrtest ignores output on timeout (GH-16659) by Miss Islington (bot) · 4 years, 9 months ago
  16. 526ef85 [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662) by Pablo Galindo · 4 years, 9 months ago
  17. 10b475a bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) by Miss Islington (bot) · 4 years, 9 months ago
  18. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 4 years, 9 months ago
  19. 6067e1d bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Miss Islington (bot) · 4 years, 9 months ago
  20. de3195c [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560) by Victor Stinner · 4 years, 9 months ago
  21. 183733d bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) by Miss Islington (bot) · 4 years, 9 months ago
  22. a72de93 bpo-36670: regrtest bug fixes (GH-16537) by Miss Islington (bot) · 4 years, 9 months ago
  23. 6b4c70a bpo-36670: Multiple regrtest bugfixes (GH-16511) by Miss Islington (bot) · 4 years, 9 months ago
  24. bfca56b [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) by Christian Heimes · 4 years, 9 months ago
  25. 2f87a7d bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486) by Miss Islington (bot) · 4 years, 9 months ago
  26. 1c19d65 bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) by Yury Selivanov · 4 years, 9 months ago
  27. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 4 years, 9 months ago
  28. 19cd595 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 4 years, 9 months ago
  29. 36c6fa9 bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464) by Gregory P. Smith · 4 years, 10 months ago
  30. 8f478b4 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Miss Islington (bot) · 4 years, 10 months ago
  31. 6447b9f bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 4 years, 10 months ago
  32. 1931132 [3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425) by Christian Heimes · 4 years, 10 months ago
  33. c989340 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) by Miss Islington (bot) · 4 years, 10 months ago
  34. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 4 years, 10 months ago
  35. 4267e8f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 4 years, 10 months ago
  36. ca14f04 bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) by Miss Islington (bot) · 4 years, 10 months ago
  37. 66cd041 [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393) by Miss Islington (bot) · 4 years, 10 months ago
  38. 2e566bf bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389) by Victor Stinner · 4 years, 10 months ago
  39. c71c54c bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387) by Victor Stinner · 4 years, 10 months ago
  40. 16cec13 bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383) by Miss Islington (bot) · 4 years, 10 months ago
  41. 081641f bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 4 years, 10 months ago
  42. fea9ca1 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 4 years, 10 months ago
  43. fe9089a Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16327) by Miss Islington (bot) · 4 years, 10 months ago
  44. 37bc935 bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320) by Miss Islington (bot) · 4 years, 10 months ago
  45. b50edac bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288) by Miss Islington (bot) · 4 years, 10 months ago
  46. fb7746d bpo-37531: sync regrtest with master branch (GH-16285) by Victor Stinner · 4 years, 10 months ago
  47. 47bbab9 [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258) by Victor Stinner · 4 years, 10 months ago
  48. 2adcd79 bpo-38191: Use positional-only parameters in TypedDict(). (GH-16240) by Serhiy Storchaka · 4 years, 10 months ago
  49. 54ba5f1 bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) by Miss Islington (bot) · 4 years, 10 months ago
  50. 3c1786f bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 4 years, 10 months ago
  51. 5f1590d bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224) by Miss Islington (bot) · 4 years, 10 months ago
  52. e8d7fa2 [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144) by Christian Heimes · 4 years, 10 months ago
  53. f37a983 [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145) by Serhiy Storchaka · 4 years, 10 months ago
  54. d322abb [3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141) by Serhiy Storchaka · 4 years, 10 months ago
  55. 66da347 bpo-37953: Fix deprecation warnings in test_typing (GH-16133) by Miss Islington (bot) · 4 years, 10 months ago
  56. e91edfe bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) by Miss Islington (bot) · 4 years, 10 months ago
  57. cd85200 Fix typo in test_api.py. (GH-16119) by Miss Islington (bot) · 4 years, 10 months ago
  58. cf25765 bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16113) by Miss Islington (bot) · 4 years, 10 months ago
  59. 83c21fd bpo-37199: Replace the early returns added in c2cda63. (GH-14535) by Miss Islington (bot) · 4 years, 10 months ago
  60. 590ed09 bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) by Miss Islington (bot) · 4 years, 10 months ago
  61. 6638c92 [3.8] bpo-38148: Add slots to asyncio transports (GH-16077) (GH-16093) by Andrew Svetlov · 4 years, 10 months ago
  62. 44cb89a bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Miss Islington (bot) · 4 years, 10 months ago
  63. 52c99ae Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) by Miss Islington (bot) · 4 years, 10 months ago
  64. 98a4a71 bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) (GH-16043) by Miss Islington (bot) · 4 years, 10 months ago
  65. 824407f bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 4 years, 10 months ago
  66. 717cc61 bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) by Miss Islington (bot) · 4 years, 10 months ago
  67. 67b90a0 bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040) by Miss Islington (bot) · 4 years, 10 months ago
  68. 345bfc9 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Miss Islington (bot) · 4 years, 10 months ago
  69. f60fd95 closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018) by Miss Islington (bot) · 4 years, 10 months ago
  70. 52baf90 bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647) by Miss Islington (bot) · 4 years, 10 months ago
  71. 3562ae2 [3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323, GH-16004) (GH-15966) by Petr Viktorin · 4 years, 10 months ago
  72. 8af4e0c Correct typo in min version test (GH-16001) by Miss Islington (bot) · 4 years, 10 months ago
  73. d6ac67f bpo-34001: Fix test_ssl with LibreSSL (GH-13783) (#15997) by Miss Islington (bot) · 4 years, 10 months ago
  74. f90cbcb bpo-36528: Remove duplicate re tests. (GH-2689) by Miss Islington (bot) · 4 years, 10 months ago
  75. 63eefc3 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973) by Miss Islington (bot) · 4 years, 10 months ago
  76. b4808c1 closes bpo-37252: Fix devpoll tests. (GH-14017) (GH-15948) by Miss Islington (bot) · 4 years, 10 months ago
  77. 42edfcf bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15952) by Miss Islington (bot) · 4 years, 10 months ago
  78. b18b198 bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928) by Miss Islington (bot) · 4 years, 10 months ago
  79. cbd7b2a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944) by Miss Islington (bot) · 4 years, 10 months ago
  80. 3b92ddb [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927) by Vinay Sajip · 4 years, 10 months ago
  81. e3bd941 bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638) by Miss Islington (bot) · 4 years, 10 months ago
  82. f3e430b bpo-35066: Make trailing percent test more portable. (GH-15907) by Miss Islington (bot) · 4 years, 10 months ago
  83. 0a6693a [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Brett Cannon · 4 years, 10 months ago
  84. 57491de bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) by Miss Islington (bot) · 4 years, 10 months ago
  85. 4601f7a [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901) by Andrew Svetlov · 4 years, 10 months ago
  86. df935b5 [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) (GH-15900) by Zachary Ware · 4 years, 10 months ago
  87. 872c85a bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) by Miss Islington (bot) · 4 years, 10 months ago
  88. 74b0291 bpo-28494: Test existing zipfile working behavior. (GH-15853) by Miss Islington (bot) · 4 years, 10 months ago
  89. d42a4fd bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871) by Victor Stinner · 4 years, 10 months ago
  90. 97c2f68 [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861) by Jason R. Coombs · 4 years, 10 months ago
  91. 206e4c3 bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) by Steve Dower · 4 years, 10 months ago
  92. f12ff05 bpo-38066: Hide internal Stream methods (GH-15762) by Miss Islington (bot) · 4 years, 10 months ago
  93. eb1bc48 bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-15838) by Miss Islington (bot) · 4 years, 10 months ago
  94. bb8fc8b bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) by Miss Islington (bot) · 4 years, 10 months ago
  95. fdd17ab bpo-35941: Fix performance regression in SSL certificate code (GH-12610) by Steve Dower · 4 years, 10 months ago
  96. eadf6b8 bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Miss Islington (bot) · 4 years, 10 months ago
  97. 2d5594f bpo-20490: Improve circular import error message (GH-15308) by Steve Dower · 4 years, 10 months ago
  98. 78d15fa bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) by Miss Islington (bot) · 4 years, 10 months ago
  99. b6ef8f2 bpo-37876: Tests for ROT-13 codec (GH-15314) by Miss Islington (bot) · 4 years, 10 months ago
  100. 87a5a33 bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) by Miss Islington (bot) · 4 years, 10 months ago