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-85864: io docs: Add missing position-only parameters (GH-91950)
Miss Islington (bot)
2022-04-30
1
-17/+17
*
sorting howto: Add clarification on < using __lt__ (GH-92010)
Miss Islington (bot)
2022-04-29
1
-1/+4
*
Add note that headers added via urllib.request.add_header are added to redire...
Miss Islington (bot)
2022-04-27
1
-1/+2
*
gh-84459: Make wording more specific for Path.replace (GH-91853)
Miss Islington (bot)
2022-04-27
2
-2/+2
*
gh-68966: Document mailcap deprecation in Python 3.11 (GH-91971)
Miss Islington (bot)
2022-04-27
3
-2/+7
*
[3.9] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91935)
Ezio Melotti
2022-04-26
1
-0/+24
*
[3.9] Update Sphinx bpo role to use redirect URI. (#91891)
Ezio Melotti
2022-04-24
1
-1/+1
*
[3.9] gh-85864: Mark positional-only args in io docs (GH-91683). (#91848)
Jelle Zijlstra
2022-04-23
1
-9/+9
*
gh-91547: Remove "Undocumented modules" page (GH-91682)
Miss Islington (bot)
2022-04-22
2
-27/+0
*
bpo-23747: Enhance platform doc, document default behavior (GH-31462)
Miss Islington (bot)
2022-04-20
1
-6/+8
*
bpo-30718: Add information about text buffering (GH-32351)
Miss Islington (bot)
2022-04-20
1
-1/+5
*
Add link to sys.path in os lib (GH-91679)
Miss Islington (bot)
2022-04-20
1
-2/+2
*
Fix awkward sentence in signal docs (GH-91508)
Miss Islington (bot)
2022-04-20
1
-4/+5
*
[3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31...
Oleg Iarygin
2022-04-19
7
-11/+11
*
Doc: Fix link formatting typo (GH-91659)
Miss Islington (bot)
2022-04-19
1
-1/+1
*
Remove duplicate explanation (GH-91534)
Miss Islington (bot)
2022-04-18
1
-4/+0
*
gh-89885: Improve import example in language reference (GH-91523) (#91649)
Miss Islington (bot)
2022-04-17
1
-6/+4
*
gh-91541: Fix error in example in modules tutorial (GH-91634)
Miss Islington (bot)
2022-04-17
1
-1/+1
*
gh-90923: Improve sqlite3.Connection.execute* docs (GH-91643)
Miss Islington (bot)
2022-04-17
1
-12/+9
*
gh-82849: revise intro to os.path.rst (GH-32232)
Miss Islington (bot)
2022-04-16
1
-11/+4
*
Add link to documentation translation list (GH-91560) (#91588)
Miss Islington (bot)
2022-04-16
1
-0/+4
*
bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702) (GH-9...
Miss Islington (bot)
2022-04-15
1
-1/+2
*
gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)
Miss Islington (bot)
2022-04-15
1
-2/+2
*
Add redirects to Misc/NEWS bpo links (GH-91454) (GH-91536)
Miss Islington (bot)
2022-04-14
1
-1/+2
*
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
Miss Islington (bot)
2022-04-14
1
-2/+2
*
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
Miss Islington (bot)
2022-04-14
1
-0/+1
*
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91465)
Miss Islington (bot)
2022-04-13
1
-6/+11
*
pickle docs: Fix typos and improve wording (GH-24776) (GH-32396)
Miss Islington (bot)
2022-04-08
1
-24/+23
*
ssl docs: Fix typo (GH-32336)
Miss Islington (bot)
2022-04-07
1
-1/+1
*
c-api docs: There are five fields, not four (GH-32379)
Miss Islington (bot)
2022-04-07
1
-1/+1
*
doc: Link to `string.capwords` from `str.title` (GH-20913)
Miss Islington (bot)
2022-04-07
1
-1/+5
*
pkgutil docs: Link sys constants, add backticks (GH-32356)
Miss Islington (bot)
2022-04-07
1
-4/+4
*
ssl docs: Fix typo (GH-32314)
Miss Islington (bot)
2022-04-07
1
-1/+1
*
[3.9] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32375)
Ken Jin
2022-04-06
2
-2/+2
*
stdtypes docs: fix typo (GH-32349)
Miss Islington (bot)
2022-04-06
1
-1/+1
*
bpo-47235: Note where a typo is intentional in code. (GH-32348)
Miss Islington (bot)
2022-04-06
1
-4/+4
*
[3.9] bpo-45790: List macros in same order in which fields are described (GH-...
Jelle Zijlstra
2022-04-05
1
-2/+2
*
bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)
Miss Islington (bot)
2022-04-05
1
-36/+1
*
crypt docs: Fix references to `methods` attr (GH-26806)
Miss Islington (bot)
2022-04-05
1
-4/+3
*
bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)
Miss Islington (bot)
2022-04-05
1
-1/+1
*
bpo-47007: [doc] `str` special method lookup (GH-31863)
Miss Islington (bot)
2022-04-05
1
-1/+2
*
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
Miss Islington (bot)
2022-04-05
2
-37/+52
*
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH...
Miss Islington (bot)
2022-04-04
1
-0/+6
*
Follow PEP-8 guidelines in tutorial for standard library (GH-26127)
Miss Islington (bot)
2022-04-03
1
-2/+3
*
Language reference: Remove duplicated text about iterable unpacking (GH-25212)
Miss Islington (bot)
2022-04-03
1
-3/+1
*
bpo-24563: Link encoding names to encoding declarations (GH-32274)
Miss Islington (bot)
2022-04-03
1
-3/+2
*
[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)
Jelle Zijlstra
2022-04-02
11
-25/+26
*
[3.9] More minor fixes to C API docs (GH-31714) (GH-32260)
Jelle Zijlstra
2022-04-02
5
-9/+7
*
[3.9] Document func parameter of locale.atof (GH-18183) (GH-32261)
Jelle Zijlstra
2022-04-02
1
-3/+3
*
bpo-45584: Clarify `math.trunc` documentation (GH-29183)
Miss Islington (bot)
2022-04-02
1
-8/+10
[prev]
[next]