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
*
Fix typo in sorting HOWTO (#98888)
partev
2022-10-31
1
-1/+1
*
Doc: Fix sphinx-lint issues (GH-98911)
Julien Palard
2022-10-31
1
-1/+1
*
gh-98576: Fix types in dataclass.InitVar example (gh-98577)
Shantanu
2022-10-31
1
-2/+2
*
gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)
David Hewitt
2022-10-31
1
-0/+2
*
gh-97966: Update uname docs to clarify the special nature of the platform att...
Jason R. Coombs
2022-10-30
1
-4/+8
*
glossary.rst: Fix typo in package definition (GH-98865)
ab
2022-10-29
1
-1/+1
*
Fix typo in docs (GH-98863)
Yuvi Panda
2022-10-29
1
-1/+1
*
gh-93358: Fix python-config docs for how to embed Python (#98649)
Erlend E. Aasland
2022-10-29
1
-6/+6
*
dataclasses docs: consistent indentation (4 spaces) in examples (#98855)
FC Stegerman
2022-10-29
1
-16/+16
*
gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
Mateusz
2022-10-28
1
-0/+2
*
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
domragusa
2022-10-28
2
-6/+33
*
Fix typo in contextvars docs (#98823)
cburroughs
2022-10-28
1
-1/+1
*
`argparse` docs: normalize constant references (#98765)
Skip Montanaro
2022-10-28
1
-5/+6
*
gh-98657: [docs] `array.typecodes` is a module-level attribute (#98729)
Nikita Sobolev
2022-10-28
1
-3/+8
*
gh-65002: Make note that null bytes are used to pad bytes (#98635)
Stanley
2022-10-28
1
-1/+4
*
gh-96143: Improve perf profiler docs (#96445)
Erlend E. Aasland
2022-10-27
4
-38/+102
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
1
-1/+12
*
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob
2022-10-27
1
-0/+3
*
Python documents state elsewhere that a comma is not an operator, so … (GH-...
Gerardwx
2022-10-27
1
-1/+1
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
1
-2/+0
*
gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (#98720)
Erlend E. Aasland
2022-10-26
1
-5/+5
*
gh-98644: point people to tomllib from configparser’s docs (#98645)
Philipp A
2022-10-26
1
-4/+8
*
gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355)
fancidev
2022-10-26
1
-0/+3
*
docs: Change links to label refs (#98454)
Stanley
2022-10-26
9
-9/+14
*
gh-77753: Add example for values that compare equal in stdtypes (#98497)
Stanley
2022-10-26
1
-5/+3
*
gh-84747: Add `async for` comment for StreamReader (#98633)
Stanley
2022-10-26
1
-1/+2
*
fix a typo in whatsnew/3.11 (#98603)
July Tikhonov
2022-10-25
1
-1/+1
*
Fix typos in deprecation section of 3.11 What's New (#98628)
Jacob Walls
2022-10-25
1
-3/+3
*
gh-97937: dis docs: add adaptive=False (#97939)
Jelle Zijlstra
2022-10-25
1
-13/+29
*
gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple exam...
Eclips4
2022-10-25
1
-1/+1
*
gh-98623: Fix base classes in `typing.rst` (#98626)
Nikita Sobolev
2022-10-25
1
-2/+2
*
gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits (#98631)
C.A.M. Gerlach
2022-10-25
1
-22/+91
*
gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri...
Nikita Sobolev
2022-10-24
1
-72/+78
*
GH-91635: clarify docs about closing of transport in asyncio (#98563)
Kumar Aditya
2022-10-24
1
-1/+2
*
gh-98500: Fix typing docs for `*View` classes (#98511)
Nikita Sobolev
2022-10-24
1
-4/+4
*
gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604)
Jelle Zijlstra
2022-10-24
1
-1/+1
*
gh-97909: Mark up members of PyMemberDef (GH-98473)
Johnny11502
2022-10-24
1
-21/+21
*
gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583)
C.A.M. Gerlach
2022-10-24
1
-20/+43
*
gh-95913: Add io support for SpooledTemporaryFile in 3.11 Whatsnew (#98312)
C.A.M. Gerlach
2022-10-24
1
-0/+13
*
gh-95913: Edit & expand Deprecated section of 3.11 WhatsNew (#98581)
C.A.M. Gerlach
2022-10-24
1
-82/+108
*
gh-95913: Edit, expand & format Bytecode sect in 3.11 WhatsNew (GH-98559)
C.A.M. Gerlach
2022-10-24
1
-39/+81
*
gh-95913: Edit, link and sort 3.11 WhatsNew Build section (#98588)
C.A.M. Gerlach
2022-10-24
1
-57/+67
*
gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section (#98585)
C.A.M. Gerlach
2022-10-24
1
-30/+31
*
gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section (#98584)
C.A.M. Gerlach
2022-10-24
1
-58/+61
*
gh-95913 Add string section to Whatsnew with new Template methods (#98311)
C.A.M. Gerlach
2022-10-24
1
-0/+12
*
gh-91524: Speed up the regular expression substitution (#91525)
Serhiy Storchaka
2022-10-23
1
-0/+5
*
gh-98561: Fix a typo in typing (GH-98562)
Omkaar
2022-10-23
1
-1/+1
*
no-issue: typo fix in c-api/tuple.rst (gh-98560)
wim glenn
2022-10-23
1
-1/+1
*
gh-95913: Edit & expand Optimizations in 3.11 WhatsNew (#98426)
C.A.M. Gerlach
2022-10-22
1
-20/+39
*
gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (#98304)
C.A.M. Gerlach
2022-10-22
2
-16/+35
[next]