summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-101221: Add options in the documentation of timeit command (#101222)busywhitespace2023-02-051-1/+1
* Add missing preposition in argparse docs (#101548)alnoki2023-02-051-1/+1
* Fix detection of presence of time.tzset (gh-101539) (#101540)Alexander Belopolsky2023-02-051-1/+1
* GH-100485: Create an alternative code path when an accurate fma() implementat...Raymond Hettinger2023-02-042-0/+48
* gh-101322: Ensure test_zlib.ZlibDecompressorTest runs, fix errors in ZlibDeco...Ruben Vorderman2023-02-043-2/+10
* gh-101282: Update BOLT --split-functions flag not to use deprecated u… (gh-...Dong-hee Na2023-02-042-1/+3
* GH-56426: Add cross-reference to the documentation for faulthandler, tracebac...Furkan Onder2023-02-043-2/+26
* Add missing `versionadded` directive for `PyCode_Addr2Location` (#101347)Max Bachmann2023-02-041-0/+2
* gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)Eric Snow2023-02-0415-3697/+4007
* gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)Gregory P. Smith2023-02-0311-189/+27
* gh-101522: Allow overriding Windows dependencies versions and paths using MSB...Steve Dower2023-02-033-30/+44
* gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition...Irit Katriel2023-02-033-54/+53
* gh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GENERATOR in the instruct...Irit Katriel2023-02-033-42/+40
* gh-101277: Port more `itertools` static types to heap types (#101303)Erlend E. Aasland2023-02-032-328/+202
* docs: replace PyPI description with link (#101506)François Magimel2023-02-031-2/+2
* gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (#101514)Viet Than2023-02-031-2/+8
* gh-84559: skip the test when no multiprocessing (wasm, etc) (#101530)Gregory P. Smith2023-02-031-1/+4
* gh-100925: Move array methods under class in array doc (#101485)C.A.M. Gerlach2023-02-031-90/+89
* GH-84559: Deprecate fork being the multiprocessing default. (#100618)Gregory P. Smith2023-02-0216-63/+284
* gh-98705: Fix AIX build by undefining `__bool__` in C (#98768)Ayappan Perumal2023-02-022-0/+8
* gh-96305: Fix AIX build by avoiding subprocess during bootstrap (#96429)Ayappan Perumal2023-02-022-2/+27
* docs: Fix enum reassign `str` documentation (GH-101507)Peter Gessler2023-02-021-2/+2
* gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL...Irit Katriel2023-02-023-34/+34
* Docs: improve accuracy of sqlite3 `check_same_thread` parameter (#101351)Marcos Pereira2023-02-011-4/+7
* gh-98831: Modernize the LOAD_GLOBAL family (#101502)Guido van Rossum2023-02-013-77/+66
* gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Steve Dower2023-02-014-18/+114
* gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction defi...Irit Katriel2023-02-015-99/+98
* gh-98831: Modernize the LOAD_ATTR family (#101488)Guido van Rossum2023-02-013-230/+205
* gh-101498 : Fix asyncio.Timeout example in docs (#101499)Raj2023-02-011-1/+1
* gh-101454: fix documentation for END_ASYNC_FOR (#101455)Irit Katriel2023-02-011-4/+3
* gh-101277: Isolate itertools, add group and _grouper types to module state (#...Erlend E. Aasland2023-02-013-111/+173
* gh-101317: Add `ssl_shutdown_timeout` parameter for `asyncio.StreamWriter.sta...beavailable2023-02-013-3/+15
* datetime.rst: fix combine() signature (#101490)John Belmonte2023-02-011-1/+1
* GH-100288: Skip extra work when failing to specialize LOAD_ATTR (GH-101354)Brandt Bucher2023-01-311-60/+24
* gh-101409: Improve generated clinic code for self type checks (#101411)Erlend E. Aasland2023-01-3115-78/+80
* gh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR in the instruction defi...Irit Katriel2023-01-313-38/+40
* gh-101469: Optimise get_io_state() by using _PyModule_GetState() (GH-101470)Erlend E. Aasland2023-01-311-1/+2
* gh-101440: fix json snippet error in logging-cookbook.rst (#101439)Peter Jiping Xie2023-01-311-1/+1
* gh-99276 - Updated Doc/faq/general.rst (#101396)Raj2023-01-311-2/+2
* Add JOBS parameter to docs Makefile (#101395)Christophe Nanteuil2023-01-311-1/+2
* gh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and a few simple opcodes in ...Irit Katriel2023-01-313-69/+59
* gh-77607: Improve accuracy of os.path.join docs (#101406)Shantanu2023-01-311-5/+5
* Fixes typo in asyncio.TaskGroup context manager code example (#101449)Ben2023-01-311-1/+1
* gh-98831: Clean up and add cache size static_assert to macro (#101442)Guido van Rossum2023-01-312-4/+24
* gh-99955: use SUCCESS/ERROR return values in optimizer and assembler. Use RET...Irit Katriel2023-01-311-189/+142
* gh-101400: Fix incorrect lineno in exception message on continue/break which ...Dong-hee Na2023-01-303-15/+23
* gh-101229: Add tests for aliases of imported names (#101230)Eclips42023-01-301-0/+18
* GH-101369: Allow macros as family members (#101399)Guido van Rossum2023-01-302-36/+93
* gh-59956: Clarify Runtime State Status Expectations (gh-101308)Eric Snow2023-01-306-166/+416
* gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)Owain Davies2023-01-301-1/+1