summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-99005: More intrinsics (GH-100774)Mark Shannon2023-01-0616-204/+151
* gh-99026 update dataclasses docs for when annotations are inspected (gh-100798)Akshit Tyagi2023-01-061-2/+2
* gh-87691: clarify use of anchor in pathlib docs (#100782)Shantanu2023-01-061-8/+8
* gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756)Carl Meyer2023-01-063-21/+40
* gh-86082: bpo-41916: allow cross-compiled python to have -pthread set for CXX...Dustin Spicuzza2023-01-053-8/+19
* gh-87691: add an absolute path pathlib example in / operator docs (GH-100737)Shantanu2023-01-051-1/+8
* Add hauntsaninja as tomllib CODEOWNER (#100779)Shantanu2023-01-051-1/+1
* gh-100562: improve performance of `pathlib.Path.absolute()` (GH-100563)Barney Gale2023-01-052-5/+10
* gh-98831: Regenerate Python/opcode_metadata.h (GH-100778)Zachary Ware2023-01-051-4/+1
* GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)Guido van Rossum2023-01-056-37/+456
* 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