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
*
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
*
[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
*
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
Gregory P. Smith
2023-02-03
11
-189/+27
*
gh-101522: Allow overriding Windows dependencies versions and paths using MSB...
Steve Dower
2023-02-03
3
-30/+44
*
gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition...
Irit Katriel
2023-02-03
3
-54/+53
*
gh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GENERATOR in the instruct...
Irit Katriel
2023-02-03
3
-42/+40
*
gh-101277: Port more `itertools` static types to heap types (#101303)
Erlend E. Aasland
2023-02-03
2
-328/+202
*
docs: replace PyPI description with link (#101506)
François Magimel
2023-02-03
1
-2/+2
*
gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (#101514)
Viet Than
2023-02-03
1
-2/+8
*
gh-84559: skip the test when no multiprocessing (wasm, etc) (#101530)
Gregory P. Smith
2023-02-03
1
-1/+4
*
gh-100925: Move array methods under class in array doc (#101485)
C.A.M. Gerlach
2023-02-03
1
-90/+89
*
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith
2023-02-02
16
-63/+284
*
gh-98705: Fix AIX build by undefining `__bool__` in C (#98768)
Ayappan Perumal
2023-02-02
2
-0/+8
*
gh-96305: Fix AIX build by avoiding subprocess during bootstrap (#96429)
Ayappan Perumal
2023-02-02
2
-2/+27
*
docs: Fix enum reassign `str` documentation (GH-101507)
Peter Gessler
2023-02-02
1
-2/+2
*
gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL...
Irit Katriel
2023-02-02
3
-34/+34
*
Docs: improve accuracy of sqlite3 `check_same_thread` parameter (#101351)
Marcos Pereira
2023-02-01
1
-4/+7
[next]