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
*
[doc] Link to section File input (GH-28941) (GH-29375)
Miss Islington (bot)
2021-11-02
1
-1/+1
*
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-...
Miss Islington (bot)
2021-11-02
1
-1/+1
*
[3.10] Move field width to the right field (GH-29344) (GH-29351)
Miss Islington (bot)
2021-10-31
1
-2/+2
*
bpo-45516: add protocol description to the Traversable documentation (GH-29039)
Miss Islington (bot)
2021-10-31
1
-0/+40
*
Fix docs source link for importlib.metadata (GH-29025)
Miss Islington (bot)
2021-10-30
1
-1/+1
*
bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2...
Miss Islington (bot)
2021-10-29
1
-7/+8
*
bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) ...
Miss Islington (bot)
2021-10-29
1
-0/+6
*
bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309)
Miss Islington (bot)
2021-10-29
1
-1/+2
*
[3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)
Alex Waygood
2021-10-29
2
-11/+45
*
bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29285)
Miss Islington (bot)
2021-10-28
1
-2/+2
*
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...
Miss Islington (bot)
2021-10-28
1
-1/+2
*
bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219...
Miss Islington (bot)
2021-10-28
1
-0/+46
*
[3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() ...
Sam Gross
2021-10-28
3
-9/+33
*
Fix typo in Counter documentation (GH-29223)
Miss Islington (bot)
2021-10-28
1
-1/+1
*
bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-...
Miss Islington (bot)
2021-10-27
1
-0/+4
*
bpo-44344: Document that pow can return a complex number for non-complex inpu...
Miss Islington (bot)
2021-10-21
1
-1/+4
*
bpo-41983: add availability info to socket docs (GH-27519) (GH-29136)
Miss Islington (bot)
2021-10-21
1
-0/+4
*
[3.10] bpo-44174: [Enum] add reference to name mangling (GH-29117)
Ethan Furman
2021-10-21
1
-3/+3
*
bpo-34451: Document prompt and output toggle feature in html tutorial (GH-271...
Miss Islington (bot)
2021-10-21
1
-0/+7
*
bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)
Ethan Furman
2021-10-21
1
-2/+12
*
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...
Miss Islington (bot)
2021-10-20
1
-0/+23
*
Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)
Miss Islington (bot)
2021-10-20
1
-1/+1
*
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
[next]