Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gh-95388: Deprecate creating immutable types with mutable bases (GH-95533) | Petr Viktorin | 2022-08-04 | 5 | -0/+80 | |
| | ||||||
* | gh-87092: create a 'jump target label' abstraction so that the compiler's ↵ | Irit Katriel | 2022-08-04 | 2 | -354/+386 | |
| | | | | codegen stage does not work directly with basic blocks (GH-95398) | |||||
* | GH-95289: Always call uncancel() when parent cancellation is requested (#95602) | Kumar Aditya | 2022-08-04 | 3 | -9/+42 | |
| | | | Co-authored-by: Guido van Rossum <guido@python.org> | |||||
* | gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008) | Ken Jin | 2022-08-04 | 6 | -15/+128 | |
| | ||||||
* | gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ↵ | Łukasz Langa | 2022-08-04 | 5 | -122/+10 | |
| | | | | | | (GH-32197)" (GH-95442) This reverts commit d4bb38f82bf18b00db3129031ce4969b6f0caab9. | |||||
* | gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642) | Serhiy Storchaka | 2022-08-04 | 13 | -16/+16 | |
| | | | | It updates links which redirect to HTTPS with different authority or path. | |||||
* | gh-95638: Update idlelib README file and menu lists (#95639) | Terry Jan Reedy | 2022-08-04 | 1 | -50/+59 | |
| | ||||||
* | gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS ↵ | Serhiy Storchaka | 2022-08-04 | 40 | -72/+72 | |
| | | | | | | | | | | (GH-95527) 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. | |||||
* | gh-95191: IDLE Prompts entry for What's New 3.10 (#95633) | Terry Jan Reedy | 2022-08-04 | 1 | -0/+3 | |
| | ||||||
* | gh-95191: IDLE Prompts entry for Whatnew 3.11 (#95632) | Terry Jan Reedy | 2022-08-04 | 1 | -0/+3 | |
| | ||||||
* | gh-94675: Add a regression test for rjsmin re slowdown (GH-94685) | Miro Hrončok | 2022-08-03 | 2 | -1/+31 | |
| | | | | | | | Adds a regression test for an re slowdown observed by rjsmin. Uses multiprocessing to kill the test after SHORT_TIMEOUT. Co-authored-by: Oleg Iarygin <dralife@yandex.ru> Co-authored-by: Christian Heimes <christian@python.org> | |||||
* | gh-90817: Use .. deprecated-removed:: when removal version known (#94960) | Hugo van Kemenade | 2022-08-03 | 1 | -2/+2 | |
| | ||||||
* | gh-94399: Restore PATH search behaviour of py.exe launcher for ↵ | Steve Dower | 2022-08-03 | 4 | -8/+159 | |
| | | | | '/usr/bin/env' shebang lines (GH-95582) | |||||
* | gh-95597: Fix typo in Lib directory files (#95599) | Jo, Yunjin | 2022-08-03 | 2 | -2/+2 | |
| | ||||||
* | [Enum] add whatsnew entries (GH-95455) | Ethan Furman | 2022-08-03 | 1 | -0/+43 | |
| | ||||||
* | gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic ↵ | Derek Kim | 2022-08-03 | 4 | -35/+21 | |
| | | | | function load (GH-95521) | |||||
* | gh-95273: Align sqlite3 const doc refs with the devguide recommendations ↵ | Erlend Egeberg Aasland | 2022-08-03 | 1 | -39/+39 | |
| | | | | (#95525) | |||||
* | gh-95609: update bundled pip to 22.2.2 (gh-95610) | Stéphane Bidoul | 2022-08-03 | 3 | -1/+2 | |
| | ||||||
* | gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message ↵ | CAM Gerlach | 2022-08-03 | 2 | -0/+10 | |
| | | | | (GH-95607) | |||||
* | GH-92678: Fix tp_dictoffset inheritance. (GH-95596) | Mark Shannon | 2022-08-03 | 4 | -3/+65 | |
| | | | | | | * Add test for inheriting explicit __dict__ and weakref. * Restore 3.10 behavior for multiple inheritance of C extension classes that store their dictionary at the end of the struct. | |||||
* | Docs: fix incorrect formatting in sqlite3 CLI docs (#95581) | Erlend Egeberg Aasland | 2022-08-02 | 1 | -2/+4 | |
| | ||||||
* | gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) | Christian Heimes | 2022-08-02 | 46 | -105/+322 | |
| | | | | | | Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Michael Droettboom <mdboom@gmail.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | |||||
* | gh-95516: Add param types and clarify param descriptions of LogRecord (GH-95517) | CAM Gerlach | 2022-08-02 | 1 | -25/+48 | |
| | ||||||
* | gh-83270: Update IDLE's credits (#95528) | Erlend Egeberg Aasland | 2022-08-02 | 1 | -1/+11 | |
| | | | Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | |||||
* | gh-95191: IDLE: Include prompts when saving Shell #95554 | Terry Jan Reedy | 2022-08-02 | 5 | -24/+43 | |
| | ||||||
* | gh-92219: Clarify that some options to the installer may break the install ↵ | Steve Dower | 2022-08-01 | 1 | -5/+9 | |
| | | | | (GH-95548) | |||||
* | gh-90110: Get the C Analyzer Tool Working Again (gh-95545) | Eric Snow | 2022-08-01 | 4 | -5/+118 | |
| | ||||||
* | GH-95150: Use position and exception tables for code hashing and equality ↵ | Brandt Bucher | 2022-08-01 | 5 | -5/+68 | |
| | | | | (GH-95509) | |||||
* | gh-91447: Fix findtext to only give an empty string on None (GH-91486) | Eugene Triguba | 2022-08-01 | 3 | -1/+19 | |
| | | | | | The API documentation for [findtext](https://docs.python.org/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.findtext) states that this function gives back an empty string on "no text content." With the previous implementation, this would give back a empty string even on text content values such as 0 or False. This patch attempts to resolve that by only giving back an empty string if the text attribute is set to `None`. Resolves #91447. Automerge-Triggered-By: GH:gvanrossum | |||||
* | gh-95417: Quick fix for "ULONG_PTR differs in levels of indirection from ↵ | Oleg Iarygin | 2022-08-01 | 2 | -4/+12 | |
| | | | | void *" (GH-95538) | |||||
* | gh-95173: Add a regression test for sorting tuples containing None (#95464) | Jacob Walls | 2022-08-01 | 1 | -0/+6 | |
| | ||||||
* | gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465) | neonene | 2022-08-01 | 2 | -0/+6 | |
| | ||||||
* | no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510) | Alex Hedges | 2022-08-01 | 1 | -1/+1 | |
| | ||||||
* | GH-95245: Store object values and dict pointers in single tagged pointer. ↵ | Mark Shannon | 2022-08-01 | 10 | -201/+269 | |
| | | | | (GH-95278) | |||||
* | gh-91146: More reduce allocation size of list from str.split/rsplit (gh-95493) | Dong-hee Na | 2022-08-01 | 2 | -10/+23 | |
| | | | Co-authored-by: Inada Naoki <songofacandy@gmail.com> | |||||
* | gh-95007: Remove the NoneType return converter from Argument Clinic Doc (#95529) | Noam Cohen | 2022-08-01 | 1 | -5/+0 | |
| | | | The converter was removed in 74b5e4ce80858ac5c7d03411cb8cce7e6865f181 | |||||
* | gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386) | Petr Viktorin | 2022-08-01 | 6 | -970/+993 | |
| | | | | | This removes the unused negative_dictoffset function: the type this function would create is available as _testcapi.HeapCTypeWithNegativeDict | |||||
* | gh-77617: Add sqlite3 command-line interface (#95026) | Erlend Egeberg Aasland | 2022-08-01 | 5 | -0/+281 | |
| | | | Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | |||||
* | gh-95273: Clarify when sqlite_* attributes are added to sqlite3 exceptions ↵ | Erlend Egeberg Aasland | 2022-08-01 | 1 | -0/+3 | |
| | | | | (#95523) | |||||
* | gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512) | Terry Jan Reedy | 2022-08-01 | 4 | -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.) | |||||
* | bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112) | markus-sus | 2022-08-01 | 1 | -9/+8 | |
| | ||||||
* | IDLE: Fix docs URL in the About window (#28417) | Serhiy Storchaka | 2022-07-31 | 1 | -2/+3 | |
| | ||||||
* | bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ↵ | Pablo Galindo Salgado | 2022-07-31 | 6 | -83/+27 | |
| | | | | command line (GH-28823)" (#94745) | |||||
* | gh-91146: Reduce allocation size of list from str.split()/rsplit() (gh-95473) | Dong-hee Na | 2022-07-31 | 2 | -19/+22 | |
| | ||||||
* | gh-95471: IDLE - Tweak Edit menu (#95481) | Terry Jan Reedy | 2022-07-31 | 3 | -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. | |||||
* | gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs (#94636) | Erlend Egeberg Aasland | 2022-07-30 | 1 | -98/+120 | |
| | | | Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | |||||
* | Doctest cleanups (GH-95436) | Zachary Ware | 2022-07-30 | 6 | -7/+29 | |
| | | | | | | | | | | | | | * GHA: Don't hide doctest output * Enable doctests in math.rst * Squash warnings in nntplib.rst doctests * Squash warning in turtle.rst doctest * Squash warnings in whatsnew/3.2.rst doctests * Treat warnings as errors in Doc/ doctests | |||||
* | gh-90654: IDLE - Insert blank line in NEWS.txt (#95478) | Terry Jan Reedy | 2022-07-30 | 1 | -0/+1 | |
| | | | Needed for backports. | |||||
* | gh-95454: Replace truthy/falsy with true/false (GH-95456) | Robert O'Shea | 2022-07-30 | 8 | -13/+15 | |
| | ||||||
* | gh-94938: Fix test (GH-95396) | Serhiy Storchaka | 2022-07-30 | 1 | -5/+0 | |
| |