summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-82530: Create blank function instead of invalid import for email example (...Stanley2022-09-261-5/+9
* Reject invalid opcode names in assertInBytecode (GH-97548)Dennis Sweeney2022-09-251-0/+2
* GH-78724: Initialize struct.Struct in __new__ (GH-94532)Kumar Aditya2022-09-254-41/+49
* gh-96735: Fix undefined behaviour in struct unpacking functions (#96739)Mark Dickinson2022-09-252-26/+71
* gh-90716: Refactor PyLong_FromString to separate concerns (GH-96808)Oscar Benjamin2022-09-252-258/+299
* gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97...Serhiy Storchaka2022-09-253-8/+8
* gh-97527: IDLE: protect macosx Tk() call when no GUI (#97530)Terry Jan Reedy2022-09-241-13/+17
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-2424-63/+63
* gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)Michael Droettboom2022-09-241-0/+7
* gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)Steve Dower2022-09-233-6/+21
* gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)Steve Dower2022-09-233-4/+5
* gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)Stanley2022-09-231-0/+8
* gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-9...Dong-hee Na2022-09-233-4/+43
* gh-96397: Document that keywords in calls need not be identifiers (#96393)Jeff Allen2022-09-221-2/+12
* GH-85760: Fix race in calling process_exited callback too early (#97009)Kumar Aditya2022-09-222-1/+3
* gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (#93222)Cyker Way2022-09-223-22/+143
* GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)Brandt Bucher2022-09-224-3/+79
* include OrderedDict import in TimeBoundedLRU example (GH-96962)Harry2022-09-221-0/+1
* gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)Dong-hee Na2022-09-228-17/+28
* 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