Count leading zero bits in one CPU tick#19633
Closed
hnarkaytis wants to merge 102 commits intopython:masterpython/cpython:masterfrom
hnarkaytis:count_leading_zeroshnarkaytis/cpython:count_leading_zerosCopy head branch name to clipboard
Closed
Count leading zero bits in one CPU tick#19633hnarkaytis wants to merge 102 commits intopython:masterpython/cpython:masterfrom hnarkaytis:count_leading_zeroshnarkaytis/cpython:count_leading_zerosCopy head branch name to clipboard
hnarkaytis wants to merge 102 commits intopython:masterpython/cpython:masterfrom
hnarkaytis:count_leading_zeroshnarkaytis/cpython:count_leading_zerosCopy head branch name to clipboard
Commits
Commits on Apr 21, 2020
- committed
- committed
- committed
- committed
- committed
bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634)
Show description for 9c82ea7andauthoredSmall improvements to the recipes and examples. (GH-19635)
Show description for d3a8d61authored- authored
Commits on Apr 22, 2020
- authored
- committed
bpo-38439: Add 256px IDLE icon (GH-17473)
Show description for 3a69f3cauthoredbpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Show description for b310700andauthoredbpo-38329: python.org macOS installers now update Current symlink (GH-19650)
Show description for bcc136bauthored- committed
- committed
- committed
- committed
- committed
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Show description for 9bee32bauthored- authored
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Show description for 4454057authoredbpo-40260: Remove unnecessary newline in compile() call (GH-19641)
Show description for 39652cdauthoredbpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
Show description for a81849bauthoredbpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Show description for c5fc156authored- authored
- authored
- authored
Commits on Apr 23, 2020
- authored
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Show description for 1def775authored- authored
- authored
- authored
- authored
gdbinit: Use proper define syntax (GH-19557)
Show description for 1221135authored- authored
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Show description for ebebb64authored- authored
bpo-39983: Add test.support.print_warning() (GH-19683)
Show description for d663d34authored- authored
bpo-40334: Use old compiler when compile mode is func_type (GH-19692)
Show description for bc28805authoredFix broken mkdir -p call in regen-pegen (#19695)
Show description for 3e89251authored- authored
Commits on Apr 24, 2020
- authored
bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691)
Show description for 2510494authored- authored
bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696)
Show description for 162c567authoredbpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697)
Show description for e6f8abdauthoredbpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694)
Show description for 24ffe70authoredbpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
Show description for 503de71authored- authored
Commits on Apr 25, 2020
- authored
closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709)
Show description for f828077authored- authored
bpo-40275: Avoid importing asyncio in test.support (GH-19600)
Show description for 3c8a5b4authoredbpo-40275: Avoid importing socket in test.support (GH-19603)
Show description for 1699491authoredbpo-40275: Avoid importing logging in test.support (GH-19601)
Show description for 515fce4authored
Commits on Apr 26, 2020
Commits on Apr 27, 2020
- authored
- authored
bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607)
Show description for b54e46cauthored- authored
- authored
Add files in tests/test_peg_generator to the install target lists (GH-19723)
Show description for 4044c84authored- authored
- authored
- authored
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
Show description for 9adccc1authoredbpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Show description for 2b74c83authored- authored
bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738)
Show description for 1a27501authoredbpo-39995: Split test_concurrent_futures.test_crash() into sub-tests (GH-19739)
Show description for 5d1f32dauthored- committed
Commits on Apr 28, 2020
bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743)
Show description for d55133fauthoredbpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744)
Show description for 3d53d87authored- authored
- committed
- committed
bpo-40421: Add pyframe.h header file (GH-19755)
Show description for 7c59d7cauthoredbpo-40421: Add Include/cpython/code.h header file (GH-19756)
Show description for b8f704dauthoredbpo-40421: Add PyFrame_GetCode() function (GH-19757)
Show description for a42ca74authoredbpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)
Show description for d9a43e2authoredbpo-39966: Revert "bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock" (GH-19734)
Show description for 521c8d6authoredbpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
Show description for 6d86a23authoredbpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770)
Show description for 5e8c691authored- authored
Commits on Apr 29, 2020
bpo-40431: Fix syntax typo in turtledemo (GH-19777)
Show description for 49f70dbauthoredbpo-38880: List interpreters associated with a channel end (GH-17323)
Show description for f7bbf58authoredbpo-40429: Refactor super_init() (GH-19776)
Show description for cc0dc7eauthoredbpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Show description for ae00a5aauthoredbpo-40334: Fix shifting of nested f-strings in the new parser (GH-19771)
Show description for 37af21bauthoredbpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Show description for 4386b90authored- authored
bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)
Show description for 66abe98authoredbpo-40421: Add PyFrame_GetBack() function (GH-19765)
Show description for 7036477authoredbpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760)
Show description for a4dfe8eauthoredbpo-40334: Disallow invalid single statements in the new parser (GH-19774)
Show description for 6d65087andauthoredbpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)
Show description for bb4a585authored- committed
- committed
- committed