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
...
*
Doc: Found some remaining default roles. (GH-98392)
Julien Palard
2022-10-18
4
-4/+4
*
Doc: missing underscore in hyperlink. (GH-98391)
Julien Palard
2022-10-18
1
-1/+1
*
gh-95913: Copyedit, xref and organize enum section (#98295)
C.A.M. Gerlach
2022-10-18
1
-38/+64
*
gh-95913: Prepare remaining Whatsnew sections for editing (#98342)
C.A.M. Gerlach
2022-10-18
1
-28/+105
*
GH-98363: Add itertools.batched() (GH-98364)
Raymond Hettinger
2022-10-17
1
-37/+39
*
Move random selection recipes from itertools.rst to random.rst (GH-98369)
Raymond Hettinger
2022-10-17
2
-25/+31
*
gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345)
C.A.M. Gerlach
2022-10-17
2
-4/+4
*
gh-95914: Add What's New item describing PEP 670 changes (#98315)
C.A.M. Gerlach
2022-10-17
1
-0/+11
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
1
-1/+1
*
gh-95913: Forward-port int/str security change to 3.11 What's New in main (#9...
C.A.M. Gerlach
2022-10-17
1
-0/+11
*
GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336)
Raymond Hettinger
2022-10-16
1
-76/+22
*
gh-85525: Remove extra row in doc (#98337)
Joannah Nanjekye
2022-10-16
1
-1/+0
*
gh-85299: Add note warning about entry point guard for asyncio example (#93457)
Stanley
2022-10-16
2
-1/+9
*
gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-...
Vinay Sajip
2022-10-16
1
-0/+11
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
2
-0/+20
*
Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294)
Raymond Hettinger
2022-10-15
1
-4/+5
*
[doc] Update logging cookbook with an example of custom handling of levels. (...
Vinay Sajip
2022-10-15
1
-4/+206
*
docs(typing): harmonize "See PEP x for more details" (#97927)
Simon Legner
2022-10-15
1
-10/+8
*
Faster sieve() recipe (#98287)
Raymond Hettinger
2022-10-15
1
-8/+27
*
gh-98227: executionmodel.rst: except* can also bind names (#98256)
BiscuitCandy
2022-10-15
1
-1/+1
*
gh-96258: move Py_REFCNT and Py_SET_REFCNT to reference counting page (#96259)
QuakeIV
2022-10-15
2
-21/+22
*
gh-85455: Add missing doc strings and improve docs (#21573)
Joannah Nanjekye
2022-10-15
1
-2/+2
*
gh-85525: Indicate supported sound header formats (#21575)
Joannah Nanjekye
2022-10-15
1
-0/+49
*
gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-...
Julien Palard
2022-10-15
1
-65/+84
*
Mark all targets in `Doc/Makefile` as `PHONY` (GH-98189)
Nikita Sobolev
2022-10-12
1
-3/+3
*
gh-96265: Formatting changes for faq/general (#98129)
Stanley
2022-10-12
1
-12/+18
*
tutorial: remove "with single quotes" (#98204)
Jelle Zijlstra
2022-10-12
1
-1/+1
*
gh-65046: Link to logging cookbook from asyncio docs (#98207)
Shantanu
2022-10-12
2
-1/+4
*
Formatting fixes in contextlib docs (#98111)
Stanley
2022-10-12
1
-11/+17
*
gh-95276: Add callable entry to the glossary (#95738)
MonadChains
2022-10-12
1
-0/+10
*
gh-96130: Rephrase use of "typecheck" verb for clarity (#98144)
Shantanu
2022-10-12
1
-10/+10
*
gh-98172: Fix formatting in `except*` docs (#98173)
Jelle Zijlstra
2022-10-11
1
-12/+11
*
gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)
Julien Palard
2022-10-11
8
-1082/+7
*
gh-71616: Add note to warn against general translation of saxutils.escape() (...
Stanley
2022-10-11
1
-0/+5
*
gh-88452: Add a warning about non-portability of environments. (GH-98155)
Vinay Sajip
2022-10-10
1
-0/+13
*
gh-83940: os docs: Improve wording for getenv/getenvb (#98113)
Stanley
2022-10-10
1
-4/+4
*
doc: remove a misleading statement. (GH-98093)
Julien Palard
2022-10-10
1
-2/+2
*
Fix types in buffer/memoryview docs (#98118)
da-woods
2022-10-10
2
-2/+2
*
gh-56133: copyreg docs: Clarify function/constructor parameter (#95497)
Stanley
2022-10-10
1
-9/+6
*
Update whatsnew instructions for GitHub (#98124)
Carl Meyer
2022-10-09
1
-2/+2
*
Minor edits to the Descriptor HowTo Guide (GH-24901)
Géry Ogam
2022-10-09
1
-6/+8
*
GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...
Kumar Aditya
2022-10-08
1
-0/+18
*
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado
2022-10-08
1
-0/+7
*
gh-97913 Docs: Add walrus operator to the index (#97921)
Hugo van Kemenade
2022-10-08
1
-0/+6
*
[doc] Fix broken links to C extensions accelerating stdlib modules (#96914)
partev
2022-10-08
1
-3/+6
*
gh-97822: Fix http.server documentation reference to test() function (#98027)
JasonYZ
2022-10-08
1
-2/+2
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
2
-1/+25
*
gh-57179: Add note on symlinks for os.walk (#94799)
Stanley
2022-10-07
1
-1/+2
*
gh-61105: Add default param, note on using cookiejar subclass (#95427)
Stanley
2022-10-07
1
-3/+5
*
gh-96073: fix backticks in NEWS entry (GH-98056)
Jelle Zijlstra
2022-10-07
1
-1/+1
[prev]
[next]