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
*
[3.8] bpo-31907: [doc] clarify that str.format() does not support arbitrary e...
Miss Islington (bot)
2021-03-28
1
-2/+2
*
bpo-39231: correct tutorial annotations section (GH-25029)
Miss Islington (bot)
2021-03-27
1
-1/+1
*
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, GH-5...
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
*
bpo-43353: Document that logging.getLevelName() accepts string representation...
Mariusz Felisiak
2021-03-17
1
-8/+17
*
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
Miss Islington (bot)
2021-03-16
1
-11/+15
*
[3.8] bpo-43285: Whats New entry for 3.8.9. (GH-24889)
Gregory P. Smith
2021-03-16
1
-0/+9
*
Fix typo in the word "spaghetti" (GH-24866)
Miss Islington (bot)
2021-03-15
1
-1/+1
*
[3.8] [doc] Document logging.basicConfig default format (GH-23710) (GH-24847)
Andre Delfino
2021-03-15
1
-1/+3
*
bpo-43199: Briefly explain why no goto (GH-24852)
Miss Islington (bot)
2021-03-15
1
-1/+9
*
Update link to Django's Context class. (GH-24805) (#24842)
Miss Islington (bot)
2021-03-13
2
-2/+2
*
[3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)
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-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
Miss Islington (bot)
2021-03-09
1
-1/+1
*
bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24791)
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-43396: Normalise naming in sqlite3 doc examples (GH-24746)
Miss Islington (bot)
2021-03-04
1
-25/+25
*
bpo-42840: Document providing kwargs to type. (GH-24173)
Miss Islington (bot)
2021-03-01
1
-1/+8
*
[3.8] [doc] Document VIRTUAL_ENV environment variable (GH-21970) (GH-24363)
Miss Islington (bot)
2021-03-01
1
-0/+4
*
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
Miss Islington (bot)
2021-03-01
1
-1/+3
*
closes bpo-43266: Improve array formatting. (GH-24573) (GH-24585)
Miss Islington (bot)
2021-03-01
1
-4/+4
*
bpo-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626)
Miss Islington (bot)
2021-03-01
2
-8/+7
*
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) (GH-24632)
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
*
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
Miss Islington (bot)
2021-02-21
1
-2/+2
*
Fix typo in dis module doc (GH-24509)
Miss Islington (bot)
2021-02-20
1
-1/+1
*
bpo-43042: Augment tutorial sentence (GH-24514)
Miss Islington (bot)
2021-02-20
1
-1/+2
*
closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)
Miss Islington (bot)
2021-02-19
1
-2/+2
*
Remove all links to mingw.org (GH-24552)
Miss Islington (bot)
2021-02-18
2
-4/+1
*
Add a warning block around the get_referrers() documentation (GH-24511)
Miss Islington (bot)
2021-02-15
1
-4/+5
*
[3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529)
Senthil Kumaran
2021-02-15
5
-5/+67
*
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
Miss Islington (bot)
2021-02-13
1
-2/+3
*
[3.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495)
Ken Jin
2021-02-09
1
-1/+1
*
[3.8] bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24494)
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
*
Simple typo fix (GH-24448)
Miss Islington (bot)
2021-02-05
1
-1/+1
*
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
Miss Islington (bot)
2021-02-03
1
-0/+5
*
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
*
Fix typos in unittest documentation (GH-24194)
Miss Islington (bot)
2021-01-20
1
-3/+3
*
bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)
Miss Islington (bot)
2021-01-20
1
-1/+1
*
bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent ...
Miss Islington (bot)
2021-01-07
1
-1/+1
*
bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
Miss Islington (bot)
2021-01-06
1
-1/+1
[next]