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
*
Doc: io: Remove "In-memory streams" section (GH-24927)
Miss Islington (bot)
2021-04-01
1
-10/+0
*
bpo-42840: Document providing kwargs to type. (GH-24173)
Miss Islington (bot)
2021-04-01
1
-1/+8
*
bpo-42225: IDLE - document two unix-related problems. (GH-25078)
Miss Islington (bot)
2021-03-31
1
-2/+17
*
bpo-31907: [doc] clarify that str.format() does not support arbitrary express...
Miss Islington (bot)
2021-03-28
1
-2/+2
*
bpo-43644: Add docs for importlib.resources.as_file. (GH-25048)
Miss Islington (bot)
2021-03-28
1
-0/+16
*
bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)
Miss Islington (bot)
2021-03-27
1
-1/+1
*
bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025) (#25...
Miss Islington (bot)
2021-03-26
1
-5/+4
*
Clarify attribute docs on types.ModuleType (GH-24974)
Miss Islington (bot)
2021-03-23
1
-2/+30
*
Add a warning block around the get_referrers() documentation (GH-24511)
Miss Islington (bot)
2021-03-18
1
-4/+5
*
[3.9] [doc] Document logging.basicConfig default format (GH-23710) (GH-24835)
Miss Islington (bot)
2021-03-15
1
-1/+3
*
Fix typos in unittest documentation (GH-24194)
Miss Islington (bot)
2021-03-14
1
-3/+3
*
Update link to Django's Context class. (GH-24805) (#24841)
Miss Islington (bot)
2021-03-13
2
-2/+2
*
[3.9] bpo-43353: Document that logging.getLevelName() accepts string represen...
Mariusz Felisiak
2021-03-12
1
-8/+17
*
[3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811)
Pablo Galindo
2021-03-10
1
-0/+5
*
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
Miss Islington (bot)
2021-03-09
1
-1/+1
*
bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24790)
Miss Islington (bot)
2021-03-08
1
-1/+1
*
Put contextvars docs into the concurrency category (GH-24760)
Miss Islington (bot)
2021-03-06
2
-1/+1
*
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
Miss Islington (bot)
2021-03-06
1
-4/+4
*
bpo-43400: Remove "easy to use" from mock docs (GH-24752) (GH-24758)
Miss Islington (bot)
2021-03-05
1
-1/+1
*
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
Miss Islington (bot)
2021-03-04
1
-25/+25
*
Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
Miss Islington (bot)
2021-03-03
1
-0/+5
*
Doc: Improve library/json document. (GH-24390)
Miss Islington (bot)
2021-03-02
1
-7/+6
*
Fix grammar in enum documentation. (GH-24689)
Miss Islington (bot)
2021-03-01
1
-1/+1
*
bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)
Miss Islington (bot)
2021-02-24
1
-13/+13
*
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
Miss Islington (bot)
2021-02-24
1
-0/+9
*
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
Miss Islington (bot)
2021-02-22
1
-6/+12
*
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
Miss Islington (bot)
2021-02-21
1
-14/+15
*
Fix typo in dis module doc (GH-24509)
Miss Islington (bot)
2021-02-20
1
-1/+1
*
[3.9] Minor improvements to the convolve() recipe (GH-24520)
Pablo Galindo
2021-02-15
1
-2/+2
*
[3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)
Senthil Kumaran
2021-02-15
2
-5/+25
*
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
Miss Islington (bot)
2021-02-13
1
-2/+3
*
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493)
Ken Jin
2021-02-09
1
-0/+2
*
bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)
Miss Islington (bot)
2021-02-07
1
-1/+2
*
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
Miss Islington (bot)
2021-01-31
1
-4/+0
*
Fixing typos in turtle.rst (GH-24376)
Miss Islington (bot)
2021-01-29
1
-6/+6
*
Fixed typo in turtle.rst (GH-24371)
Miss Islington (bot)
2021-01-29
1
-1/+1
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Miss Islington (bot)
2021-01-27
1
-1/+1
*
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
Miss Islington (bot)
2021-01-22
1
-8/+9
*
[3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.p...
Yair Frid
2021-01-07
1
-1/+1
*
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
Vladimir
2021-01-06
1
-13/+0
*
bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
Miss Islington (bot)
2021-01-06
1
-2/+2
*
Revert "[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-236...
Julien Palard
2021-01-04
8
-10/+10
*
[3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23...
Serhiy Storchaka
2021-01-03
1
-6/+8
*
bpo-42781: Document the mechanics of cached_property from a user viewpoint (G...
Miss Islington (bot)
2021-01-01
1
-4/+14
*
Fixes a typo in importlib.metadata. (GH-23921) (#24029)
Miss Islington (bot)
2020-12-31
1
-2/+2
*
[3.9] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24017)
Andre Delfino
2020-12-31
1
-0/+6
*
bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
Miss Islington (bot)
2020-12-29
1
-2/+2
*
[doc] Fix missing commas in signatures (GH-23693)
Miss Islington (bot)
2020-12-29
2
-3/+3
*
bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
Miss Islington (bot)
2020-12-29
1
-1/+1
*
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
Miss Islington (bot)
2020-12-27
1
-1/+1
[next]