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