| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [3.10] gh-96151: Use a private name for passing builtins to dataclass. This n... | Miss Islington (bot) | 2022-10-31 | 3 | -5/+13 |
|
|
* | glossary.rst: Fix typo in package definition (GH-98865) | Miss Islington (bot) | 2022-10-29 | 1 | -1/+1 |
|
|
* | gh-93358: Fix python-config docs for how to embed Python (GH-98649) | Miss Islington (bot) | 2022-10-29 | 1 | -6/+6 |
|
|
* | Fix typo in contextvars docs (GH-98823) | Miss Islington (bot) | 2022-10-28 | 1 | -1/+1 |
|
|
* | [3.10] `argparse` docs: normalize constant references (#98765) (#98808) | Alex Waygood | 2022-10-28 | 1 | -4/+5 |
|
|
* | [3.10] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) (#9... | Erlend E. Aasland | 2022-10-28 | 4 | -3/+4 |
|
|
* | [3.10] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98798) | Miss Islington (bot) | 2022-10-28 | 2 | -28/+40 |
|
|
* | [3.10] GH-98671: bpo-46670: Fix #ifdef in sha3module.c (GH-90828) (#98677) | samypr100 | 2022-10-28 | 2 | -1/+4 |
|
|
* | [3.10] gh-98548: Fix `-ne` shell operator spelling (#98555) | sterliakov | 2022-10-28 | 1 | -2/+1 |
|
|
* | [3.10] bpo-2716: add license for audioop module (GH-19972) (#98532) | Miss Islington (bot) | 2022-10-28 | 2 | -14/+55 |
|
|
* | [3.10] Add more tkinter.Canvas tests (GH-98475) (#98477) | Miss Islington (bot) | 2022-10-28 | 1 | -0/+158 |
|
|
* | gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) | Miss Islington (bot) | 2022-10-27 | 4 | -18/+36 |
|
|
* | obmalloc: Remove unused variable. (GH-98770) | Miss Islington (bot) | 2022-10-27 | 1 | -3/+1 |
|
|
* | gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even... | Miss Islington (bot) | 2022-10-27 | 1 | -0/+21 |
|
|
* | gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ... | Miss Islington (bot) | 2022-10-27 | 2 | -0/+4 |
|
|
* | Fix readline.c compiler warning. (GH-98738) | Miss Islington (bot) | 2022-10-26 | 1 | -1/+1 |
|
|
* | [3.10] Change links to label refs (GH-98454) (#98726) | Stanley | 2022-10-26 | 7 | -7/+12 |
|
|
* | [3.10] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720... | Erlend E. Aasland | 2022-10-26 | 1 | -2/+2 |
|
|
* | gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486) | Miss Islington (bot) | 2022-10-26 | 2 | -0/+48 |
|
|
* | gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355) | Miss Islington (bot) | 2022-10-26 | 1 | -0/+3 |
|
|
* | gh-77753: Add example for values that compare equal in stdtypes (GH-98497) | Miss Islington (bot) | 2022-10-26 | 1 | -5/+3 |
|
|
* | gh-84747: Add `async for` comment for StreamReader (GH-98633) | Miss Islington (bot) | 2022-10-26 | 1 | -1/+2 |
|
|
* | gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648) | Miss Islington (bot) | 2022-10-26 | 1 | -0/+27 |
|
|
* | gh-98623: Fix base classes in `typing.rst` (GH-98626) | Miss Islington (bot) | 2022-10-25 | 1 | -2/+2 |
|
|
* | Use more precise exception types in `assertRaises` in typing tests (GH-98650) | Miss Islington (bot) | 2022-10-25 | 1 | -3/+3 |
|
|
* | gh-93696: Locate frozen module source with __file__ (GH-93697) | Miss Islington (bot) | 2022-10-25 | 3 | -0/+53 |
|
|
* | [3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639) (#98... | Erlend E. Aasland | 2022-10-25 | 2 | -3/+4 |
|
|
* | [3.10] gh-98456: Replace deprecated `set-output` with up-to-date vers… (gh-... | Dong-hee Na | 2022-10-25 | 1 | -4/+4 |
|
|
* | GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) | Miss Islington (bot) | 2022-10-24 | 3 | -2/+10 |
|
|
* | gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri... | Miss Islington (bot) | 2022-10-24 | 1 | -72/+78 |
|
|
* | GH-91635: clarify docs about closing of transport in asyncio (GH-98563) | Miss Islington (bot) | 2022-10-24 | 1 | -1/+2 |
|
|
* | gh-98500: Fix typing docs for `*View` classes (GH-98511) | Miss Islington (bot) | 2022-10-24 | 1 | -4/+4 |
|
|
* | gh-98561: Fix a typo in typing (GH-98562) | Miss Islington (bot) | 2022-10-23 | 1 | -1/+1 |
|
|
* | gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv... | Miss Islington (bot) | 2022-10-21 | 3 | -3/+6 |
|
|
* | [3.10] gh-98517: Fix buffer overflows in _sha3 module (#98519) | Theo Buehler | 2022-10-21 | 3 | -7/+18 |
|
|
* | [3.10] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-985... | Miss Islington (bot) | 2022-10-20 | 2 | -5/+15 |
|
|
* | gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273) | Miss Islington (bot) | 2022-10-20 | 3 | -12/+18 |
|
|
* | CODEOWNERS: Become a typing code owner (GH-98480) | Miss Islington (bot) | 2022-10-20 | 1 | -1/+1 |
|
|
* | [3.10] [doc] Improve logging cookbook example. (GH-98481) (GH-98482) | Miss Islington (bot) | 2022-10-20 | 1 | -0/+65 |
|
|
* | [3.10] [doc] Refresh the venv introduction documentation, and correct… (GH-... | Vinay Sajip | 2022-10-19 | 2 | -101/+134 |
|
|
* | Doc: Remove title text from internal links (GH-98409) | Miss Islington (bot) | 2022-10-19 | 1 | -5/+3 |
|
|
* | gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-... | Miss Islington (bot) | 2022-10-19 | 3 | -4/+4 |
|
|
* | gh-97928: Add tests for tkinter.Text.count() (GH-98269) | Miss Islington (bot) | 2022-10-19 | 1 | -0/+54 |
|
|
* | [3.10] gh-93858: Prevent error when activating venv in nested fish instances ... | Miss Islington (bot) | 2022-10-18 | 2 | -3/+7 |
|
|
* | [3.10] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98399) | Miss Islington (bot) | 2022-10-18 | 4 | -2/+3 |
|
|
* | [3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373) | C.A.M. Gerlach | 2022-10-17 | 49 | -89/+81 |
|
|
* | gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_... | Miss Islington (bot) | 2022-10-17 | 1 | -2/+12 |
|
|
* | gh-85299: Add note warning about entry point guard for asyncio example (GH-93... | Miss Islington (bot) | 2022-10-16 | 2 | -1/+9 |
|
|
* | gh-97527: IDLE - fix buggy macosx patch (GH-98313) | Miss Islington (bot) | 2022-10-16 | 3 | -16/+34 |
|
|
* | [3.10] docs(typing): harmonize "See PEP x for more details" (GH-97927). (#98293) | Jelle Zijlstra | 2022-10-16 | 1 | -6/+5 |
|
|