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] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421)
Miss Islington (bot)
2022-02-21
1
-3/+3
*
Counter doc mentions three methods, but lists four (GH-30706)
Miss Islington (bot)
2022-02-19
1
-1/+1
*
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Miss Islington (bot)
2022-02-18
7
-181/+82
*
[3.10] Update html.parser.rst (GH-30678) (GH-31385)
Miss Islington (bot)
2022-02-17
1
-1/+1
*
Update the OMG link (GH-30383)
Miss Islington (bot)
2022-02-15
1
-1/+1
*
Fix the signature of multiprocessing.set_executable (GH-31276)
Miss Islington (bot)
2022-02-14
1
-2/+2
*
Update __main__.rst (GH-30896)
Miss Islington (bot)
2022-02-14
1
-1/+1
*
doc: use colon for all color's rangs (GH-28998) (#31336)
Miss Islington (bot)
2022-02-14
1
-2/+2
*
bpo-38619: Update the documentation for UUID.hex (GH-29830)
Miss Islington (bot)
2022-02-14
1
-1/+1
*
[3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (G...
Dennis Sweeney
2022-02-14
1
-2/+2
*
Corrections to format precision description. (GH-31291)
Miss Islington (bot)
2022-02-14
1
-5/+6
*
bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...
Miss Islington (bot)
2022-02-11
1
-4/+0
*
bpo-43532: add version added to KW_ONLY (GH-31235)
Miss Islington (bot)
2022-02-09
1
-0/+2
*
[3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132)
Terry Jan Reedy
2022-02-04
1
-1/+1
*
Optimize images by IMGbot (GH-21348)
Miss Islington (bot)
2022-02-04
3
-1/+1
*
Add recipe for subslices (GH-31095)
Raymond Hettinger
2022-02-03
1
-0/+6
*
Fix minor details in the Counter docs (GH-31029) (GH-31072)
Miss Islington (bot)
2022-02-02
1
-3/+10
*
[3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without arg...
Miss Islington (bot)
2022-01-27
1
-9/+8
*
bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-2...
Miss Islington (bot)
2022-01-27
1
-2/+7
*
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)
Miss Islington (bot)
2022-01-27
1
-4/+6
*
bpo-43698: do not use `...` as argument name in docs (GH-30502)
Miss Islington (bot)
2022-01-26
2
-6/+6
*
Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840)
Miss Islington (bot)
2022-01-23
1
-3/+12
*
bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424)
Miss Islington (bot)
2022-01-23
1
-1/+10
*
bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) (#...
Miss Islington (bot)
2022-01-22
1
-7/+12
*
doc: Clarify os.urandom return type (GH-30282)
Miss Islington (bot)
2022-01-19
1
-1/+1
*
Update documentation in datetime module strftime-and-strptime-behavior fix ty...
Miss Islington (bot)
2022-01-19
1
-5/+5
*
[3.10] bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335...
Miss Islington (bot)
2022-01-19
1
-33/+84
*
[3.10] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (GH-30...
Erlend Egeberg Aasland
2022-01-18
1
-8/+22
*
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
Miss Islington (bot)
2022-01-18
1
-2/+9
*
bpo-20823: Clarify copyreg.pickle() documentation (GH-30230)
Miss Islington (bot)
2022-01-18
1
-2/+2
*
bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existi...
Miss Islington (bot)
2022-01-14
1
-7/+6
*
bpo-23183: Document the timeit output (GH-30359)
Miss Islington (bot)
2022-01-14
1
-0/+7
*
Define Py_BUILD_CORE_MODULE
Miss Islington (bot)
2022-01-13
1
-2/+2
*
Remove unused `Any` from `Concatenate` example in typing docs (GH-30516)
Miss Islington (bot)
2022-01-11
1
-1/+1
*
bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
Miss Islington (bot)
2022-01-08
1
-8/+9
*
bpo-46290: Fix parameter names in dataclasses docs (GH-30450)
Miss Islington (bot)
2022-01-08
1
-12/+12
*
[3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)
Miss Islington (bot)
2022-01-07
1
-0/+3
*
bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
Miss Islington (bot)
2022-01-07
1
-5/+4
*
bpo-46216: remove spurious link to os.system() from os.time() documentation (...
Miss Islington (bot)
2022-01-07
1
-8/+8
*
[3.10] bpo-46251: Add 'Security Considerations' section to logging configuraâ...
Miss Islington (bot)
2022-01-06
1
-0/+14
*
Fix missing "," in the documentation of Executor Objects (GH-30404)
Miss Islington (bot)
2022-01-04
1
-1/+1
*
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...
Miss Islington (bot)
2022-01-04
1
-1/+2
*
bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH...
Miss Islington (bot)
2022-01-04
1
-1/+1
*
Add doctest and improve readability for move_to_end() example. (GH-30370) (GH...
Miss Islington (bot)
2022-01-04
1
-3/+5
*
bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multipl...
Miss Islington (bot)
2022-01-03
1
-1/+6
*
argparse docs: prog default is the basename of argv[0] (GH-30298) (GH-30339)
Miss Islington (bot)
2022-01-02
1
-1/+2
*
bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330)
Miss Islington (bot)
2022-01-01
1
-0/+10
*
[3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250)
Miss Islington (bot)
2021-12-29
1
-1/+1
*
Fix typo in io.rst (GH-30218)
Miss Islington (bot)
2021-12-26
1
-1/+1
*
doc: fix a typo in unittest.mock.rst (GH-30227)
Miss Islington (bot)
2021-12-26
1
-1/+1
[next]