summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH...Miss Islington (bot)2022-06-042-0/+2
* gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (...Miss Islington (bot)2022-06-033-0/+9
* test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467)Miss Islington (bot)2022-06-031-1/+1
* gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...Miss Islington (bot)2022-06-023-1/+6
* Remove the execution bit to some socket-related files. (GH-93368)Miss Islington (bot)2022-06-013-0/+0
* Remove VOC reference (93333)Miss Islington (bot)2022-05-311-2/+1
* Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93340)Miss Islington (bot)2022-05-301-2/+2
* bpo-42272: fix misleading warning filter message/module docs (GH-23172)Miss Islington (bot)2022-05-302-6/+13
* [3.10] gh-93217: fix some issues in man page and --help (GH-93219) (#93261)Éric2022-05-292-7/+10
* test.pythoninfo logs more build info (GH-93225) (#93256)Miss Islington (bot)2022-05-291-3/+47
* gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937)Miss Islington (bot)2022-05-299-8/+13
* gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321)Miss Islington (bot)2022-05-283-2/+9
* gh-77024: test.support: Improve documentation (GH-92513)Miss Islington (bot)2022-05-271-42/+68
* [3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214)Victor Stinner2022-05-253-2/+73
* test_threaded_import: Fix unittest.main spelling (GH-93114)Miss Islington (bot)2022-05-251-1/+1
* [3.10] gh-83245: Raise BadZipFile instead of ValueError when reading a corrup...Miss Islington (bot)2022-05-253-0/+15
* test.pythoninfo no longer requires socket (GH-93191)Miss Islington (bot)2022-05-251-1/+4
* GH-89369: test_contextlib_async finalizes event loop after each test (GH-93074)Miss Islington (bot)2022-05-241-7/+4
* GH-93112: Fix missing ResourceDenied import in test_urllib2net (GH-93113)Miss Islington (bot)2022-05-241-0/+1
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (G...Miss Islington (bot)2022-05-245-4/+65
* gh-93061: Mark as artificial: backwards jump after async for (GH-93120)Dennis Sweeney2022-05-233-0/+55
* [3.10] gh-92859: Doc: add info about logging.debug() calling basicConfig() (G...Miss Islington (bot)2022-05-232-4/+13
* gh-93010: InvalidHeaderError used but nonexistent (GH-93015)Miss Islington (bot)2022-05-233-9/+16
* gh-89158: Add some REPL secondary prompt markers (GH-93073)Miss Islington (bot)2022-05-231-3/+3
* gh-92994: Clarify importlib "check" example (GH-92995)Miss Islington (bot)2022-05-231-0/+3
* gh-73137: Added sub-subsection headers for flags in re (GH-93000)Miss Islington (bot)2022-05-231-30/+42
* gh-91362: reword pickle docs to account for nested classes (GH-92429)Miss Islington (bot)2022-05-211-6/+6
* [3.10] gh-72073: Add Windows case in pathlib.rename (GH-93002) (GH-93029)Miss Islington (bot)2022-05-201-2/+3
* Doc: add missing manpage and title references in tkinter docs (GH-29008)Miss Islington (bot)2022-05-201-2/+3
* gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...Miss Islington (bot)2022-05-192-0/+2
* [3.10] bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-304...Łukasz Langa2022-05-194-6/+83
* bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92975)Miss Islington (bot)2022-05-193-0/+7
* gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (G...Miss Islington (bot)2022-05-191-3/+0
* gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor me...Miss Islington (bot)2022-05-192-8/+9
* gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544) (GH-92969)Miss Islington (bot)2022-05-191-2/+2
* bpo-45393: help() on operator precedence has misleading entries (GH-31246) (G...Miss Islington (bot)2022-05-192-2/+4
* gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>...Miss Islington (bot)2022-05-191-27/+21
* gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-...Miss Islington (bot)2022-05-192-0/+7
* Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (GH-92634)Miss Islington (bot)2022-05-191-3/+3
* gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (GH-9...Miss Islington (bot)2022-05-181-1/+1
* bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...Miss Islington (bot)2022-05-182-2/+7
* gh-92780: Improve sqlite3.Connection.create_collation docs (GH-92790)Miss Islington (bot)2022-05-181-11/+8
* gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805)Miss Islington (bot)2022-05-181-4/+10
* bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)Miss Islington (bot)2022-05-183-17/+14
* Fix NULL test in _testinternalcapi (GH-92861)Miss Islington (bot)2022-05-171-1/+1
* gh-80143: Add clarification for escape characters (GH-92292) (GH-92629)Miss Islington (bot)2022-05-161-3/+7
* gh-92530: Fix an issue that occurred after interrupting threading.Condition.n...Miss Islington (bot)2022-05-162-7/+16
* Speedup: build docs in parallel (GH-92733) (GH-92850)Hugo van Kemenade2022-05-162-2/+2
* gh-87670: Add web.archive redirects from effbot (GH-92816)Miss Islington (bot)2022-05-163-4/+5
* Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582)Miss Islington (bot)2022-05-145-38/+109