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
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
5
-204/+55
*
gh-86388 Remove deprecated behaviors in randrange() (#92677)
Raymond Hettinger
2022-05-12
2
-16/+21
*
Fix typo in argparse docs. (GH-92691)
thueringa
2022-05-12
1
-1/+1
*
gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc (#92707)
Victor Stinner
2022-05-12
1
-4/+4
*
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)
Victor Stinner
2022-05-11
1
-3/+3
*
gh-89653: PEP 670: Update C API unicode documentation (#92702)
Victor Stinner
2022-05-11
1
-10/+11
*
Fix minor documentation error in bisect docs (GH-92697)
Steve Dower
2022-05-11
1
-1/+1
*
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner
2022-05-11
1
-0/+5
*
gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)
Hugo van Kemenade
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
2
-0/+15
*
What's New 3.12: PyFrame_BlockSetup() was removed in 3.11 (#92645)
Victor Stinner
2022-05-10
1
-2/+0
*
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
2
-19/+3
*
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-80143: Add clarification for escape characters (#92292)
slateny
2022-05-10
1
-3/+7
*
gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...
CAM Gerlach
2022-05-10
7
-101/+58
*
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
*
gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)
Paul Ganssle
2022-05-10
1
-0/+2
*
bpo-13553: Document tkinter.Tk args (#4786)
Cheryl Sabella
2022-05-10
1
-10/+66
*
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
Barney Gale
2022-05-10
2
-15/+0
*
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Gregory P. Smith
2022-05-09
2
-10/+0
*
Doc: Update py2app link. (#91585)
Julien Palard
2022-05-09
1
-1/+1
*
gh-86019: Add table for Windows installer options (GH-91809)
slateny
2022-05-09
1
-5/+18
*
gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)
Ken Jin
2022-05-09
1
-4/+5
*
What's New in Python 3.12: move C API at the end (#92555)
Victor Stinner
2022-05-09
1
-5/+22
*
What's New in Python 3.11: move C API changes (#92390)
Victor Stinner
2022-05-09
1
-31/+31
*
Enhance PyConfig documentation (#92394)
Victor Stinner
2022-05-09
1
-37/+46
*
bpo-38056: overhaul Error Handlers section in codecs documentation (#15732)
Ma Lin
2022-05-09
2
-74/+126
*
bpo-39229: fix formatting in library/functions.rst (#17857)
Rafael Fontenelle
2022-05-08
1
-2/+2
*
pdb docs: workaround for double semicolon in strings (#17011)
Godefroid Chapelle
2022-05-08
1
-1/+2
*
gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)
David CARLIER
2022-05-08
1
-0/+5
*
gh-77521: Add link to builtin module names in modules tutorial (#92438)
slateny
2022-05-08
1
-1/+2
*
Use percentage over factor for 3.11 whatsnew performance (GH-92496)
Ken Jin
2022-05-08
1
-1/+1
*
gh-91760: More strict rules for numerical group references and group names in...
Serhiy Storchaka
2022-05-08
2
-8/+21
*
gh-80856: doc: reveal doctest directives (#92318)
Davide Rizzo
2022-05-08
1
-17/+37
*
Fix typo in whatsnew (GH-92488)
Ezio Melotti
2022-05-08
1
-1/+1
*
Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)
Oleg Iarygin
2022-05-08
1
-1/+1
*
gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (#9...
Alex Waygood
2022-05-08
1
-10/+0
*
Fix What's New for 3.12 (GH-92482)
Serhiy Storchaka
2022-05-08
2
-0/+1
*
`typing.Text`: tweak deprecation notice (#92405)
Alex Waygood
2022-05-08
1
-1/+2
*
Update What's New in 3.11 faster cpython figures and contributors (GH-92401)
Ken Jin
2022-05-08
1
-3/+4
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
2
-0/+54
*
gh-77630: Change Charset to charset (GH-92439)
slateny
2022-05-08
1
-7/+7
*
gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423)
Alex Waygood
2022-05-08
1
-10/+0
*
GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432)
Hugo van Kemenade
2022-05-08
1
-11/+11
*
gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420)
Alex Waygood
2022-05-08
1
-9/+0
[next]