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-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
1
-0/+3
*
gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__...
Ethan Furman
2023-08-31
1
-1/+22
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
3
-26/+18
*
gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and `import...
Alex Waygood
2023-08-31
1
-2/+3
*
gh-101100: Fix sphinx warnings in `threading.rst` (#108684)
Nikita Sobolev
2023-08-31
2
-9/+8
*
gh-108494: Argument Clinic: Document how to generate code that uses the limit...
Victor Stinner
2023-08-30
1
-1/+22
*
Document Python build requirements (#108646)
Victor Stinner
2023-08-30
2
-6/+23
*
gh-101100: Fix Sphinx warnings in the Logging Cookbook (#108678)
Hugo van Kemenade
2023-08-30
2
-5/+11
*
Fix typo in multiprocessing docs (#108666)
kato8966
2023-08-30
1
-1/+1
*
gh-108669: unittest: Fix documentation for TestResult.collectedDurations (#10...
Sebastian Rittau
2023-08-30
1
-1/+1
*
Mention Ellipsis pickling in the docs (#103660)
sterliakov
2023-08-30
1
-1/+2
*
gh-108278: Deprecate passing the first param of sqlite3.Connection callback A...
Erlend E. Aasland
2023-08-29
2
-6/+28
*
gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268)
Erlend E. Aasland
2023-08-29
1
-12/+14
*
Fix misc doc typos (#108592)
xzmeng
2023-08-29
8
-9/+9
*
gh-106670: Allow Pdb to move between chained exceptions (#106676)
Matthias Bussonnier
2023-08-28
2
-2/+58
*
gh-108278: Deprecate passing the three first params as keyword args for sqlit...
Erlend E. Aasland
2023-08-28
2
-1/+20
*
gh-64662: Fix NEWS entry and remove What's New entry (#108565)
Erlend E. Aasland
2023-08-28
1
-3/+0
*
Fix typo in typing docs: Remove redundant backtick (#108559)
nikkie
2023-08-28
1
-1/+1
*
GH-108202: Combine documentation of ``calendar`` constants (#108492)
Adam Turner
2023-08-28
3
-63/+52
*
gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340)
Erlend E. Aasland
2023-08-27
1
-0/+3
*
gh-107801: Document io.TextIOWrapper.tell (#108265)
Erlend E. Aasland
2023-08-27
1
-1/+9
*
gh-108322: Optimize statistics.NormalDist.samples() (gh-108324)
Raymond Hettinger
2023-08-27
1
-0/+5
*
Fix grammatical error in stringprep documentation (#108414)
Matthew James Kraai
2023-08-27
1
-1/+1
*
gh-105052:update timeit function's description (#105060)
R
2023-08-27
1
-2/+4
*
gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (#10...
qqwqqw689
2023-08-27
1
-0/+28
*
gh-107406: Add better `struct.Struct` repr (#107407)
denballakh
2023-08-26
1
-0/+9
*
gh-102211: Document `re.{Pattern,Match}`’s existence (#102212)
Philipp A
2023-08-25
1
-30/+37
*
Docs: Resolve Sphinx warnings in dis.rst (#108476)
Erlend E. Aasland
2023-08-25
3
-11/+14
*
Datamodel: Add headings to the standard type hierarchy (#108146)
Adam Turner
2023-08-25
1
-1000/+1104
*
Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#1...
Adam Turner
2023-08-25
1
-2/+1
*
gh-107932: Fix dis module for bytecode that does not have an associated sourc...
Corvin
2023-08-25
1
-2/+13
*
gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to a...
Peeyush Aggarwal
2023-08-25
1
-1/+2
*
GH-108202: Document ``calendar`` exceptions (#108398)
Adam Turner
2023-08-25
1
-0/+23
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
3
-0/+15
*
Fix a code snippet typo in asyncio docs (#108427)
A
2023-08-24
1
-1/+1
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
2
-4/+21
*
gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434)
Daniele Procida
2023-08-24
1
-121/+94
*
gh-70766: Mention the object getstate caveat in 3.11 What's new. (#108379)
Gregory P. Smith
2023-08-23
1
-0/+4
*
gh-107298: Fix a few more refs in the C API docs (GH-108361)
Serhiy Storchaka
2023-08-23
5
-14/+14
*
gh-108294: Add time.sleep audit event (GH-108298)
Petr Viktorin
2023-08-23
1
-0/+5
*
gh-108267: Dataclasses docs: Fix object.__setattr__ typo (#108355)
FrozenBob
2023-08-23
1
-1/+1
*
gh-107136: Remove Plausible for docs metrics (#107856)
Hugo van Kemenade
2023-08-22
1
-3/+0
*
GH-92584: Remove distutils from the newtypes tutorial includes (#108024)
Adam Turner
2023-08-22
10
-43/+42
*
gh-105857: Document that asyncio subprocess std{in,out,err} can be file handl...
Hadházy Tamás
2023-08-22
1
-0/+1
*
Document 3.13, 3.14 and future removals (#108055)
Hugo van Kemenade
2023-08-22
1
-0/+13
*
Docs: Add link to skip to datetime's format codes (#108027)
Hugo van Kemenade
2023-08-22
1
-0/+6
*
gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260)
Nikita Sobolev
2023-08-22
1
-0/+4
*
Docs: align the param spec of sqlite3.Connection methods with the implementat...
Erlend E. Aasland
2023-08-22
1
-2/+2
*
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka
2023-08-22
21
-74/+85
*
gh-106971: Docs: Add missing issue reference (#106992)
Junya Fukuda
2023-08-22
1
-1/+1
[next]