summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-43950: Add option to opt-out of PEP-657 (GH-27023)Ammar Askar2021-07-072-0/+30
* bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052)Pablo Galindo2021-07-072-0/+6
* bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)Gabriele N. Tornetta2021-07-071-3/+4
* Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)Julien Palard2021-07-071-2/+3
* bpo-43453: Update and re-add example to typing runtime_checkable (#27013)andrei kulakov2021-07-051-2/+7
* bpo-44534: fix wording and docstring sync in unittest.Mock GH27000Jack DeVries2021-07-051-1/+1
* bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)Ammar Askar2021-07-041-6/+11
* Fix a small typo in the docs (GH-26991)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2021-07-031-1/+1
* bpo-42238: rstlint: Add two new checks. (GH-26966)Julien Palard2021-07-031-8/+91
* bpo-44388: Update venv EnvBuilder.ensure_directories() docs. (GH-26663)Matthew Clapp2021-07-021-5/+6
* bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-...Irit Katriel2021-07-021-18/+30
* bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...Illia Volochii2021-07-012-8/+13
* bpo-43216: Remove @asyncio.coroutine (GH-26369)Illia Volochii2021-07-014-64/+12
* bpo-41180: Fixes documentation to specify correct event name and add versionc...Steve Dower2021-06-301-1/+11
* bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...Steve Dower2021-06-301-0/+8
* Doc: fix a rst tag. (GH-26965)Julien Palard2021-06-301-6/+6
* bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (G...Jack DeVries2021-06-291-5/+6
* Doc: Remove trailing whitespaces. (GH-26953)Julien Palard2021-06-291-3/+3
* bpo-42588: Update the docs for the TopologicalSorter.static_order() method (G...andrei kulakov2021-06-291-4/+5
* bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...Serhiy Storchaka2021-06-292-0/+14
* bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...Serhiy Storchaka2021-06-291-0/+6
* [doc] Fix typo in what's new in 3.10 (GH-26911)Rodrigo Girão Serrão2021-06-281-1/+1
* bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (...Jason R. Coombs2021-06-271-1/+1
* bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919)jdevries31332021-06-271-14/+8
* Add missing arg to DICT_MERGE opcode (GH-26859)andrei kulakov2021-06-271-1/+1
* bpo-43977: Properly update the tp_flags of existing subclasses when their par...Brandt Bucher2021-06-251-5/+8
* bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import...Barry Warsaw2021-06-242-5/+10
* bpo-44321: Adds `os.EX_OK` for Windows (GH-26559)Samuel Marks2021-06-241-2/+3
* bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)Erlend Egeberg Aasland2021-06-242-0/+13
* Fix typo in whatsnew 3.10.rst (GH-26854)Arnon Yaari2021-06-241-1/+1
* bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)Petr Viktorin2021-06-244-98/+40
* bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26...Erlend Egeberg Aasland2021-06-241-1/+1
* bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)Guido van Rossum2021-06-231-4/+0
* bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)Victor Stinner2021-06-232-2/+9
* [doc] Improve punctuation atexit docGéry Ogam2021-06-221-7/+8
* bpo-41621: Document defaultdict's default_factory parameter (GH-21945)Dennis Sweeney2021-06-221-2/+2
* bpo-13814: Explain why generators are not context managers (GH-26835)Terry Jan Reedy2021-06-211-0/+9
* bpo-44466: Faulthandler now detects the GC (GH-26823)Victor Stinner2021-06-212-0/+11
* bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)Georg Sauthoff2021-06-202-0/+6
* Fix typos and grammatical changes in the 3.10 what's new document (GH-26319)Hemangii2021-06-201-1/+1
* bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798)Mark Dickinson2021-06-191-2/+2
* Remove dubious suggestion (GH-26789)Raymond Hettinger2021-06-191-18/+0
* Add a note about NameError/AttributeError suggestions with custom error funct...Pablo Galindo2021-06-181-0/+11
* bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)Ethan Furman2021-06-181-4/+29
* bpo-44310: Add a FAQ entry for caching method calls (GH-26731)Raymond Hettinger2021-06-171-0/+97
* bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it t...Mark Dickinson2021-06-161-2/+2
* bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)Ken Jin2021-06-163-1/+49
* bpo-43795: Don't list private names in the limited API (GH-26740)Petr Viktorin2021-06-161-2/+1
* bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)Ethan Furman2021-06-161-1/+1
* bpo-43475: Add what's new entry for NaN hash changes (GH-26725)Mark Dickinson2021-06-151-0/+7