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-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...
David Hewitt
2023-02-08
2
-4/+6
*
gh-100933: Improve `check_element` helper in `test_xml_etree` (#100934)
Nikita Sobolev
2023-02-08
1
-23/+4
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
29
-171/+476
*
gh-47937: Note that Popen attributes are read-only (#93070)
Stanley
2023-02-08
1
-11/+12
*
gh-98831: Modernize CALL_FUNCTION_EX (#101627)
Guido van Rossum
2023-02-08
5
-37/+41
*
gh-101446: Change `repr` of `collections.OrderedDict` (#101661)
Nikita Sobolev
2023-02-08
4
-50/+11
*
gh-98831: Modernize FORMAT_VALUE (#101628)
Guido van Rossum
2023-02-08
5
-35/+24
*
gh-98831: Finish the UNPACK_SEQUENCE family (#101666)
Guido van Rossum
2023-02-07
5
-63/+72
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
19
-154/+186
*
Merge branch 'main' of https://github.com/python/cpython into main
Thomas Wouters
2023-02-07
9
-142/+158
|
\
|
*
gh-101656: Fix "conversion from Py_ssize_t to int" warning in `_testcapimodul...
Nikita Sobolev
2023-02-07
1
-3/+3
|
*
gh-98831: rewrite UNPACK_EX, UNPACK_SEQUENCE, UNPACK_SEQUENCE_TWO_TUPLE in th...
Irit Katriel
2023-02-07
3
-54/+40
|
*
gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack...
Oleg Iarygin
2023-02-07
2
-1/+3
|
*
Make use of TESTFN_ASCII in test_fileio (GH-101645)
Zachary Ware
2023-02-07
1
-7/+6
|
*
gh-98831: Modernize the FOR_ITER family of instructions (#101626)
Guido van Rossum
2023-02-07
3
-75/+104
|
*
Fix nesting of 'Pending Removal in Python 3.14' (#101637)
Oleg Iarygin
2023-02-07
1
-1/+1
|
*
Doctest: Pin sphinxext-opengraph==0.7.5 to prevent importing NumPy (#101642)
Hugo van Kemenade
2023-02-07
1
-1/+1
*
|
Post 3.12.0a5
Thomas Wouters
2023-02-07
1
-1/+1
*
|
Python 3.12.0a5
v3.12.0a5
Thomas Wouters
2023-02-07
68
-145/+680
|
/
*
[gh-101072] Fix Blurb for GH-101127
Łukasz Langa
2023-02-07
1
-8/+2
*
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#1...
Matthieu Dartiailh
2023-02-07
5
-6/+206
*
gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callback...
Brian Skinn
2023-02-07
1
-18/+24
*
gh-98831: Move DSL documentation here from ideas repo (#101629)
Guido van Rossum
2023-02-07
2
-3/+415
*
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko
2023-02-07
18
-350/+1779
*
gh-59956: Add a Test to Verify GILState Matches the "Current" Thread State (g...
Eric Snow
2023-02-06
2
-0/+40
*
gh-98831: rewrite COPY and SWAP in the instruction definition DSL (#101620)
Irit Katriel
2023-02-06
3
-22/+21
*
GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (G...
Mariatta Wijaya
2023-02-06
1
-0/+3
*
gh-59956: Partial Fix for GILState API Compatibility with Subinterpreters (gh...
Eric Snow
2023-02-06
2
-21/+7
*
gh-101609: Fix "‘state’ may be used uninitialized" warning in `_xxinterpc...
Nikita Sobolev
2023-02-06
1
-2/+3
*
gh-101562: typing: add tests for inheritance with NotRequired & Required in p...
Eclips4
2023-02-06
2
-0/+34
*
gh-101543: Ensure Windows registry path is only used when stdlib can't be fou...
Steve Dower
2023-02-06
2
-19/+14
*
gh-76961: Fix buildbot failures in test_pep3118 (#101587)
Mark Dickinson
2023-02-06
2
-13/+13
*
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...
Dong-hee Na
2023-02-06
2
-1/+3
*
gh-101541: [Enum] create flag psuedo-member without calling original __new__ ...
Ethan Furman
2023-02-06
3
-3/+43
*
Trivial Change: Remove unhelpful doc in `datetime.timedelta` (#100164)
Matty G
2023-02-06
1
-2/+5
*
gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)
Gregory P. Smith
2023-02-05
2
-0/+6
*
bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)
mrh1997
2023-02-05
5
-4/+36
*
gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)
Eric Wieser
2023-02-05
4
-33/+111
*
Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)
Mark Dickinson
2023-02-05
8
-42/+47
*
gh-101570: Update bundled pip version to 23.0 (#101571)
Pradyun Gedam
2023-02-05
3
-1/+2
*
gh-101266: Fix __sizeof__ for subclasses of int (#101394)
Mark Dickinson
2023-02-05
4
-9/+48
*
gh-101221: Add options in the documentation of timeit command (#101222)
busywhitespace
2023-02-05
1
-1/+1
*
Add missing preposition in argparse docs (#101548)
alnoki
2023-02-05
1
-1/+1
*
Fix detection of presence of time.tzset (gh-101539) (#101540)
Alexander Belopolsky
2023-02-05
1
-1/+1
*
GH-100485: Create an alternative code path when an accurate fma() implementat...
Raymond Hettinger
2023-02-04
2
-0/+48
*
gh-101322: Ensure test_zlib.ZlibDecompressorTest runs, fix errors in ZlibDeco...
Ruben Vorderman
2023-02-04
3
-2/+10
*
gh-101282: Update BOLT --split-functions flag not to use deprecated u… (gh-...
Dong-hee Na
2023-02-04
2
-1/+3
*
GH-56426: Add cross-reference to the documentation for faulthandler, tracebac...
Furkan Onder
2023-02-04
3
-2/+26
*
Add missing `versionadded` directive for `PyCode_Addr2Location` (#101347)
Max Bachmann
2023-02-04
1
-0/+2
*
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow
2023-02-04
15
-3697/+4007
[next]