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-45449: add note about PEP 585 in collections.abc's documentation (GH-2904...
Miss Islington (bot)
2021-10-19
1
-0/+3
*
bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065)
Miss Islington (bot)
2021-10-19
1
-4/+6
*
Improve multiserver queue recipe (GH-29012) (GH-29013)
Miss Islington (bot)
2021-10-17
1
-5/+6
*
[3.10]bpo-45463: Clarify that global statements allows multiple names (GH-288...
Miss Islington (bot)
2021-10-16
1
-4/+4
*
[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...
Serhiy Storchaka
2021-10-14
1
-289/+297
*
[3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...
Miss Islington (bot)
2021-10-14
1
-5769/+10734
*
[docs] lexical_analysis: Expand the text on ``_`` (GH-28903) (GH-28933)
Miss Islington (bot)
2021-10-13
1
-4/+16
*
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
Miss Islington (bot)
2021-10-13
1
-0/+21
*
Slight correct grammar (GH-28860)
Miss Islington (bot)
2021-10-12
1
-1/+1
*
bpo-45441: Update some moved URLs in documentation (GH-28861)
Miss Islington (bot)
2021-10-12
4
-6/+6
*
bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28874)
Miss Islington (bot)
2021-10-12
1
-0/+8
*
bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
Miss Islington (bot)
2021-10-11
1
-2/+2
*
Fix the "Finding all Adverbs" example (GH-21420) (#28839)
Miss Islington (bot)
2021-10-10
1
-2/+2
*
Fix class pattern docs to refer to class patterns (GH-28849)
Miss Islington (bot)
2021-10-10
1
-1/+1
*
bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)
Miss Islington (bot)
2021-10-09
1
-1/+5
*
Fix dataclassses spelling (GH-28837) (GH-28841)
Miss Islington (bot)
2021-10-09
1
-1/+1
*
[3.10] Remove draft notice on the 3.10 What's new document (GH-28806) (GH-28807)
Miss Islington (bot)
2021-10-07
1
-7/+0
*
[3.10] Fix typo in whatsnew 3.10.rst (GH-26854) (GH-28782)
Miss Islington (bot)
2021-10-07
1
-1/+1
*
[doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28772)
Miss Islington (bot)
2021-10-06
1
-0/+4
*
bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...
Miss Islington (bot)
2021-10-06
1
-5/+4
*
[3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)
Christian Clauss
2021-10-06
12
-16/+16
*
sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28694)
Miss Islington (bot)
2021-10-05
2
-4/+4
*
[doc] Fix gethostbyname_ex description (GH-28700) (GH-28742)
Miss Islington (bot)
2021-10-05
1
-2/+2
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (G...
Miss Islington (bot)
2021-10-02
2
-5/+5
*
bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687)
Miss Islington (bot)
2021-10-02
2
-7/+7
*
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
Miss Islington (bot)
2021-10-01
1
-0/+27
*
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-...
Miss Islington (bot)
2021-09-29
1
-0/+1
*
[3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)
Łukasz Langa
2021-09-28
9
-19/+19
*
[doc] fix minor typo for argparse (GH-28451)
Miss Islington (bot)
2021-09-28
1
-1/+1
*
[3.10] bpo-43914: What's New 3.10: add new SyntaxError attributes (GH-28558) ...
Łukasz Langa
2021-09-25
1
-1/+6
*
bpo-45277: Fix typo in codecs doc (GH-28555)
Miss Islington (bot)
2021-09-25
1
-1/+1
*
bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536)
Miss Islington (bot)
2021-09-23
1
-1/+2
*
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)...
Miss Islington (bot)
2021-09-23
1
-1/+7
*
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-28529)
Miss Islington (bot)
2021-09-23
1
-0/+3
*
Fix legacy logging module URL (GH-28528)
Miss Islington (bot)
2021-09-23
1
-1/+1
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)
Miss Islington (bot)
2021-09-23
29
-69/+69
*
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Łukasz Langa
2021-09-21
4
-4/+4
*
[3.10] bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494)...
Łukasz Langa
2021-09-21
1
-0/+9
*
Docs: Clarify the before_and_after() example (GH-28458) (#28464)
Miss Islington (bot)
2021-09-20
1
-3/+4
*
bpo-30637: Improve the docs of ast.parse regarding differences with compile()...
Miss Islington (bot)
2021-09-19
1
-0/+13
*
bpo-45198: __set_name__ documentation not clear about its usage with non-desc...
Miss Islington (bot)
2021-09-18
1
-29/+34
*
[3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440)
Miss Islington (bot)
2021-09-18
1
-1/+1
*
[doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28433)
Miss Islington (bot)
2021-09-17
1
-1/+2
*
bpo-42038: fix description of returned list of lines (GH-27529) (GH-28428)
Miss Islington (bot)
2021-09-17
1
-6/+6
*
[doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-2...
Miss Islington (bot)
2021-09-17
1
-1/+1
*
bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-...
Miss Islington (bot)
2021-09-17
1
-1/+2
*
Fix typo and add a module prefix (GH-28401)
Miss Islington (bot)
2021-09-17
1
-2/+2
*
docs: correct references to __isub__ etc (GH-28297)
Miss Islington (bot)
2021-09-16
1
-132/+132
*
bpo-45089: Improve sqlite3 trace callback docs (GH-28238) (GH-28371)
Miss Islington (bot)
2021-09-15
1
-5/+13
*
bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.1...
Miss Islington (bot)
2021-09-14
1
-0/+6
[next]