index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-113661: unittest runner: Don't exit 5 if tests were skipped (#113856)
Stefano Rivera
2024-01-09
1
-1/+1
*
Simplify binomial approximation example with random.binomialvariate() (gh-113...
Raymond Hettinger
2024-01-09
1
-7/+4
*
gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (#113752)
Hugo van Kemenade
2024-01-09
2
-81/+75
*
Docs: Link tokens in the format string grammars (#108184)
William Andrea
2024-01-09
3
-8/+12
*
gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on ma...
Ronald Oussoren
2024-01-08
1
-0/+18
*
Minor algebraic simplification for the totient() recipe (gh-113822)
Raymond Hettinger
2024-01-08
1
-1/+1
*
gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756)
Erlend E. Aasland
2024-01-08
1
-1/+1
*
gh-113391: fix outdated PyObject_HasAttr docs (#113420)
Sergey B Kirpichev
2024-01-08
1
-3/+2
*
gh-73965: New environment variable PYTHON_HISTORY (#13208)
Zackery Spytz
2024-01-07
2
-0/+13
*
gh-113537: support loads str in plistlib.loads (#113582)
AN Long
2024-01-06
1
-3/+5
*
gh-113360: Fix the documentation of module's attribute __test__ (GH-113393)
Serhiy Storchaka
2024-01-05
1
-3/+3
*
gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739)
Hugo van Kemenade
2024-01-05
3
-50/+58
*
gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)
Hugo van Kemenade
2024-01-05
8
-57/+57
*
gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as retu...
Jamie Phan
2024-01-04
1
-0/+7
*
Document the `co_lines` method on code objects (#113682)
Alex Waygood
2024-01-03
4
-9/+48
*
gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)
Hugo van Kemenade
2024-01-03
12
-43/+43
*
`functools.partial` docs: Use the more common spelling for "referenceable" (#...
Rodrigo Girão Serrão
2024-01-03
1
-1/+1
*
gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API...
Ege Akman
2024-01-03
2
-12/+13
*
gh-81094: Refer to PEP 318 in compound_statements.rst (#113588)
John D. McDonald
2024-01-02
1
-1/+4
*
gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)
Hugo van Kemenade
2024-01-02
6
-15/+15
*
gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware...
AN Long
2024-01-01
1
-4/+18
*
gh-113536: Expose `os.waitid` on macOS (#113542)
Ronald Oussoren
2024-01-01
1
-3/+3
*
# gh-111700: Fix syntax highlighting for C code in the "What's New In Python ...
Parth Doshi
2024-01-01
1
-1/+3
*
gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL when the ...
Irit Katriel
2023-12-31
1
-1/+1
*
gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598)
Hugo van Kemenade
2023-12-31
8
-30/+29
*
Update ConfigParser docs defining valid section name (#110506)
Delgan
2023-12-30
1
-1/+1
*
gh-89414: Document that SIGCLD is not available on macOS (#113580)
Ronald Oussoren
2023-12-30
1
-0/+2
*
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN
2023-12-30
1
-0/+7
*
Doc/library/os.rst: `os.waitid` absent on MacOS (#104558)
John Hawkinson
2023-12-28
1
-0/+3
*
gh-101100: Fix Sphinx warnings in library/random.rst (#112981)
Hugo van Kemenade
2023-12-28
2
-16/+44
*
gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)
Inada Naoki
2023-12-28
2
-0/+12
*
gh-67641: Clarify documentation on bytes vs text with non-seeking tarfile str...
Stanley
2023-12-27
1
-4/+6
*
gh-64020: Deprecate pydoc.ispackage() (GH-20908)
Zackery Spytz
2023-12-27
1
-0/+3
*
gh-101100: Fix Sphinx warnings in `library/cmd.rst` (#113502)
Hugo van Kemenade
2023-12-27
2
-12/+14
*
gh-101100: Fix Sphinx warnings in `library/calendar.rst` (#113500)
Hugo van Kemenade
2023-12-27
2
-4/+10
*
gh-113350: Improve the wording of python logging docs to remove an ambiguity ...
Vaishnavi Maheshwari
2023-12-27
2
-7/+6
*
gh-101100: Fix Sphinx warnings in `library/bisect.rst` (#113496)
Hugo van Kemenade
2023-12-26
2
-5/+4
*
gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (#113493)
Hugo van Kemenade
2023-12-26
2
-3/+2
*
Docs: make htmllive: open browser when ready (#113288)
Hugo van Kemenade
2023-12-26
1
-3/+7
*
gh-66515: mailbox.MH now supports folders withou the ".mh_sequences" file (GH...
Serhiy Storchaka
2023-12-26
1
-0/+4
*
Misc minor improvements to the itertools recipes (gh-113477)
Raymond Hettinger
2023-12-25
1
-81/+83
*
bpo-21360: mailbox.Maildir now ignores files with a leading dot (GH-11833)
Zackery Spytz
2023-12-25
2
-0/+6
*
fix bullet-list in `LOAD_SUPER_ATTR` documentation on `dis` page (#113461)
denballakh
2023-12-24
1
-3/+4
*
gh-113191: Add support of os.fchmod() on Windows (GH-113192)
Serhiy Storchaka
2023-12-24
2
-2/+10
*
gh-74573: document that ndbm can silently corrupt databases on macOS (#113354)
Ronald Oussoren
2023-12-23
2
-0/+10
*
gh-112925: Fix error in example of `datetime.time.fromisoformat` and add doct...
F-park
2023-12-23
1
-1/+3
*
gh-113212: Improve error message & document zero-arg super inside nested func...
Yan Yanchii
2023-12-22
1
-0/+7
*
gh-113313: Note that slice support is not required for all sequences. (gh-113...
Raymond Hettinger
2023-12-21
1
-3/+3
*
gh-113174: Sync with importlib_metadata 7.0 (#113175)
Jason R. Coombs
2023-12-21
2
-10/+24
*
Docs: OpenSSL wording ambiguity (#113296)
Jan Brasna
2023-12-21
1
-1/+1
[next]