summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-99281: [csv] remove try/except, `complex` always exists (#99282)Nikita Sobolev2022-11-101-5/+0
* gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)Victor Stinner2022-11-103-128/+68
* gh-99300: Use Py_NewRef() in Python/ directory (#99317)Victor Stinner2022-11-1010-327/+169
* gh-99300: Use Py_NewRef() in Python/ directory (#99302)Victor Stinner2022-11-1014-80/+41
* bpo-34272: Reorganize C API tests. (GH-8551)Serhiy Storchaka2022-11-106-0/+9
* gh-98832: Change wording in docstring of `pathlib.Path.iterdir` (GH-98833)Nikita Sobolev2022-11-092-2/+5
* GH-99205: Mark new interpreters and threads as non-static (GH-99268)Brandt Bucher2022-11-092-0/+10
* Update reference to the size of PyPI (#99076)jmcb2022-11-091-2/+2
* GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)Brandt Bucher2022-11-0918-759/+563
* GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210)Kumar Aditya2022-11-092-4/+10
* gh-98724: Fix Py_CLEAR() macro side effects (#99100)Victor Stinner2022-11-096-29/+175
* gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)Victor Stinner2022-11-092-5782/+1458
* CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)Filipe LaĆ­ns2022-11-091-1/+3
* [Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)Bruno Neyra2022-11-091-1/+1
* gh-99238: clarify the type of the env dict. (#99253)Gregory P. Smith2022-11-081-3/+7
* gh-94445: add compiler test for another case of excessive stack use (GH-99237)Carl Meyer2022-11-081-0/+7
* gh-99248: [Enum] fix negative number infinite loop (GH-99256)Ethan Furman2022-11-083-2/+23
* gh-90868: Adjust the Generated Objects (gh-99223)Eric Snow2022-11-0815-7098/+7193
* gh-98627: Add the _testsinglephase Module (gh-99039)Eric Snow2022-11-0813-21/+356
* gh-91248: Add PyFrame_GetVar() function (#95712)Victor Stinner2022-11-088-22/+126
* Fix broken link in `asyncio-subprocesses` doc (GH-99214)Mikael Koli2022-11-081-1/+1
* GH-98831: Simple input-output stack effects for bytecodes.c (#99120)Guido van Rossum2022-11-085-406/+384
* GH-93143: Don't turn LOAD_FAST into LOAD_FAST_CHECK (GH-99075)Brandt Bucher2022-11-083-58/+131
* gh-72719: Remove asyncore and asynchat modules (#96580)Nikita Sobolev2022-11-0821-1762/+32
* gh-99181: fix except* on unhashable exceptions (GH-99192)Irit Katriel2022-11-083-17/+226
* GH-90699: fix refleak in `_testcapimodule.c` (gh-99236)Kumar Aditya2022-11-081-0/+1
* gh-92119: ctypes: Print exception class name instead of its representation (#...Kamil Turek2022-11-084-6/+11
* gh-98513: Test abstract methods of some `collections` types (#98516)Nikita Sobolev2022-11-081-0/+5
* gh-99124: use concrete exception types in `test_builtin` (#99125)Nikita Sobolev2022-11-081-3/+3
* gh-98433: Fix quadratic time idna decoding. (#99092)Gregory P. Smith2022-11-083-17/+45
* gh-98817: Remove PCbuild/lib.pyproj (GH-98818)Hugo van Kemenade2022-11-072-1722/+3
* GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)Kumar Aditya2022-11-077-53/+110
* gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99...Petr Viktorin2022-11-071-0/+11
* GH-96793: Specialize FOR_ITER for generators. (GH-98772)Mark Shannon2022-11-0713-71/+207
* gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)Noam Cohen2022-11-076-4/+65
* gh-98254: Add what's new entry for the improvement in commit bb56dead33635715...Pablo Galindo Salgado2022-11-071-0/+9
* gh-91058: Add what's new entry for the improvement in commit 7cfbb49fcd4c85f9...Pablo Galindo Salgado2022-11-071-0/+10
* Docs: add argument spec to sqlite3 CLI docs (#99200)Erlend E. Aasland2022-11-071-1/+6
* bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)Zackery Spytz2022-11-073-8/+18
* remove new line in pickle exception message (GH-31782)Harshil2022-11-071-2/+2
* gh-91803: Mock - fix error when using autospec methods with seal (#92213)andrei kulakov2022-11-073-1/+8
* doc: Formatting and typo fixes (#98974)jmcb2022-11-073-10/+10
* GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-99156)Nikita Sobolev2022-11-070-0/+0
* GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH99156)Nikita Sobolev2022-11-073-3/+15
* gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)Dong-hee Na2022-11-072-4/+18
* gh-98586: Add What's New entry and update docs (#99056)Wenzel Jakob2022-11-063-2/+14
* gh-98139: enhance namespace package reprAnh71me2022-11-063-1/+7
* gh-94286 Fix documentation of print default param (GH-94297)Nouran Ali2022-11-061-1/+1
* bpo-33964: IDLE macosx - removed unused local dict. (GH-7926)Terry Jan Reedy2022-11-061-4/+2
* [Enum] add built-in property to test_test_simple_enum (GH-98453)Ethan Furman2022-11-061-0/+6