summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* GH-102748: remove legacy support for generator based coroutines from `asyncio...Kumar Aditya2023-03-164-2/+14
* gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (#102...Nikita Sobolev2023-03-162-14/+32
* GH-102653: Make recipe docstring show the correct distribution (#102742)Raymond Hettinger2023-03-161-1/+2
* Add comments to `{typing,_collections_abc}._type_repr` about each other (#102...Nikita Sobolev2023-03-162-2/+4
* gh-102594: PyErr_SetObject adds note to exception raised on normalization err...Irit Katriel2023-03-166-5/+96
* gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)yonatanp2023-03-164-0/+36
* GH-100112: avoid using iterable coroutines in asyncio internally (#100128)Kumar Aditya2023-03-163-16/+22
* gh-102690: Use Edge as fallback in webbrowser instead of IE (#102691)Jamoo7212023-03-162-4/+9
* gh-102660: Fix Refleaks in import.c (#102744)Eric Snow2023-03-163-28/+28
* gh-102738: remove from cases generator the code related to register instructi...Irit Katriel2023-03-152-300/+234
* Simplify and speed-up math.hypot() and math.dist() (GH-102734)Raymond Hettinger2023-03-151-154/+139
* Fix typo in code comment (#102726)Martin Breuss2023-03-151-1/+1
* Exclude `ceval.c` from the C-analyzer tool (#102735)Alex Waygood2023-03-151-0/+5
* gh-102654: Insert #line directives in generated_cases.c.h (#102669)Guido van Rossum2023-03-153-16/+530
* gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)Julien Palard2023-03-155-8/+24
* gh-102281: Fix potential nullptr dereference + use of uninitialized memory (g...Max Bachmann2023-03-153-2/+10
* gh-102615: Use `list` instead of `tuple` in `repr` of paramspec (#102637)Nikita Sobolev2023-03-153-3/+52
* Remove misformatted exclamation marks in docs (#102694)Tom Levy2023-03-152-3/+3
* gh-101377: improving test_locale_calendar_formatweekday of calendar (#101378)Andre Hora2023-03-152-2/+7
* gh-102560 Add docstrings to asyncio.TaskGroup (#102565)JosephSBoyle2023-03-151-0/+18
* gh-102519: Avoid failing tests due to inaccessible volumes (GH-102706)Steve Dower2023-03-151-6/+11
* gh-102703: Fix typo in modules tutorial documentation (GH-102707)Robert Prater (B. Eng)2023-03-151-1/+1
* gh-101578: mention in what's new in 3.12 that exceptions are now normalized b...Irit Katriel2023-03-141-0/+5
* Rename redundant enum tests so that they run (#102535)JosephSBoyle2023-03-141-3/+2
* gh-102674: Remove _specialization_stats from Lib/opcode.py (#102685)Dong-hee Na2023-03-142-10/+1
* gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)Eric Snow2023-03-145-4/+44
* gh-102354: change python3 to python in docs examples (#102696)Paul Watson2023-03-145-6/+6
* gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)Eric Snow2023-03-148-54/+90
* GH-94851: check unicode consistency of static strings in debug mode (#102684)Kumar Aditya2023-03-142-0/+665
* gh-100315: clarification to `__slots__` docs. (#102621)T2023-03-141-2/+4
* GH-100227: cleanup initialization of global interned dict (#102682)Kumar Aditya2023-03-141-8/+10
* doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)Joongi Kim2023-03-141-3/+0
* gh-102013: Add PyUnstable_GC_VisitObjects (#102014)Jacob Bower2023-03-145-0/+146
* GH-102670: Use sumprod() to simplify, speed up, and improve accuracy of stati...Raymond Hettinger2023-03-143-13/+27
* gh-102627: Replace address pointing toward malicious web page (#102630)Blind4Basics2023-03-131-1/+1
* gh-98831: Use DECREF_INPUTS() more (#102409)Guido van Rossum2023-03-132-57/+38
* gh-101659: Avoid Allocation for Shared Exceptions in the _xxsubinterpreters M...Eric Snow2023-03-131-74/+49
* gh-101524: Fix the ChannelID tp_name (gh-102655)Eric Snow2023-03-131-1/+1
* gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (#1...Nikita Sobolev2023-03-133-4/+15
* gh-98169 dataclasses.astuple support DefaultDict (#98170)T2023-03-133-13/+35
* gh-102650: Remove duplicate include directives from multiple source files (#1...chgnrdv2023-03-135-8/+2
* GH-100987: Don't cache references to the names and consts array in `_PyEval_E...Mark Shannon2023-03-133-53/+44
* gh-87092: refactor assemble() to a number of separate functions, which do not...Irit Katriel2023-03-133-261/+318
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...Irit Katriel2023-03-131-23/+19
* Fix broken link to MSDN (#102355)谭九鼎2023-03-132-2/+2
* GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. ...Mark Shannon2023-03-134-24/+27
* gh-101100: Fix Sphinx warnings in `turtle` module (#102340)Hugo van Kemenade2023-03-132-28/+32
* GH-101673: Fix pdb bug where local variable changes are lost after longlist (...gaogaotiantian2023-03-123-11/+32
* Fix duplicated words in the docs (GH-102629)Виталий Дмитриев2023-03-125-7/+6
* Optimize fmean() weighted average (#102626)Raymond Hettinger2023-03-121-18/+16