summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [3.10] gh-95876: Fix format string in pegen error location code (GH-95877 ↵Christian Heimes2022-08-112-1/+5
| | | | | | | (GH-95901) (cherry picked from commit b4c857d0fd74abb1ede6fe083c4fa3ca728b2b83) Co-authored-by: Christian Heimes <christian@python.org>
* gh-95878: Fix format char in datetime CAPI tests (GH-95879)Miss Islington (bot)2022-08-111-4/+4
| | | | | (cherry picked from commit 8b34e914bba2ccd6ae39609410db49d0beb19cb1) Co-authored-by: Christian Heimes <christian@python.org>
* gh-75510: Edit idlelib entry in doc (GH-95869)Miss Islington (bot)2022-08-111-3/+6
| | | | | | Make section instead of subsection and revise sentence. (cherry picked from commit 9af4aed73af0accffd26176c09aa263b68c8ca5d) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* gh-84910: Tweak IDLE Glossary entry (GH-95866)Miss Islington (bot)2022-08-111-3/+3
| | | | | | | Link "IDLE" to its doc and add 'and Learning' to its expansion, as in the doc. (cherry picked from commit 3646f6cd880f8f91e189a2fe44a687798aa1fef1) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)Miss Islington (bot)2022-08-111-1/+6
| | | | | | Under certain build conditions, test_check_c_globals fails. This fix takes the same approach as we took for gh-84236 (via gh-20095). We'll be removing use of distutils in the c-analyzer at some point. Until then we'll hide the warning filter. (cherry picked from commit 3ff6d9affb351292ad8530802e7c06f651520706) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
* gh-95605: Fix `float(s)` error message when `s` contains only whitespace ↵Miss Islington (bot)2022-08-103-1/+14
| | | | | | | | (GH-95665) (GH-95859) This PR fixes the error message from float(s) in the case where s contains only whitespace. (cherry picked from commit 97e9cfa75a80b54a0630b7371f35e368a12749d1) Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
* Fix documentation typo for functools.cmp_to_key (GH-95766) (#95777)Miss Islington (bot)2022-08-101-1/+1
|
* gh-75500: Add idlelib section to IDLE doc (GH-95832)Miss Islington (bot)2022-08-092-1/+31
| | | | | | This enables accessing IDLE as 'idlelib' in the Doc Module listing. (cherry picked from commit 70fc9641b56144854777aef29c145cd10789e3df) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* [3.11] gh-88878: IDLE - replace type('') with str (GH-95792)Miss Islington (bot)2022-08-091-1/+1
| | | | | | | Change in idlelib.browser, line 54 cherrypicked from 3680ebed7f3e529d01996dd0318601f9f0d02b4b (cherry picked from commit 1a22ec5d69c2cbe51afdaff2cc3bc25a9514dd4f) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* gh-95767: Fix grammatical error in asyncio loop.create_task docs (GH-95768)Miss Islington (bot)2022-08-091-1/+1
| | | | | (cherry picked from commit 141f2517fc36cc7a0caf177f270edb6d39cf3d23) Co-authored-by: Andrzej Bartosiński <6197476+Neob91@users.noreply.github.com>
* [3.10] gh-95273: Reorganize sqlite3 doc module level funcs and vars ↵Erlend E. Aasland2022-08-081-124/+121
| | | | | | | | | (GH-95626) (#95803) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>. (cherry picked from commit 41c939cb35cda395388a775156c367676efffebe) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
* [3.10] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650). ↵Serhiy Storchaka2022-08-084-4/+4
| | | | | | | (GH-95786) (cherry picked from commit cc9160a29bc3356ced92348bcd8e6668c67167c9) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* gh-95491: Mention IDLE Issue project in Readme (GH-95750)Miss Islington (bot)2022-08-081-0/+8
| | | | | (cherry picked from commit 63140b445e4a303df430b3d60c1cd4ef34f27c03) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* gh-94635: Fixup sqlite3 'Introduction' seealso note (GH-95751)Miss Islington (bot)2022-08-061-12/+12
| | | | | | | In gh-95269, the seealso note incorrectly ended up in the 'Tutorial' section. (cherry picked from commit 56af5a200d60e86a8ac450264729d693053275e3) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
* gh-95376: Add test for names containing null (GH-GH-5394) (GH-95747)Miss Islington (bot)2022-08-061-0/+2
| | | | | | Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com> (cherry picked from commit a17cd47b614f8bc660788647a009a25e121221d7) Co-authored-by: Sion Kang <31057849+Yaminyam@users.noreply.github.com>
* gh-95395: Add argument type error test (GH-95412) (GH-95745)Miss Islington (bot)2022-08-061-1/+3
| | | | | (cherry picked from commit 4703c158116bd157e20938bbf5356b79422470bb) Co-authored-by: Sion Kang <31057849+Yaminyam@users.noreply.github.com>
* gh-95155: Update "Using Python on a Mac" documentation (GH-95284) (GH-95743)Miss Islington (bot)2022-08-061-3/+4
| | | | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit d25ff1f61387edd65a91b3930b12bcf4d734e8a1) Co-authored-by: Howie Zhao <howiezhaohr@hotmail.com>
* Fix typo in test_dataclasses.py (gh-95735)Miss Islington (bot)2022-08-061-2/+2
| | | | | | `dataclass` was called as a function when it was almost certainly intended to be a decorator. (cherry picked from commit 59e09efe888affe549e9249f188797c1325edecc) Co-authored-by: da-woods <dw-git@d-woods.co.uk>
* gh-95251: IDLE - Add What's New section to README (GH-95688)Miss Islington (bot)2022-08-051-2/+23
| | | | | | | | Document what I (TJR) currently do for 3.10/3.11. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> (cherry picked from commit a302a274892f2dad4e1fa492c4886d55e4df0a80) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* gh-89362: Doc IDLE menu and search (GH-95697)Miss Islington (bot)2022-08-052-32/+52
| | | | | | | | Update menu item position and capitalization. Add paragraph about search. For help.html, include save-as addition. (cherry picked from commit 834064c19a110dad425dc290c91c0545eaa24471) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* gh-91271: Document which parts of structs are in limited API/stable ABI ↵Petr Viktorin2022-08-055-871/+982
| | | | | (GH-32196) (GH-95711) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
* bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112) ↵Miss Islington (bot)2022-08-051-9/+8
| | | | | | | (GH-95515) (cherry picked from commit d29e279de38e7bc3b7deda573ba23d65831d9351) Co-authored-by: markus-sus <73822103+markus-sus@users.noreply.github.com>
* GH-95685: Fix rendering of the string documentation (GH-95686) (GH-95701)Miss Islington (bot)2022-08-051-0/+1
| | | | | | | | There's an extra underlines that messed the rest of the documentation rendering. Closes #95685 (cherry picked from commit a525f2ada407d6677bf8ca708f104694de0525e4) Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
* gh-65802: IDLE - explain SaveAs and extensions (GH-95690)Miss Islington (bot)2022-08-053-2/+8
| | | | | | | | File name extensions may or may not be shown for the current name and are added in an OS-dependent manner if not given for the new name. (cherry picked from commit 9890f86ae2001d19e7a18fee5b13aa0dd6069aef) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* [3.10] Docs: sqlite3 docs fixup (GH-95681) (#95684)Erlend Egeberg Aasland2022-08-051-24/+24
| | | | | | | | - Disable links to the module itself - Consistent ref markup (cherry picked from commit 44f1f63ad5cf00b6f50cef0cc1a62c42632138be) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
* [3.10] gh-95271: Extract placeholders howto from sqlite3 tutorial (GH-95522) ↵Erlend Egeberg Aasland2022-08-041-26/+38
| | | | | | | | | (#95678) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> (cherry picked from commit b24e8b28a7dc585ba367a959be83393f2352d21d) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
* [3.10] gh-95273: Improve documented return values and exceptions raised for ↵Erlend Egeberg Aasland2022-08-041-33/+18
| | | | | | | | | sqlite3 class methods (GH-95530) (#95674) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>. (cherry picked from commit 12d92c733cfc00ee630b30e4e0250da400c83395) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
* Docs: fix two typos in the sqlite3 docs (GH-95661)Miss Islington (bot)2022-08-041-2/+2
| | | | | | | - statment => statement - transaciton => transaction (cherry picked from commit 962acd446839c7e10caf301931760133644ce8ca) Co-authored-by: ceh <emil@hessman.se>
* gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)Miss Islington (bot)2022-08-0413-16/+16
| | | | | | | It updates links which redirect to HTTPS with different authority or path. (cherry picked from commit d0d0154443cafb2f0a2cdfb6a1267d80cce8388e) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.10] gh-91838: Use HTTPS links in docs for resources which redirect to ↵Serhiy Storchaka2022-08-0438-68/+68
| | | | | | | | | | | | HTTPS (GH-95527) (GH-95644) If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.. (cherry picked from commit f79547a429d5c90af83a0da821e082cba20d4712) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* gh-95638: Update idlelib README file and menu lists (GH-95639)Miss Islington (bot)2022-08-041-50/+59
| | | | | (cherry picked from commit 621b33ce258f3eaf154322c1edf0ead1e4892e36) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* gh-95191: IDLE Prompts entry for What's New 3.10 (GH-95633)Miss Islington (bot)2022-08-041-0/+3
| | | | | (cherry picked from commit bcc74d509a3bd7e4fdc658179ae6d77614d1fd36) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* [3.10] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) (#95615)Shantanu2022-08-031-19/+20
| | | | | | | | | | | | | | | | | * Remove bugs.python.org from bugs.rst * Update bugs.rst to the github issue tracker * reflow * Fix a typo and rephrase a sentence. Co-authored-by: Inada Naoki <songofacandy@gmail.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> (cherry picked from commit df81d2892eed3a256eb61ce59304f2173fb0c945) Co-authored-by: roy reznik <royreznik@gmail.com> Co-authored-by: roy reznik <royreznik@gmail.com>
* gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic ↵Steve Dower2022-08-034-35/+21
| | | | | function load (GH-95521) Co-authored-by: Derek Kim <ddkim1024@gmail.com>
* gh-95597: Fix typo in Lib directory files (GH-95599)Miss Islington (bot)2022-08-032-2/+2
| | | | | (cherry picked from commit b53aed76d26419fc7449c358c6035c9afe055e16) Co-authored-by: Jo, Yunjin <black33jo@gmail.com>
* [3.10] gh-95273: Align sqlite3 const doc refs with the devguide ↵Erlend Egeberg Aasland2022-08-031-32/+32
| | | | | | | recommendations (GH-95525). (#95618) (cherry picked from commit 4d02572f8c39b16c83c0883917db4e31efc1048e) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
* gh-95609: update bundled pip to 22.2.2 (gh-95610)Miss Islington (bot)2022-08-033-1/+2
| | | | | (cherry picked from commit 3d9d45b22cb1e90bca2901eade4b3125aeadb8c9) Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
* gh-91207: Override stylesheet fingerprinting when building for HTML Help ↵CAM Gerlach2022-08-022-0/+7
| | | | (GH-95556)
* gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) ↵Miss Islington (bot)2022-08-021-1/+1
| | | | | | | (gh-95232) (cherry picked from commit df7c8b95372169fb9d23140d35f91970ba32189d) Co-authored-by: Adam Dangoor <adamdangoor@gmail.com>
* gh-92219: Clarify that some options to the installer may break the install ↵Miss Islington (bot)2022-08-021-5/+9
| | | | | | | (GH-95548) (#95550) (cherry picked from commit d2c1a9c76c001b18c14e50779b0ee41ea4ccf0b3) Co-authored-by: Steve Dower <steve.dower@python.org>
* gh-95516: Add param types and clarify param descriptions of LogRecord ↵Miss Islington (bot)2022-08-021-25/+48
| | | | | | | (GH-95517) (#95565) (cherry picked from commit 75a6441718dcbc65d993c9544e67e25bef120e82) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95558)Miss Islington (bot)2022-08-025-24/+43
| | | | | (cherry picked from commit b85411fc5e9e223a6bd44f89f674ee3b2e29b99e) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* gh-83270: Update IDLE's credits (GH-95528) (#95560)Miss Islington (bot)2022-08-021-1/+11
| | | | | | Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 698fa8bf6075c1594966ef6da8501a6f81db50f2) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
* Post 3.10.6Pablo Galindo2022-08-021-1/+1
|
* Python 3.10.6v3.10.6Pablo Galindo2022-08-0186-151/+832
|
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)Miss Islington (bot)2022-08-014-15/+19
| | | | | | | | | If one selects whole lines, as the sidebar makes easy, do not add an extra line. Only move the end of a selection to the beginning of the next line when not already at the beginning of a line. (Also improve the surrounding code.) (cherry picked from commit fc31a13dc1799b8d972c1f4ea49f27090aed7f48) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* IDLE: Fix docs URL in the About window (GH-28417)Miss Islington (bot)2022-07-311-2/+3
| | | | | (cherry picked from commit 0f17a754d925345d67beff18897d86780436c506) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477)Thomas Klausner2022-07-313-0/+82
| | | | | (cherry picked from commit 2e7e3c4c109928870c1e33d8af36b78e92895594) Co-authored-by: Thomas Klausner <tk@giga.or.at>
* [3.10] gh-94635: Add Reference, How-to, and Explanation headings to sqlite3 ↵Erlend Egeberg Aasland2022-07-311-96/+120
| | | | | | | | | | docs (GH-94636) (#95483) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>. (cherry picked from commit 6c439b978bf55b29f21c595e9375202d63c8208d) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com> * Fix refs
* gh-95471: IDLE - Tweak Edit menu (GH-95481)Miss Islington (bot)2022-07-313-1/+7
| | | | | | Move `Select All` above `Cut` as it is used with `Cut` and `Copy` but not `Paste`. Add a separator between `Replace` and `Go to Line` to separate items that belong to the 'Edit-find' (above) and 'Edit-show' (below) IDLE github project topics. (cherry picked from commit 53357b3ee53d767c2da5cd77f9c47117903e9a44) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>