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-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
*
gh-98831: Modernize the LOAD_GLOBAL family (#101502)
Guido van Rossum
2023-02-01
3
-77/+66
*
gh-101467: Correct py.exe handling of prefix matches and cases when only one ...
Steve Dower
2023-02-01
4
-18/+114
*
gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction defi...
Irit Katriel
2023-02-01
5
-99/+98
*
gh-98831: Modernize the LOAD_ATTR family (#101488)
Guido van Rossum
2023-02-01
3
-230/+205
*
gh-101498 : Fix asyncio.Timeout example in docs (#101499)
Raj
2023-02-01
1
-1/+1
*
gh-101454: fix documentation for END_ASYNC_FOR (#101455)
Irit Katriel
2023-02-01
1
-4/+3
*
gh-101277: Isolate itertools, add group and _grouper types to module state (#...
Erlend E. Aasland
2023-02-01
3
-111/+173
*
gh-101317: Add `ssl_shutdown_timeout` parameter for `asyncio.StreamWriter.sta...
beavailable
2023-02-01
3
-3/+15
[prev]
[next]