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
/
Misc
/
NEWS.d
/
next
/
Documentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
Serhiy Storchaka
2024-02-12
1
-0/+1
*
gh-114123: Migrate docstring from _csv to csv (#114124)
Skip Montanaro
2024-01-18
1
-0/+7
*
Python 3.13.0a3
v3.13.0a3
Thomas Wouters
2024-01-17
3
-5/+0
*
gh-95649: Document that asyncio contains uvloop code (#107536)
Alois Klink
2024-01-12
1
-0/+3
*
gh-110746: Improve markup in ``tkinter.ttk.rst`` (#111236)
Akshat Khandelwal
2023-12-15
1
-0/+1
*
gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc...
Matt Prodani
2023-11-30
1
-0/+1
*
Python 3.13.0a1
v3.13.0a1
Thomas Wouters
2023-10-13
14
-24/+0
*
gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#...
Radislav Chugunov
2023-10-10
1
-0/+1
*
GH-109209: Bump the minimum Sphinx version to 4.2 (#109210)
Adam Turner
2023-09-21
1
-0/+1
*
gh-102757: fix function signature mismatch for `functools.reduce` between cod...
Xuehai Pan
2023-09-18
1
-0/+2
*
gh-102823: Document return type of floor division on floats (#102824)
Mark Dickinson
2023-09-07
1
-0/+2
*
gh-105052:update timeit function's description (#105060)
R
2023-08-27
1
-0/+1
*
gh-107305: Update the C-API Docs for PEP 684 (gh-107324)
Eric Snow
2023-07-28
1
-0/+3
*
gh-54738: Add argparse i18n howto (#104562)
Tomas R
2023-07-23
1
-0/+1
*
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka
2023-07-22
1
-0/+1
*
gh-107008: Document the curses module variables LINES and COLS (GH-107011)
Serhiy Storchaka
2023-07-22
1
-0/+2
*
gh-106232: Make timeit doc command lines compatible with Windows. (#106296)
Terry Jan Reedy
2023-07-01
1
-0/+2
*
gh-89412: Add missing attributes (added in 3.10) to traceback module docs (#1...
Jakub Kuczys
2023-06-05
1
-0/+2
*
gh-105172: Fixed functools.lru_cache typed argument docstring. (GH-105173)
Bar Harel
2023-05-31
1
-0/+2
*
GH-89455: Add missing attributes (added in 3.11) to traceback module docs (#1...
Jakub Kuczys
2023-05-29
1
-0/+3
*
gh-104943: Remove mentions of old Python versions (#104945)
Tomas R
2023-05-26
1
-0/+1
*
Python 3.12.0b1
v3.12.0b1
Thomas Wouters
2023-05-22
5
-8/+0
*
gh-67056: document that registering/unregistering an atexit func from within ...
Irit Katriel
2023-05-15
1
-0/+2
*
gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)
Franek Magiera
2023-04-26
1
-0/+2
*
gh-48241: Clarify URL needs to be encoded when provided to urlopen and Reques...
Michael Blahay
2023-04-26
1
-0/+1
*
gh-99202: Fix extension type from documentation for compiling in C++20 mode ...
Jeffrey Newman
2023-04-06
1
-0/+1
*
gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)
Yeojin Kim
2023-04-05
1
-0/+2
*
Python 3.12.0a7
v3.12.0a7
Thomas Wouters
2023-04-04
1
-1/+0
*
gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (...
Bernhard Wagner
2023-03-29
1
-0/+1
*
Python 3.12.0a6
v3.12.0a6
Thomas Wouters
2023-03-07
2
-3/+0
*
gh-85417: Clarify behaviour on branch cuts in cmath module (#102046)
Mark Dickinson
2023-02-19
1
-0/+1
*
Merge branch 'main' of https://github.com/python/cpython into main
Thomas Wouters
2023-02-07
1
-0/+2
|
\
|
*
gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack...
Oleg Iarygin
2023-02-07
1
-0/+2
*
|
Python 3.12.0a5
v3.12.0a5
Thomas Wouters
2023-02-07
1
-3/+0
|
/
*
gh-88324: Clarify documentation for redirected stdout/stderr when using subpr...
richardhob
2023-01-20
1
-0/+3
*
Python 3.12.0a4
v3.12.0a4
Thomas Wouters
2023-01-10
3
-4/+0
*
gh-100616: Document 'attr' parameter for window.vline() in curses module (#24...
mathieui
2022-12-30
1
-0/+2
*
gh-100472: Fix docs claim that compileall parameters could be bytes (#100473)
Shantanu
2022-12-24
1
-0/+1
*
GH-69564: Clarify use of octal format of mode argument in help(os.chmod) (#20...
amaajemyfren
2022-12-21
1
-0/+1
*
Python 3.12.0a3
v3.12.0a3
Thomas Wouters
2022-12-06
5
-8/+0
*
Use sphinxext-opengraph to generate OpenGraph metadata (#99931)
Hugo van Kemenade
2022-12-05
1
-0/+2
*
bpo-41825: restructure docs for the os.wait*() family (GH-22356)
Georg Brandl
2022-11-28
1
-0/+3
*
gh-89682: [doc] reword docstring of __contains__ to clarify that it returns a...
Ivan Savov
2022-11-26
1
-0/+1
*
gh-88330: Add more detail about what is a resource. (#99801)
Jason R. Coombs
2022-11-26
1
-0/+1
*
GH-92892: Add section about variadic functions to ctypes documentation (#99529)
Ronald Oussoren
2022-11-22
1
-0/+1
*
Python 3.12.0a2
v3.12.0a2
Thomas Wouters
2022-11-14
2
-3/+0
*
gh-98832: Change wording in docstring of `pathlib.Path.iterdir` (GH-98833)
Nikita Sobolev
2022-11-09
1
-0/+1
*
gh-97966: Update uname docs to clarify the special nature of the platform att...
Jason R. Coombs
2022-10-30
1
-0/+2
*
Python 3.12.0a1
v3.12.0a1
Thomas Wouters
2022-10-24
25
-49/+0
*
gh-85525: Remove extra row in doc (#98337)
Joannah Nanjekye
2022-10-16
1
-0/+1
[next]