summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-92311: Add tests for frame_setlineno jumping over listcomps (GH-92741)Miss Islington (bot)2022-05-141-0/+48
* gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notice...Miss Islington (bot)2022-05-1321-22/+46
* Fix typo in argparse docs. (GH-92691) (#92709)Miss Islington (bot)2022-05-131-1/+1
* Document Py_ssize_t. (GH-92512)Miss Islington (bot)2022-05-1310-24/+31
* GH-92236: Remove spurious "line" event when starting coroutine or generator. ...Miss Islington (bot)2022-05-134-0/+107
* gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)Miss Islington (bot)2022-05-135-10/+44
* gh-92436: __future__ docs: add note on expectations for "from __future__ impo...Miss Islington (bot)2022-05-121-1/+9
* Update outdated `LOAD_METHOD` comments in `Python/ceval.c` (GH-92641)Miss Islington (bot)2022-05-121-2/+2
* gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (GH-92696) (GH-92703)Miss Islington (bot)2022-05-122-9/+15
* gh-89653: PEP 670: Use PyObject* type for parameters (GH-92694)Miss Islington (bot)2022-05-113-15/+20
* gh-92031, test_embed: Improve test for unquickening static code (GH-92440)Miss Islington (bot)2022-05-111-10/+30
* Fix minor documentation error in bisect docs (GH-92697)Miss Islington (bot)2022-05-111-1/+1
* gh-89653: PEP 670: Limited API doesn't cast arguments (GH-92654)Miss Islington (bot)2022-05-113-3/+13
* gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (GH-92642)Miss Islington (bot)2022-05-111-10/+13
* bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)Miss Islington (bot)2022-05-112-16/+21
* [3.11] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636) (GH-...Miss Islington (bot)2022-05-111-1/+1
* [3.11] gh-91810: ElementTree: Use text file's encoding by default in XML decl...Miss Islington (bot)2022-05-113-30/+29
* [3.11] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-926...Miss Islington (bot)2022-05-111-1/+1
* Update numbers.rst (GH-31995)Miss Islington (bot)2022-05-111-2/+2
* gh-91966 Document where key functions are applied in the bisect module (GH-92...Miss Islington (bot)2022-05-111-15/+52
* gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)Miss Islington (bot)2022-05-113-1/+7
* Fix inconsistent return type for statistics median_grouped() gh-92531 (GH-92...Miss Islington (bot)2022-05-113-14/+22
* Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...Serhiy Storchaka2022-05-115-2/+38
* gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH...Miss Islington (bot)2022-05-103-16/+17
* gh-91731: Fix typo in pymacro.h (GH-92618)Miss Islington (bot)2022-05-101-1/+1
* [3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions ...Miss Islington (bot)2022-05-109-115/+70
* Add `__slots__` to `typing._NotIterable` (GH-92570)Miss Islington (bot)2022-05-101-0/+1
* gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (...Miss Islington (bot)2022-05-102-6/+0
* [3.11] gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-9...Miss Islington (bot)2022-05-102-2/+2
* gh-92256: Improve Argument Clinic parser error messages (GH-92268)Miss Islington (bot)2022-05-101-3/+9
* gh-92261: Disallow iteration of Union (and other special forms) (GH-92262) (G...Miss Islington (bot)2022-05-104-5/+72
* bpo-13553: Document tkinter.Tk args (GH-4786)Miss Islington (bot)2022-05-103-14/+71
* gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)Miss Islington (bot)2022-05-101-0/+2
* gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)Miss Islington (bot)2022-05-105-38/+2
* bpo-46907: Update Windows installer to SQLite 3.38.4. (GH-92322)Miss Islington (bot)2022-05-094-3/+4
* Doc: Update py2app link. (GH-91585)Miss Islington (bot)2022-05-091-1/+1
* gh-91731: Add macro compatibility for static_assert for old libcs (GH-92559) ...Miss Islington (bot)2022-05-091-0/+8
* gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)Miss Islington (bot)2022-05-091-4/+5
* What's New in Python 3.11: move C API changes (GH-92390)Miss Islington (bot)2022-05-091-31/+31
* Enhance PyConfig documentation (GH-92394)Miss Islington (bot)2022-05-091-37/+46
* gh-90005: Cleanup after GH-31698 (GH-91642)Miss Islington (bot)2022-05-092-43/+43
* CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)Miss Islington (bot)2022-05-091-1/+1
* bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)Miss Islington (bot)2022-05-093-74/+127
* pdb docs: workaround for double semicolon in strings (GH-17011)Miss Islington (bot)2022-05-081-1/+2
* bpo-39229: fix formatting in library/functions.rst (GH-17857)Miss Islington (bot)2022-05-081-2/+2
* gh-77521: Add link to builtin module names in modules tutorial (GH-92438)Miss Islington (bot)2022-05-081-1/+2
* gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-915...Miss Islington (bot)2022-05-083-11/+49
* Use percentage over factor for 3.11 whatsnew performance (GH-92496)Miss Islington (bot)2022-05-081-1/+1
* gh-80856: doc: reveal doctest directives (GH-92318)Miss Islington (bot)2022-05-081-17/+37
* Fix the `versionadded` for asyncio.StreamWriter.start_tls() (GH-92378)Miss Islington (bot)2022-05-081-1/+1