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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705)
Victor Stinner
2022-05-13
3
-10/+21
*
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
Christian Heimes
2022-05-13
5
-10/+44
*
gh-92536: Doc update about Py_UNICODE removal (GH-92756)
Inada Naoki
2022-05-13
2
-3/+3
*
gh-92584: test_cppext uses setuptools (#92639)
Victor Stinner
2022-05-12
2
-67/+77
*
gh-92311: Add tests for frame_setlineno jumping over listcomps (#92741)
Dennis Sweeney
2022-05-12
1
-0/+48
*
Check result of utc_to_seconds and skip fold probe in pure Python (#91582)
Paul Ganssle
2022-05-12
5
-38/+109
*
Add notes for maintaining ABCs (#92736)
Raymond Hettinger
2022-05-12
2
-0/+51
*
gh-91578: improved error message when trying to instantiate an abstract class...
ravi140222
2022-05-12
4
-8/+9
*
gh-92514: Remove unused test.support.BasicTestRunner (#92515)
Jelle Zijlstra
2022-05-12
3
-14/+2
*
gh-92436: __future__ docs: add note on expectations for "from __future__ impo...
Jelle Zijlstra
2022-05-12
1
-1/+9
*
Update outdated `LOAD_METHOD` comments in `Python/ceval.c` (GH-92641)
Crowthebird
2022-05-12
1
-2/+2
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
35
-2088/+197
*
gh-86388 Remove deprecated behaviors in randrange() (#92677)
Raymond Hettinger
2022-05-12
5
-102/+73
*
Fix typo in argparse docs. (GH-92691)
thueringa
2022-05-12
1
-1/+1
*
gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc (#92707)
Victor Stinner
2022-05-12
1
-4/+4
*
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)
Victor Stinner
2022-05-11
2
-9/+15
*
gh-89653: PEP 670: Update C API unicode documentation (#92702)
Victor Stinner
2022-05-11
1
-10/+11
*
gh-89653: PEP 670: Convert PyDict_GET_SIZE() macro to function (#92695)
Victor Stinner
2022-05-11
1
-1/+9
*
Fix minor documentation error in bisect docs (GH-92697)
Steve Dower
2022-05-11
1
-1/+1
*
gh-92031, test_embed: Improve test for unquickening static code (#92440)
Dennis Sweeney
2022-05-11
1
-10/+30
*
gh-89653: PEP 670: Use PyObject* type for parameters (#92694)
Victor Stinner
2022-05-11
3
-15/+20
*
gh-89653: Add assertions to unicodeobject.h functions (#92692)
Victor Stinner
2022-05-11
1
-2/+8
*
gh-89653: PEP 670: Limited API doesn't cast arguments (#92654)
Victor Stinner
2022-05-11
3
-3/+13
*
gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#92648)
Victor Stinner
2022-05-11
1
-48/+66
*
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (#92642)
Victor Stinner
2022-05-11
1
-10/+13
*
gh-89653: PEP 670: Convert PyCell macros to functions (#92653)
Victor Stinner
2022-05-11
3
-11/+25
*
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner
2022-05-11
13
-39/+52
*
bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
狂男风
2022-05-11
2
-16/+21
*
gh-89653: PEP 670: Convert pycore_gc.h macros to functions (#92649)
Victor Stinner
2022-05-11
2
-24/+50
*
gh-91810: ElementTree: Use text file's encoding by default in XML declaration...
Serhiy Storchaka
2022-05-11
3
-30/+29
*
gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)
Hugo van Kemenade
2022-05-11
1
-1/+1
*
Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631)
Mikhail Terekhov
2022-05-11
1
-1/+1
*
gh-92632: Make function starunpack_helper run faster when encounters starred ...
zikcheng
2022-05-11
1
-0/+1
*
gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
Serhiy Storchaka
2022-05-11
3
-1/+7
*
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...
Serhiy Storchaka
2022-05-11
5
-2/+38
*
gh-92584: test_decimal uses shutil.which() (#92640)
Victor Stinner
2022-05-10
1
-2/+2
*
What's New 3.12: PyFrame_BlockSetup() was removed in 3.11 (#92645)
Victor Stinner
2022-05-10
1
-2/+0
*
gh-91966 Document where key functions are applied in the bisect module (#92602)
Raymond Hettinger
2022-05-10
1
-15/+52
*
bpo-39264: Fix UserDict.get() to account for __missing__() (GH-17910)
Bar Harel
2022-05-10
3
-1/+19
*
bpo-39278: add docstrings to functions in pdb module (#17924)
Carl Bordum Hansen
2022-05-10
1
-0/+39
*
bpo-43689: improve documentation for Differ (GH-25132)
Jürgen Gmach
2022-05-10
2
-1/+2
*
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith
2022-05-10
5
-59/+7
*
Update numbers.rst (#31995)
Géry Ogam
2022-05-10
1
-2/+2
*
bpo-42259: clarify pprint saferepr docs (#30256)
andrei kulakov
2022-05-10
1
-5/+9
*
gh-80143: Add clarification for escape characters (#92292)
slateny
2022-05-10
1
-3/+7
*
gh-91731: Fix typo in pymacro.h (#92618)
Pablo Galindo Salgado
2022-05-10
1
-1/+1
*
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH...
Irit Katriel
2022-05-10
3
-16/+17
*
Add `__slots__` to `typing._NotIterable` (GH-92570)
Alex Waygood
2022-05-10
1
-0/+1
*
gh-92256: Improve Argument Clinic parser error messages (#92268)
Erlend Egeberg Aasland
2022-05-10
1
-3/+9
*
gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...
CAM Gerlach
2022-05-10
9
-115/+70
[prev]
[next]