summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989)Bénédikt Tran2024-10-251-19/+29
* gh-121654: Add PyType_Freeze() function (#122457)Victor Stinner2024-10-253-0/+18
* gh-84545: Clarify the 'extend' action documentation in argparse (GH-125870)Serhiy Storchaka2024-10-251-11/+15
* gh-125933: Add ARIA labels to select elements in the version switcher (#125934)Kerim Kabirov2024-10-241-2/+2
* gh-123930: Better error for "from imports" when script shadows module (#123929)Shantanu2024-10-241-2/+2
* gh-125909: Avoid a redirect when linking to the devguide (#125826)partev2024-10-241-1/+1
* gh-125665: Update turtledemo docstrings with correct file names (#125691)Wulian2024-10-231-3/+0
* gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)Eric Snow2024-10-233-1/+39
* gh-58032: Deprecate the argparse.FileType type converter (GH-124664)Serhiy Storchaka2024-10-233-19/+33
* gh-80958: unittest: discovery support for namespace packages as start directo...Jacob Walls2024-10-232-21/+23
* Doc: Show object descriptions in the table of contents (#125757)Adam Turner2024-10-223-1/+9
* gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string agai...Serhiy Storchaka2024-10-211-3/+4
* gh-125767: Fix pickling and copying of super objects (GH-125781)Serhiy Storchaka2024-10-212-0/+8
* Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (#125737)Richard Hansen2024-10-211-11/+13
* gh-125766: Docs: minor rewording of installation on Linux section (GH-125743)partev2024-10-211-4/+4
* gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation note...Y52024-10-212-6/+9
* Doc: Fix typos (#125728)ember912024-10-216-7/+7
* gh-99030: Added documentation links for types and exceptions (GH-123857)RUANG (Roy James)2024-10-211-4/+8
* Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)Tom Most2024-10-201-1/+1
* GH-99749: Add What's New entry for GH-124456 (GH-125671)Savannah Ostrowski2024-10-191-0/+5
* GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)Adam Turner2024-10-192-16/+16
* gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)Sam Gross2024-10-172-6/+6
* gh-118986: expose `socket.IPV6_RECVERR` (#118987)chrysn2024-10-171-2/+2
* gh-95836: Add custom type converter examples to argparse tutorial (GH-125376)Savannah Ostrowski2024-10-171-0/+47
* gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-...Savannah Ostrowski2024-10-173-2/+17
* GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-...Savannah Ostrowski2024-10-171-1/+27
* gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)Eric Snow2024-10-165-8/+152
* gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix (GH...Cornelius Roemer2024-10-161-1/+1
* gh-124872: Replace enter/exit events with "switched" (#125532)Kirill Podoprigora2024-10-161-10/+4
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-158-15/+15
* gh-89819: Add argument_default and conflict_handler to add_argument_group() d...Savannah Ostrowski2024-10-151-1/+7
* gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...Kirill Podoprigora2024-10-151-4/+10
* gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518)sobolevn2024-10-151-6/+10
* gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)RUANG (Roy James)2024-10-151-0/+2
* gh-123299: Copyedit "What's New in Python 3.14" (#125438)Hugo van Kemenade2024-10-1510-78/+79
* Doc: Update CVE URL (#125489)Mariusz Felisiak2024-10-151-1/+1
* gh-85453: Improve variable mark up for datetime.rst (#120702)edson duarte2024-10-141-17/+17
* gh-124872: Replace enter/exit events with "switched" (#124776)Richard Hansen2024-10-141-10/+4
* gh-125461: Remove Python 2 from identifiers in doc (GH-125462)Paul Hoffman2024-10-141-3/+2
* gh-112088: aclocal version is updated to 1.16.5 in docs (#125457)Mikhail Efimov2024-10-142-4/+4
* gh-121798: Add class method Decimal.from_number() (GH-121801)Serhiy Storchaka2024-10-142-0/+23
* gh-121797: Add class method Fraction.from_number() (GH-121800)Serhiy Storchaka2024-10-142-0/+14
* gh-123133: clarify p=0 case for "f" and "e" formatting types (GH-125426)Sergey B Kirpichev2024-10-141-6/+4
* gh-101291: Add versionadded directives for PyUnstable_Long_* (#125384)Sergey B Kirpichev2024-10-131-0/+5
* gh-125403: fix console formatting in Chapter 12 of the tutorial (#125404)partev2024-10-131-8/+8
* gh-125383: Update `fib` function comment for accuracy (#125386)Wulian2024-10-131-2/+2
* Doc: Fix suggested usage of `-X gil=0` in the glossary (#125366)Ruoyu Zhong2024-10-131-1/+1
* gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)Richard Hansen2024-10-121-1/+1
* gh-125289: Update sample code in asyncio-task.rst (GH-125292)Ghorban M. Tavakoly2024-10-121-1/+1
* Prefer "similar" over "equivalent" in tutorial (#125343)Stephen Rosen2024-10-121-4/+4