| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | datetime.rst: fix combine() signature (#101490) | John Belmonte | 2023-02-01 | 1 | -1/+1 |
|
|
* | GH-100288: Skip extra work when failing to specialize LOAD_ATTR (GH-101354) | Brandt Bucher | 2023-01-31 | 1 | -60/+24 |
|
|
* | gh-101409: Improve generated clinic code for self type checks (#101411) | Erlend E. Aasland | 2023-01-31 | 15 | -78/+80 |
|
|
* | gh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR in the instruction defi... | Irit Katriel | 2023-01-31 | 3 | -38/+40 |
|
|
* | gh-101469: Optimise get_io_state() by using _PyModule_GetState() (GH-101470) | Erlend E. Aasland | 2023-01-31 | 1 | -1/+2 |
|
|
* | gh-101440: fix json snippet error in logging-cookbook.rst (#101439) | Peter Jiping Xie | 2023-01-31 | 1 | -1/+1 |
|
|
* | gh-99276 - Updated Doc/faq/general.rst (#101396) | Raj | 2023-01-31 | 1 | -2/+2 |
|
|
* | Add JOBS parameter to docs Makefile (#101395) | Christophe Nanteuil | 2023-01-31 | 1 | -1/+2 |
|
|
* | gh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and a few simple opcodes in ... | Irit Katriel | 2023-01-31 | 3 | -69/+59 |
|
|
* | gh-77607: Improve accuracy of os.path.join docs (#101406) | Shantanu | 2023-01-31 | 1 | -5/+5 |
|
|
* | Fixes typo in asyncio.TaskGroup context manager code example (#101449) | Ben | 2023-01-31 | 1 | -1/+1 |
|
|
* | gh-98831: Clean up and add cache size static_assert to macro (#101442) | Guido van Rossum | 2023-01-31 | 2 | -4/+24 |
|
|
* | gh-99955: use SUCCESS/ERROR return values in optimizer and assembler. Use RET... | Irit Katriel | 2023-01-31 | 1 | -189/+142 |
|
|
* | gh-101400: Fix incorrect lineno in exception message on continue/break which ... | Dong-hee Na | 2023-01-30 | 3 | -15/+23 |
|
|
* | gh-101229: Add tests for aliases of imported names (#101230) | Eclips4 | 2023-01-30 | 1 | -0/+18 |
|
|
* | GH-101369: Allow macros as family members (#101399) | Guido van Rossum | 2023-01-30 | 2 | -36/+93 |
|
|
* | gh-59956: Clarify Runtime State Status Expectations (gh-101308) | Eric Snow | 2023-01-30 | 6 | -166/+416 |
|
|
* | gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424) | Owain Davies | 2023-01-30 | 1 | -1/+1 |
|
|