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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.15.0a4
v3.15.0a4
Hugo van Kemenade
2 days
1
-1/+1
*
gh-138122: Add blocking mode for accurate stack traces in Tachyon (#142998)
Pablo Galindo Salgado
2025-12-23
1
-0/+53
*
gh-138122: Allow tachyon to write and read binary output (#142730)
Pablo Galindo Salgado
2025-12-22
1
-3/+100
*
gh-89152: Note truth testing exception in `stdtypes.rst` (#137640)
Stan Ulbrych
2025-12-22
1
-2/+4
*
gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-...
Gregory P. Smith
2025-12-21
1
-6/+37
*
gh-142834: pdb commands command should use last available breakpoint (#142835)
Hai Zhu
2025-12-20
1
-1/+2
*
gh-142527: Docs: Clarify that random.seed() discards the sign of an integer i...
Andrej
2025-12-19
1
-1/+1
*
gh-118342: [Enum] update docs (GH-137290)
Ethan Furman
2025-12-18
1
-2/+3
*
gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)
Donghee Na
2025-12-18
1
-0/+11
*
gh-137063: Document that ast node types replaced by Constant are no longer av...
James
2025-12-18
1
-9/+10
*
gh-142876: remove reference to thread in documentation of `asyncio.Queue.shut...
Damian Birchler
2025-12-17
1
-1/+1
*
Python 3.15.0a3
v3.15.0a3
Hugo van Kemenade
2025-12-16
5
-7/+7
*
gh-142019: Add description about the exponent of result formatted with presen...
1nftf
2025-12-16
1
-0/+3
*
gh-83926: BlockingIOError characters_written is byte count (#141215)
Cody Maloney
2025-12-16
1
-2/+2
*
gh-141218: Fix inaccurate object comparison documentation (#141221)
Mohsin Mehmood
2025-12-16
1
-1/+1
*
Remove duplicate content in `Mapping types - dict` documentation (#141036)
Owain Davies
2025-12-16
1
-3/+0
*
decimal docs: specification link and examples (#128698)
Sergey B Kirpichev
2025-12-16
1
-4/+26
*
gh-106318: Add examples for str.ljust() method (#142719)
Adorilson Bezerra
2025-12-16
1
-0/+13
*
gh-130536: Add details to `os.path` documentation (#130557)
Arthur Wigo
2025-12-16
1
-9/+26
*
gh-85204: Improve `locale.setlocale` example (#132683)
Stan Ulbrych
2025-12-16
1
-13/+12
*
gh-124864: Extends smtplib documentation on ESMTP options format (#132547)
Patrick R
2025-12-16
1
-2/+4
*
gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` ...
Bartosz Sławecki
2025-12-16
1
-3/+5
*
gh-85222: Document the global start method side effect in multiprocessing (GH...
AN Long
2025-12-15
1
-14/+72
*
gh-142020: ctypes docs: Note that find_library relies on the programs it runs...
Petr Viktorin
2025-12-15
1
-0/+5
*
gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...
Pablo Galindo Salgado
2025-12-15
1
-12/+91
*
gh-106318: Add examples for str.isnumeric() (#142680)
Adorilson Bezerra
2025-12-14
1
-0/+15
*
gh-138122: Add some screenshots to the profiling.sampling docs (#142676)
Pablo Galindo Salgado
2025-12-14
11
-4/+93
*
gh-141938: document treatment of `OSError` raised by `HTTPConnection.getrespo...
Bénédikt Tran
2025-12-14
1
-5/+10
*
typo fixes in docs (#142683)
SYan212
2025-12-14
1
-1/+1
*
gh-142411: Change documentation to reflect the new docstring adjustments in 3...
decorator-factory
2025-12-13
1
-2/+2
*
gh-142568: Fix eval() docs to use 'source' parameter name (#142644)
Joshua Ward
2025-12-13
1
-3/+3
*
GH-139686: Update versionchanged directive to 'next' in importlib (GH-142649)
Brett Cannon
2025-12-12
1
-1/+1
*
gh-139686: Make reloading a lazy module no-op (GH-139857)
Amer Esmail Elsheikh
2025-12-12
1
-0/+6
*
GH-142389: Add backtick markup support in description and epilog (#142390)
Savannah Ostrowski
2025-12-12
1
-0/+21
*
Doc: remove the invalid type variables of typing.TextIO and BinaryIO (#142642)
Roman Donchenko
2025-12-12
1
-2/+2
*
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
1
-4/+67
*
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon
2025-12-11
3
-14/+19
*
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
*
gh-138122: Make the tachyon profiler opcode-aware (#142394)
Pablo Galindo Salgado
2025-12-11
1
-29/+90
*
GH-97850: Remove all uses and definitions of `load_module()` from importlib (...
Brett Cannon
2025-12-10
1
-80/+15
*
gh-140727: Restructure profiling documentation for PEP 799 (#142373)
Pablo Galindo Salgado
2025-12-09
9
-679/+2110
*
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-101100: Fix references to the set methods (GH-141857)
Serhiy Storchaka
2025-12-05
1
-101/+109
*
gh-48752: Add readline.get_pre_input_hook() function (#141586)
Sanyam Khurana
2025-12-05
1
-0/+9
*
gh-135676: Reword the f-string (and t-string) section (GH-137469)
Petr Viktorin
2025-12-03
1
-85/+111
*
Document None for timeout argument of select.select (#142177)
Petr Viktorin
2025-12-02
1
-2/+2
*
gh-141473: Document not calling Popen.wait after Popen.communicate times out....
Gregory P. Smith
2025-12-01
1
-0/+5
[next]