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-105196: Fix indentations of section headings in C API docs (#105672)
TATHAGATA ROY
2023-06-14
3
-6/+6
*
Typing docs: move the deprecated stuff below the non-deprecated stuff (#105781)
Alex Waygood
2023-06-14
1
-488/+488
*
gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...
Alex Waygood
2023-06-14
2
-0/+24
*
gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)
Jelle Zijlstra
2023-06-14
2
-0/+40
*
gh-105687: Remove deprecated objects from `re` module (#105688)
Nikita Sobolev
2023-06-14
1
-0/+4
*
tarfile: Fix positional-only syntax in docs (GH-105770)
Jelle Zijlstra
2023-06-14
1
-4/+4
*
gh-105387: Limited C API implements Py_INCREF() as func (#105388)
Victor Stinner
2023-06-14
1
-0/+5
*
GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)
zentarim
2023-06-13
1
-3/+3
*
gh-98040: Fix importbench: use types.ModuleType() (#105743)
Victor Stinner
2023-06-13
1
-0/+2
*
gh-105733: Deprecate ctypes SetPointerType() and ARRAY() (#105734)
Victor Stinner
2023-06-13
1
-0/+6
*
gh-105373: Remove PyArg_Parse() deprecation (#105394)
Victor Stinner
2023-06-13
1
-8/+16
*
gh-105713: Document that tokenize raises when mixing tabs/spaces (#105723)
Lysandros Nikolaou
2023-06-13
1
-0/+3
*
gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)
Jay
2023-06-12
1
-0/+3
*
gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)
Petr Viktorin
2023-06-12
1
-1/+1
*
gh-102676: Add more convenience properties to `dis.Instruction` (#103969)
Tomas R
2023-06-11
1
-0/+42
*
gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)
Hugo van Kemenade
2023-06-11
2
-1/+6
*
gh-99108: Mention HACL\* in the hashlib docs. (#105634)
Gregory P. Smith
2023-06-10
1
-5/+6
*
Cleanup and clarify our hashlib docs. (#105624)
Gregory P. Smith
2023-06-10
1
-47/+90
*
Clarify the supported cases in the tokenize module (#105569)
Pablo Galindo Salgado
2023-06-09
1
-0/+9
*
Miscellaneous improvements to the typing docs (#105529)
Alex Waygood
2023-06-09
1
-74/+143
*
gh-102304: Remove Py_INCREF() doc change (#105552)
Victor Stinner
2023-06-09
1
-9/+0
*
gh-105545: Remove deprecated `MacOSXOSAScript._name` (gh-105546)
Nikita Sobolev
2023-06-09
2
-1/+6
*
gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)
Victor Stinner
2023-06-09
2
-0/+8
*
gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348)
Nikita Sobolev
2023-06-08
1
-1/+10
*
Further improve docs for `typing.Annotated` (#105498)
Alex Waygood
2023-06-08
1
-55/+77
*
gh-90015: Document that PEP-604 unions do not support forward references (#10...
Alex Waygood
2023-06-07
1
-0/+8
*
typing: Improve documentation of generic classes and aliases (#105369)
Alex Waygood
2023-06-07
1
-62/+86
*
gh-97797: Improve documentation for typing.Annotated (#105365)
Alex Waygood
2023-06-07
1
-19/+54
*
Improve docs for `typing.TypeAlias` (#105372)
Alex Waygood
2023-06-07
1
-4/+26
*
gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...
Pablo Galindo Salgado
2023-06-07
2
-10/+6
*
Improve code examples in `typing.rst` (#105346)
Alex Waygood
2023-06-07
1
-30/+75
*
typing docs: Make the PEPs list an expandable section, hidden by default (#10...
Alex Waygood
2023-06-07
1
-1/+11
*
GH-95088: Clarify rules for parsing an item key for format strings (#103779)
achhina
2023-06-07
1
-1/+3
*
`typing.NewType` docs: the future performance improvements are now in the pas...
Alex Waygood
2023-06-07
1
-3/+7
*
GH-102613: Fast recursive globbing in `pathlib.Path.glob()` (GH-104512)
Barney Gale
2023-06-06
1
-4/+8
*
gh-105382: Remove urllib.request cafile parameter (#105384)
Victor Stinner
2023-06-06
2
-15/+12
*
gh-82180: Update math.factorial(float) doc for Python 3.10 (#105385)
Victor Stinner
2023-06-06
1
-2/+2
*
gh-105373: Fix decimal documentation formatting (#105395)
Victor Stinner
2023-06-06
1
-1/+1
*
sliding_window() recipe: Raise ValueError for non-positive window sizes. Ad...
Raymond Hettinger
2023-06-06
1
-3/+27
*
gh-105376: Remove logging.Logger.warn() method (#105377)
Victor Stinner
2023-06-06
2
-4/+10
*
gh-94172: Update keyfile removal documentation (#105392)
Victor Stinner
2023-06-06
5
-51/+7
*
gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)
Nikita Sobolev
2023-06-06
1
-1/+1
*
gh-102304: Document Py_INCREF() change in What's New in Python 3.12 (#105389)
Victor Stinner
2023-06-06
2
-9/+9
*
gh-105156: Update Unicode C API: remove deprecation (#105379)
Victor Stinner
2023-06-06
1
-9/+0
*
gh-104783: Remove locale.resetlocale() function (#104784)
Victor Stinner
2023-06-06
3
-10/+5
*
build(deps): bump requests from 2.29.0 to 2.31.0 in /Doc (#105368)
dependabot[bot]
2023-06-06
1
-1/+1
*
gh-102304: Fix up Simple ABI doc (GH-105351)
Victor Stinner
2023-06-06
1
-4/+4
*
gh-105268: Remove _PyGC_FINALIZED() macro (#105350)
Victor Stinner
2023-06-06
1
-0/+7
*
gh-105292: Add option to make traceback.TracebackException.format_exception_o...
Irit Katriel
2023-06-06
2
-7/+20
*
gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
Victor Stinner
2023-06-06
1
-0/+9
[prev]
[next]