summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* GH-88597: Rename uuid's new CLI args to be in line with uuidgen. (#101248)achhina2023-01-253-27/+32
* Add advice how to freeze fewer modules (#101298)Guido van Rossum2023-01-251-1/+6
* GH-98831: Elaborate some cases_generator tests (#101299)Guido van Rossum2023-01-251-13/+41
* Fix some comments in ceval.c and fix lltrace output (#101297)Guido van Rossum2023-01-241-6/+4
* gh-98831: rewrite pattern matching opcodes in the instruction definition DSL ...Irit Katriel2023-01-245-73/+64
* GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-1...Mark Shannon2023-01-249-12/+39
* gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...Martin Boisvert2023-01-242-34/+124
* gh-92123: Adapt _elementtree to multi-phase init (PEP 489) (#101285)Erlend E. Aasland2023-01-243-130/+280
* GH-91375: Purge `asyncio` static variables from globals-to-fix list (#101288)Erlend E. Aasland2023-01-241-23/+0
* GH-92123: Pass _elementtree state as parameter (#101189)Erlend E. Aasland2023-01-241-57/+73
* no-issue: Add Dong-hee Na as autoconf codeowner (gh-101281)Dong-hee Na2023-01-241-1/+1
* gh-101278: Drop -gdwarf-4 flag from the BOLT build (gh-101280)Dong-hee Na2023-01-242-6/+0
* gh-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL (#1...Irit Katriel2023-01-244-60/+29
* gh-101060: conditionally add `-fno-reorder-blocks-and-partition` (gh-101061)Gregory Szorc2023-01-243-2/+49
* gh-101152: Implement PEP 699 (GH-101193)ram vikram singh2023-01-244-0/+15
* [docs] Mention how to get/set a bigint PyLong via the C API (#101270)Gregory P. Smith2023-01-241-0/+4
* gh-100795: Don't call freeaddrinfo on failure. (#101252)Gregory P. Smith2023-01-232-0/+7
* gh-101261: add test for function with > 255 args (#101262)Irit Katriel2023-01-231-0/+10
* gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-1...Eric Snow2023-01-235-24/+92
* GH-92123: Store _elementtree state in type contexts (#101190)Erlend E. Aasland2023-01-231-17/+21
* Added asyncio REPL example to docs. (#101243)Carlton Gibson2023-01-231-0/+12
* gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (#101...Nikita Sobolev2023-01-233-1/+36
* gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)Jacob Walls2023-01-236-5/+59
* Sumprod(): Update citation. Reorder functions. Add final twosum() call. Impro...Raymond Hettinger2023-01-221-38/+21
* gh-101047: Remove vestigial references to macOS libtool options (gh-101048)Gregory Szorc2023-01-223-172/+0