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
*
[3.12] gh-103968: What's New: Add porting hints for PyType_From with metaclas...
Miss Islington (bot)
2023-07-11
1
-1/+25
*
[3.12] gh-102988: Detect email address parsing errors and return empty tuple ...
Miss Islington (bot)
2023-07-10
2
-1/+33
*
[3.12] gh-105227: Add PyType_GetDict() (GH-105747) (#106600)
Miss Islington (bot)
2023-07-10
2
-1/+30
*
[3.12] Clarify how topics.py gets created. (GH-106121) (#106579)
Miss Islington (bot)
2023-07-10
1
-0/+1
*
[3.12] gh-106461: typing: Consolidate docs on `Callable` (GH-106462) (#106574)
Miss Islington (bot)
2023-07-09
1
-55/+75
*
[3.12] gh-101880: add link to object.__hash__() in hash() builtin documentati...
Miss Islington (bot)
2023-07-08
1
-1/+1
*
[3.12] Clarify state of CancelledError in doc (GH-106453) (#106454)
Miss Islington (bot)
2023-07-06
1
-1/+1
*
[3.12] Doc: Add missing ref labels to exception groups/notes sections (GH-106...
Miss Islington (bot)
2023-07-06
2
-0/+4
*
[3.12] gh-105256: What's New note for comprehension over locals() (GH-106378)...
Miss Islington (bot)
2023-07-06
1
-0/+6
*
[3.12] shlex docs: remove outdated note (GH-106463) (#106466)
Miss Islington (bot)
2023-07-05
1
-6/+0
*
[3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759)
Miss Islington (bot)
2023-07-05
1
-3/+3
*
[3.12] tp_flags docs: fix indentation (GH-106420) (#106442)
Miss Islington (bot)
2023-07-05
1
-9/+9
*
[3.12] Small speed-up for the convolve() recipe. (GH-106371) (GH-106375)
Miss Islington (bot)
2023-07-03
1
-2/+2
*
[3.12] Replace the esoteric term 'datum' when describing dict comprehensions ...
Miss Islington (bot)
2023-07-03
2
-12/+12
*
[3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-...
Miss Islington (bot)
2023-07-01
2
-10/+10
*
[3.12] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...
Miss Islington (bot)
2023-06-30
6
-45/+45
*
[3.12] gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (GH-106272) (#106274)
Miss Islington (bot)
2023-06-30
1
-0/+1
*
[3.12] gh-101100: Fix reference to `parse_args` in `optparse.rst` (GH-105265)...
Miss Islington (bot)
2023-06-28
1
-24/+27
*
[3.12] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...
Miss Islington (bot)
2023-06-28
1
-0/+3
*
[3.12] gh-101100: Fix reference to asynchronous methods (GH-106172) (#106191)
Miss Islington (bot)
2023-06-28
2
-10/+10
*
[3.12] Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-...
Miss Islington (bot)
2023-06-28
1
-4/+4
*
[3.12] gh-106140: Reorder some more fields to facilitate out-of-process inspe...
Pablo Galindo Salgado
2023-06-27
1
-95/+95
*
[3.12] gh-106140: Reorder some fields to facilitate out-of-process inspection...
Miss Islington (bot)
2023-06-27
1
-26470/+26470
*
[3.12] gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (GH-...
Miss Islington (bot)
2023-06-27
1
-0/+101
*
[3.12] GH-105774: Clarify operation of normalize() (GH-106093) (GH-106128)
Miss Islington (bot)
2023-06-27
1
-6/+37
*
[3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook...
Miss Islington (bot)
2023-06-26
2
-51/+0
*
[3.12] gh-106107: document correct error that's raised when a mutable default...
Miss Islington (bot)
2023-06-26
1
-1/+1
*
[3.12] gh-106111: Remove zipapp documentation on creating a Windows executabl...
Miss Islington (bot)
2023-06-26
1
-106/+9
*
[3.12] Improve typing docs on the type of class objects (GH-106081) (#106096)
Miss Islington (bot)
2023-06-26
1
-49/+59
*
[3.12] gh-84436: update docs on Py_None/Py_True/Py_False/Py_Ellipsis becoming...
Miss Islington (bot)
2023-06-26
3
-19/+25
*
[3.12] gh-104212: Explain how to port imp.load_source() (GH-105978) (#106083)
Miss Islington (bot)
2023-06-25
1
-1/+15
*
[3.12] Docs: add links to 'callable' term in sqlite3 docs (GH-106072) (#106073)
Miss Islington (bot)
2023-06-25
1
-17/+18
*
[3.12] gh-106033: [docs] Improve C API GetItem & HasAttr notes. (GH-106047) (...
Miss Islington (bot)
2023-06-24
2
-14/+23
*
[3.12] GH-104375: Use `versionchanged` to describe new arguments in pathlib d...
Barney Gale
2023-06-24
1
-10/+12
*
[3.12] Typing docs: fix typo in annotating tuples comment (GH-106048) (#106049)
Miss Islington (bot)
2023-06-23
1
-2/+2
*
[3.12] Typing docs: improve the guidance on annotating tuples (GH-106021) (#1...
Miss Islington (bot)
2023-06-23
1
-21/+72
*
[3.12] Docs: Avoid a DeprecationWarning in `pyspecific.py` when running with ...
Miss Islington (bot)
2023-06-23
1
-11/+9
*
[3.12] stdtypes.rst: remove a period (GH-105959) (#105968)
Miss Islington (bot)
2023-06-21
1
-1/+1
*
[3.12] gh-104212: Explain how to port imp code to importlib (GH-105905) (#105...
Miss Islington (bot)
2023-06-20
1
-1/+32
*
[3.12] typing docs: Improve the intro to each section (GH-105901) (#105902)
Miss Islington (bot)
2023-06-19
1
-36/+40
*
[3.12] gh-105844: Use devguide terminology to denote versions (GH-105882) (#1...
Miss Islington (bot)
2023-06-18
1
-3/+3
*
[3.12] Docs: move sphinx-lint to pre-commit (GH-105750) (#105894)
Miss Islington (bot)
2023-06-18
3
-10/+3
*
[3.12] bpo-44530: Document the change in MAKE_FUNCTION behavior (GH-93189) (#...
Miss Islington (bot)
2023-06-16
1
-2/+5
*
[3.12] gh-105844: Consistently use 'minor version' for X.Y versions (GH-10585...
Miss Islington (bot)
2023-06-16
2
-3/+3
*
[3.12] Fix inaccuracies in "Assorted Topics" section of "Defining Extension T...
Miss Islington (bot)
2023-06-16
1
-5/+5
*
[3.12] tarfile: Fix positional-only syntax in docs (GH-105770) (#105773)
Miss Islington (bot)
2023-06-16
1
-4/+4
*
[3.12] More reorganisation of the typing docs (GH-105787) (#105810)
Miss Islington (bot)
2023-06-15
1
-101/+117
*
[3.12] Improve docs for `typing.dataclass_transform` (GH-105792) (#105809)
Miss Islington (bot)
2023-06-15
1
-37/+69
*
[3.12] gh-105196: Fix indentations of section headings in C API docs (GH-1056...
Miss Islington (bot)
2023-06-15
3
-6/+6
*
[3.12] Typing docs: move the deprecated stuff below the non-deprecated stuff ...
Alex Waygood
2023-06-14
1
-496/+496
[next]