summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix incorrectly documented attribute in csv docs (GH-101250)Miss Islington (bot)2023-02-191-1/+1
* [3.10] gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'c...Brian Skinn2023-02-181-13/+17
* gh-101967: add a missing error check (GH-101968)Miss Islington (bot)2023-02-182-1/+4
* gh-100226: Clarify StreamReader.read behavior (GH-101807)Miss Islington (bot)2023-02-172-10/+19
* gh-101992: update plistlib examples to be runnable (GH-101994)Miss Islington (bot)2023-02-171-6/+15
* gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (GH-101976)Miss Islington (bot)2023-02-171-2/+2
* gh-93573: Replace wrong example domains in configparser doc (GH-93574)Miss Islington (bot)2023-02-161-23/+23
* GH-101898: Fix missing term references for hashable definition (GH-101899)Miss Islington (bot)2023-02-1416-22/+22
* Correct trivial grammar in reset_mock docs (GH-101861)Miss Islington (bot)2023-02-131-3/+3
* [3.10] gh-101390: Fix docs for `imporlib.util.LazyLoader.factory` to properly...Miss Islington (bot)2023-02-111-1/+1
* Docs: Fix getstatus() -> getcode() typos (GH-101296)Miss Islington (bot)2023-02-102-2/+2
* [3.10] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101...Erlend E. Aasland2023-02-104-3/+4
* [3.10] Docs: use parameter list for sqlite3.Cursor.execute* (GH-101782) (#101...Erlend E. Aasland2023-02-101-12/+35
* gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787)Miss Islington (bot)2023-02-103-3/+11
* gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)Miss Islington (bot)2023-02-102-3/+4
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Steve Dower2023-02-099-16/+20
* Apply suggestions from code reviewMiss Islington (bot)2023-02-083-1/+60