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
...
*
Apply suggestions from code review
Miss Islington (bot)
2023-02-08
1
-0/+40
*
[3.10] gh-47937: Note that Popen attributes are read-only (GH-93070) (#101683)
Miss Islington (bot)
2023-02-08
1
-11/+12
*
[3.10] gh-97725: Fix documentation for the default file of `asyncio.Task.prin...
Oleg Iarygin
2023-02-08
1
-1/+1
*
GH-56426: Add cross-reference to the documentation for faulthandler, tracebac...
Miss Islington (bot)
2023-02-04
3
-2/+26
*
gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (GH-10...
Miss Islington (bot)
2023-02-03
1
-2/+8
*
gh-100925: Move array methods under class in array doc (GH-101485)
Miss Islington (bot)
2023-02-03
1
-90/+89
*
Docs: improve accuracy of sqlite3 `check_same_thread` parameter (GH-101351)
Miss Islington (bot)
2023-02-02
1
-4/+7
*
gh-98657: [docs] `array.typecodes` is a module-level attribute (GH-98729)
Miss Islington (bot)
2023-02-01
1
-3/+8
*
gh-77607: Improve accuracy of os.path.join docs (GH-101406)
Miss Islington (bot)
2023-01-31
1
-5/+5
*
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
Miss Islington (bot)
2023-01-30
1
-1/+1
*
gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
Miss Islington (bot)
2023-01-30
1
-0/+2
*
[3.10] [doc] Add a section on logging handler configuration order. (GH-101380...
Miss Islington (bot)
2023-01-27
1
-0/+23
*
[3.10] [doc] Add some notices to logging configuration documentation. (GH-101...
Miss Islington (bot)
2023-01-27
1
-0/+10
*
[3.10] Added asyncio REPL example to docs. (GH-101243) (#101257)
Kumar Aditya
2023-01-23
1
-0/+11
*
[3.10] gh-86610: Use attribute directive in docs for pathlib.PurePath (GH-101...
Miss Islington (bot)
2023-01-20
1
-14/+14
*
[3.10] GH-101111: Disambigaute origin of const for store_const and append_con...
Miss Islington (bot)
2023-01-20
1
-3/+3
*
[3.10] Fix minor typos in SSL documentation (GH-101158) (#101202)
Miss Islington (bot)
2023-01-20
1
-8/+8
*
gh-91485: Avoid unnecessary use of non-Python syntax in io docs (GH-101177)
Miss Islington (bot)
2023-01-20
1
-2/+2
*
[3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positi...
Miss Islington (bot)
2023-01-20
1
-0/+12
*
gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042)
Miss Islington (bot)
2023-01-20
1
-1/+1
*
Docs: improve sqlite3 placeholders example (GH-101092)
Miss Islington (bot)
2023-01-18
1
-13/+12
*
[3.10] gh-101021: Document binary parameters as bytes (GH-101024). (#101052)
Barry Warsaw
2023-01-15
1
-5/+5
*
gh-100668: Clarify how sqlite3 maps parameters onto placeholders (GH-100960)
Miss Islington (bot)
2023-01-14
1
-9/+17
*
[3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...
Serhiy Storchaka
2023-01-13
2
-12/+13
*
GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH...
Miss Islington (bot)
2023-01-12
1
-1/+1
*
[3.10] Fix typos in Doc folder (GH-100880). (#100915)
Hugo van Kemenade
2023-01-10
1
-1/+1
*
bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH...
Miss Islington (bot)
2023-01-09
1
-0/+2
*
gh-100783: fix os.path.join documentation (GH-100811)
Miss Islington (bot)
2023-01-08
1
-11/+12
*
gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatte...
Miss Islington (bot)
2023-01-08
1
-2/+2
*
[3.10] gh-100673: Removed erroneous note in the get_type_hints docs (#100701)...
Alex Waygood
2023-01-07
1
-4/+0
*
gh-99026 update dataclasses docs for when annotations are inspected (gh-100798)
Miss Islington (bot)
2023-01-06
1
-2/+2
*
gh-87691: clarify use of anchor in pathlib docs (GH-100782)
Miss Islington (bot)
2023-01-06
1
-8/+8
*
gh-87691: add an absolute path pathlib example in / operator docs (GH-100737)
Miss Islington (bot)
2023-01-05
1
-1/+8
*
GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100768)
Miss Islington (bot)
2023-01-05
1
-0/+3
*
gh-100428: Make int documentation more accurate (GH-100436)
Miss Islington (bot)
2023-01-02
1
-11/+15
*
gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630)
Miss Islington (bot)
2023-01-01
1
-5/+1
*
gh-96773 Fix documentation of socket backlog (GH-96778)
Miss Islington (bot)
2023-01-01
1
-2/+2
*
gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-...
Miss Islington (bot)
2022-12-30
1
-3/+3
*
[3.10] gh-100583: Improve the `pydoc` documentation (GH-100590) (#100607)
Miss Islington (bot)
2022-12-29
1
-4/+4
*
GH-100101: Clarify documentation of zip's strict option (GH-100103)
Miss Islington (bot)
2022-12-28
1
-4/+14
*
[3.10] gh-99535: Add test for inheritance of annotations and update documenta...
Jelle Zijlstra
2022-12-27
1
-0/+4
*
[3.10] gh-92446: Improve argparse choices docs (GH-94627) (#100529)
Shantanu
2022-12-26
1
-6/+6
*
gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473)
Miss Islington (bot)
2022-12-24
1
-2/+2
*
gh-100428: Make float documentation more accurate (GH-100437)
Miss Islington (bot)
2022-12-24
1
-9/+12
*
gh-77771: Add enterabs example in sched (GH-92716)
Miss Islington (bot)
2022-12-24
1
-5/+11
*
[3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477)
Gregory P. Smith
2022-12-24
1
-3/+3
*
gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced ent...
Miss Islington (bot)
2022-12-21
1
-0/+24
*
gh-99991: improve docs on str.encode and bytes.decode (GH-100198)
Miss Islington (bot)
2022-12-21
1
-27/+33
*
Clarify that every thread has its own default context in contextvars (GH-99246)
Miss Islington (bot)
2022-12-20
1
-0/+5
*
gh-69929: re docs: Add more specific definition of \w (GH-92015)
Miss Islington (bot)
2022-12-20
1
-4/+3
[prev]
[next]