- 3f81e96 bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796) by Miss Islington (bot) · 4 years ago
- bc98f98 [3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784) by Łukasz Langa · 4 years ago
- 6f6648e bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672) by Miss Islington (bot) · 4 years ago
- 1960409 bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761) by Miss Islington (bot) · 4 years ago
- 6d13486 Added test case based on recommended test cases from RFC 4648 (GH-27747) by Miss Islington (bot) · 4 years ago
- 45a97d9 bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745) by Miss Islington (bot) · 4 years ago
- ebc5926 bpo-44895: Temporarily add an extra gc.collect() call (GH-27746) by Miss Islington (bot) · 4 years ago
- ef36dfe [3.10] bpo-33930: Fix typo in the test name. (GH-27736) by Benjamin Peterson · 4 years ago
- c28c2e1 [3.10] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27743) by Pablo Galindo Salgado · 4 years ago
- 5d44443 bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732) by Miss Islington (bot) · 4 years ago
- d6d2d54 bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27719) by Miss Islington (bot) · 4 years ago
- 4e0147e bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694) by Miss Islington (bot) · 4 years ago
- d86bbe3 bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626) by Miss Islington (bot) · 4 years ago
- a3185da bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) by Miss Islington (bot) · 4 years ago
- d5c8ad2 bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470) by Miss Islington (bot) · 4 years ago
- 762ef85 bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656) (#27673) by Mark Shannon · 4 years ago
- 66dd1a0 bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640) by Miss Islington (bot) · 4 years ago
- a5d9963 bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) by Miss Islington (bot) · 4 years ago
- 36a2497 bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms (GH-27614) by Miss Islington (bot) · 4 years ago
- a11158e bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065) by Miss Islington (bot) · 4 years ago
- b1bd16c [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616) by Pablo Galindo Salgado · 4 years ago
- 536e35a bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585) by Miss Islington (bot) · 4 years ago
- bc2841c bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571) by Miss Islington (bot) · 4 years ago
- 8ce7f2f bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572) by Miss Islington (bot) · 4 years ago
- cc115e5 Python 3.10.0rc1 by Pablo Galindo · 4 years ago
- 5671762 bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565) by Miss Islington (bot) · 4 years ago
- aa72668 bpo-44785: Silence deprecation warnings in test_pickle (GH-27538) by Miss Islington (bot) · 4 years ago
- 2cc19a5 bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) by Miss Islington (bot) · 4 years ago
- a1eaa74 bpo-44808: Fix test_inspect in refleak mode (GH-27544) by Miss Islington (bot) · 4 years ago
- 33a4010 bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500) by Miss Islington (bot) · 4 years ago
- c8db292 bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515) by Miss Islington (bot) · 4 years ago
- 21d5897 bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510) by Miss Islington (bot) · 4 years ago
- 35035bc bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521) by Miss Islington (bot) · 4 years ago
- 76903ff bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507) by Miss Islington (bot) · 4 years ago
- f468ede bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495) by Miss Islington (bot) · 4 years ago
- 440c9f7 bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494) by Miss Islington (bot) · 4 years ago
- 6f95002 bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492) by Miss Islington (bot) · 4 years ago
- 0db6c14 bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488) by Miss Islington (bot) · 4 years ago
- f7f1c26 Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) by Miss Islington (bot) · 4 years ago
- 56122b0 bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477) by Miss Islington (bot) · 4 years ago
- 4729976 bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461) by Miss Islington (bot) · 4 years ago
- a438b37 To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240) (GH-27452) by Miss Islington (bot) · 4 years ago
- d20f109 bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444) by Miss Islington (bot) · 4 years ago
- 405f5c5 [3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432) (GH-27435) by Miss Islington (bot) · 4 years ago
- 8789add bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (GH-27421) by Miss Islington (bot) · 4 years, 1 month ago
- 684eb5c [3.10] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) (GH-27399) by Jason R. Coombs · 4 years, 1 month ago
- 5502ee0 bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404) by Miss Islington (bot) · 4 years, 1 month ago
- 68e3dca bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392) by Miss Islington (bot) · 4 years, 1 month ago
- b977f85 [3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-27389). (GH-27391) by Pablo Galindo Salgado · 4 years, 1 month ago
- 6fc1efa bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) by Miss Islington (bot) · 4 years, 1 month ago
- 0ea5e0d bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379) by Miss Islington (bot) · 4 years, 1 month ago
- 256d97c bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27366) by Miss Islington (bot) · 4 years, 1 month ago
- 8a37e8c bpo-44732: Rename types.Union to types.UnionType (GH-27342) by Miss Islington (bot) · 4 years, 1 month ago
- 16a174f bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27361) by Miss Islington (bot) · 4 years, 1 month ago
- 01601aa [3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346) (GH-27356) by Miss Islington (bot) · 4 years, 1 month ago
- 0aea99e bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340) by Miss Islington (bot) · 4 years, 1 month ago
- ca5a4cf bpo-44731: Simplify the union type implementation (GH-27318) (GH-27334) by Ken Jin · 4 years, 1 month ago
- 9356d1e [3.10] bpo-44676: Add ability to serialize types.Union (GH-27244) (GH-27333) by Pablo Galindo Salgado · 4 years, 1 month ago
- e8c0174 bpo-44353: Improve tests covering typing.NewType pickling (GH-27302) (GH-27328) by Miss Islington (bot) · 4 years, 1 month ago
- 05f5d8e [3.10] bpo-44353: Expand NewType tests for complex __qualname__ (GH-27311) (GH-27326) by Łukasz Langa · 4 years, 1 month ago
- 659030c bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (GH-27324) by Miss Islington (bot) · 4 years, 1 month ago
- c589992 bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27303) by Miss Islington (bot) · 4 years, 1 month ago
- 21db59f bpo-44653: Support typing types in parameter substitution in the union type. (GH-27247) (#27296) by Miss Islington (bot) · 4 years, 1 month ago
- 9608719 bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27290) by Miss Islington (bot) · 4 years, 1 month ago
- 4194f14 bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-27282) by Miss Islington (bot) · 4 years, 1 month ago
- 68b4690 bpo-44566: resolve differences between asynccontextmanager and contextmanager (GH-27024) (#27266) by Miss Islington (bot) · 4 years, 1 month ago
- 574da46 [3.10] bpo-43219: skip Solaris in the test as well (GH-27257) (GH-27268) by Miss Islington (bot) · 4 years, 1 month ago
- 9ae5ba7 bpo-44353: Add test to cover __or__ of two NewType (GH-27259) (#27261) by Miss Islington (bot) · 4 years, 1 month ago
- c2f33df bpo-44353: Refactor typing.NewType into callable class (GH-27250) (#27258) by Miss Islington (bot) · 4 years, 1 month ago
- c895f2b bpo-44524: Add missed __name__ and __qualname__ to typing module objects (GH-27237) (#27246) by Miss Islington (bot) · 4 years, 1 month ago
- 8c43bf1 bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (GH-27242) by Miss Islington (bot) · 4 years, 1 month ago
- a272164 bpo-44490: Improve typing module compatibility with types.Union (GH-27048) (#27222) by Ken Jin · 4 years, 1 month ago
- 37bdd22 bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216) (GH-27235) by Miss Islington (bot) · 4 years, 1 month ago
- 85b5829 bpo-44633: Fix parameter substitution of the union type with wrong types. (GH-27218) (GH-27224) by Miss Islington (bot) · 4 years, 1 month ago
- 03aad30 [3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219) by Miss Islington (bot) · 4 years, 1 month ago
- 2d055ce [3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) (GH-27207) by Serhiy Storchaka · 4 years, 1 month ago
- 480f29f bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (#27204) by Miss Islington (bot) · 4 years, 1 month ago
- efda905 bpo-44655: Include the name of the type in unset __slots__ attribute errors (GH-27199) (GH-27201) by Miss Islington (bot) · 4 years, 1 month ago
- a0b1d40 bpo-44655: Don't include suggestions for attributes that are the same as the missing one (GH-27197) (GH-27198) by Miss Islington (bot) · 4 years, 1 month ago
- 42a5514 Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)" (GH-27194) (#27195) by Miss Islington (bot) · 4 years, 1 month ago
- 93d36a5 bpo-44647: Add a permanent Unicode-valued env var to regrtest (GH-27187) (#27191) by Miss Islington (bot) · 4 years, 1 month ago
- 80844d1 [3.10] bpo-44652: Preserve natural order of args in the union type. (GH-27185) (GH-27190) by Serhiy Storchaka · 4 years, 1 month ago
- 948e39a bpo-40897:Give priority to using the current class constructor in `inspect.signature` (GH-27177) (#27189) by Miss Islington (bot) · 4 years, 1 month ago
- c3007ab [3.10] bpo-44636: Collapse union of equal types (GH-27178) (GH-27181) by Serhiy Storchaka · 4 years, 1 month ago
- 37686f7 bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks without line numbers (GH-27138) (GH-27182) by Mark Shannon · 4 years, 1 month ago
- 0e349ea [3.10] bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167) (GH-27183) by Mark Shannon · 4 years, 1 month ago
- 7059880 bpo-44646: Fix the hash of the union type. (GH-27179) (#27180) by Miss Islington (bot) · 4 years, 1 month ago
- 356bdff bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows (GH-27161) (#27169) by Miss Islington (bot) · 4 years, 1 month ago
- 47695e3 bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27160) (GH-27163) by Mark Shannon · 4 years, 1 month ago
- 2ce8af3 bpo-42073: allow classmethod to wrap other classmethod-like descriptors (GH-27115) (GH-27162) by Miss Islington (bot) · 4 years, 1 month ago
- cc1a47c bpo-44632: Fix support of TypeVar in the union type (GH-27139) (GH-27143) by Miss Islington (bot) · 4 years, 1 month ago
- 6dec525 [3.10] bpo-44635: Convert None to NoneType in the union type constructor (GH-27136). (GH-27142) by Serhiy Storchaka · 4 years, 1 month ago
- 016af14 [3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131) (GH-27157) by Miss Islington (bot) · 4 years, 1 month ago
- ff7af22 bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079) by Miss Islington (bot) · 4 years, 1 month ago
- 794ff7d bpo-44616: Mark all clean up instructions at end of named exception block as artificial (GH-27109) (GH-27135) by Mark Shannon · 4 years, 1 month ago
- 7e1d630 bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107) by Miss Islington (bot) · 4 years, 1 month ago
- b42eee7 bpo-44606: Fix __instancecheck__ and __subclasscheck__ for the union type. (GH-27120) by Miss Islington (bot) · 4 years, 1 month ago
- bb260c2 [3.10] bpo-44630: Fix assertion errors in csv module (GH-27127) (GH-27129) by Miss Islington (bot) · 4 years, 1 month ago
- 1cc6769 bpo-38741: Definition of multiple ']' in header configparser (GH-17129) (#27110) by Miss Islington (bot) · 4 years, 1 month ago
- 1577259 bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADirectoryError (GH-27049) by Miss Islington (bot) · 4 years, 1 month ago