summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* GH-113661: unittest runner: Don't exit 5 if tests were skipped (#113856)Stefano Rivera2024-01-091-1/+1
* Simplify binomial approximation example with random.binomialvariate() (gh-113...Raymond Hettinger2024-01-091-7/+4
* gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (#113752)Hugo van Kemenade2024-01-092-81/+75
* Docs: Link tokens in the format string grammars (#108184)William Andrea2024-01-093-8/+12
* gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on ma...Ronald Oussoren2024-01-081-0/+18
* Minor algebraic simplification for the totient() recipe (gh-113822)Raymond Hettinger2024-01-081-1/+1
* gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756)Erlend E. Aasland2024-01-081-1/+1
* gh-113391: fix outdated PyObject_HasAttr docs (#113420)Sergey B Kirpichev2024-01-081-3/+2
* gh-73965: New environment variable PYTHON_HISTORY (#13208)Zackery Spytz2024-01-072-0/+13
* gh-113537: support loads str in plistlib.loads (#113582)AN Long2024-01-061-3/+5
* gh-113360: Fix the documentation of module's attribute __test__ (GH-113393)Serhiy Storchaka2024-01-051-3/+3
* gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739)Hugo van Kemenade2024-01-053-50/+58
* gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)Hugo van Kemenade2024-01-058-57/+57
* gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as retu...Jamie Phan2024-01-041-0/+7
* Document the `co_lines` method on code objects (#113682)Alex Waygood2024-01-034-9/+48
* gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)Hugo van Kemenade2024-01-0312-43/+43
* `functools.partial` docs: Use the more common spelling for "referenceable" (#...Rodrigo Girão Serrão2024-01-031-1/+1
* gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API...Ege Akman2024-01-032-12/+13
* gh-81094: Refer to PEP 318 in compound_statements.rst (#113588)John D. McDonald2024-01-021-1/+4
* gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)Hugo van Kemenade2024-01-026-15/+15
* gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware...AN Long2024-01-011-4/+18
* gh-113536: Expose `os.waitid` on macOS (#113542)Ronald Oussoren2024-01-011-3/+3
* # gh-111700: Fix syntax highlighting for C code in the "What's New In Python ...Parth Doshi2024-01-011-1/+3
* gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL when the ...Irit Katriel2023-12-311-1/+1
* gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598)Hugo van Kemenade2023-12-318-30/+29
* Update ConfigParser docs defining valid section name (#110506)Delgan2023-12-301-1/+1
* gh-89414: Document that SIGCLD is not available on macOS (#113580)Ronald Oussoren2023-12-301-0/+2
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-301-0/+7
* Doc/library/os.rst: `os.waitid` absent on MacOS (#104558)John Hawkinson2023-12-281-0/+3
* gh-101100: Fix Sphinx warnings in library/random.rst (#112981)Hugo van Kemenade2023-12-282-16/+44
* gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)Inada Naoki2023-12-282-0/+12
* gh-67641: Clarify documentation on bytes vs text with non-seeking tarfile str...Stanley2023-12-271-4/+6
* gh-64020: Deprecate pydoc.ispackage() (GH-20908)Zackery Spytz2023-12-271-0/+3
* gh-101100: Fix Sphinx warnings in `library/cmd.rst` (#113502)Hugo van Kemenade2023-12-272-12/+14
* gh-101100: Fix Sphinx warnings in `library/calendar.rst` (#113500)Hugo van Kemenade2023-12-272-4/+10
* gh-113350: Improve the wording of python logging docs to remove an ambiguity ...Vaishnavi Maheshwari2023-12-272-7/+6
* gh-101100: Fix Sphinx warnings in `library/bisect.rst` (#113496)Hugo van Kemenade2023-12-262-5/+4
* gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (#113493)Hugo van Kemenade2023-12-262-3/+2
* Docs: make htmllive: open browser when ready (#113288)Hugo van Kemenade2023-12-261-3/+7
* gh-66515: mailbox.MH now supports folders withou the ".mh_sequences" file (GH...Serhiy Storchaka2023-12-261-0/+4
* Misc minor improvements to the itertools recipes (gh-113477)Raymond Hettinger2023-12-251-81/+83
* bpo-21360: mailbox.Maildir now ignores files with a leading dot (GH-11833)Zackery Spytz2023-12-252-0/+6
* fix bullet-list in `LOAD_SUPER_ATTR` documentation on `dis` page (#113461)denballakh2023-12-241-3/+4
* gh-113191: Add support of os.fchmod() on Windows (GH-113192)Serhiy Storchaka2023-12-242-2/+10
* gh-74573: document that ndbm can silently corrupt databases on macOS (#113354)Ronald Oussoren2023-12-232-0/+10
* gh-112925: Fix error in example of `datetime.time.fromisoformat` and add doct...F-park2023-12-231-1/+3
* gh-113212: Improve error message & document zero-arg super inside nested func...Yan Yanchii2023-12-221-0/+7
* gh-113313: Note that slice support is not required for all sequences. (gh-113...Raymond Hettinger2023-12-211-3/+3
* gh-113174: Sync with importlib_metadata 7.0 (#113175)Jason R. Coombs2023-12-212-10/+24
* Docs: OpenSSL wording ambiguity (#113296)Jan Brasna2023-12-211-1/+1