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
*
gh-92994: Clarify importlib "check" example (#92995)
Shantanu
2022-05-23
1
-0/+3
*
gh-73137: Added sub-subsection headers for flags in re (#93000)
Stanley
2022-05-23
1
-30/+42
*
binascii docs: strict_mode parameter is keyword-only (#93055)
Jelle Zijlstra
2022-05-23
1
-1/+1
*
termios docs: fix indentation (#93080)
Jelle Zijlstra
2022-05-22
1
-5/+5
*
gh-91362: reword pickle docs to account for nested classes (#92429)
Shantanu
2022-05-21
1
-6/+6
*
gh-71223: Improve rendering of some references in the docs (GH-93041)
Serhiy Storchaka
2022-05-21
6
-6/+13
*
gh-93019: Fix markup in zipfile.rst (#93025)
Shantanu
2022-05-21
1
-1/+1
*
Take advantage of math.comb() in the nth_combination() recipe (#93027)
Raymond Hettinger
2022-05-20
1
-6/+2
*
Fix a directive in the `pathlib` docs (GH-93030)
Brett Cannon
2022-05-20
1
-1/+1
*
gh-72073: Add Windows case in pathlib.rename (GH-93002)
Stanley
2022-05-20
1
-2/+3
*
gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-9...
CAM Gerlach
2022-05-20
22
-25/+25
*
gh-91860: documentation for typing.dataclass_transform (#92768)
Shantanu
2022-05-20
1
-0/+69
*
Doc: add missing manpage and title references in tkinter docs (#29008)
Rafael Fontenelle
2022-05-20
1
-2/+3
*
Doc: Minor adjustment of `socket.create_server` docs (#26938)
Pavel
2022-05-20
1
-1/+1
*
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...
Mark Shannon
2022-05-19
1
-0/+2
*
gh-92417: `importlib` docs: remove references to unsupported Python versions ...
Alex Waygood
2022-05-19
2
-10/+7
*
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)
Martin Fischer
2022-05-19
3
-0/+7
*
gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (G...
Alex Waygood
2022-05-19
1
-3/+0
*
gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor me...
Alex Waygood
2022-05-19
2
-8/+9
*
gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544)
Alex Waygood
2022-05-19
1
-2/+2
*
gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>...
CAM Gerlach
2022-05-19
1
-27/+21
*
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon
2022-05-19
1
-14/+3
*
Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (#92634)
Jan Brasna
2022-05-19
1
-3/+3
*
gh-87901: Remove the encoding argument from os.popen (GH-92836)
Inada Naoki
2022-05-19
1
-4/+9
*
gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (#92814)
180909
2022-05-18
1
-1/+1
*
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER
2022-05-18
2
-2/+2
*
gh-92780: Improve sqlite3.Connection.create_collation docs (#92790)
Erlend Egeberg Aasland
2022-05-18
1
-11/+8
*
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...
Nikita Sobolev
2022-05-18
1
-2/+5
*
re docs: fix source code link (#92819)
谭九鼎
2022-05-17
1
-1/+1
*
Restore default role check in `make check`. (#92290)
Ezio Melotti
2022-05-15
2
-3/+3
*
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notice...
CAM Gerlach
2022-05-13
21
-22/+46
*
bpo-9182: Add a section on specifying positional arguments (#31810)
slateny
2022-05-13
1
-2/+5
*
Fix small typo (#92721)
Gabi Nagy
2022-05-13
1
-1/+1
*
gh-92446: Argparse choices should be a sequence (#92450)
180909
2022-05-13
1
-1/+1
*
gh-92514: Remove unused test.support.BasicTestRunner (#92515)
Jelle Zijlstra
2022-05-12
1
-7/+0
*
gh-92436: __future__ docs: add note on expectations for "from __future__ impo...
Jelle Zijlstra
2022-05-12
1
-1/+9
*
gh-86388 Remove deprecated behaviors in randrange() (#92677)
Raymond Hettinger
2022-05-12
1
-14/+13
*
Fix typo in argparse docs. (GH-92691)
thueringa
2022-05-12
1
-1/+1
*
Fix minor documentation error in bisect docs (GH-92697)
Steve Dower
2022-05-11
1
-1/+1
*
Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631)
Mikhail Terekhov
2022-05-11
1
-1/+1
*
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...
Serhiy Storchaka
2022-05-11
1
-0/+6
*
gh-91966 Document where key functions are applied in the bisect module (#92602)
Raymond Hettinger
2022-05-10
1
-15/+52
*
bpo-43689: improve documentation for Differ (GH-25132)
Jürgen Gmach
2022-05-10
1
-1/+1
*
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith
2022-05-10
1
-19/+0
*
Update numbers.rst (#31995)
Géry Ogam
2022-05-10
1
-2/+2
*
bpo-42259: clarify pprint saferepr docs (#30256)
andrei kulakov
2022-05-10
1
-5/+9
*
gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...
CAM Gerlach
2022-05-10
4
-9/+4
*
gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (...
Alex Waygood
2022-05-10
2
-6/+0
*
gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539)
Alex Waygood
2022-05-10
2
-2/+2
*
bpo-13553: Document tkinter.Tk args (#4786)
Cheryl Sabella
2022-05-10
1
-10/+66
[next]