| Commit message (Expand) | Author | Age | Files | Lines |
* | [Enum] update version TODO comment (GH-99458) | Ethan Furman | 2022-11-14 | 1 | -1/+1 |
|
|
* | gh-96192: fix os.ismount() to use a path that is str or bytes (#96194) | Christoph Anton Mitterer | 2022-11-14 | 2 | -0/+3 |
|
|
* | gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (#99283) | Nikita Sobolev | 2022-11-13 | 1 | -0/+9 |
|
|
* | gh-99430: Remove duplicated tests for old-styled classes (#99432) | Nikita Sobolev | 2022-11-13 | 5 | -139/+6 |
|
|
* | gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an... | Ben Kallus | 2022-11-13 | 2 | -1/+19 |
|
|
* | gh-91248: Optimize PyFrame_GetVar() (#99252) | Victor Stinner | 2022-11-13 | 1 | -0/+6 |
|
|
* | gh-99103: Normalize specialized traceback anchors against the current line (G... | Batuhan Taskaya | 2022-11-12 | 2 | -5/+44 |
|
|
* | gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (... | Erlend E. Aasland | 2022-11-12 | 1 | -0/+173 |
|
|
* | gh-99357: Close the event loop when it is no longer used in test_uncancel_str... | Xiao Chen | 2022-11-12 | 1 | -21/+24 |
|
|
* | gh-98762: Fix locations of match sub-patterns (GH-98775) | Irit Katriel | 2022-11-12 | 1 | -1/+95 |
|
|
* | GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9... | Kumar Aditya | 2022-11-12 | 2 | -1/+15 |
|
|
* | gh-80448: argparse: Fix IndexError on store_true action (#15656) | Hai Shi | 2022-11-12 | 2 | -2/+6 |
|
|
* | gh-99305: Speed up secrets.token_hex() ~2x (#99306) | NewUserHa | 2022-11-11 | 1 | -2/+1 |
|
|
* | gh-99254: remove all unused consts from code objects (GH-99255) | Irit Katriel | 2022-11-11 | 3 | -14/+49 |
|
|
* | gh-99325: Remove unused `NameError` handling (#99326) | Nikita Sobolev | 2022-11-11 | 2 | -16/+6 |
|
|
* | gh-98086: Now ``patch.dict`` can decorate async functions (#98095) | Nikita Sobolev | 2022-11-11 | 2 | -0/+35 |
|
|
* | gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206) | Vincent Fazio | 2022-11-10 | 1 | -0/+31 |
|
|
* | gh-99277: remove older version of `get_write_buffer_limits` (#99280) | Carlo | 2022-11-10 | 1 | -6/+0 |
|
|
* | GH-96421: Insert shim frame on entry to interpreter (GH-96319) | Mark Shannon | 2022-11-10 | 1 | -0/+1 |
|
|
* | gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736) | Anton Ryzhov | 2022-11-10 | 2 | -3/+11 |
|
|
* | GH-99257: Check the owner's type when specializing slots (GH-99258) | Brandt Bucher | 2022-11-10 | 1 | -0/+67 |
|
|
* | gh-99320: remove tests for old-style class from `test_complex` (#99321) | Nikita Sobolev | 2022-11-10 | 1 | -6/+1 |
|
|
* | gh-99281: [csv] remove try/except, `complex` always exists (#99282) | Nikita Sobolev | 2022-11-10 | 1 | -5/+0 |
|
|
* | bpo-34272: Reorganize C API tests. (GH-8551) | Serhiy Storchaka | 2022-11-10 | 5 | -0/+8 |
|
|
* | gh-98832: Change wording in docstring of `pathlib.Path.iterdir` (GH-98833) | Nikita Sobolev | 2022-11-09 | 1 | -2/+4 |
|
|
* | GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182) | Brandt Bucher | 2022-11-09 | 5 | -25/+10 |
|
|
* | gh-94445: add compiler test for another case of excessive stack use (GH-99237) | Carl Meyer | 2022-11-08 | 1 | -0/+7 |
|
|
* | gh-99248: [Enum] fix negative number infinite loop (GH-99256) | Ethan Furman | 2022-11-08 | 2 | -2/+22 |
|
|
* | gh-98627: Add the _testsinglephase Module (gh-99039) | Eric Snow | 2022-11-08 | 3 | -19/+102 |
|
|
* | gh-91248: Add PyFrame_GetVar() function (#95712) | Victor Stinner | 2022-11-08 | 2 | -21/+35 |
|
|
* | GH-93143: Don't turn LOAD_FAST into LOAD_FAST_CHECK (GH-99075) | Brandt Bucher | 2022-11-08 | 1 | -14/+91 |
|
|
* | gh-72719: Remove asyncore and asynchat modules (#96580) | Nikita Sobolev | 2022-11-08 | 11 | -1168/+22 |
|
|
* | gh-99181: fix except* on unhashable exceptions (GH-99192) | Irit Katriel | 2022-11-08 | 1 | -0/+199 |
|
|
* | gh-92119: ctypes: Print exception class name instead of its representation (#... | Kamil Turek | 2022-11-08 | 1 | -2/+2 |
|
|
* | gh-98513: Test abstract methods of some `collections` types (#98516) | Nikita Sobolev | 2022-11-08 | 1 | -0/+5 |
|
|
* | gh-99124: use concrete exception types in `test_builtin` (#99125) | Nikita Sobolev | 2022-11-08 | 1 | -3/+3 |
|
|
* | gh-98433: Fix quadratic time idna decoding. (#99092) | Gregory P. Smith | 2022-11-08 | 2 | -17/+31 |
|
|
* | GH-96793: Specialize FOR_ITER for generators. (GH-98772) | Mark Shannon | 2022-11-07 | 2 | -0/+21 |
|
|
* | bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937) | Zackery Spytz | 2022-11-07 | 2 | -8/+16 |
|
|
* | gh-91803: Mock - fix error when using autospec methods with seal (#92213) | andrei kulakov | 2022-11-07 | 2 | -1/+5 |
|
|
* | GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH99156) | Nikita Sobolev | 2022-11-07 | 2 | -3/+14 |
|
|
* | gh-98139: enhance namespace package repr | Anh71me | 2022-11-06 | 2 | -1/+5 |
|
|
* | bpo-33964: IDLE macosx - removed unused local dict. (GH-7926) | Terry Jan Reedy | 2022-11-06 | 1 | -4/+2 |
|
|
* | [Enum] add built-in property to test_test_simple_enum (GH-98453) | Ethan Furman | 2022-11-06 | 1 | -0/+6 |
|
|
* | gh-99051: remove duplicated test from `test_weakref` (GH-99052) | Nikita Sobolev | 2022-11-06 | 1 | -35/+6 |
|
|
* | gh-99153: set location on SyntaxError for try with both except and except* (G... | Irit Katriel | 2022-11-06 | 1 | -0/+10 |
|
|
* | gh-99139: Improve NameError error suggestion for instances (#99140) | Pablo Galindo Salgado | 2022-11-06 | 2 | -0/+35 |
|
|
* | `test_typing`: use all pickle protocols (#99154) | Nikita Sobolev | 2022-11-06 | 1 | -1/+1 |
|
|
* | gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148) | Ethan Furman | 2022-11-06 | 2 | -8/+69 |
|
|
* | gh-99134: Update bundled pip to 22.3.1 (gh-99135) | Paul Moore | 2022-11-05 | 2 | -1/+1 |
|
|