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-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
2
-1/+6
*
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
Christian Heimes
2021-04-17
1
-0/+5
*
Fix typo in exceptions.rst (GH-25434)
Ikko Ashimine
2021-04-17
1
-1/+1
*
bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25...
Zackery Spytz
2021-04-16
1
-0/+2
*
bpo-43862: Enhance -W cmdline option documentation (GH-25439)
Victor Stinner
2021-04-16
3
-24/+52
*
Improve the section with SyntaxError message improvements to the What's New o...
Pablo Galindo
2021-04-16
1
-2/+91
*
bpo-43822: Improve syntax errors for missing commas (GH-25377)
Pablo Galindo
2021-04-15
1
-0/+2
*
bpo-37741: make importlib.metadata docs discoverable through a module directi...
Jason R. Coombs
2021-04-15
1
-0/+5
*
Fix typo in 3.10's What's New documentation (GH-25409)
Zackery Spytz
2021-04-14
1
-1/+1
*
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo
2021-04-14
2
-0/+24
*
Fix typo in the What's New for 3.10 (GH-25396)
Pablo Galindo
2021-04-14
1
-1/+1
*
bpo-20364: Improve sqlite3 placeholder docs (GH-25003)
Erlend Egeberg Aasland
2021-04-14
3
-48/+48
*
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
Inada Naoki
2021-04-14
2
-9/+37
*
bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
Bob Kline
2021-04-14
1
-13/+2
*
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo
2021-04-14
2
-2/+29
*
bpo-43080: pprint for dataclass instances (GH-24389)
Lewis Gaul
2021-04-13
2
-0/+9
*
bpo-43785: Update bz2 document (GH-25351)
Inada Naoki
2021-04-13
3
-4/+12
*
Doc: Try to enhance wording on circular imports. (GH-24705)
Julien Palard
2021-04-13
1
-10/+10
*
bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)
Inada Naoki
2021-04-13
1
-1/+6
*
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner
2021-04-12
10
-32/+45
*
Fix Sphinx errors in the documentation and re-activate the suspicious check (...
Pablo Galindo
2021-04-12
2
-1/+2
*
Use double quotes over single quotes for match statement grammar (GH-24943)
Ken Jin
2021-04-12
1
-2/+2
*
bpo-43774: Remove --without-cycle-gc doc (GH-25364)
Victor Stinner
2021-04-12
1
-6/+1
*
bpo-41661: Document os.path.relpath() exception on Windows with different dri...
Zackery Spytz
2021-04-12
1
-1/+2
*
bpo-34311: Add locale.localize (GH-15275)
Cédric Krier
2021-04-12
1
-0/+8
*
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Jelle Zijlstra
2021-04-12
4
-8/+41
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
3
-8/+13
*
Fix description of behaviour of an exception class in 'from' clause (GH-24303)
Mark Dickinson
2021-04-11
1
-4/+7
*
bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)
Jelle Zijlstra
2021-04-11
2
-4/+26
*
bpo-43764: Add match_args=False parameter to dataclass decorator and to make_...
Eric V. Smith
2021-04-11
1
-5/+14
*
Fix typo about line number in the 3.10 What's New document (GH-25328)
Antti Haapala
2021-04-11
1
-1/+1
*
bpo-41974: Remove part of the note regarding complex.__float__ (GH-25197)
DevilXD
2021-04-10
1
-4/+1
*
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner
2021-04-10
3
-0/+42
*
bpo-40701: doc typo historcal -> historical (GH-25334)
Gregory P. Smith
2021-04-10
1
-1/+1
*
bpo-43739: Add type declaration Doc/extending/extending.rst example
Shreyan Avigyan
2021-04-10
1
-1/+1
*
bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
Christian Heimes
2021-04-09
1
-2/+2
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Christian Heimes
2021-04-09
1
-0/+8
*
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner
2021-04-09
2
-0/+16
*
bpo-43774: Document the Python Build System (GH-25302)
Victor Stinner
2021-04-09
1
-7/+116
*
bpo-43774: Enhance configure documentation (GH-25293)
Victor Stinner
2021-04-08
1
-50/+125
*
bpo-39702: Remove dotted_name from decorator documentation (GH-25234)
Saiyang Gou
2021-04-08
1
-1/+0
*
bpo-43778: Fix Sphinx glossary_search extension (GH-25286)
Victor Stinner
2021-04-08
1
-5/+11
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
20
-47/+678
*
bpo-39899: os.path.expanduser(): don't guess other Windows users' home direct...
Barney Gale
2021-04-07
2
-4/+10
*
bpo-36540: Improve doc of function definition regarding positional-only argum...
Saiyang Gou
2021-04-07
1
-2/+8
*
bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
Barney Gale
2021-04-07
1
-7/+14
*
bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (...
Barney Gale
2021-04-07
1
-3/+16
*
bpo-38605: Update "Future statements" docs since PEP 563 is always enabled (G...
Saiyang Gou
2021-04-07
1
-5/+2
*
bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...
Saiyang Gou
2021-04-06
2
-3/+5
*
Update pattern matching docs for changes to the PEP (#25185)
Ken Jin
2021-04-06
2
-3/+3
[next]