summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-91052: Add C API for watching dictionaries (GH-31787)Carl Meyer2022-10-0710-17/+487
* bpo-38693: Use f-strings instead of str.format() within importlib (#17058)Gregory P. Smith2022-10-063-26/+1807
* GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameO...Brandt Bucher2022-10-063-6/+91
* gh-97973: Return all necessary information from the tokenizer (GH-97984)Lysandros Nikolaou2022-10-066-146/+159
* fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). ...Dong-hee Na2022-10-062-1/+8
* gh-65961: Do not rely solely on `__cached__` (GH-97990)Brett Cannon2022-10-0611-35/+130
* gh-97850: Remove the open issues section from the import reference (#97935)Brett Cannon2022-10-061-19/+0
* Docs: pin sphinx-lint (GH-97992)Hugo van Kemenade2022-10-061-1/+1
* gh-94590: add signatures to operator itemgetter, attrgetter, methodcaller (#9...Erik Welch2022-10-061-6/+3
* Add Pynche's move to the What's new in 3.11 (#97974)Barry Warsaw2022-10-061-0/+4
* gh-97781: Apply changes from importlib_metadata 5. (GH-97785)Jason R. Coombs2022-10-065-302/+88
* gh-86482: Document assignment expression need for ()s (#23291)Terry Jan Reedy2022-10-062-0/+8
* gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (#97949)larryhastings2022-10-062-2/+7
* gh-94808: Coverage: Test that maximum indentation level is handled (#95926)Michael Droettboom2022-10-061-1/+21
* GH-88050: fix race in closing subprocess pipe in asyncio (#97951)Kumar Aditya2022-10-061-1/+3
* gh-93738: Disallow pre-v3 syntax in the C domain (#97962)Adam Turner2022-10-067-33/+11
* gh-95986: Fix the example using match keyword (#95989)1809092022-10-061-0/+1
* gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944)Ned Deily2022-10-063-8/+80
* gh-94808: Cover `PyUnicode_Count` in CAPI (#96929)Nikita Sobolev2022-10-062-0/+59
* gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (#96610)Nikita Sobolev2022-10-061-0/+16
* gh-95691: Doc BufferedWriter and BufferedReader (#95703)1809092022-10-051-1/+1
* GH-88968: Add notes about socket ownership transfers (#97936)Guido van Rossum2022-10-052-0/+48
* gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528)Ethan Furman2022-10-053-2/+11
* gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...Brett Cannon2022-10-059-102/+45
* docs(typing): add "see PEP 675" to LiteralString (#97926)Simon Legner2022-10-051-0/+2
* gh-97850: Remove all known instances of module_repr() (#97876)Barry Warsaw2022-10-056-35/+7
* I changed my surname early this year (#96671)Tshepang Mbambo2022-10-052-2/+2
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-0534-241/+241
* gh-91539: improve performance of get_proxies_environment (#91566)Pieter Eendebak2022-10-052-10/+17
* build(deps): bump actions/stale from 5 to 6 (#97701)dependabot[bot]2022-10-051-1/+1
* GH-95172 Make the same version `versionadded` oneline (#95172)1809092022-10-051-2/+1
* gh-88050: Fix asyncio subprocess to kill process cleanly when process is bloc...Kumar Aditya2022-10-053-6/+33
* gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...Adam Turner2022-10-057-20/+20
* gh-93357: Port test cases to IsolatedAsyncioTestCase, part 2 (#97896)Oleg Iarygin2022-10-051-29/+15
* gh-95196: Disable incorrect pickling of the C implemented classmethod descrip...Serhiy Storchaka2022-10-053-1/+20
* gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759)Serhiy Storchaka2022-10-051-1/+1
* gh-74696: Pass root_dir to custom archivers which support it (GH-94251)Serhiy Storchaka2022-10-055-17/+77
* gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (#97662)Jia Junjie2022-10-051-1/+3
* gh-87092: bring compiler code closer to a preprocessing-opt-assembler organis...Irit Katriel2022-10-052-40/+62
* GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...Guido van Rossum2022-10-0510-2/+129
* gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeO...Adam Turner2022-10-052-2/+2
* gh-97825: fix AttributeError when calling subprocess.check_output(input=None)...andrei kulakov2022-10-053-1/+9
* Add re.VERBOSE flag documentation example (#97678)Athos Ribeiro2022-10-051-1/+2
* gh-97654: Add auto exception chaining example to tutorial (#97703)Shahriar Heidrich2022-10-051-5/+23
* GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...Mark Shannon2022-10-0522-99/+165
* GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH...Brandt Bucher2022-10-055-4/+75
* gh-97837: Change deprecation warning message in `unittest` (#97838)Nikita Sobolev2022-10-055-8/+37
* gh-95913: Copyedit/improve Implementation Changes What's New section (#97720)C.A.M. Gerlach2022-10-051-17/+27
* gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775)Adam Turner2022-10-044-7/+7
* gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (#97769)Adam Turner2022-10-043-8/+8