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
*
[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
*
Add convolve() to the itertools recipes (GH-23928) (GH-23949)
Miss Islington (bot)
2020-12-26
1
-0/+12
*
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
Miss Islington (bot)
2020-12-25
1
-2/+3
*
BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881)
Miss Islington (bot)
2020-12-23
1
-5/+5
*
bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) (...
Miss Islington (bot)
2020-12-22
1
-0/+5
*
[3.9] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23859)
Andre Delfino
2020-12-22
7
-80/+80
*
[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-...
Andre Delfino
2020-12-22
32
-90/+90
*
bpo-42572: Improve argparse docs for the type parameter. (GH-23849) (GH-23869)
Miss Islington (bot)
2020-12-20
1
-50/+57
*
bpo-41724: Explain when the conversion is not possible with detect_types enab...
Miss Islington (bot)
2020-12-20
1
-1/+3
*
[3.9] bpo-42675: Document collections.abc.Callable changes (GH-23839) (#23852)
kj
2020-12-19
1
-0/+3
*
bpo-42559: Not that getrandbits() is non-negative. (GH-23843) (GH-23851)
Miss Islington (bot)
2020-12-19
1
-4/+5
*
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844...
Miss Islington (bot)
2020-12-19
1
-2/+2
*
bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) (GH-...
Miss Islington (bot)
2020-12-19
1
-1/+1
*
bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)
Miss Islington (bot)
2020-12-18
1
-1/+1
*
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
Miss Islington (bot)
2020-12-18
1
-0/+40
*
bpo-39096: Format specification documentation fixes for numeric types (GH-23575)
Miss Islington (bot)
2020-12-18
1
-12/+23
*
Fix indentation for get_stats_profile() docs (GH-23618)
Miss Islington (bot)
2020-12-16
1
-1/+1
*
[3.9] bpo-42517: [Enum] deprecate private name members (GH-23722) (GH-23748)
Miss Islington (bot)
2020-12-14
1
-0/+9
*
[3.9] [doc] Link to issue regarding logging.disable level param default value...
Andre Delfino
2020-12-10
1
-2/+2
*
bpo-38843: Document behavior of default when the attribute is already set (GH...
Miss Islington (bot)
2020-12-07
1
-1/+9
*
Fix bz2 examples markup (GH-23580)
Miss Islington (bot)
2020-12-01
1
-8/+0
*
[3.9] [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) (GH-23380)
Julien Palard
2020-12-01
2
-3/+3
*
bpo-42501: Revise the usage note for Enums with the choices (GH-23563) (GH-2...
Miss Islington (bot)
2020-11-30
1
-14/+3
*
bpo-42450: Minor updates to the itertools recipes (GH-23555) (GH-23562)
Miss Islington (bot)
2020-11-29
1
-5/+5
*
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-235...
Miss Islington (bot)
2020-11-29
1
-12/+31
*
Fix dis markup (GH-23524)
Miss Islington (bot)
2020-11-28
1
-6/+6
*
Fix multiprocessing markup (GH-23525)
Miss Islington (bot)
2020-11-28
1
-3/+3
*
Typo (GH-23482) (#23483)
Miss Islington (bot)
2020-11-24
1
-1/+1
*
Doc: fix typo in typing.Type docs (GH-23460)
Miss Islington (bot)
2020-11-22
1
-1/+1
[next]