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] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses ...
Serhiy Storchaka
2021-01-04
1
-6/+8
*
Bring Python into the new year. (GH-24036)
Miss Islington (bot)
2021-01-01
2
-2/+2
*
Fixes a typo in importlib.metadata. (GH-23921) (#24030)
Miss Islington (bot)
2020-12-31
1
-2/+2
*
[3.8] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24016)
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-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
*
[3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-...
Andre Delfino
2020-12-22
30
-84/+84
*
[3.8] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23860)
Andre Delfino
2020-12-22
6
-77/+76
*
bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871)
Miss Islington (bot)
2020-12-20
1
-1/+2
*
bpo-41724: Explain when the conversion is not possible with detect_types enab...
Miss Islington (bot)
2020-12-20
1
-1/+3
*
[3.8] bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23835)
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
*
[3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869)
Miss Islington (bot)
2020-12-16
1
-1/+1
*
[3.8] [doc] Link to issue regarding logging.disable level param default value...
Andre Delfino
2020-12-10
1
-2/+2
*
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
Miss Islington (bot)
2020-12-01
1
-3/+0
*
Fix bz2 examples markup (GH-23580)
Miss Islington (bot)
2020-12-01
1
-8/+0
*
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-235...
Miss Islington (bot)
2020-11-29
1
-12/+31
*
Fix multiprocessing markup (GH-23525)
Miss Islington (bot)
2020-11-28
1
-3/+3
*
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
Miss Islington (bot)
2020-11-28
1
-1/+1
*
bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
Miss Islington (bot)
2020-11-27
1
-5/+10
*
Doc: fix typo in typing.Type docs (GH-23460)
Miss Islington (bot)
2020-11-22
1
-1/+1
*
bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
Miss Islington (bot)
2020-11-22
1
-2/+1
*
Fix wrong availability for signal.SIGCHLD (GH-23285) (#23426)
Miss Islington (bot)
2020-11-21
1
-1/+1
*
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...
Miss Islington (bot)
2020-11-21
1
-2/+4
*
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
Miss Islington (bot)
2020-11-21
1
-1/+1
*
[3.8] bpo-38320: Clarify that expectedFailure is satisfied by either failure ...
Miss Islington (bot)
2020-11-18
1
-5/+6
*
[3.8] Remove outdated reference to pywin32 from platform module (GH-22005) (G...
Miss Islington (bot)
2020-11-17
1
-7/+0
*
bpo-42339: Adds note about KB2533623 to embeddable package docs (GH-23322)
Steve Dower
2020-11-16
1
-0/+6
*
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
Miss Islington (bot)
2020-11-16
1
-3/+3
*
fix typo in ThreadedChildWatcher docs (GH-23277)
Miss Islington (bot)
2020-11-14
1
-1/+1
*
bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-2...
Miss Islington (bot)
2020-11-13
1
-1/+3
*
bpo-42042: Use ids attribute instead of names attribute (GH-22739)
Miss Islington (bot)
2020-11-13
1
-2/+2
*
Minor wording change in concurrent.futures. (GH-23194)
Miss Islington (bot)
2020-11-08
1
-3/+3
*
[3.8] bpo-42230: Improve asyncio documentation regarding accepting sets vs it...
Jakub Stasiak
2020-11-02
1
-3/+3
*
bpo-6761: Enhance __call__ documentation (GH-7987)
Miss Skeleton (bot)
2020-10-27
1
-1/+1
*
Add a link to buffer protocol in bytearray() doc (GH-22675)
Miss Skeleton (bot)
2020-10-26
1
-2/+2
*
bpo-29981: Add examples and update index for set, dict, and generator compreh...
Miss Skeleton (bot)
2020-10-25
3
-0/+30
*
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
Miss Skeleton (bot)
2020-10-25
1
-1/+1
*
[3.8] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22902)
Miss Skeleton (bot)
2020-10-22
1
-10/+4
*
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
Miss Skeleton (bot)
2020-10-22
1
-0/+15
*
[3.8] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22889)
larryhastings
2020-10-22
2
-2/+0
*
bpo-41910: specify the default implementations of object.__eq__ and object.__...
Miss Skeleton (bot)
2020-10-22
1
-6/+8
*
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
Miss Skeleton (bot)
2020-10-21
2
-21/+11
*
[3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text ...
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
[3.8] bpo-39416: Document some restrictions on the default string representat...
Miss Skeleton (bot)
2020-10-21
1
-0/+18
*
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
Miss Skeleton (bot)
2020-10-21
2
-7/+1
[next]