summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)Barney Gale2023-05-052-2/+31
* gh-64658: Expand Argument Clinic return converter docs (#104175)Erlend E. Aasland2023-05-051-13/+28
* gh-104112: link from cached_property docs to method-caching FAQ (#104113)Carl Meyer2023-05-041-12/+4
* gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)Hugo van Kemenade2023-05-041-2/+6
* GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710)Barney Gale2023-05-041-2/+18
* gh-91896: Deprecate collections.abc.ByteString (#102096)Shantanu2023-05-043-2/+12
* gh-102500: Document PEP 688 (#102571)Jelle Zijlstra2023-05-044-1/+95
* gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)Gleb Smirnoff2023-05-041-0/+11
* GH-97950: Use new-style index directive ('statement') (#104162)Adam Turner2023-05-049-53/+53
* GH-97950: Use new-style index directive ('exception') (#104160)Adam Turner2023-05-043-13/+13
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-0431-143/+143
* GH-97950: Use new-style index directive ('operator') (#104156)Adam Turner2023-05-043-54/+54
* GH-97950: Use new-style index directive ('keyword') (#104153)Adam Turner2023-05-044-28/+28
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-0433-69/+65
* gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)Petr Viktorin2023-05-046-8/+132
* GH-97950: Allow translation of index directive content (#104000)Adam Turner2023-05-042-0/+34
* gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)Nikita Sobolev2023-05-032-0/+12
* gh-103590: mention that the change is included in 3.11.4 and clarify except* ...Irit Katriel2023-05-032-3/+6
* gh-103693: Add convenience variable feature to `pdb` (#103694)Tian Gao2023-05-032-0/+23
* gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...Petr Viktorin2023-05-032-2/+44
* GH-97850: Suppress cross-references to removed ``importlib.util`` functions (...Adam Turner2023-05-033-7/+7
* GH-97850: Suppress cross-references to the removed ``module_repr`` method (#1...Adam Turner2023-05-035-9/+9
* GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)Adam Turner2023-05-0310-18/+19
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-0312-222/+76
* gh-82012: Deprecate bitwise inversion (~) of bool (#103487)Tim Hoffmann2023-05-033-22/+40
* gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules (#103457)Hugo van Kemenade2023-05-033-468/+500
* GH-89769: `pathlib.Path.glob()`: do not follow symlinks when checking for pre...andrei kulakov2023-05-031-6/+9
* gh-65022: Fix description of tuple return value in copyreg (#103892)Shantanu2023-05-021-1/+1
* gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)Jurica Bradarić2023-05-021-1/+20
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-0239-59/+77
* Improve assert_type phrasing (#104081)Shantanu2023-05-021-3/+4
* gh-97696: asyncio eager tasks factory (#102853)Itamar Ostricher2023-05-012-0/+41
* gh-100458: Clarify Enum.__format__() change of mixed-in types in the whatsnew...Anže Pečar2023-05-011-13/+5
* Adjust expression from `==` to `!=` in alignment with the meaning of the para...Ben Faulhaber2023-05-011-1/+1
* gh-88773: Added teleport method to Turtle library (#103974)Liam Gersten2023-04-301-11/+42
* Replace Netlify with Read the Docs build previews (#103843)Hugo van Kemenade2023-04-302-10/+6
* gh-103793: Defer formatting task name (#103767)Itamar Ostricher2023-04-291-0/+3
* gh-103636: issue warning for deprecated calendar constants (#103833)Prince Roshan2023-04-292-0/+61
* Various small fixes to dis docs (#103923)Jelle Zijlstra2023-04-291-78/+79
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-288-420/+8
* gh-101100: Add reference doc for __post_init__ (#103818)Olga Matoula2023-04-281-22/+23
* Update itertool recipe: polynomial_from_roots() (GH-103973)Raymond Hettinger2023-04-281-5/+4
* gh-100021: Document that sqlite3's executemany() discards resulting rows (#10...Erlend E. Aasland2023-04-281-2/+9
* gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)Marek Marczykowski-Górecki2023-04-281-2/+7
* Docs: fix dunders with too many underscores (#103955)Erlend E. Aasland2023-04-272-2/+2
* GH-103903: Test the minimum Sphinx version in CI (#103904)Adam Turner2023-04-273-5/+44
* GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)Paul Ganssle2023-04-271-0/+8
* gh-103590: do not wrap a single exception raised from a try-except* (#103665)Irit Katriel2023-04-271-0/+5
* gh-103883: Doc: Move PyUnicode_FromObject doc (#103913)Inada Naoki2023-04-271-9/+9
* gh-62432: unittest runner: Exit code 5 if no tests were run (#102051)Stefano Rivera2023-04-271-1/+2