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
*
[CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (...
Victor Stinner
2023-12-15
2
-4/+28
*
gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` (#113125)
Alex Waygood
2023-12-15
3
-19/+24
*
Optimize unique_justseen() recipe for a common case. (gh-113147)
Raymond Hettinger
2023-12-14
1
-0/+2
*
gh-101100: Cleanup `mailbox` docs (#113124)
Alex Waygood
2023-12-14
2
-123/+139
*
gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (#112373)
Hugo van Kemenade
2023-12-14
2
-139/+138
*
Remove itertool recipe with low pedagogical value (gh-113138)
Raymond Hettinger
2023-12-14
1
-32/+32
*
gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (#113116)
Alex Waygood
2023-12-14
3
-41/+43
*
Add recipe for totient() to demonstrate unique_justseen() and factor(). (gh-1...
Raymond Hettinger
2023-12-14
1
-0/+27
*
gh-105912: document gotcha with using os.fork on macOS (#112871)
Ronald Oussoren
2023-12-14
3
-0/+21
*
gh-113113: doc: use less ambiguously named variable (gh-113114)
jeremy-dolan
2023-12-14
1
-3/+3
*
gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (#113106)
Alex Waygood
2023-12-14
3
-38/+75
*
gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference/simple...
Alex Waygood
2023-12-14
3
-5/+7
*
gh-112730: Update docs for colour env vars (#112837)
Hugo van Kemenade
2023-12-14
2
-2/+6
*
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...
Serhiy Storchaka
2023-12-14
2
-1/+14
*
Fixing typo in DocTestRunner docs (GH-112326)
Daniel Wysocki
2023-12-14
1
-1/+1
*
gh-90890: Reorder mailbox.Maildir method documentation (GH-113071)
Stephen Gildea
2023-12-14
1
-40/+40
*
gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960)
Christoph Anton Mitterer
2023-12-13
1
-1/+4
*
Docs: Fix external link to devguide.python.org (GH-112899)
Miro HronĨok
2023-12-13
1
-1/+1
*
gh-101100: Improve docs on exception attributes (GH-113057)
Alex Waygood
2023-12-13
6
-67/+115
*
Use match/case in grouper() recipe (gh-113059)
Raymond Hettinger
2023-12-13
1
-8/+9
*
gh-112962: in dis module, put cache information in the Instruction instead of...
Irit Katriel
2023-12-13
1
-3/+15
*
gh-101100: Fix Sphinx warning in references with asterisks (#113029)
Hugo van Kemenade
2023-12-13
17
-44/+46
*
gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)
beavailable
2023-12-13
1
-0/+8
*
gh-101100: Further improve docs on function attributes (#113001)
Alex Waygood
2023-12-12
2
-4/+7
*
gh-112999: Replace the outdated "deprecated" directives with "versionchanged"...
Serhiy Storchaka
2023-12-12
3
-17/+12
*
gh-87286: Add a number of LOG_* constants to syslog (#24432)
Ronald Oussoren
2023-12-12
2
-18/+57
*
GH-83162: Rename re.error for better clarity. (#101677)
achhina
2023-12-11
2
-2/+11
*
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood
2023-12-11
14
-130/+159
*
GH-101986: Support translation for Limited/Unstable API & Stable ABI (#107680)
Adam Turner
2023-12-10
2
-10/+20
*
Doc: c-api: fix order of PyMemberDef fields (#112879)
Inada Naoki
2023-12-10
1
-4/+4
*
gh-101100: Fix Sphinx warning in library/http.cookies.rst (#112908)
Hugo van Kemenade
2023-12-10
2
-21/+22
*
Docs: Use 'f-strings' as header (#112888)
Hugo van Kemenade
2023-12-10
1
-2/+4
*
gh-101100: Improve documentation of `TracebackType` attributes (#112884)
Alex Waygood
2023-12-09
6
-33/+52
*
gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886)
Alex Waygood
2023-12-09
2
-24/+29
*
gh-112758: Updated pathlib documentation for PurePath.match (#112814)
Taylor Packard
2023-12-08
1
-0/+3
*
gh-101100: Improve documentation for attributes on instance methods (#112832)
Alex Waygood
2023-12-08
6
-41/+76
*
gh-101100: Fix Sphinx nits in `library/contextlib.rst` (#112870)
Alex Waygood
2023-12-08
2
-8/+7
*
gh-101100: Fix Sphinx nitpicks in `library/shelve.rst` (#112836)
Alex Waygood
2023-12-08
2
-5/+5
*
Add a versionchanged directive for gh-94692 (GH-112846)
Serhiy Storchaka
2023-12-08
1
-0/+2
*
gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are reference...
Alex Waygood
2023-12-07
4
-5/+8
*
gh-112826: Add a "What's New" Entry About _thread._is_main_interpreter (gh-11...
Eric Snow
2023-12-07
2
-0/+19
*
gh-102980: Redirect output of pdb's `interact` command, add tests and improve...
Tian Gao
2023-12-07
1
-1/+18
*
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado
2023-12-06
2
-0/+33
*
gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (#112811)
Alex Waygood
2023-12-06
2
-23/+30
*
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood
2023-12-06
10
-53/+112
*
gh-111545: Add Py_HashPointer() function (#112096)
Victor Stinner
2023-12-06
2
-0/+13
*
gh-108223: Refer to PEP 703 as Free Threading (#112780)
Victor Stinner
2023-12-06
1
-1/+4
*
gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters i...
Christopher Chavez
2023-12-06
1
-3/+3
*
gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst` (#112757)
Alex Waygood
2023-12-06
2
-32/+41
*
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood
2023-12-05
12
-49/+88
[next]