Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` ↵ | Sebastian Pipping | 2021-12-31 | 1 | -0/+34 |
| | | | | | | | | | (GH-30188) The idea is to ensure that module `xml.parsers.expat.errors` contains all known error codes and messages, even when CPython is compiled or run with an outdated version of libexpat. https://bugs.python.org/issue45321 | ||||
* | bpo-46109: Separate out files relating to importlib.resources (GH-30160) | Jason R. Coombs | 2021-12-30 | 4 | -573/+584 |
| | | | | | | | | | * Separate out files relating to importlib.resources * Update Introduction to direct readers to the submodule documentation. * Create separate file for abcs relating to resources. * Move abc docs back to where they were. | ||||
* | bpo-46178: Remove/rename redundant Travis CI code (#30309) | Hugo van Kemenade | 2021-12-30 | 1 | -2/+3 |
| | |||||
* | bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241) | Nikita Sobolev | 2021-12-30 | 1 | -0/+5 |
| | |||||
* | bpo-46176: mmap module adding MAP_STACK constant. (GH-30252) | David CARLIER | 2021-12-29 | 1 | -0/+4 |
| | |||||
* | Fix typo in io.rst (GH-30218) | David Gilbertson | 2021-12-26 | 1 | -1/+1 |
| | |||||
* | doc: fix a typo in unittest.mock.rst (GH-30227) | Joe | 2021-12-26 | 1 | -1/+1 |
| | |||||
* | bpo-46120: State that `|` is preferred over `Union` (GH-30222) | Nikita Sobolev | 2021-12-24 | 1 | -1/+1 |
| | | | | Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Guido van Rossum <gvanrossum@gmail.com> | ||||
* | typos (#30239) | Kumar Aditya | 2021-12-23 | 1 | -3/+3 |
| | |||||
* | bpo-46157: fix typo in docs (GH-30237) | Kumar Aditya | 2021-12-23 | 6 | -14/+14 |
| | |||||
* | Update potentially confusing note for mean. (GH-30174) | Mark Dickinson | 2021-12-21 | 1 | -4/+5 |
| | |||||
* | bpo-46104: Fix example broken by GH-30148 (GH-30203) | Alex Waygood | 2021-12-20 | 1 | -1/+1 |
| | | | See discussion in GH-30179. | ||||
* | bpo-42413: Replace `concurrent.futures.TimeoutError` and ↵ | Kumar Aditya | 2021-12-19 | 4 | -20/+22 |
| | | | | | `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | ||||
* | bpo-37578: glob.glob -- added include_hidden parameter (GH-30153) | andrei kulakov | 2021-12-18 | 1 | -2/+12 |
| | | | Automerge-Triggered-By: GH:asvetlov | ||||
* | bpo-46113: Minor fixes in stdtypes documentation (GH-30167) | Vivek Vashist | 2021-12-18 | 1 | -8/+8 |
| | | | | | | | | | * Fix#1 - isidentifier() function output * Fix#2 Update the str.splitlines() function parameter * Fix#3 Removed unwanted full stop for str and bytes types double quotes examples. * Fix#4 Updated class dict from **kwarg to **kwargs | ||||
* | bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) | Alex Waygood | 2021-12-18 | 1 | -9/+8 |
| | | | Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | ||||
* | bpo-45711: Remove type and traceback from exc_info (GH-30122) | Irit Katriel | 2021-12-17 | 1 | -13/+21 |
| | | | | | | | | * Do not PUSH/POP traceback or type to the stack as part of exc_info * Remove exc_traceback and exc_type from _PyErr_StackItem * Add to what's new, because this change breaks things like Cython | ||||
* | Doc: some rst linting. (GH-30149) | Julien Palard | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | bpo-22047: [argparse] deprecate nested argument groups and mutually ↵ | Irit Katriel | 2021-12-16 | 1 | -0/+12 |
| | | | | exclusive groups (GH-30098) | ||||
* | bpo-28816: [doc] clarify that zipimport invokes importers only for python ↵ | Irit Katriel | 2021-12-16 | 1 | -2/+2 |
| | | | | files (GH-30060) | ||||
* | Add Positional only arguments forward slash (/) to sorted() function in ↵ | Vivek Vashist | 2021-12-15 | 1 | -1/+1 |
| | | | | | | | Built-in Functions document (GH-30113) sorted() function is missing forward slash (/) in Built-in Functions documentation page. Automerge-Triggered-By: GH:asvetlov | ||||
* | bpo-44525: Split calls into PRECALL and CALL (GH-30011) | Mark Shannon | 2021-12-14 | 1 | -32/+15 |
| | | | | | | | | | | * Add 3 new opcodes for calls: PRECALL_METHOD, CALL_NO_KW, CALL_KW. * Update specialization to handle new CALL opcodes. * Specialize call to method descriptors. * Remove old CALL opcodes: CALL_FUNCTION, CALL_METHOD, CALL_METHOD_KW, CALL_FUNCTION_KW. | ||||
* | bpo-45292: [PEP-654] add except* (GH-29581) | Irit Katriel | 2021-12-14 | 2 | -0/+57 |
| | |||||
* | bpo-46063: Improve algorithm for computing which rolled-over log file… ↵ | Vinay Sajip | 2021-12-14 | 1 | -0/+17 |
| | | | | (GH-30093) | ||||
* | bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266) | Gareth Rees | 2021-12-13 | 1 | -0/+10 |
| | |||||
* | Clarify new_event_loop return value. (GH-30078) | Paul Bryan | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions ↵ | Irit Katriel | 2021-12-13 | 1 | -1/+2 |
| | | | | (GH-30075) | ||||
* | Remove erroneous padding in dataclasses (GH-30076) | Andre Delfino | 2021-12-12 | 1 | -63/+63 |
| | | | Automerge-Triggered-By: GH:ericvsmith | ||||
* | bpo-44674: Use unhashability as a proxy for mutability for default dataclass ↵ | Eric V. Smith | 2021-12-11 | 1 | -3/+9 |
| | | | | | __init__ arguments. (GH-29867) `@dataclass` in 3.10 prohibits using list, dict, or set as default values. It does this to avoid the mutable default problem. This test is both too strict, and not strict enough. Too strict, because some immutable subclasses should be safe, and not strict enough, because other mutable types should be prohibited. With this change applied, `@dataclass` now uses unhashability as a proxy for mutability: if objects aren't hashable, they're assumed to be mutable. | ||||
* | bpo-19737: Improved the documentation for globals (GH-29823) | 180909 | 2021-12-11 | 1 | -3/+3 |
| | | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) | Louis Sautier | 2021-12-11 | 1 | -3/+3 |
| | | | Signed-off-by: Louis Sautier <sautier.louis@gmail.com> | ||||
* | bpo-42182: stdtypes doc - update and fix links to several dunder methods ↵ | andrei kulakov | 2021-12-10 | 1 | -9/+10 |
| | | | | (GH-27384) | ||||
* | bpo-45391: mark UnionType as a class in documentation (GH-28757) | Bernát Gábor | 2021-12-09 | 1 | -1/+1 |
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
* | bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993) | David CARLIER | 2021-12-08 | 1 | -0/+5 |
| | |||||
* | bpo-46009: Do not exhaust generator when send() method raises (GH-29986) | Mark Shannon | 2021-12-08 | 1 | -3/+2 |
| | |||||
* | bpo-40222: update doc entry with respect to the change in WITH_EXCEPT_START ↵ | Irit Katriel | 2021-12-08 | 1 | -1/+3 |
| | | | | (GH-29975) | ||||
* | bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963) | Ken Jin | 2021-12-07 | 1 | -5/+5 |
| | |||||
* | Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" ↵ | Victor Stinner | 2021-12-07 | 7 | -1/+844 |
| | | | | | (GH-29951) This reverts commit 9bf2cbc4c498812e14f20d86acb61c53928a5a57. | ||||
* | bpo-35821: Add an example to Logger.propagate documentation. (GH-29841) | Vinay Sajip | 2021-12-07 | 1 | -0/+9 |
| | |||||
* | bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ↵ | James Gerity | 2021-12-07 | 1 | -2/+2 |
| | | | | (GH-29943) | ||||
* | removal of duplicated text paragraph (#29666) | Taras Sereda | 2021-12-07 | 1 | -6/+0 |
| | |||||
* | bpo-45607: Make it possible to enrich exception displays via setting their ↵ | Irit Katriel | 2021-12-03 | 1 | -0/+8 |
| | | | | __note__ field (GH-29880) | ||||
* | bpo-45535: Improve output of Enum ``dir()`` (GH-29316) | Alex Waygood | 2021-12-02 | 1 | -2/+3 |
| | | | | | | Modify the ``EnumType.__dir__()`` and ``Enum.__dir__()`` to ensure that user-defined methods and methods inherited from mixin classes always show up in the output of `help()`. This change also makes it easier for IDEs to provide auto-completion. | ||||
* | docs: Improve example for urlparse() (GH-29816) | Christian Clauss | 2021-12-02 | 1 | -31/+42 |
| | |||||
* | bpo-30533: Add docs for `inspect.getmembers_static` (#29874) | Weipeng Hong | 2021-12-01 | 1 | -0/+18 |
| | | | | | * Add docs for `inspect.getmembers_static` * update | ||||
* | bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) | Rob | 2021-12-01 | 1 | -3/+4 |
| | |||||
* | bpo-45711: Change exc_info related APIs to derive type and traceback from ↵ | Irit Katriel | 2021-11-30 | 1 | -3/+8 |
| | | | | the exception instance (GH-29780) | ||||
* | bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ↵ | Vishal Pandey | 2021-11-30 | 1 | -2/+2 |
| | | | | (GH-29801) | ||||
* | bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829) | Gideon | 2021-11-29 | 1 | -0/+7 |
| | | | Co-authored-by: Mark Dickinson <dickinsm@gmail.com> | ||||
* | bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) | andrei kulakov | 2021-11-29 | 1 | -4/+18 |
| | | | | | | Expanded ``astuple()`` docs, warning about deepcopy being applied and providing a workaround. Automerge-Triggered-By: GH:ericvsmith |