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
*
gh-95913: Copyedit, xref and organize enum section (GH-98295)
Miss Islington (bot)
2022-10-18
1
-38/+64
*
gh-95913: Prepare remaining Whatsnew sections for editing (GH-98342)
Miss Islington (bot)
2022-10-18
1
-28/+105
*
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
C.A.M. Gerlach
2022-10-17
49
-93/+85
*
Move random selection recipes from itertools.rst to random.rst (GH-98369)
Miss Islington (bot)
2022-10-17
2
-25/+31
*
gh-85525: Remove extra row in doc (GH-98337)
Miss Islington (bot)
2022-10-17
1
-1/+0
*
gh-95914: Add What's New item describing PEP 670 changes (GH-98315)
Miss Islington (bot)
2022-10-17
1
-0/+11
*
GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336)
Miss Islington (bot)
2022-10-16
1
-76/+22
*
[3.11] gh-98307: Add docstring and documentation for SysLogHandler.cr… (GH-...
Vinay Sajip
2022-10-16
1
-0/+11
*
gh-85299: Add note warning about entry point guard for asyncio example (GH-93...
Miss Islington (bot)
2022-10-16
2
-1/+9
*
[3.11] Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH...
Miss Islington (bot)
2022-10-15
1
-4/+5
*
[3.11] [doc] Update logging cookbook with an example of custom handli… (GH-...
Vinay Sajip
2022-10-15
1
-4/+206
*
docs(typing): harmonize "See PEP x for more details" (GH-97927)
Miss Islington (bot)
2022-10-15
1
-10/+8
*
Faster sieve() recipe (GH-98287)
Miss Islington (bot)
2022-10-15
1
-8/+27
*
gh-98227: executionmodel.rst: except* can also bind names (GH-98256)
Miss Islington (bot)
2022-10-15
1
-1/+1
*
gh-85525: Indicate supported sound header formats (GH-21575)
Miss Islington (bot)
2022-10-15
1
-0/+49
*
gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-...
Miss Islington (bot)
2022-10-15
1
-65/+84
*
gh-96265: Formatting changes for faq/general (GH-98129)
Miss Islington (bot)
2022-10-12
1
-12/+18
*
tutorial: remove "with single quotes" (GH-98204)
Miss Islington (bot)
2022-10-12
1
-1/+1
*
gh-65046: Link to logging cookbook from asyncio docs (GH-98207)
Miss Islington (bot)
2022-10-12
2
-1/+4
*
Formatting fixes in contextlib docs (GH-98111)
Miss Islington (bot)
2022-10-12
1
-11/+17
*
gh-95276: Add callable entry to the glossary (GH-95738)
Miss Islington (bot)
2022-10-12
1
-0/+10
*
gh-96130: Rephrase use of "typecheck" verb for clarity (GH-98144)
Miss Islington (bot)
2022-10-12
1
-10/+10
*
gh-98172: Fix formatting in `except*` docs (GH-98173)
Miss Islington (bot)
2022-10-11
1
-12/+11
*
[3.11] gh-88452: Add a warning about non-portability of environments. (GH-981...
Miss Islington (bot)
2022-10-10
1
-0/+13
*
gh-83940: os docs: Improve wording for getenv/getenvb (GH-98113)
Miss Islington (bot)
2022-10-10
1
-4/+4
*
doc: remove a misleading statement. (GH-98093)
Miss Islington (bot)
2022-10-10
1
-2/+2
*
Fix types in buffer/memoryview docs (GH-98118)
Miss Islington (bot)
2022-10-10
2
-2/+2
*
gh-56133: copyreg docs: Clarify function/constructor parameter (GH-95497)
Miss Islington (bot)
2022-10-10
1
-9/+6
*
Minor edits to the Descriptor HowTo Guide (GH-24901)
Miss Islington (bot)
2022-10-09
1
-6/+8
*
gh-97913 Docs: Add walrus operator to the index (GH-97921)
Miss Islington (bot)
2022-10-08
1
-0/+6
*
gh-97822: Fix http.server documentation reference to test() function (GH-98027)
Miss Islington (bot)
2022-10-08
1
-2/+2
*
gh-57179: Add note on symlinks for os.walk (GH-94799)
Miss Islington (bot)
2022-10-08
1
-1/+2
*
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
Miss Islington (bot)
2022-10-07
1
-1/+1
*
gh-61105: Add default param, note on using cookiejar subclass (GH-95427)
Miss Islington (bot)
2022-10-07
1
-3/+5
*
[3.11] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699)...
Miss Islington (bot)
2022-10-07
1
-1/+2
*
Add a warning message about PyOS_snprintf (GH-95993)
Miss Islington (bot)
2022-10-07
1
-1/+2
*
[3.11] gh-96959: Update HTTP links which are redirected to HTTPS (GH-98039) (...
Miss Islington (bot)
2022-10-07
2
-2/+2
*
gh-64921: Clarify wording for open()'s newline arg (GH-96171)
Miss Islington (bot)
2022-10-07
1
-2/+2
*
gh-71316: Update dis documentation to include changes to jump arguments (GH-9...
Miss Islington (bot)
2022-10-07
1
-0/+4
*
Misc updates to the itertools recipes and tests (GH-98018)
Miss Islington (bot)
2022-10-07
1
-6/+40
*
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
Miss Islington (bot)
2022-10-07
2
-14/+2
*
[3.11] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98007)
Miss Islington (bot)
2022-10-07
1
-10/+10
*
[3.11] gh-97850: Remove the open issues section from the import reference (GH...
Miss Islington (bot)
2022-10-06
1
-19/+0
*
[3.11] Docs: pin sphinx-lint (GH-97992) (GH-97993)
Miss Islington (bot)
2022-10-06
1
-1/+1
*
[3.11] Backport effc25f 3.11 (#97991)
Barry Warsaw
2022-10-06
1
-0/+3
*
gh-86482: Document assignment expression need for ()s (GH-23291)
Miss Islington (bot)
2022-10-06
1
-0/+7
*
[3.11] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97976)
Miss Islington (bot)
2022-10-06
8
-40/+18
*
[3.11] gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (#97947)
Miss Islington (bot)
2022-10-06
1
-1/+1
*
GH-88968: Add notes about socket ownership transfers (GH-97936)
Miss Islington (bot)
2022-10-05
2
-0/+48
*
[3.11] gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh...
Miss Islington (bot)
2022-10-05
1
-1/+1
[next]