summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-95767: Fix grammatical error in asyncio loop.create_task docs (#95768)Andrzej Bartosiński2022-08-091-1/+1
* GH-92678: Document that you shouldn't be doing your own dictionary offset cal...Mark Shannon2022-08-094-13/+32
* Disable Limited API tests with Py_TRACE_REFS (GH-95796)Petr Viktorin2022-08-092-0/+19
* Improvements to the bisect docs (GH-95807)Raymond Hettinger2022-08-091-19/+19
* bpo-37000: Remove obsolete comment in _randbelow_with_getrandbits (#95775)Matthias Görgens2022-08-081-1/+1
* gh-95273: Reorganize sqlite3 doc module level funcs and vars (#95626)Erlend E. Aasland2022-08-081-158/+156
* gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...Serhiy Storchaka2022-08-085-39/+35
* gh-95491: Mention IDLE Issue project in Readme (#95750)Terry Jan Reedy2022-08-081-0/+8
* gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)Petr Viktorin2022-08-0818-13/+152
* gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)Serhiy Storchaka2022-08-084-4/+4
* gh-95388: Suppress deprecation warning in test_immutable_type_with_mutable_ba...Erlend E. Aasland2022-08-081-0/+1
* Fix downcast compiler warning in Modules/_testcapi/vectorcall.c (#95729)Erlend E. Aasland2022-08-081-1/+1
* docs: Fix a few typos (#94899)Tim Gates2022-08-083-3/+3
* Fix documentation typo for functools.cmp_to_key (GH-95766)Andrzej Bartosiński2022-08-081-1/+1
* gh-88339: enable fast seeking of uncompressed unencrypted zipfile.ZipExtFile ...JuniorJPDJ2022-08-063-5/+22
* gh-94635: Fixup sqlite3 'Introduction' seealso note (#95751)Erlend E. Aasland2022-08-061-12/+12
* gh-95376: Add test for names containing null (#GH-5394)Sion Kang2022-08-061-0/+2
* gh-95395: Add argument type error test (GH-95412)Sion Kang2022-08-061-1/+3
* gh-95155: Update "Using Python on a Mac" documentation (GH-95284)Howie Zhao2022-08-061-3/+4
* Fix typo in test_dataclasses.py (gh-95735)da-woods2022-08-061-2/+2
* gh-95385 Fastpath for encoding dict to JSON (gh-95374)Aivars Kalvāns2022-08-062-78/+89
* gh-93243: Make smtpd private before porting its users (GH-93246)Oleg Iarygin2022-08-0613-1312/+23
* gh-86943: implement `pathlib.WindowsPath.is_mount()` (GH-31458)Barney Gale2022-08-054-24/+14
* gh-95251: IDLE - Add What's New section to README (#95688)Terry Jan Reedy2022-08-051-2/+23
* gh-89362: Doc IDLE menu and search (#95697)Terry Jan Reedy2022-08-052-32/+52
* Update the magic number in test_util.py (#95714)Pablo Galindo Salgado2022-08-051-1/+1
* Remove draft notice from 3.11 What's new (#95713)Pablo Galindo Salgado2022-08-051-7/+0
* gh-93744: Remove configure --with-cxx-main option (#95651)Victor Stinner2022-08-055-81/+8
* gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)Fantix King2022-08-052-7/+18
* GH-95685: Fix rendering of the string documentation (#95686)Mariatta Wijaya2022-08-051-0/+1
* gh-95573: Fix a mistake in asyncio ssl tests suppressing all logs (#95687)Fantix King2022-08-051-1/+11
* GH-90997: Document CACHEs (GH-95694)Brandt Bucher2022-08-052-0/+25
* gh-65802: IDLE - explain SaveAs and extensions (#95690)Terry Jan Reedy2022-08-053-2/+8
* gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)Eric Snow2022-08-058-31/+120
* gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...Barry Warsaw2022-08-0512-180/+11
* Docs: sqlite3 docs fixup (#95681)Erlend Egeberg Aasland2022-08-041-28/+28
* gh-95271: Extract placeholders howto from sqlite3 tutorial (#95522)Erlend Egeberg Aasland2022-08-041-26/+38
* Remove unnecessary text from documentation. (GH-95670)fluesvamp2022-08-041-1/+1
* gh-95273: Improve documented return values and exceptions raised for sqlite3 ...Erlend Egeberg Aasland2022-08-041-62/+72
* gh-95656: Enable the sqlite3 load extension API in Windows build (#95662)Erlend Egeberg Aasland2022-08-042-1/+3
* Docs: fix two typos in the sqlite3 docs (#95661)ceh2022-08-041-2/+2
* gh-94673: Recover Weaklist Lookup Performance (gh-95544)Eric Snow2022-08-043-7/+47
* gh-90110: Update the C Analyzer Tool Whitelists (gh-95628)Eric Snow2022-08-042-28/+24
* Fix links to old SF bugs (#95648)Serhiy Storchaka2022-08-0416-23/+23
* gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...Steve Dower2022-08-042-9/+31
* gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...Petr Viktorin2022-08-048-21/+351
* gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)Petr Viktorin2022-08-045-0/+80
* gh-87092: create a 'jump target label' abstraction so that the compiler's cod...Irit Katriel2022-08-042-354/+386
* GH-95289: Always call uncancel() when parent cancellation is requested (#95602)Kumar Aditya2022-08-043-9/+42
* gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)Ken Jin2022-08-046-15/+128