summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-99051: remove duplicated test from `test_weakref` (GH-99052)Nikita Sobolev2022-11-061-35/+6
* GH-98831: Implement super-instruction generation (#99084)Guido van Rossum2022-11-065-138/+163
* Correct some typos in comments (GH-98194)jonasdlindner2022-11-062-2/+2
* gh-99153: set location on SyntaxError for try with both except and except* (G...Irit Katriel2022-11-064-5/+16
* gh-83004: Clean up refleak in _pickle initialisation (#98841)Shantanu2022-11-062-7/+7
* gh-83004: Clean up refleak in _zoneinfo initialisation (#98842)Shantanu2022-11-062-2/+4
* gh-99139: Improve NameError error suggestion for instances (#99140)Pablo Galindo Salgado2022-11-067-0/+92
* `test_typing`: use all pickle protocols (#99154)Nikita Sobolev2022-11-061-1/+1
* gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)Ethan Furman2022-11-064-11/+82
* [doc] fix typo (GH-99143)Doj2022-11-051-1/+1
* gh-99134: Update bundled pip to 22.3.1 (gh-99135)Paul Moore2022-11-053-1/+2
* gh-94808: add tests covering `PyFunction_GetKwDefaults` and `PyFunction_SetKw...Nikita Sobolev2022-11-052-3/+124
* gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123)Nikita Sobolev2022-11-052-0/+113
* gh-98284: better error message for undefined abstractmethod (#97971)Kaushik Kulkarni2022-11-056-19/+23
* gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)Nikita Sobolev2022-11-052-0/+22
* gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SC...Sam James2022-11-053-2/+3
* GH-99104: Update headers for bytecodes.c and generate_cases.py (#99112)Guido van Rossum2022-11-053-9/+19
* GH-98686: Fix compiler warning for HAS_ARG (GH-99106)Brandt Bucher2022-11-041-1/+1
* GH-98831: Add some macros definitions to bytecodes.c to reduce IDE warnings. ...Mark Shannon2022-11-041-2/+29
* GH-98831: Auto-generate PREDICTED() macro calls (#99102)Guido van Rossum2022-11-042-16/+7
* GH-98831: Add `regen-cases` to `regen-all` (#99107)Brandt Bucher2022-11-041-1/+1
* gh-90867: test.support.wait_process() uses LONG_TIMEOUT (#99071)Victor Stinner2022-11-041-2/+2
* gh-90716: Fix pylong_int_from_string() refleak (#99094)Victor Stinner2022-11-041-0/+1
* minor edits to locale doc (#98537)Skip Montanaro2022-11-041-13/+16
* Support comparing two sets of pystats (GH-98816)Michael Droettboom2022-11-042-123/+366
* gh-94808: Cover `LOAD_GLOBAL` for custom dict subtypes (GH-96767)Nikita Sobolev2022-11-041-0/+31
* Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...Nick Pope2022-11-031-3/+4