summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)Mark Shannon2023-01-0519-361/+336
* GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)Mark Shannon2023-01-058-95/+40
* GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702)Tzu-ping Chung2023-01-051-0/+3
* Drop myself from pathlib maintenance (#100757)Brett Cannon2023-01-041-4/+1
* gh-100739: Respect mock spec when checking for unsafe prefixes (#100740)Christian Klein2023-01-043-1/+18
* gh-100747: some compiler macros use c instead of C to access the compiler (#1...Irit Katriel2023-01-041-7/+7
* GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)Mark Shannon2023-01-0410-23/+19
* gh-100720: refactor calculation of number of frame slots for a code object in...Irit Katriel2023-01-045-4/+15
* docs: fix `ssizeobjargproc` parameters (#100736)David Lechner2023-01-041-1/+2
* GH-86508: skip binding to local addresses of different family in `asyncio.ope...Kumar Aditya2023-01-043-2/+50
* gh-91219: http - use subclassing to override index_pages attribute (GH-100731)Ethan Furman2023-01-033-4/+9
* [Enum] docs: replace 'last value' by 'highest value' for Flag auto (GH-100709)Christophe Nanteuil2023-01-031-3/+3
* gh-100700: Remove Date and Release fields in past whatsnews (GH-100728)Zachary Ware2023-01-033-6/+1
* gh-100146: Steal references from stack when building a list (#100147)L. A. F. Pereira2023-01-035-10/+31
* gh-95882: fix regression in the traceback of exceptions propagated from insid...Thomas Grainger2023-01-035-4/+90
* gh-89419: gdb: fix bug causing `AttributeError` in py-locals when no frame is...Eli Schwartz2023-01-032-0/+2
* gh-81611: Improve `range` paragraph in 8.3 of language reference (#98353)4l4k4z4m2023-01-031-3/+2
* gh-89727: Improve os.walk complexity (#100671)Stanislav Zmiev2023-01-022-6/+7
* gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element o...Ionite2023-01-023-2/+7
* gh-100676: Improve description for venv --upgrade-deps (GH-100678)Rupa Lahiri2023-01-021-1/+1
* fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)Kumar Aditya2023-01-021-1/+1
* Fix deprecation doc for `PyEval_InitThreads` (#100667)Alexander Shadchin2023-01-021-2/+2
* gh-100428: Make int documentation more accurate (#100436)Shantanu2023-01-021-11/+15
* gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630)Erlend E. Aasland2023-01-011-5/+1
* build(deps): bump actions/stale from 6 to 7 (#100656)dependabot[bot]2023-01-011-1/+1
* gh-97930: Apply changes from importlib_resources 5.10. (GH-100598)Jason R. Coombs2023-01-019-90/+268
* gh-87980: Fix the error message for disallowed __weakref__ slots (#25362)Géry Ogam2023-01-011-2/+1
* gh-100201: Document behavior with a bare `yield` statement (#100416)ram vikram singh2023-01-011-1/+3
* gh-96773 Fix documentation of socket backlog (#96778)Mehrdad Moradizadeh2023-01-011-2/+2
* gh-100649: Update native_thread_id after fork (gh-100650)Gabriele N. Tornetta2023-01-012-0/+5
* gh-100488: Add is_integer method to fractions.Fraction (#100489)Shantanu2023-01-014-0/+24
* gh-100546: Remove incorrect positional-only marker from eval (#100547)Shantanu2023-01-011-1/+1
* IDLE - fix module browser test (#100647)Terry Jan Reedy2023-01-011-2/+1
* Fix `pydtrace.d` path comment in `Include/pydtrace.h` (#28539)Mark Hansen2022-12-311-1/+1
* GH-87002: fix caching documentation in `struct` module (#24164)Sandeep Subramanian2022-12-311-3/+3
* gh-100633 Tutorial: Fix dataclasses import (#100638)Owain Davies2022-12-311-1/+1
* gh-94808: Improve coverage of dictresize (GH-100619)tqxia2022-12-311-0/+15
* GH-85979: Clarify specification of `object.__await__` (#22320)Paolo Lammens2022-12-311-0/+8
* Improve comments in itertools uniquification recipes (GH-100631)Raymond Hettinger2022-12-311-7/+12
* gh-95778: add doc missing in some places (GH-100627)Éric2022-12-302-0/+11
* gh-100616: Document 'attr' parameter for window.vline() in curses module (#24...mathieui2022-12-302-3/+5
* gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (#99434)Nikita Sobolev2022-12-303-1/+6
* gh-100228: Warn from os.fork() if other threads exist. (#100229)Gregory P. Smith2022-12-2912-66/+283
* gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)Zachary Ware2022-12-2915-540/+15
* gh-100583: Improve the `pydoc` documentation (#100590)ram vikram singh2022-12-291-4/+4
* gh-100600: Fix "coroutine was never awaited" warning in `test_coroutines` (#1...Nikita Sobolev2022-12-291-0/+1
* gh-100585: Fixed a bug where importlib.resources.as_file was leaving file poi...Samet YASLAN2022-12-282-1/+2
* GH-100101: Clarify documentation of zip's strict option (GH-100103)JustAnotherArchivist2022-12-281-4/+14
* Restore early-out to factor(). Strengthen tests. (GH-100591)Raymond Hettinger2022-12-281-5/+15
* gh-94172: Update docs for params removed in 3.12 (#100431)Hugo van Kemenade2022-12-287-56/+58