summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)Miss Islington (bot)2022-11-064-11/+82
* gh-83004: Clean up refleak in _io initialisation (GH-98840)Miss Islington (bot)2022-11-062-3/+4
* `test_typing`: use all pickle protocols (GH-99154)Miss Islington (bot)2022-11-061-1/+1
* [doc] fix typo (GH-99143)Miss Islington (bot)2022-11-051-1/+1
* gh-99134: Update bundled pip to 22.3.1 (gh-99135)Miss Islington (bot)2022-11-053-1/+2
* gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123)Miss Islington (bot)2022-11-052-0/+113
* [3.11] gh-98706: Sync with importlib_metadata 4.13.0. (GH-98875)Jason R. Coombs2022-11-056-93/+209
* gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)Miss Islington (bot)2022-11-052-0/+22
* [3.11] gh-99086: Fix implicit int compiler warning in configure check for PTH...Erlend E. Aasland2022-11-053-2/+3
* [3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (#99071) (#99098)Victor Stinner2022-11-041-3/+3
* minor edits to locale doc (GH-98537)Miss Islington (bot)2022-11-041-13/+16
* [3.11] gh-94808: Cover `LOAD_GLOBAL` for custom dict subtypes (GH-96767) (GH-...Miss Islington (bot)2022-11-041-0/+31
* Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...Miss Islington (bot)2022-11-031-3/+4
* gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066)Miss Islington (bot)2022-11-032-0/+9
* gh-98740: Fix validation of conditional expressions in RE (GH-98764)Miss Islington (bot)2022-11-034-27/+40
* gh-98512: Add more tests for `ValuesView` (GH-98515)Miss Islington (bot)2022-11-032-0/+6
* gh-65002: Make note that null bytes are used to pad bytes (GH-98635)Miss Islington (bot)2022-11-031-1/+4
* Docs: Add 'as, match statement' to the index (GH-99001)Miss Islington (bot)2022-11-031-0/+1
* argparse howto: Use f-string in preference to "...".format() (GH-98883)Miss Islington (bot)2022-11-031-2/+2
* gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)Miss Islington (bot)2022-11-021-0/+21
* gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...Steve Dower2022-11-024-20/+53
* gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)Miss Islington (bot)2022-11-022-1/+3
* gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423)Miss Islington (bot)2022-11-022-2/+8
* gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)Miss Islington (bot)2022-11-021-3/+8
* gh-96265: Formatting changes for faq/programming (GH-98242)Miss Islington (bot)2022-11-021-39/+48
* gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958)Miss Islington (bot)2022-11-021-3/+3
* [3.11] [doc] Update cookbook example for socket-based logging in a production...Miss Islington (bot)2022-11-011-7/+65
* [3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979)Miss Islington (bot)2022-11-014-0/+7
* gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)Miss Islington (bot)2022-11-013-2/+4
* Doc: use "unnumbered" footnotes (GH-98954)Miss Islington (bot)2022-11-011-2/+2
* [3.11] Missing PS1 prompt in tutorial example (GH-98921) (GH-98944)Miss Islington (bot)2022-11-011-2/+3
* gh-98852: Fix subscription of type aliases (GH-98920)Miss Islington (bot)2022-11-014-0/+43
* Fix wording in Functional Programming HOWTO (GH-98939)Miss Islington (bot)2022-11-011-1/+1
* GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)Miss Islington (bot)2022-11-013-3/+9
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Miss Islington (bot)2022-10-314-4/+124
* [3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889)Charlie Zhao2022-10-314-9/+21
* Fix typo in sorting HOWTO (GH-98888)Miss Islington (bot)2022-10-311-1/+1
* Doc: Fix sphinx-lint issues (GH-98911)Miss Islington (bot)2022-10-311-1/+1
* gh-98576: Fix types in dataclass.InitVar example (gh-98577)Miss Islington (bot)2022-10-311-2/+2
* [3.11] gh-96151: Use a private name for passing builtins to dataclass. This n...Miss Islington (bot)2022-10-313-5/+13
* [3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)Miss Islington (bot)2022-10-305-19/+57
* [3.11] gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Eq...Dennis Sweeney2022-10-304-2/+35
* glossary.rst: Fix typo in package definition (GH-98865)Miss Islington (bot)2022-10-291-1/+1
* Fix typo in docs (GH-98863)Miss Islington (bot)2022-10-291-1/+1
* gh-93358: Fix python-config docs for how to embed Python (GH-98649)Miss Islington (bot)2022-10-291-6/+6
* dataclasses docs: consistent indentation (4 spaces) in examples (GH-98855)Miss Islington (bot)2022-10-291-16/+16
* [3.11] gh-98744: Prevent column-level decoding crashes on traceback module (#...Batuhan Taskaya2022-10-293-14/+63
* Fix typo in contextvars docs (GH-98823)Miss Islington (bot)2022-10-281-1/+1
* `argparse` docs: normalize constant references (GH-98765)Miss Islington (bot)2022-10-281-5/+6
* [3.11] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98797)Miss Islington (bot)2022-10-282-28/+40