summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.11v3.10.11Pablo Galindo2023-04-0440-135/+432
* [3.10] gh-103207: Add instructions to the macOS installer welcome display on ...Ned Deily2023-04-042-6/+39
* gh-103109: Document ignore_warnings() test support helper (GH-103110)Miss Islington (bot)2023-04-022-1/+16
* Minor docs improvements fix for `codeop` (GH-103123)Miss Islington (bot)2023-03-301-7/+7
* gh-103099: Link mypy docs from typing.rst (GH-103100)Miss Islington (bot)2023-03-301-0/+8
* [3.10] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc o...Miss Islington (bot)2023-03-292-0/+2
* gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)Steve Dower2023-03-291-0/+9
* [3.10] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-1026...Miss Islington (bot)2023-03-291-10/+14
* [3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on m...Miss Islington (bot)2023-03-284-540/+566
* [3.10] GH-102711: Fix warnings found by clang (GH-102712) (#103076)Miss Islington (bot)2023-03-282-2/+3
* [3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) (#102087)Miss Islington (bot)2023-03-283-0/+66
* [3.10] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102241)Pradyun Gedam2023-03-283-1/+2
* [3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007)Miss Islington (bot)2023-03-273-7/+32
* Update pdb docs for arguments (GH-102965)Miss Islington (bot)2023-03-251-21/+21
* [3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030)Miss Islington (bot)2023-03-251-2/+2
* [3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name (#103002)Hugo van Kemenade2023-03-252-0/+16
* gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)Miss Islington (bot)2023-03-242-0/+151
* gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH...Miss Islington (bot)2023-03-241-2/+3
* [3.10] gh-102027: Fix macro name (GH-102124) (#102917)Miss Islington (bot)2023-03-242-1/+3
* [3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...Miss Islington (bot)2023-03-244-12/+33
* GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-10...Miss Islington (bot)2023-03-241-24/+13
* gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689)Miss Islington (bot)2023-03-231-0/+4
* gh-102936: typing: document performance pitfalls of protocols decorated with ...Miss Islington (bot)2023-03-231-2/+18
* [3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclas...Alex Waygood2023-03-233-1/+15
* gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990)Miss Islington (bot)2023-03-221-13/+24
* Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)Miss Islington (bot)2023-03-221-1/+1
* Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900)Miss Islington (bot)2023-03-221-3/+3
* Docs: improve accuracy of pdb alias example (GH-102892)Miss Islington (bot)2023-03-221-1/+1
* gh-102595: Document `PyObject_Format` c-api function (GH-102596)Miss Islington (bot)2023-03-221-0/+9
* Add link to `sys.exit` function documentation (GH-102805)Miss Islington (bot)2023-03-211-1/+1
* gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)Miss Islington (bot)2023-03-211-1/+1
* [3.10] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias...Nikita Sobolev2023-03-171-7/+30
* Increase stack reserve size for Windows debug builds to avoid test crashes (G...Steve Dower2023-03-172-2/+4
* [3.10] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102...Miss Islington (bot)2023-03-161-4/+3
* gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)Miss Islington (bot)2023-03-164-0/+36
* gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)Miss Islington (bot)2023-03-155-8/+24
* [3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717)Hugo van Kemenade2023-03-151-2/+2
* gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)Miss Islington (bot)2023-03-152-2/+7
* gh-102703: Fix typo in modules tutorial documentation (GH-102707)Miss Islington (bot)2023-03-151-1/+1
* [3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102...Miss Islington (bot)2023-03-145-6/+6
* gh-100315: clarification to `__slots__` docs. (GH-102621)Miss Islington (bot)2023-03-141-2/+4
* doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)Miss Islington (bot)2023-03-141-3/+0
* gh-102627: Replace address pointing toward malicious web page (GH-102630)Miss Islington (bot)2023-03-131-1/+1
* [3.10] Fix duplicated words in the docs (#102645)Alex Waygood2023-03-132-2/+2
* [3.10] GH-101673: Fix pdb bug where local variable changes are lost after lon...Irit Katriel2023-03-133-11/+32
* Fix broken link to MSDN (GH-102355)Miss Islington (bot)2023-03-132-2/+2
* gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340)Miss Islington (bot)2023-03-132-28/+32
* GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)Miss Islington (bot)2023-03-132-1/+10
* gh-102433: Add tests for how classes with properties interact with `isinstanc...Miss Islington (bot)2023-03-111-0/+88
* gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (GH-102526)Miss Islington (bot)2023-03-082-2/+2