summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "gh-94816: Improve coverage of decode_linetable (GH-94853)" (GH-94982)Michael Droettboom2022-07-181-23/+0
* Fix documentation to include possible Exception (#94818)Guy Yagev2022-07-181-2/+2
* Fix incorrect double indent in ast doc (#94976)Terry Jan Reedy2022-07-181-1/+1
* GH-94822: Don't specialize when metaclasses are involved (GH-94892)Brandt Bucher2022-07-183-6/+351
* Remove out of date reference to YIELD_FROM from docs. (#94966)Mark Shannon2022-07-181-6/+0
* In ast doc, update 'below' to 'above' (#94967)Terry Jan Reedy2022-07-181-1/+1
* GH-94893: Ignore caches when adding LOAD_FAST_CHECKs (GH-94894)Brandt Bucher2022-07-182-1/+5
* gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)Serhiy Storchaka2022-07-184-8/+37
* GH-94739: Mark stacks of exception handling blocks for setting frame.f_lineno...Mark Shannon2022-07-185-43/+164
* GH-94857: fix test_io refleak (GH-94858)Kumar Aditya2022-07-182-1/+7
* gh-94947: Disallow parsing walrus with feature_version < (3, 8) (#94948)Shantanu2022-07-184-2/+10
* gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848)Christian Heimes2022-07-183-0/+13
* gh-94601: [Enum] fix inheritance for __str__ and friends (GH-94942)Ethan Furman2022-07-182-10/+42
* gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94...Thomas Grainger2022-07-173-13/+0
* gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)Steve Dower2022-07-174-6/+31
* gh-92348: Add quotes to support building on Windows with spaces in directory ...Steve Dower2022-07-171-1/+1
* gh-91181: Add a What's New entry for dropping bytes support for `sys.path` (G...Brett Cannon2022-07-171-0/+7
* gh-93910: [Enum] restore member.member restriction while keeping performance ...Ethan Furman2022-07-172-1/+14
* gh-91181: drop support for bytes on sys.path (GH-31934)Thomas Grainger2022-07-176-9/+8
* gh-94869: Fix the location in some expressions for multi-line f-string ast no...Pablo Galindo Salgado2022-07-163-3/+37
* gh-90844: Allow virtual environments to correctly launch when they have space...Steve Dower2022-07-162-4/+14
* gh-94698: add Subscript and Attribute targets to ast.for documentation (GH-94...anilbey2022-07-161-4/+5
* gh-94772: Fix off-by-one error in Windows launcher (GH-94779)Paul Moore2022-07-163-1/+28
* [3.11] bpo-14916: interactive fd is not tied to stdin [type-bug] (#91469)Paul m. p. Peny2022-07-162-1/+2
* Tutorial sys.argv example should not have interactive prompt (GH-94880)Marco Buttu2022-07-161-4/+8
* Add additional pointers to pathlib's mapping to os.path functions (#94828)Chris Adams2022-07-151-1/+2
* gh-94814: Improve coverage of _PyCode_CreateLineArray (GH-94852)Michael Droettboom2022-07-151-0/+22
* gh-94801: Use custom flags to check for headers and libs (#94802)Christian Heimes2022-07-153-318/+407
* gh-94821: Fix autobind of empty unix domain address (GH-94826)Nir Soffer2022-07-153-2/+25
* [doc] Update cookbook example and add information about queue types. (GH-94854)Vinay Sajip2022-07-152-1/+11
* GH-46771: docs for asyncio.timeout and task cancellation (#94794)Tin Tvrtković2022-07-151-0/+134
* gh-94808: Add coverage for boolobject.c:bool_new (GH-94859)Michael Droettboom2022-07-141-0/+7
* Docs: fix typo in sqlite3.rst (#94798)Ikko Ashimine2022-07-141-1/+1
* GH-94808: Cover handling non-finite numbers from round when ndigits is provid...Michael Droettboom2022-07-141-0/+5
* gh-94816: Improve coverage of decode_linetable (GH-94853)Michael Droettboom2022-07-141-0/+23
* gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (#94842)neonene2022-07-142-1/+2
* gh-94731: Revert to C-style casts for _Py_CAST (GH-94782)Petr Viktorin2022-07-145-59/+85
* gh-93939: Build C extensions without setup.py (GH-94474)Christian Heimes2022-07-1414-1506/+89
* gh-94309: Add typing.Hashable and typing.Sized for "What's New for Python 3.1...MonadChains2022-07-141-0/+3
* idlelib: replace 'while 1' with 'while True' (#94827)Terry Jan Reedy2022-07-146-8/+8
* gh-90359: Unify documentation style for datetime.rst (gh-94836)Dong-hee Na2022-07-141-0/+7
* gh-90359: Update documentation to follow PEP 495. (gh-94800)Dong-hee Na2022-07-141-0/+12
* gh-94499 Add test for private name mangling in class pattern matching (#94500)da-woods2022-07-131-0/+14
* gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)neonene2022-07-131-0/+2
* GH-81620: Add random.binomialvariate() (GH-94719)Raymond Hettinger2022-07-134-8/+175
* gh-94759: Create LCOV report with branch coverage (GH-94793)Christian Heimes2022-07-131-7/+8
* gh-93649: Fix linkage of _PyTestCapi_Init_Vectorcall (#94702)Oleg Iarygin2022-07-131-1/+1
* gh-94713 - Replacing while 1 with while True (#94714)Itay2022-07-131-1/+1
* Fix typo in _exact_ratio comment. (GH-94789)Benjamin Peterson2022-07-121-1/+1
* Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762)Pradyun Gedam2022-07-121-2/+2