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
...
*
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
Miss Islington (bot)
2021-06-06
1
-1/+1
*
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-2649...
Miss Islington (bot)
2021-06-04
1
-1/+1
*
[3.10] bpo-44305: Improve syntax error for try blocks without except or final...
Pablo Galindo
2021-06-03
1
-0/+14
*
Add bpo-42914 to What's New (GH-25124)
Miss Islington (bot)
2021-06-03
1
-0/+3
*
[3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (...
Irit Katriel
2021-06-01
1
-2/+3
*
bpo-44246: Remove note about access by index now that a compatibility shim is...
Miss Islington (bot)
2021-05-31
1
-4/+1
*
bpo-42085: [docs] Add versionadded for am_send in type object documentation (...
Miss Islington (bot)
2021-05-29
1
-0/+2
*
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446)
Miss Islington (bot)
2021-05-29
2
-9/+12
*
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26...
Miss Islington (bot)
2021-05-29
2
-0/+18
*
[3.10] bpo-44246: Update What's New for importlib.metadata. (GH-26408) (GH-26...
Miss Islington (bot)
2021-05-27
1
-3/+9
*
[3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inac...
Miss Islington (bot)
2021-05-27
1
-0/+8
*
[3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-2...
Miss Islington (bot)
2021-05-26
6
-0/+151
*
bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as cont...
Miss Islington (bot)
2021-05-26
1
-3/+4
*
Point to recent link to PyFLTK (GH-26315) (GH-26366)
Miss Islington (bot)
2021-05-25
1
-1/+1
*
bpo-20408: Fix memoryview() signature in docs (GH-24431)
Miss Islington (bot)
2021-05-25
2
-9/+8
*
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...
Miss Islington (bot)
2021-05-25
2
-1/+4
*
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
Miss Islington (bot)
2021-05-25
1
-2/+2
*
bpo-44151: Various grammar, word order, and markup fixes (GH-26344) (GH-26345)
Miss Islington (bot)
2021-05-25
1
-10/+10
*
bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338)
Miss Islington (bot)
2021-05-25
1
-10/+11
*
bpo-44195: Use 'TraversableResources' in the docs to match the implementation...
Miss Islington (bot)
2021-05-24
1
-2/+2
*
Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)
Miss Islington (bot)
2021-05-23
1
-1/+1
*
bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
Miss Islington (bot)
2021-05-23
1
-1/+1
*
bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26311)
Miss Islington (bot)
2021-05-22
2
-10/+12
*
Remove duplicate words in docs. (GH-26167) (GH-26296)
Miss Islington (bot)
2021-05-22
6
-9/+9
*
Specify Python Cookbook edition for reference (GH-26301) (#26302)
Miss Islington (bot)
2021-05-21
1
-2/+2
*
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
Miss Islington (bot)
2021-05-21
1
-1/+1
*
[doc] Fix indentation in inspect documentation (GH-24846) (GH-26287)
Miss Islington (bot)
2021-05-21
1
-4/+4
*
[3.10] bpo-43882 - Mention urllib.parse changes in Whats new section. (GH-26275)
Senthil Kumaran
2021-05-21
1
-0/+7
*
[doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26256)
Miss Islington (bot)
2021-05-19
1
-2/+2
*
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co...
Miss Islington (bot)
2021-05-19
1
-2/+2
*
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
Miss Islington (bot)
2021-05-19
2
-0/+12
*
bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) (...
Miss Islington (bot)
2021-05-19
1
-1/+2
*
bpo-44106: Purge unused sqlite3 doc includes (GH-26234)
Miss Islington (bot)
2021-05-19
8
-138/+0
*
bpo-44106: Improve sqlite3 example database contents (GH-26027)
Miss Islington (bot)
2021-05-19
9
-42/+37
*
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
Miss Islington (bot)
2021-05-19
1
-1/+5
*
[3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (...
Ćukasz Langa
2021-05-18
1
-0/+7
*
Apply edits from Allen Downey's review of the linear_regression docs. (GH-261...
Miss Islington (bot)
2021-05-17
1
-17/+9
*
[doc] Fix typo in os module (GH-24464)
Miss Islington (bot)
2021-05-16
1
-1/+1
*
bpo-32133: Improve numbers docs (GH-26124) (GH-26149)
Miss Islington (bot)
2021-05-15
1
-1/+1
*
bpo-44139: Use a more descriptive syntax error comprehension case in the What...
Miss Islington (bot)
2021-05-15
1
-2/+2
*
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
Miss Islington (bot)
2021-05-14
1
-4/+5
*
bpo-43729: Clarify comment in tutorial example (GH-25191) (#26136)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
Subprocess Protocols Documentation (GH-20950) (GH-26133)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
[3.10] [doc] Fix typos in cgi.rst (GH-24766) (GH-26132)
Irit Katriel
2021-05-14
1
-4/+4
*
Update doc as relative import can be used with star import (GH-25667) (GH-26121)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
Reword paragraph on specific value for Py_LIMITED_API (GH-26101) (GH-26123)
Miss Islington (bot)
2021-05-14
1
-12/+12
*
Updated code example for asyncio.gather (GH-20604) (GH-26119)
Miss Islington (bot)
2021-05-14
1
-8/+11
*
bpo-43977: Update pattern matching language reference docs (GH-25917) (GH-26117)
Miss Islington (bot)
2021-05-14
2
-8/+36
*
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
Miss Islington (bot)
2021-05-14
5
-1038/+1156
*
bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090...
Miss Islington (bot)
2021-05-14
1
-0/+8
[prev]
[next]