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
*
gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (GH-1...
Miss Islington (bot)
2022-12-10
1
-1/+1
*
gh-96250: Improve sqlite3 injection attack example (GH-99270)
Miss Islington (bot)
2022-12-08
1
-6/+10
*
[3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Łukasz Langa
2022-12-06
3
-9/+20
*
[3.10] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100044)
Miss Islington (bot)
2022-12-06
1
-1/+3
*
gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
Miss Islington (bot)
2022-12-05
1
-0/+7
*
[3.10] dataclasses.rst: Prevent horizontal scrolling (gh-100025). (gh-100029)
Eric V. Smith
2022-12-05
1
-1/+2
*
gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ...
Miss Islington (bot)
2022-12-04
1
-7/+10
*
[3.10] GH-98906 ```re``` module: ```search() vs. match()``` section should me...
Miss Islington (bot)
2022-11-30
1
-6/+12
*
Docs: improve accuracy of socketserver reference (GH-24767)
Miss Islington (bot)
2022-11-29
1
-7/+3
*
gh-90717: Update the documentation for the altchars paremeter in base64 libra...
Steve Dower
2022-11-29
1
-8/+11
*
Docs: both sqlite3 "point examples" now adapt to str (GH-99823)
Miss Islington (bot)
2022-11-27
1
-1/+1
*
doc: Remove backslashes in doctest grammar docs (GH-29346)
Miss Islington (bot)
2022-11-27
1
-3/+3
*
[3.10] gh-99795: Fix typo in importlib.resources.abc (GH-99796) (GH-99800)
Jason R. Coombs
2022-11-26
1
-1/+1
*
[3.10] gh-99502: mention bytes-like objects as input in `secrets.compare_dige...
Miss Islington (bot)
2022-11-26
1
-1/+3
*
gh-96168: Add sqlite3 row factory how-to (GH-99507)
Miss Islington (bot)
2022-11-25
1
-41/+119
*
GH-92892: Add section about variadic functions to ctypes documentation (GH-99...
Miss Islington (bot)
2022-11-22
1
-0/+20
*
[3.10] gh-99146 struct module documentation should have more predictable exam...
Miss Islington (bot)
2022-11-22
1
-76/+206
*
[3.10] GH-95815: Document less specific error for os.remove (GH-99571) (#99639)
Miss Islington (bot)
2022-11-21
1
-1/+1
*
[3.10] gh-85073: Add some missing links to source (GH-99363) (#99589)
Stanley
2022-11-19
8
-0/+22
*
[3.10] gh-92119: ctypes: Print exception class name instead of its representa...
Kamil Turek
2022-11-13
1
-3/+3
*
gh-99392: Fix sqlite3 converter recipes (GH-99393)
Miss Islington (bot)
2022-11-12
1
-3/+22
*
gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
Miss Islington (bot)
2022-11-11
1
-0/+9
*
GH-99183: Document behavior of count() for empty substrings (GH-99339)
Miss Islington (bot)
2022-11-10
1
-0/+6
*
gh-99238: clarify the type of the env dict. (GH-99253)
Miss Islington (bot)
2022-11-08
1
-3/+7
*
Fix broken link in `asyncio-subprocesses` doc (GH-99214)
Miss Islington (bot)
2022-11-08
1
-1/+1
*
gh-94286 Fix documentation of print default param (GH-94297)
Miss Islington (bot)
2022-11-06
1
-1/+1
*
minor edits to locale doc (GH-98537)
Miss Islington (bot)
2022-11-04
1
-13/+16
*
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...
Miss Islington (bot)
2022-11-03
1
-3/+4
*
[3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (...
Serhiy Storchaka
2022-11-03
1
-0/+3
*
gh-65002: Make note that null bytes are used to pad bytes (GH-98635)
Miss Islington (bot)
2022-11-03
1
-1/+4
*
[3.10] gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958) (#...
Jelle Zijlstra
2022-11-02
1
-2/+2
*
gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)
Miss Islington (bot)
2022-11-02
1
-3/+8
*
gh-98576: Fix types in dataclass.InitVar example (gh-98577)
Miss Islington (bot)
2022-10-31
1
-2/+2
*
Fix typo in contextvars docs (GH-98823)
Miss Islington (bot)
2022-10-28
1
-1/+1
*
[3.10] `argparse` docs: normalize constant references (#98765) (#98808)
Alex Waygood
2022-10-28
1
-4/+5
*
[3.10] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720...
Erlend E. Aasland
2022-10-26
1
-2/+2
*
gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355)
Miss Islington (bot)
2022-10-26
1
-0/+3
*
gh-77753: Add example for values that compare equal in stdtypes (GH-98497)
Miss Islington (bot)
2022-10-26
1
-5/+3
*
gh-84747: Add `async for` comment for StreamReader (GH-98633)
Miss Islington (bot)
2022-10-26
1
-1/+2
*
gh-98623: Fix base classes in `typing.rst` (GH-98626)
Miss Islington (bot)
2022-10-25
1
-2/+2
*
gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri...
Miss Islington (bot)
2022-10-24
1
-72/+78
*
GH-91635: clarify docs about closing of transport in asyncio (GH-98563)
Miss Islington (bot)
2022-10-24
1
-1/+2
*
gh-98500: Fix typing docs for `*View` classes (GH-98511)
Miss Islington (bot)
2022-10-24
1
-4/+4
*
gh-98561: Fix a typo in typing (GH-98562)
Miss Islington (bot)
2022-10-23
1
-1/+1
*
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...
Miss Islington (bot)
2022-10-21
1
-1/+2
*
[3.10] [doc] Refresh the venv introduction documentation, and correct… (GH-...
Vinay Sajip
2022-10-19
1
-59/+134
*
[3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)
C.A.M. Gerlach
2022-10-17
28
-42/+42
*
gh-85299: Add note warning about entry point guard for asyncio example (GH-93...
Miss Islington (bot)
2022-10-16
2
-1/+9
*
[3.10] docs(typing): harmonize "See PEP x for more details" (GH-97927). (#98293)
Jelle Zijlstra
2022-10-16
1
-6/+5
*
gh-65046: Link to logging cookbook from asyncio docs (GH-98207)
Miss Islington (bot)
2022-10-12
1
-1/+2
[next]