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
*
Python 3.15.0a3
v3.15.0a3
Hugo van Kemenade
10 days
11
-29/+29
*
gh-76007: Deprecate `__version__` attribute in `wsgiref.simple_server` (#142675)
Hugo van Kemenade
10 days
2
-0/+2
*
gh-142019: Add description about the exponent of result formatted with presen...
1nftf
10 days
1
-0/+3
*
gh-83926: BlockingIOError characters_written is byte count (#141215)
Cody Maloney
10 days
1
-2/+2
*
gh-141218: Fix inaccurate object comparison documentation (#141221)
Mohsin Mehmood
10 days
1
-1/+1
*
Remove duplicate content in `Mapping types - dict` documentation (#141036)
Owain Davies
10 days
1
-3/+0
*
Correct Glossary key function example to use str.casefold instead of str.lowe...
Cameron Beck
10 days
1
-1/+1
*
decimal docs: specification link and examples (#128698)
Sergey B Kirpichev
10 days
1
-4/+26
*
gh-106318: Add examples for str.ljust() method (#142719)
Adorilson Bezerra
10 days
1
-0/+13
*
Clarify that PyStructSequence is different from collections.namedtuple (#142626)
Petr Viktorin
10 days
1
-2/+5
*
gh-130536: Add details to `os.path` documentation (#130557)
Arthur Wigo
10 days
1
-9/+26
*
gh-85204: Improve `locale.setlocale` example (#132683)
Stan Ulbrych
10 days
1
-13/+12
*
gh-124864: Extends smtplib documentation on ESMTP options format (#132547)
Patrick R
10 days
1
-2/+4
*
gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` ...
Bartosz Sławecki
10 days
1
-3/+5
*
gh-85222: Document the global start method side effect in multiprocessing (GH...
AN Long
11 days
1
-14/+72
*
gh-141081: Revert "Add a `.gitignore` file to `__pycache__` folders (#141162)...
Hugo van Kemenade
11 days
1
-8/+0
*
gh-142020: ctypes docs: Note that find_library relies on the programs it runs...
Petr Viktorin
11 days
1
-0/+5
*
gh-142217: Recommend PyUnicode_InternFromString() to replace _PyUnicode_FromI...
Victor Stinner
11 days
2
-2/+2
*
gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...
Pablo Galindo Salgado
11 days
1
-12/+91
*
gh-76007: Deprecate `__version__` attribute in `ctypes` (#142679)
Hugo van Kemenade
11 days
2
-0/+2
*
gh-141081: Add a `.gitignore` file to `__pycache__` folders (#141162)
Stan Ulbrych
11 days
1
-0/+8
*
gh-106318: Add examples for str.isnumeric() (#142680)
Adorilson Bezerra
12 days
1
-0/+15
*
gh-138122: Add some screenshots to the profiling.sampling docs (#142676)
Pablo Galindo Salgado
12 days
14
-5/+7163
*
gh-141938: document treatment of `OSError` raised by `HTTPConnection.getrespo...
Bénédikt Tran
12 days
1
-5/+10
*
typo fixes in docs (#142683)
SYan212
12 days
4
-4/+4
*
Add 'Show translation source' to docs sidebar (#130355)
Stan Ulbrych
13 days
1
-0/+6
*
Add missing comma to tuple in `except*` docs (#142395)
dr-carlos
13 days
1
-1/+1
*
gh-142411: Change documentation to reflect the new docstring adjustments in 3...
decorator-factory
13 days
2
-15/+12
*
gh-142568: Fix eval() docs to use 'source' parameter name (#142644)
Joshua Ward
13 days
1
-3/+3
*
gh-76007: Deprecate `__version__` attribute in `http.server` (#142658)
Hugo van Kemenade
13 days
2
-0/+2
*
GH-139686: Update versionchanged directive to 'next' in importlib (GH-142649)
Brett Cannon
14 days
1
-1/+1
*
gh-139686: Make reloading a lazy module no-op (GH-139857)
Amer Esmail Elsheikh
14 days
1
-0/+6
*
GH-142389: Add backtick markup support in description and epilog (#142390)
Savannah Ostrowski
14 days
2
-0/+25
*
Doc: remove the invalid type variables of typing.TextIO and BinaryIO (#142642)
Roman Donchenko
14 days
1
-2/+2
*
gh-142217: Deprecate the private _Py_Identifier C API (#142221)
Victor Stinner
2025-12-12
2
-0/+14
*
gh-138122: Add code examples to the profiling.sampling ddocs (#142609)
Pablo Galindo Salgado
2025-12-12
1
-0/+66
*
gh-138122: Add exception profiling mode to the sampling profiler (#142561)
Pablo Galindo Salgado
2025-12-11
2
-4/+73
*
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon
2025-12-11
9
-53/+47
*
GH-142203: Remove the `debug_override` parameter from `packaging.util.cache_f...
Brett Cannon
2025-12-11
1
-7/+4
*
Use subcommand over sub-command in argparse docs (#142488)
Savannah Ostrowski
2025-12-11
1
-3/+3
*
Remove file accidentally added to `Doc/` (#142563)
Stan Ulbrych
2025-12-11
1
-785/+0
*
gh-138122: Make the tachyon profiler opcode-aware (#142394)
Pablo Galindo Salgado
2025-12-11
2
-29/+875
*
GH-97850: Remove all uses and definitions of `load_module()` from importlib (...
Brett Cannon
2025-12-10
5
-105/+38
*
Updates to PyManager docs based on feedback. (GH-142473)
Steve Dower
2025-12-09
1
-7/+40
*
gh-140727: Restructure profiling documentation for PEP 799 (#142373)
Pablo Galindo Salgado
2025-12-09
13
-692/+2132
*
gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272)
Sam Gross
2025-12-08
2
-0/+9
*
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
Donghee Na
2025-12-08
1
-0/+6
*
gh-108202: ``calendar``: Document ``prweek`` (#108466)
Apurva Khatri
2025-12-08
1
-0/+5
*
gh-141732: Fix `ExceptionGroup` repr changing when original exception sequenc...
dr-carlos
2025-12-07
1
-0/+6
*
gh-138122: Improve the profiling section in the 3.15 what's new document (#14...
Pablo Galindo Salgado
2025-12-07
1
-95/+78
[next]