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
*
Docs: Fix Sphinx warnings in sys.rst (#108106)
Erlend E. Aasland
2023-08-20
2
-114/+153
*
gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes...
Tomas R
2023-08-20
1
-7/+7
*
gh-107619: Extend functools LRU cache docs with generators and async function...
Hadházy Tamás
2023-08-20
1
-2/+3
*
Fix misspellings in sysconfig docs (#108156)
Rafael Fontenelle
2023-08-20
1
-5/+5
*
gh-107980: fix doc role for asyncio.timeouts (#108126)
Tin Tvrtković
2023-08-19
1
-3/+3
*
Docs: Remove links to external C functions and macros in os.rst (#108138)
Erlend E. Aasland
2023-08-19
1
-25/+27
*
Docs: format sys.float_info properly (#108107)
Erlend E. Aasland
2023-08-19
1
-52/+73
*
gh-107801: Improve the accuracy of os.lseek docs (#107935)
Erlend E. Aasland
2023-08-18
1
-6/+11
*
Minor code clean-up for the factor() recipe (GH-108114)
Raymond Hettinger
2023-08-18
1
-3/+1
*
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner
2023-08-18
1
-2/+2
*
Docs: emphasise warning and add accurate markups for sys.unraisablehook (#108...
Erlend E. Aasland
2023-08-18
1
-17/+21
*
gh-107801: Improve the docs of the SEEK_* constants (#108099)
Erlend E. Aasland
2023-08-17
1
-4/+14
*
Docs: Fix Sphinx warnings in io.rst (#107903)
Erlend E. Aasland
2023-08-17
1
-35/+36
*
gh-107801: Document SEEK_HOLE and SEEK_DATA (#107936)
Erlend E. Aasland
2023-08-17
1
-2/+27
*
GH-92584: Remove Installing Python Modules (Distutils version) (#108020)
Adam Turner
2023-08-16
1
-1/+1
*
gh-56166: Deprecate passing confusing positional arguments in re functions (#...
Serhiy Storchaka
2023-08-16
1
-11/+13
*
GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031)
Adam Turner
2023-08-16
1
-1/+1
*
gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...
Erlend E. Aasland
2023-08-15
1
-0/+6
*
gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292)
Romuald Brunet
2023-08-15
1
-2/+9
*
gh-107877: Update logging levels reference table with usage criteria. (#107894)
Vinay Sajip
2023-08-13
1
-15/+33
*
Add another example to the statistics docs (GH-107904)
Raymond Hettinger
2023-08-13
2
-0/+57
*
gh-107421: Clarify `OrderedDict` Examples and Recipes (#107613)
shailshouryya
2023-08-11
1
-3/+3
*
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher
2023-08-09
1
-1/+1
*
GH-100425: Note improved commutativity in sum(). (GH-107785)
Raymond Hettinger
2023-08-08
1
-1/+1
*
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow
2023-08-07
1
-0/+9
*
Docs: Fix more Sphinx annotations in ctypes.rst (#107708)
Erlend E. Aasland
2023-08-07
1
-42/+43
*
gh-107442: Document all valid types for ctypes _as_parameter_ (#107443)
Tomas R
2023-08-07
1
-3/+4
*
Improve cross-references in `runpy` docs (#107673)
Kamil Turek
2023-08-06
1
-12/+13
*
Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (#107672)
Erlend E. Aasland
2023-08-06
1
-32/+33
*
gh-107662: Switch 'any' and 'anext' in functions.rst (#107663)
Terry Jan Reedy
2023-08-05
1
-2/+2
*
GH-70303: Emit FutureWarning when pathlib glob pattern ends with `**` (GH-105...
Barney Gale
2023-08-04
1
-0/+5
*
gh-107600: Docs: Update ctypes.ArgumentError error message (#107601)
Tomas R
2023-08-04
1
-2/+2
*
Clarify `Self` interaction with subclasses (#107511)
Alexandru Mărășteanu
2023-08-01
1
-10/+21
*
gh-105578: Document that `AnyStr` is deprecated in py313 (#107116)
Michael The
2023-07-31
1
-0/+14
*
gh-105578: Add more usage examples to `typing.AnyStr` docs (#107045)
Michael The
2023-07-31
1
-0/+15
*
gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429)
Dong-hee Na
2023-07-30
1
-2/+3
*
gh-107422: Remove outdated `TypedDict` example from typing docs (#107436)
Rakesh Sabale
2023-07-29
1
-3/+0
*
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka
2023-07-29
40
-88/+104
*
gh-107307: Update the importlib Docs for PEP 684 (gh-107400)
Eric Snow
2023-07-28
1
-0/+31
*
gh-107091: Fix some uses of :const: role (GH-107379)
Serhiy Storchaka
2023-07-28
8
-19/+19
*
gh-106996: Rewrite turtle explanation (#107244)
Daniele Procida
2023-07-27
1
-54/+38
*
gh-107091: Fix some uses of :c:type: role (GH-107138)
Serhiy Storchaka
2023-07-26
1
-6/+6
*
Document that `os.link()` is not available on Emscripten (GH-104822)
Roman Yurchak
2023-07-26
1
-1/+1
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
3
-8/+11
*
gh-106939: document ShareableList nul-strip quirk. (#107266)
Gregory P. Smith
2023-07-25
1
-7/+37
*
gh-106996: Add a how-to section to the turtle documentation (#107153)
Daniele Procida
2023-07-25
1
-0/+114
*
gh-106948: Docs: Disable links for C standard library functions, OS utility f...
Erlend E. Aasland
2023-07-23
4
-29/+29
*
gh-107122: Add clear method to dbm.ndbm module (gh-107126)
Dong-hee Na
2023-07-23
1
-0/+6
*
gh-107122: Add clear method to dbm.gdbm.module (gh-107127)
Dong-hee Na
2023-07-23
1
-0/+7
*
gh-106996: Add the basics of a turtle graphics tutorial (#107072)
Daniele Procida
2023-07-23
1
-16/+134
[next]