| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102... | Miss Islington (bot) | 2023-03-08 | 3 | -0/+21 |
|
|
* | [3.10] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) (... | Miss Islington (bot) | 2023-03-07 | 1 | -1/+1 |
|
|
* | Add gettext support to tools/extensions/c_annotations.py (GH-101989) | Miss Islington (bot) | 2023-03-06 | 2 | -3/+9 |
|
|
* | [3.10] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102... | Pablo Galindo Salgado | 2023-03-06 | 3 | -178/+4 |
|
|
* | [3.10] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#1... | Alex Waygood | 2023-03-05 | 1 | -11/+1 |
|
|
* | GH-102341: Improve the test function for pow (GH-102342) | Miss Islington (bot) | 2023-03-05 | 1 | -6/+5 |
|
|
* | Fix unused classes in a typing test (GH-102437) | Miss Islington (bot) | 2023-03-05 | 1 | -2/+2 |
|
|
* | gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a... | Miss Islington (bot) | 2023-03-05 | 3 | -3/+34 |
|
|
* | gh-102356: Add thrashcan macros to filter object dealloc (GH-102426) | Miss Islington (bot) | 2023-03-05 | 4 | -0/+15 |
|
|
* | gh-101992: update pstlib module documentation (GH-102133) | Miss Islington (bot) | 2023-03-05 | 1 | -7/+16 |
|
|
* | [3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) ... | Miss Islington (bot) | 2023-03-04 | 3 | -5/+17 |
|
|
* | [3.10] gh-101892: Fix `SystemError` when a callable iterator call exhausts th... | Oleg Iarygin | 2023-03-04 | 3 | -2/+30 |
|
|
* | [3.10] GH-102126: fix deadlock at shutdown when clearing thread state⦠(#10... | Kumar Aditya | 2023-03-03 | 2 | -2/+11 |
|
|
* | gh-101754: Document that Windows converts keys in `os.environ` to uppercase (... | Miss Islington (bot) | 2023-03-03 | 1 | -0/+5 |
|
|
* | [3.10] Fix typos in documentation and comments (GH-102374) (#102377) | Alex Waygood | 2023-03-02 | 2 | -2/+2 |
|
|
* | [3.10] gh-90744: Fix erroneous doc links in the sys module (GH-101319) (#102322) | Hugo van Kemenade | 2023-03-02 | 1 | -43/+49 |
|
|
* | IDLE: Simplify DynOptionsMenu __init__code (GH-101371) | Miss Islington (bot) | 2023-02-28 | 1 | -14/+11 |
|
|
* | gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297) | Miss Islington (bot) | 2023-02-27 | 1 | -2/+3 |
|
|
* | gh-101100: Fix sphinx warnings in `types` module (GH-102274) | Miss Islington (bot) | 2023-02-27 | 1 | -1/+1 |
|
|
* | gh-101765: unicodeobject: use Py_XDECREF correctly (GH-102283) | Miss Islington (bot) | 2023-02-26 | 1 | -1/+1 |
|
|
* | [3.10] Add missing 'is' to `cmath.log()` docstring (GH-102049) (#102280) | Mark Dickinson | 2023-02-26 | 2 | -4/+4 |
|
|
* | [3.10] [doc] Improve grammar/fix missing word (GH-102060) (GH-102278) | Miss Islington (bot) | 2023-02-26 | 2 | -2/+2 |
|
|
* | [3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102150) | Mark Dickinson | 2023-02-26 | 2 | -4/+43 |
|
|
* | [3.10] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046)... | Miss Islington (bot) | 2023-02-26 | 2 | -28/+39 |
|
|
* | gh-102259: Fix re doc issue regarding right square brackets (GH-102264) | Miss Islington (bot) | 2023-02-26 | 1 | -1/+2 |
|
|
* | [3.10] gh-101765: Fix refcount issues in list and unicode pickling (GH-102265... | Jelle Zijlstra | 2023-02-26 | 2 | -1/+11 |
|
|
* | [3.10] GH-99818: improve the documentation for zipfile.Path and Traversable (... | Shantanu | 2023-02-25 | 2 | -3/+7 |
|
|
* | gh-101100: Fix sphinx warnings in `typing` module docs (GH-102260) | Miss Islington (bot) | 2023-02-25 | 1 | -1/+1 |
|
|
* | gh-102252: Improve coverage of test_bool.py (GH-102253) | Miss Islington (bot) | 2023-02-25 | 1 | -0/+6 |
|
|
* | asyncio docs: Fix dangling hyphen (GH-102227) | Miss Islington (bot) | 2023-02-25 | 1 | -2/+2 |
|
|
* | gh-101100: Fix Sphinx warnings in `decimal` module (GH-102125) | Miss Islington (bot) | 2023-02-25 | 1 | -84/+84 |
|
|
* | [3.10] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` w... | Ionite | 2023-02-25 | 8 | -24/+141 |
|
|
* | [3.10] gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) (gh-10... | Miss Islington (bot) | 2023-02-25 | 2 | -6/+8 |
|
|
* | gh-102158: Add tests for `softkwlist` (GH-102159) | Miss Islington (bot) | 2023-02-24 | 1 | -0/+18 |
|
|
* | gh-101981: Consolidate macOS configure steps in CI (GH-102131) | Miss Islington (bot) | 2023-02-23 | 1 | -5/+3 |
|
|
* | Fix typo in `Py_GetPythonHome` signature (GH-102168) | Miss Islington (bot) | 2023-02-23 | 1 | -1/+1 |
|
|
* | Fix syntax error in struct doc example (GH-102160) | Miss Islington (bot) | 2023-02-23 | 1 | -1/+1 |
|
|
* | GH-101777: `queue.rst`: use 2 spaces after a period to be consistent. (GH-102... | Miss Islington (bot) | 2023-02-22 | 1 | -8/+8 |
|
|
* | [3.10] gh-101936: Update the default value of fp from io.StringIO to io.Bytes... | Miss Islington (bot) | 2023-02-22 | 4 | -1/+5 |
|
|
* | [3.10] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-... | Miss Islington (bot) | 2023-02-22 | 1 | -3/+3 |
|
|
* | [3.10] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (gh-102122) | Miss Islington (bot) | 2023-02-22 | 3 | -2/+3 |
|
|
* | gh-100556: Improve clarity of `or` docs (GH-100589) | Miss Islington (bot) | 2023-02-21 | 1 | -2/+2 |
|
|
* | gh-101777: Make `PriorityQueue` docs slightly clearer (GH-102026) | Miss Islington (bot) | 2023-02-21 | 1 | -2/+2 |
|
|
* | [3.10] gh-101961 fileinput.hookcompressed should not set the encoding value f... | Miss Islington (bot) | 2023-02-21 | 4 | -12/+32 |
|
|
* | [3.10] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102091) | Jason R. Coombs | 2023-02-20 | 3 | -0/+25 |
|
|
* | gh-101981: Apply HOMEBREW related environment variables (gh-102074) | Miss Islington (bot) | 2023-02-20 | 1 | -0/+3 |
|
|
* | [3.10] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI issue (g... | Dong-hee Na | 2023-02-20 | 1 | -2/+2 |
|
|
* | [3.10] gh-101981: Build macOS as recommended by the devguide (GH-102070) (#10... | Miss Islington (bot) | 2023-02-20 | 1 | -3/+10 |
|
|
* | gh-99735: Use required=True in argparse subparsers example (GH-100927) | Miss Islington (bot) | 2023-02-19 | 1 | -1/+1 |
|
|
* | gh-100210: Correct the comment link for unescaping HTML (GH-100212) | Miss Islington (bot) | 2023-02-19 | 1 | -1/+1 |
|
|