summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)Serhiy Storchaka2022-02-187-181/+82
* bpo-46752: Slight improvements to TaskGroup API (GH-31398)Guido van Rossum2022-02-182-24/+17
* Fix missing spaces in os.walk example (GH-29918)辰冢2022-02-181-2/+2
* Fix mistake in barry_as_FLUFL test (GH-31392)Patrick Reader2022-02-181-1/+1
* docs: Link `match` statement in tutorial (GH-31396)William Andrea2022-02-181-1/+1
* Fix typo in compileall.py's docstring (GH-29865)Alexander Münch2022-02-170-0/+0
* bpo-29418: Add inspect.ismethodwrapper to whatsnew (GH-31377)Hakan Çelik2022-02-171-0/+2
* bpo-46730: Fix refleak and tighten NULL checks (GH-31389)Christian Heimes2022-02-171-9/+18
* bpo-46778: Enable multiprocess compilation for source files when building on ...Jeremy Kloth2022-02-171-0/+1
* Update html.parser.rst (GH-30678)Géry Ogam2022-02-171-1/+1
* bpo-41086: Add exception for uninstantiated interpolation (configparser) (GH-...Brian Faherty2022-02-173-0/+14
* Close stale PRs without signed CLA (GH-30500)Erlend Egeberg Aasland2022-02-171-1/+14
* bpo-46745: Fix typo in PositionsIterator (#31322)Robert-André Mauchin2022-02-171-1/+1
* bpo-46541: Remove usage of _Py_IDENTIFIER from array module (GH-31376)Dong-hee Na2022-02-172-45/+139
* bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)aha792022-02-174-2/+20
* bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)97littleleaf112022-02-175-10/+35
* Become a CODEOWNER for typing (#31374)Jelle Zijlstra2022-02-161-1/+1
* bpo-46072: Add detailed failure stats for BINARY_OP (GH-31289)Brandt Bucher2022-02-162-12/+104
* bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)Brandt Bucher2022-02-167-84/+149
* bpo-46541: Remove usage of _Py_IDENTIFIER from mmap module (GH-31375)Dong-hee Na2022-02-161-4/+1
* bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)Erlend Egeberg Aasland2022-02-165-39/+61
* bpo-46541: Remove usage of _Py_IDENTIFIER from csv module (GH-31372)Dong-hee Na2022-02-161-4/+10
* bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...Hakan Çelik2022-02-164-12/+63
* Remove offsets from expected output in test.test_dis (GH-31369)Mark Shannon2022-02-162-308/+362
* bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...Eric V. Smith2022-02-163-10/+14
* bpo-46541: Remove usage of _Py_IDENTIFIER from dbms modules (GH-31358)Dong-hee Na2022-02-162-6/+2
* bpo-46730: Add more info to @property AttributeError messages (GH-31311)Alex-Blade2022-02-165-22/+40
* bpo-46541: Scan Fewer Files in generate_global_objects.py (gh-31364)Eric Snow2022-02-161-15/+19
* bpo-46541: Drop the check for orphaned global strings. (gh-31363)Eric Snow2022-02-163-147/+1
* bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)Guido van Rossum2022-02-159-3/+1100
* bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)Zackery Spytz2022-02-154-4/+16
* bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)Alex Waygood2022-02-151-4/+0
* Fix copyright years in `README.rst` (#31347)Nikita Sobolev2022-02-151-2/+2
* bpo-44011: New asyncio ssl implementation (#31275)Kumar Aditya2022-02-1512-527/+2478
* bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)Mark Shannon2022-02-153-0/+17
* bpo-46541: Discover the global strings. (gh-31346)Eric Snow2022-02-159-272/+101
* bpo-46728: fix docstring of combinations_with_replacement for consistency (GH...DongGeon Lee2022-02-152-4/+4
* Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)Eric Snow2022-02-142-3/+3
* Update the OMG link (GH-30383)David Gilbertson2022-02-141-1/+1
* Update the copyright symbols in README.rst (GH-25514)MishManners®™2022-02-141-5/+6
* Fix missing import in dataclass code snippet (GH-29214)Leo2022-02-141-1/+1
* doc: use colon for all color's rangs (GH-28998)Rafael Fontenelle2022-02-141-2/+2
* bpo-38619: Update the documentation for UUID.hex (GH-29830)1809092022-02-141-1/+1
* Update __main__.rst (GH-30896)David Gilbertson2022-02-141-1/+1
* Update further README references from 3.10 to 3.11 (GH-31009)Jacob Walls2022-02-141-4/+4
* Fix a typo in Doc/faq/programming.rst (GH-31243)Cooper Lees2022-02-141-1/+1
* Fix minor grammar error (#31325)Scott Noyes2022-02-141-1/+1
* Remove unnecessary basic block from comprehensions (GH-31263)Brandt Bucher2022-02-141-6/+3
* bpo-46747: Add missing key parameters in the bisect docs (GH-31323)Zackery Spytz2022-02-141-2/+2
* Add pair counts to stats output and summary. (GH-31324)Mark Shannon2022-02-142-10/+46