summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [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