summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-46104: Fix example broken by GH-30148 (GH-30203)Alex Waygood2021-12-201-1/+1
* Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)Raymond Hettinger2021-12-191-1/+0
* bpo-46131: add fastpath for PyFloat_Check() (#30200)Matti Picus2021-12-191-0/+1
* bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...Alex Waygood2021-12-191-3/+6
* bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)Rafael Fontenelle2021-12-191-1/+2
* bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutErro...Kumar Aditya2021-12-194-20/+22
* bpo-46044: Fix doc typo introduced in GH-30043 (GH-30171)Matthias Bussonnier2021-12-181-1/+1
* bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)andrei kulakov2021-12-181-2/+12
* bpo-46113: Minor fixes in stdtypes documentation (GH-30167)Vivek Vashist2021-12-181-8/+8
* bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148)Alex Waygood2021-12-181-9/+8
* bpo-45711: Remove type and traceback from exc_info (GH-30122)Irit Katriel2021-12-172-13/+26
* Doc: some rst linting. (GH-30149)Julien Palard2021-12-173-4/+4
* bpo-46044: Annotate deprecated sdists formats (GH-30043)Matthias Bussonnier2021-12-161-19/+22
* bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive...Irit Katriel2021-12-161-0/+12
* bpo-46072: Document --enable-stats option. (GH-30139)Mark Shannon2021-12-161-0/+11
* Fix the output of built-in iter() function example in Iterators (Section 9.8)...Vivek Vashist2021-12-161-1/+1
* bpo-28816: [doc] clarify that zipimport invokes importers only for python fil...Irit Katriel2021-12-161-2/+2
* Add Positional only arguments forward slash (/) to sorted() function in Built...Vivek Vashist2021-12-151-1/+1
* Document new call opcodes for 3.11 (GH-30107)Mark Shannon2021-12-141-3/+5
* bpo-44525: Split calls into PRECALL and CALL (GH-30011)Mark Shannon2021-12-141-32/+15
* bpo-45292: [PEP-654] add except* (GH-29581)Irit Katriel2021-12-143-0/+59
* bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079)Alex Waygood2021-12-141-3/+5
* bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-...Vinay Sajip2021-12-141-0/+17
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-131-11/+3
* bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)Gareth Rees2021-12-131-0/+10
* Clarify new_event_loop return value. (GH-30078)Paul Bryan2021-12-131-1/+1
* bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (G...Irit Katriel2021-12-131-1/+2
* Remove erroneous padding in dataclasses (GH-30076)Andre Delfino2021-12-121-63/+63
* bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#...Georg Brandl2021-12-121-3/+4
* bpo-44674: Use unhashability as a proxy for mutability for default dataclass ...Eric V. Smith2021-12-111-3/+9
* bpo-19737: Improved the documentation for globals (GH-29823)1809092021-12-111-3/+3
* bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976)Louis Sautier2021-12-101-3/+3
* bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...andrei kulakov2021-12-101-9/+10
* bpo-43931: Export Python version as API data (GH-25577)Gabriele N. Tornetta2021-12-104-0/+16
* bpo-46016: Fix rest syntax of GH-29993 (GH-30006)Kumar Aditya2021-12-091-1/+1
* bpo-45391: mark UnionType as a class in documentation (GH-28757)Bernát Gábor2021-12-091-1/+1
* bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)Victor Stinner2021-12-091-0/+6
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2021-12-082-0/+13
|\
| * bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)David CARLIER2021-12-082-0/+13
* | Fix some false positives of documentation syntax problemsPablo Galindo2021-12-083-4/+4
|/
* bpo-46009: Do not exhaust generator when send() method raises (GH-29986)Mark Shannon2021-12-081-3/+2
* doc: Add link issue 44010 (GH-29454)Rafael Fontenelle2021-12-081-1/+1
* bpo-40222: update doc entry with respect to the change in WITH_EXCEPT_START (...Irit Katriel2021-12-081-1/+3
* bpo-20751: Match variable name to the example. (GH-29980)Raymond Hettinger2021-12-081-4/+8
* bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)Ken Jin2021-12-071-5/+5
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner2021-12-079-10/+871
* bpo-35821: Add an example to Logger.propagate documentation. (GH-29841)Vinay Sajip2021-12-071-0/+9
* bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ...James Gerity2021-12-071-2/+2
* removal of duplicated text paragraph (#29666)Taras Sereda2021-12-061-6/+0
* bpo-45840: Improve cross-references in the data model documentation (GH-29633)Alex Waygood2021-12-051-54/+76