summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...Mark Shannon2023-01-3013-217/+226
* gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)Guido van Rossum2023-01-306-120/+194
* gh-39615: fix warning on return type mismatch (#101407)Irit Katriel2023-01-301-1/+1
* gh-89381: Fix invalid signatures of math/cmath.log (#101404)Sergey B Kirpichev2023-01-298-47/+42
* Fix trivial typo in shebang example (GH-101385)socal-nerdtastic2023-01-281-1/+1
* GH-100485: Add extended accuracy test. Switch to faster fma() based variant...Raymond Hettinger2023-01-282-36/+100
* gh-101386: fix typos found by codespell (#101387)Peter Jiping Xie2023-01-284-6/+6
* gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)Gregory P. Smith2023-01-2812-48/+263
* gh-101341: Remove unncessary enum._power_of_two function (gh-101342)Dong-hee Na2023-01-281-5/+0
* [doc] Add a section on logging handler configuration order. (GH-101380)Vinay Sajip2023-01-271-0/+23
* [doc] Add some notices to logging configuration documentation. (GH-101373)Vinay Sajip2023-01-271-0/+10
* gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win...Steve Dower2023-01-277-24/+46
* Speed-up and improve accuracy with Rump Algorithms (3.1) and (5.10) (GH-101366)Raymond Hettinger2023-01-271-21/+16
* gh-101000: Add os.path.splitroot() (#101002)Barney Gale2023-01-279-165/+279
* Fix typos in pystate.c file (#101348)Виталий Дмитриев2023-01-261-5/+5
* gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)Steve Dower2023-01-266-6/+12
* gh-98831: Fix two bugs in case generator (#101349)Guido van Rossum2023-01-262-5/+8
* gh-60580: Fix a wrong type of `ctypes.wintypes.BYTE` (#97579)Oleg Iarygin2023-01-263-1/+23
* gh-85100: Migrate BPO link to the GitHub link for malloc warnings (gh-101343)Dong-hee Na2023-01-261-1/+2
* gh-99952: [ctypes] fix refcount issues in from_param() result. (#100169)Yukihiro Nakadaira2023-01-264-0/+63
* datetime.rst: improve combine() docs (#101338)John Belmonte2023-01-261-4/+3
* gh-100522 Add a test for 'futures.as_completed' timing out with a non-zero ti...JosephSBoyle2023-01-261-18/+22
* gh-94518: Rename `group*` to `extra_group*` to avoid confusion (#101054)Oleg Iarygin2023-01-262-28/+31
* gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL (#101306)Irit Katriel2023-01-254-18/+20
* Fix incorrect versions in magic number comments (GH-101301)Brandt Bucher2023-01-251-8/+8
* gh-98831: add variable stack effect support to cases generator (#101309)Irit Katriel2023-01-253-194/+924
* gh-101326: Fix regression when passing None to FutureIter.throw (#101327)Shantanu2023-01-253-1/+9