summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-43977: Properly update the tp_flags of existing subclasses when their par...Miss Islington (bot)2021-06-251-5/+8
* [3.10] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd...Miss Islington (bot)2021-06-242-5/+10
* [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) ...Erlend Egeberg Aasland2021-06-231-0/+8
* bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877)Victor Stinner2021-06-232-2/+9
* bpo-41621: Document defaultdict's default_factory parameter (GH-21945)Miss Islington (bot)2021-06-231-2/+2
* [doc] Improve punctuation atexit doc (GH-25629) (GH-26856)Miss Islington (bot)2021-06-221-7/+8
* bpo-13814: Explain why generators are not context managers (GH-26835)Miss Islington (bot)2021-06-211-0/+9
* bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826)Victor Stinner2021-06-212-0/+11
* bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)Miss Islington (bot)2021-06-202-0/+6
* Fix typos and grammatical changes in the 3.10 what's new document (GH-26319) ...Miss Islington (bot)2021-06-201-1/+1
* Add a note about NameError/AttributeError suggestions with custom error funct...Miss Islington (bot)2021-06-201-0/+11
* bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (...Miss Islington (bot)2021-06-191-2/+2
* Remove dubious suggestion (GH-26789) (#26797)Miss Islington (bot)2021-06-191-18/+0
* [3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752) Ethan Furman2021-06-181-4/+30
* bpo-44310: Add a FAQ entry for caching method calls (GH-26731) (GH-26777)Miss Islington (bot)2021-06-171-0/+97
* bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it t...Miss Islington (bot)2021-06-161-2/+2
* bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)Miss Islington (bot)2021-06-163-1/+49
* bpo-43795: Don't list private names in the limited API (GH-26740)Miss Islington (bot)2021-06-161-2/+1
* [3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)Ethan Furman2021-06-161-1/+1
* [3.10] bpo-43475: Add what's new entry for NaN hash changes (GH-26725) (GH-26...Mark Dickinson2021-06-151-0/+7
* bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)Miss Islington (bot)2021-06-141-2/+10
* bpo-44310: Note that lru_cache keep references to both arguments and results...Miss Islington (bot)2021-06-141-6/+9
* bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)Miss Islington (bot)2021-06-131-1/+1
* bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)Miss Islington (bot)2021-06-112-18/+41
* [3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-2658...Ethan Furman2021-06-101-3/+82
* bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)Miss Islington (bot)2021-06-081-0/+23
* bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603)Miss Islington (bot)2021-06-081-0/+10
* bpo-44322: Document more SyntaxError details. (GH-26562)Miss Islington (bot)2021-06-071-2/+9
* bpo-44320: Fix markup for W3C C14N test suite (GH-26556)Miss Islington (bot)2021-06-061-1/+1
* bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-2649...Miss Islington (bot)2021-06-041-1/+1
* [3.10] bpo-44305: Improve syntax error for try blocks without except or final...Pablo Galindo2021-06-031-0/+14
* Add bpo-42914 to What's New (GH-25124)Miss Islington (bot)2021-06-031-0/+3
* [3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (...Irit Katriel2021-06-011-2/+3
* bpo-44246: Remove note about access by index now that a compatibility shim is...Miss Islington (bot)2021-05-311-4/+1
* bpo-42085: [docs] Add versionadded for am_send in type object documentation (...Miss Islington (bot)2021-05-291-0/+2
* bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446)Miss Islington (bot)2021-05-292-9/+12
* bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26...Miss Islington (bot)2021-05-292-0/+18
* [3.10] bpo-44246: Update What's New for importlib.metadata. (GH-26408) (GH-26...Miss Islington (bot)2021-05-271-3/+9
* [3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inac...Miss Islington (bot)2021-05-271-0/+8
* [3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-2...Miss Islington (bot)2021-05-266-0/+151
* bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as cont...Miss Islington (bot)2021-05-261-3/+4
* Point to recent link to PyFLTK (GH-26315) (GH-26366)Miss Islington (bot)2021-05-251-1/+1
* bpo-20408: Fix memoryview() signature in docs (GH-24431)Miss Islington (bot)2021-05-252-9/+8
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...Miss Islington (bot)2021-05-252-1/+4
* bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)Miss Islington (bot)2021-05-251-2/+2
* bpo-44151: Various grammar, word order, and markup fixes (GH-26344) (GH-26345)Miss Islington (bot)2021-05-251-10/+10
* bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338)Miss Islington (bot)2021-05-251-10/+11
* bpo-44195: Use 'TraversableResources' in the docs to match the implementation...Miss Islington (bot)2021-05-241-2/+2
* Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)Miss Islington (bot)2021-05-231-1/+1
* bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)Miss Islington (bot)2021-05-231-1/+1