- 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
- eeefa7f bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466) by Miss Islington (bot) · 4 years, 2 months ago
- bd6f0d3 [3.10] bpo-11105: reduce the recursion limit for tests. (GH-26607) by Batuhan Taskaya · 4 years, 2 months ago
- 933b5b6 bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589) by Miss Islington (bot) · 4 years, 2 months ago
- d80f426 fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582) by Miss Islington (bot) · 4 years, 2 months ago
- 0d441d2 bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) (GH-26544) by Miss Islington (bot) · 4 years, 2 months ago
- 3f4d801 bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470) (GH-26531) by Miss Islington (bot) · 4 years, 2 months ago
- e53f72a [3.10] bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523) (GH-26524) by Pablo Galindo · 4 years, 2 months ago
- 3283bf4 [3.10] bpo-44273: Improve syntax error message for assigning to "..." (GH-26477) (GH-26478) by Pablo Galindo · 4 years, 2 months ago
- 976598d bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) by Miss Islington (bot) · 4 years, 2 months ago
- d2ab15f bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) (GH-26518) by Miss Islington (bot) · 4 years, 2 months ago
- cea0585 [3.10] bpo-44298: Backport #26513 to 3.10 (#26516) by Mark Shannon · 4 years, 2 months ago
- 98e5a79 bpo-44022: Improve the regression test. (GH-26503) by Miss Islington (bot) · 4 years, 2 months ago
- e5e93e6 bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489) by Miss Islington (bot) · 4 years, 2 months ago
- 7207203 [3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471) by Miss Islington (bot) · 4 years, 2 months ago
- d1480ad bpo-44246: Entry points performance improvements. (GH-26467) by Miss Islington (bot) · 4 years, 2 months ago
- 97b4576 bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387) (#26389) by Miss Islington (bot) · 4 years, 3 months ago
- 7b3b698 bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365) by Miss Islington (bot) · 4 years, 3 months ago
- 8677987 bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338) by Miss Islington (bot) · 4 years, 3 months ago
- 50b0d14 bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290) by Miss Islington (bot) · 4 years, 3 months ago
- ae1732d bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283) by Miss Islington (bot) · 4 years, 3 months ago
- fdb65e3 [3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284) (GH-26286) by Miss Islington (bot) · 4 years, 3 months ago
- 07dba47 bpo-44180: Report generic syntax errors in the furthest position reached in the first parser pass (GH-26253) (GH-26281) by Miss Islington (bot) · 4 years, 3 months ago
- ee51c56 [3.10] bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute path. (GH-26184) (GH-26270) by Barney Gale · 4 years, 3 months ago
- 4389711 bpo-36160: Fix test_site so that it can run independently of other tests (GH-12131) (GH-26262) by Miss Islington (bot) · 4 years, 3 months ago
- ec0699c bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions (GH-26210) (GH-26247) by Miss Islington (bot) · 4 years, 3 months ago
- 373741a [3.10] bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-26212) by Irit Katriel · 4 years, 3 months ago
- a44bb6d bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172) by Miss Islington (bot) · 4 years, 3 months ago
- b913f47 bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-26155) (GH-26178) by Miss Islington (bot) · 4 years, 3 months ago
- 1afaaf5 bpo-44143: Fix crash in the parser when raising tokenizer errors with an exception set (GH-26144) (GH-26148) by Miss Islington (bot) · 4 years, 3 months ago
- 71dca6e [3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (GH-26138) by Miss Islington (bot) · 4 years, 3 months ago
- 2d78023 bpo-28146: Fix a confusing error message in str.format() (GH-24213) by Miss Islington (bot) · 4 years, 3 months ago
- c55ff1b bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH-26013) (#26091) by Miss Islington (bot) · 4 years, 3 months ago
- 0acdf25 [3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061) by Mark Shannon · 4 years, 3 months ago
- a2d94a0 bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-26067) by Miss Islington (bot) · 4 years, 3 months ago
- bd5dfd6 [3.10] bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034) (GH-26065) by Irit Katriel · 4 years, 3 months ago
- 3e44e9a bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066) by Miss Islington (bot) · 4 years, 3 months ago
- c90ed8e bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-25438) (#26050) by Miss Islington (bot) · 4 years, 3 months ago
- 9a0e65c bpo-43149: Correct the syntax error message for multiple exception types (GH-25996) GH-25997) by Miss Islington (bot) · 4 years, 3 months ago
- c3eb3c1 Revert test for Tix deprecation warning (GH-26005) by Miss Islington (bot) · 4 years, 3 months ago
- 6e7fe19 [3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965) (GH-25983) by Miss Islington (bot) · 4 years, 3 months ago
- 13de28f bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972) by Miss Islington (bot) · 4 years, 3 months ago
- ec6a1ea bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186) by Miss Islington (bot) · 4 years, 3 months ago
- 569ca81 bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937) by Miss Islington (bot) · 4 years, 3 months ago
- 058f9b2 bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s (GH-25705) by Miss Islington (bot) · 4 years, 3 months ago
- 8d4b184 Correct location for syntax error in try-except (GH-25939) by Mark Shannon · 4 years, 3 months ago
- 60ba0b6 bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (GH-25931) by Miss Islington (bot) · 4 years, 3 months ago
- 24f1d1a bpo-43882 Remove the newline, and tab early. From query and fragments. (GH-25936) by Miss Islington (bot) · 4 years, 3 months ago
- 10d6f6b bpo-35753: Fix crash in doctest with unwrap-able functions (GH-22981) (#25926) by Miss Islington (bot) · 4 years, 3 months ago
- 7b4725a bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) by Miss Islington (bot) · 4 years, 3 months ago
- 2995bff bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25872) by Miss Islington (bot) · 4 years, 3 months ago
- d194e1e fix enum and backslash warnings (GH-25861) (GH-25871) by Miss Islington (bot) · 4 years, 3 months ago
- 756b7b9 bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising parser exceptions (GH-25866) by Miss Islington (bot) · 4 years, 3 months ago
- d3b9134 Remove Enum warnings from test_httpservers (GH-25844) by Shreyan Avigyan · 4 years, 3 months ago
- 80a2a4e bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) by Dennis Sweeney · 4 years, 3 months ago
- c715b52 bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-25850) by Christian Heimes · 4 years, 3 months ago
- 7719953 bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848) by Pablo Galindo · 4 years, 3 months ago
- 4ffd6fd Increase test timeout (GH-25842) by Andrew Svetlov · 4 years, 3 months ago
- ad106c6 bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) by Batuhan Taskaya · 4 years, 3 months ago
- 37ebdf0 bpo-44011: Fix asyncio tests without ssl module (GH-25840) by Christian Heimes · 4 years, 3 months ago
- 99ad742 bpo-44015: dataclasses should allow KW_ONLY to be specified only once per class (GH-25841) by Eric V. Smith · 4 years, 3 months ago
- 8c598db bpo-25478: Add total() method to collections.Counter (GH-25829) by Raymond Hettinger · 4 years, 3 months ago
- 8703178 bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827) by Ned Deily · 4 years, 3 months ago
- 33ec88a bpo-43977: Make sure that tp_flags for pattern matching are inherited correctly. (GH-25813) by Mark Shannon · 4 years, 3 months ago
- 5fb06ed bpo-44011: New asyncio ssl implementation (#17975) by Andrew Svetlov · 4 years, 3 months ago
- c96cc08 bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (GH-25818) by Erlend Egeberg Aasland · 4 years, 3 months ago
- 37e0c78 bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565) by Jason R. Coombs · 4 years, 3 months ago
- 0ad1e03 bpo-43754: Eliminate bindings for partial pattern matches (GH-25229) by Brandt Bucher · 4 years, 3 months ago
- 60ce8f0 bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) by Christian Heimes · 4 years, 3 months ago
- 91554e4 bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792) by Christian Heimes · 4 years, 3 months ago