- 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
- 2a722d4 bpo-44317: Improve tokenizer errors with more informative locations (GH-26555) (GH-27079) by Miss Islington (bot) · 4 years, 1 month ago
- 2f76368 [3.10] bpo-43897: ast validation for pattern matching nodes (GH-27074) by Batuhan Taskaya · 4 years, 1 month ago
- 9f2c63b bpo-44570: Fix line tracing for forward jumps to duplicated tails (GH-27067) by Mark Shannon · 4 years, 1 month ago
- 61eb9b5 [3.10] bpo-44446: support lineno being None in traceback.FrameSummary (GH-26781) (GH-27072) by Pablo Galindo · 4 years, 1 month ago
- 08697ac bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059) by Miss Islington (bot) · 4 years, 1 month ago
- 9f431dd bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007) by Miss Islington (bot) · 4 years, 1 month ago
- 1f8486f bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012) by Miss Islington (bot) · 4 years, 1 month ago
- 9bf7c2d [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010) by Ethan Furman · 4 years, 1 month ago
- 33022f9 [3.10] bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27006) by Irit Katriel · 4 years, 1 month ago
- 0856134 bpo-44553 : Implement GC methods for types.Union (GH-26993) by Miss Islington (bot) · 4 years, 1 month ago
- 3ec3e0f bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (#26987) by Miss Islington (bot) · 4 years, 1 month ago
- a5764d3 bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26970) by Steve Dower · 4 years, 1 month ago
- 2df13e1 bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950) by Miss Islington (bot) · 4 years, 1 month ago
- 3df23b5 [3.10] bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with invalid `.__module__`. (GH-26862) (GH-26920) by Miss Islington (bot) · 4 years, 2 months ago
- 8897012 bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864) by Miss Islington (bot) · 4 years, 2 months ago
- 8bec9fb bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905) (GH-26907) by Miss Islington (bot) · 4 years, 2 months ago
- a80a38e [3.10] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (GH-26882) (GH-26904) by Miss Islington (bot) · 4 years, 2 months ago
- 11f1a30 bpo-44456: Improve the syntax error when mixing keyword and positional patterns (GH-26793) by Miss Islington (bot) · 4 years, 2 months ago
- b3fac292 bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) by Miss Islington (bot) · 4 years, 2 months ago
- 7335870 bpo-43916: Use test.support.check_disallow_instantiation() in test_tcl (GH-26412) (GH-26888) by Miss Islington (bot) · 4 years, 2 months ago
- 0b6b286 bpo-44297: Add a regression test for line numbers in with statements (GH-26891) by Mark Shannon · 4 years, 2 months ago
- 0a3452e [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885) by Erlend Egeberg Aasland · 4 years, 2 months ago
- ece3841 bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877) by Victor Stinner · 4 years, 2 months ago
- 280425d bpo-28395: Remove unnecessary semicolons in tests (GH-26868) by Miss Islington (bot) · 4 years, 2 months ago
- 7e6cad7 bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848) (GH-26852) by Miss Islington (bot) · 4 years, 2 months ago
- 01858fb bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctly (GH-26764) (GH-26845) by Miss Islington (bot) · 4 years, 2 months ago
- c032a12 bpo-44287: asyncio test_popen() uses longer timeout (GH-26832) by Miss Islington (bot) · 4 years, 2 months ago
- 20a1495 bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685) by Miss Islington (bot) · 4 years, 2 months ago
- 9b0bbb9 bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826) by Victor Stinner · 4 years, 2 months ago
- 7674c83 bpo-44297: Fix missing line number in generator expressions (GH-26821) by Mark Shannon · 4 years, 2 months ago
- 553e104 bpo-44469: Fix tests for "async with" with bad object (GH-26817) by Miss Islington (bot) · 4 years, 2 months ago
- 1b4addf [3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752) by Ethan Furman · 4 years, 2 months ago
- a8c418d [3.10] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632) (GH-26792) by Pablo Galindo · 4 years, 2 months ago
- bf55a79 bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_points_by_index (GH-26784) by Miss Islington (bot) · 4 years, 2 months ago
- bba7267 [3.10] Reorganize the pattern matching suite (GH-26661) (GH-26787) by Miss Islington (bot) · 4 years, 2 months ago
- eb0a680 bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-24331) (GH-26773) by Miss Islington (bot) · 4 years, 2 months ago
- 08f2b9d bpo-44389: Fix typo in ssl deprecation warning message (GH-26754) by Miss Islington (bot) · 4 years, 2 months ago
- 41c2a4a [3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726) by Ethan Furman · 4 years, 2 months ago
- 0f99324 bpo-44342: [Enum] fix data type search (GH-26667) by Miss Islington (bot) · 4 years, 2 months ago
- 133cddf bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712) by Miss Islington (bot) · 4 years, 2 months ago
- 2b57ad3 bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693) by Miss Islington (bot) · 4 years, 2 months ago
- 128899d bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679) by Miss Islington (bot) · 4 years, 2 months ago
- 4becc56 [3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700) (GH-26705) by Miss Islington (bot) · 4 years, 2 months ago
- d03f342 bpo-44396: Update multi-line-start location when reallocating tokenizer buffers (GH-26676) (GH-26695) by Miss Islington (bot) · 4 years, 2 months ago
- 9c0180a bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26674) by Miss Islington (bot) · 4 years, 2 months ago
- 0a186b1 bpo-44242: [Enum] improve error messages (GH-26669) by Miss Islington (bot) · 4 years, 2 months ago
- d7930fb bpo-44362: ssl: improve deprecation warnings and docs (GH-26646) by Miss Islington (bot) · 4 years, 2 months ago
- b613132 bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658) (GH-26660) by Miss Islington (bot) · 4 years, 2 months ago
- 0128601 bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26653) by Miss Islington (bot) · 4 years, 2 months ago
- e3bc32f bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26650) by Miss Islington (bot) · 4 years, 2 months ago
- 7496486 [3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586) (GH-26635) by Ethan Furman · 4 years, 2 months ago
- f807a4f bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords (GH-26630) by Miss Islington (bot) · 4 years, 2 months ago
- c049609 bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611) (GH-26616) by Miss Islington (bot) · 4 years, 2 months ago