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
...
*
Remove outdated docstring from the `quantify` itertools recipe (#109726)
Ćukasz Langa
2023-09-22
1
-1/+0
*
GH-109190: Copyedit 3.12 What's New: Other Language Changes (#109660)
Adam Turner
2023-09-22
1
-8/+8
*
GH-109190: Copyedit 3.12 What's New: PEP 684 (#109657)
Adam Turner
2023-09-22
1
-4/+4
*
GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (#109665)
Adam Turner
2023-09-22
1
-2/+2
*
GH-109190: Copyedit 3.12 What's New: calendar (#109662)
Adam Turner
2023-09-22
1
-1/+2
*
GH-109190: Copyedit 3.12 What's New: tokenize (#109663)
Adam Turner
2023-09-22
1
-2/+2
*
GH-109190: Copyedit 3.12 What's New: Consistently show module names (#109664)
Adam Turner
2023-09-22
1
-20/+20
*
GH-109190: Copyedit 3.12 What's New: PEP 701 (#109655)
Adam Turner
2023-09-21
1
-15/+17
*
GH-109190: Copyedit 3.12 What's New: Improved Error Messages (#109654)
Adam Turner
2023-09-21
1
-6/+5
*
GH-109190: Copyedit 3.12 What's New: Typing PEPs (#109659)
Adam Turner
2023-09-21
1
-4/+6
*
GH-109190: Copyedit 3.12 What's New: PEP 709 (#109656)
Adam Turner
2023-09-21
1
-7/+5
*
gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650)
AN Long
2023-09-21
1
-13/+102
*
GH-109209: Bump the minimum Sphinx version to 4.2 (#109210)
Adam Turner
2023-09-21
2
-7/+5
*
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer
2023-09-20
6
-7/+7
*
gh-109054: Document configure variables (#109224)
Victor Stinner
2023-09-20
2
-0/+151
*
gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431)
Victor Stinner
2023-09-20
2
-6/+23
*
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity
2023-09-20
3
-12/+12
*
gh-109109: Expose retrieving certificate chains in SSL module (#109113)
Mateusz Nowak
2023-09-20
1
-4/+25
*
Misc itertool recipe improvements, mostly docstrings and comments (gh-109555)
Raymond Hettinger
2023-09-19
1
-34/+42
*
gh-109435: Add Doc/library/cmdline.rst (#109436)
Victor Stinner
2023-09-19
9
-0/+70
*
gh-102757: fix function signature mismatch for `functools.reduce` between cod...
Xuehai Pan
2023-09-18
1
-6/+8
*
Docs: getopt is deprecated in Python 3.13 (#109438)
Hugo van Kemenade
2023-09-18
1
-1/+2
*
Fix extraneous backslashes in hashlib docs (#109468)
Anthony Sottile
2023-09-18
1
-12/+12
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
4
-6/+60
*
gh-109451: Fix wrong format specifier in logging documentation (GH-109465)
AlberLC
2023-09-16
1
-1/+1
*
gh-109414: Add some basic information about venvs in the introduction. (GH-10...
Vinay Sajip
2023-09-16
1
-0/+19
*
gh-109474: Update two Unix packaging URLs (#109307)
partev
2023-09-16
1
-2/+2
*
GH-83417: Allow `venv` to add a `.gitignore` file to environments via a new `...
Brett Cannon
2023-09-15
3
-33/+74
*
gh-109096: Deprecate `http.server.CGIHTTPRequestHandler` (#109387)
Gregory P. Smith
2023-09-15
2
-0/+25
*
gh-109350: Fix outdated captured output in unittest.mock documentation (#109353)
Egil Martinsson
2023-09-15
2
-10/+15
*
Docs: Superseded modules: list only module names (#109439)
Hugo van Kemenade
2023-09-15
1
-0/+1
*
gh-101100: Fix sphinx warnings in `turtle.rst` (#109394)
Nikita Sobolev
2023-09-14
2
-5/+4
*
gh-107298: Document PyMODINIT_FUNC macro (#109236)
Victor Stinner
2023-09-14
3
-3/+27
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
1
-25/+33
*
Fix variable name in dis documentation example (GH-109343)
Oleksandr Kravets
2023-09-13
1
-1/+1
*
gh-105189: fix importlib.resources.abc deprecation docs (#105232)
Thomas Grainger
2023-09-13
2
-12/+154
*
GH-104395: Add a link in 'Meta Information' to the docs download page (#104443)
Adam Turner
2023-09-12
1
-0/+1
*
gh-109319: deprecate dis.HAVE_ARGUMENT (#109320)
Irit Katriel
2023-09-12
2
-0/+7
*
gh-109184: update traceback module doc w.r.t notes (message is no longer alwa...
Irit Katriel
2023-09-12
1
-20/+22
*
gh-109266: Fix msvcrt.kbhit's documented return value (GH-109267)
AN Long
2023-09-12
1
-1/+2
*
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Irit Katriel
2023-09-12
1
-2/+2
*
Fix iter_index() to work with lists which do not support stop=None. (gh-109306)
Raymond Hettinger
2023-09-12
1
-0/+11
*
gh-109292: add symtable impact of PEP 709 to What's New (#109293)
Carl Meyer
2023-09-12
1
-0/+3
*
gh-107322: zipapp: Remove the suggestion to remove .dist-info directories (#1...
wim glenn
2023-09-11
1
-6/+1
*
gh-109190: What's New in 3.12: Add subheadings to removals for easy linking (...
Hugo van Kemenade
2023-09-11
1
-52/+107
*
Fix "FSTRING_MIDDLE" typo in py312 "What's New" (#109222)
Delgan
2023-09-10
1
-1/+1
*
gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)
Serhiy Storchaka
2023-09-10
1
-0/+2
*
Improve the sieve() recipe in the itertools docs (gh-109199)
Raymond Hettinger
2023-09-09
1
-4/+7
*
Add version directives to ast docs (#108788)
Shantanu
2023-09-07
1
-4/+42
*
gh-107924: re-order os.sendfile() flag documentation (#107926)
Christoph Anton Mitterer
2023-09-07
1
-19/+20
[prev]
[next]