summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix link redirect (GH-96606)partev2022-09-211-1/+1
* gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)Stanley2022-09-212-1/+12
* gh-96954: Add tests for unicodedata.name/lookup (#96955)Batuhan Taskaya2022-09-211-1/+9
* gh-71141: Add note on rejecting "leading-dot" syntax for with statements (#96...Stanley2022-09-211-0/+4
* gh-90808: add more examples to `test_sched.test_priority` (#31144)Nikita Sobolev2022-09-211-4/+17
* [Enum] fix typos (GH-96285)wim glenn2022-09-201-2/+2
* gh-95591: [Enum] use `_FlagTests` base class (GH-96475)Nikita Sobolev2022-09-201-4/+4
* gh-96947: Fix comment on `pyruntimestate->pyinterpreters` struct for `next_id...Виталий Дмитриев2022-09-201-2/+2
* GH-95921: Fix positions for some chained comparisons (GH-96968)Brandt Bucher2022-09-203-0/+28
* Fix minor comment typo in dictobject.c (GH-96960)Samuel2022-09-201-1/+1
* gh-87092: in compiler, move the detection of exception handlers before the CF...Irit Katriel2022-09-201-16/+32
* gh-96711: Enhance SystemError message upon Invalid opcode (#96712)serge-sans-paille2022-09-202-3/+16
* gh-96727: Document restrictions on Handler.emit() with respect to locking. (G...Vinay Sajip2022-09-201-0/+16
* gh-96512: Update int_max_str docs to say 3.11 (#96942)Gregory P. Smith2022-09-198-36/+11
* gh-95865: Further reduce quote_from_bytes memory consumption (#96860)Gregory P. Smith2022-09-193-1/+16
* gh-96387: take_gil() resets drop request before exit (#96869)Victor Stinner2022-09-192-0/+16
* GH-96864: Check for error between line and opcode events (GH-96880)Brandt Bucher2022-09-193-1/+17
* gh-96917: link to typing.readthedocs.io from typing.rst (#96921)Shantanu2022-09-191-0/+5
* gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New ...C.A.M. Gerlach2022-09-191-23/+50
* gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)C.A.M. Gerlach2022-09-192-35/+40
* gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915)Matthias Görgens2022-09-192-1/+4
* GH-96851: Add link to FAQ entry for caching method calls. (GH-96902)Raymond Hettinger2022-09-182-0/+5
* fix various typos in random module's documentation (GH-96912)partev2022-09-181-4/+4
* gh-94787: [doc] Add to argparse doc an example of a mutually-exclusive group ...Scott Main2022-09-181-1/+20
* Clarify that the expression is regular math notation, not Python. (#96903)Raymond Hettinger2022-09-181-2/+2
* gh-87179: Fix more IDLE class headers (#96899)Terry Jan Reedy2022-09-172-2/+2
* Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (...Guido van Rossum2022-09-175-66/+8
* gh-91210: Improve error message when non-default param follows default (GH-95...Lysandros Nikolaou2022-09-175-365/+391
* Simplify sieve() recipe. Add edge case tests. (GH-96892)Raymond Hettinger2022-09-171-1/+7
* gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)Michel Hidalgo2022-09-175-8/+66
* gh-96861: Check for unset sys.executable during venv creation. (GH-96887)Vinay Sajip2022-09-171-0/+5
* gh-96883: browser: include concurrent.futures (GH-96886)Christian Heimes2022-09-172-13/+21
* fixes gh-96841: replace Mercurial with VCS (#96879)Benjamin Peterson2022-09-161-2/+2
* gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)Victor Stinner2022-09-163-4/+7
* gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)Serhiy Storchaka2022-09-163-13/+37
* gh-89536: Use ThinLTO policy if possible (gh-96766)Dong-hee Na2022-09-165-6/+99
* gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...Erlend E. Aasland2022-09-151-1/+2
* Fix ResourceWarning in test.test_frame (GH-96831)Dennis Sweeney2022-09-151-16/+19
* GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)adphrost2022-09-159-3/+115
* gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752)Nikita Sobolev2022-09-153-13/+24
* Fix type annotation of `pstats.FunctionProfile.ncalls` (#96741)Ruan Comelli2022-09-152-1/+2
* GH-90997: Improve inline cache performance for MSVC (GH-96781)Brandt Bucher2022-09-152-74/+21
* Revert accidental removal from 3.12 doc. (gh-96826)Benjamin Peterson2022-09-141-0/+70
* gh-77171 Support WAVE_FORMAT_EXTENSIBLE in the wave module (GH-96777)Yusuke Kadowaki2022-09-144-8/+46
* ceval: Use _PyTuple_FromArraySteal in BUILD_TUPLE (GH-96516)Kevin Modzelewski2022-09-141-5/+2
* gh-96784: Cover more typing special forms in `get_args()` (#96791)Nikita Sobolev2022-09-141-0/+27
* gh-96769: Cover more typing special forms to be unsubclassable (#96772)Nikita Sobolev2022-09-141-5/+43
* Itertools sieve() recipe (#96813)Raymond Hettinger2022-09-141-6/+28
* closes gh-96734: Update to Unicode 15.0.0. (GH-96809)Benjamin Peterson2022-09-1311-27174/+27467
* gh-94808: improve comments and coverage of fastsearch.h (GH-96760)Dennis Sweeney2022-09-133-5/+54