summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-99124: use concrete exception types in `test_builtin` (GH-99125)Miss Islington (bot)2022-11-081-3/+3
* gh-98513: Test abstract methods of some `collections` types (GH-98516)Miss Islington (bot)2022-11-081-0/+5
* [3.10] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance...Miss Islington (bot)2022-11-071-0/+11
* doc: Formatting and typo fixes (GH-98974)Miss Islington (bot)2022-11-073-10/+10
* bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)Miss Islington (bot)2022-11-073-8/+18
* [3.10] [ GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-991...Miss Islington (bot)2022-11-073-3/+15
* gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)Miss Islington (bot)2022-11-072-4/+18
* [3.10] gh-99086: Fix implicit int compiler warning in configure check for PTH...Erlend E. Aasland2022-11-063-2/+3
* gh-94286 Fix documentation of print default param (GH-94297)Miss Islington (bot)2022-11-061-1/+1
* gh-99051: remove duplicated test from `test_weakref` (GH-99052)Miss Islington (bot)2022-11-061-35/+6
* gh-83004: Clean up refleak in _pickle initialisation (GH-98841)Miss Islington (bot)2022-11-062-7/+7
* gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)Miss Islington (bot)2022-11-062-2/+4
* `test_typing`: use all pickle protocols (GH-99154)Miss Islington (bot)2022-11-061-1/+1
* gh-99134: Update bundled pip to 22.3.1 (gh-99135)Miss Islington (bot)2022-11-053-1/+2
* [3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (GH-99071) (GH...Miss Islington (bot)2022-11-041-3/+3
* minor edits to locale doc (GH-98537)Miss Islington (bot)2022-11-041-13/+16
* Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...Miss Islington (bot)2022-11-031-3/+4
* gh-83004: Clean up refleak in _io initialisation (GH-98840)Miss Islington (bot)2022-11-032-3/+4
* [3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (...Serhiy Storchaka2022-11-034-26/+39
* 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
* [3.10] gh-96265: Formatting changes for faq/programming (GH-98242) (#98994)Stanley2022-11-031-37/+46
* gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)Miss Islington (bot)2022-11-021-0/+21
* [3.10] gh-97731: Specify the full path to the docs for `make docclean` (GH-98...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
* [3.10] gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958) (#...Jelle Zijlstra2022-11-021-2/+2
* gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)Miss Islington (bot)2022-11-021-3/+8
* [3.10] [doc] Update cookbook example for socket-based logging in a production...Miss Islington (bot)2022-11-011-7/+65
* gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)Miss Islington (bot)2022-11-013-2/+4
* [3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) ...Serhiy Storchaka2022-11-014-0/+71
* Doc: use "unnumbered" footnotes (GH-98954)Miss Islington (bot)2022-11-011-2/+2
* GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)Miss Islington (bot)2022-11-013-3/+9
* [3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890)Charlie Zhao2022-10-314-9/+21
* gh-98576: Fix types in dataclass.InitVar example (gh-98577)Miss Islington (bot)2022-10-311-2/+2
* [3.10] gh-96151: Use a private name for passing builtins to dataclass. This n...Miss Islington (bot)2022-10-313-5/+13
* glossary.rst: Fix typo in package definition (GH-98865)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
* Fix typo in contextvars docs (GH-98823)Miss Islington (bot)2022-10-281-1/+1
* [3.10] `argparse` docs: normalize constant references (#98765) (#98808)Alex Waygood2022-10-281-4/+5
* [3.10] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) (#9...Erlend E. Aasland2022-10-284-3/+4
* [3.10] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98798)Miss Islington (bot)2022-10-282-28/+40
* [3.10] GH-98671: bpo-46670: Fix #ifdef in sha3module.c (GH-90828) (#98677)samypr1002022-10-282-1/+4
* [3.10] gh-98548: Fix `-ne` shell operator spelling (#98555)sterliakov2022-10-281-2/+1
* [3.10] bpo-2716: add license for audioop module (GH-19972) (#98532)Miss Islington (bot)2022-10-282-14/+55
* [3.10] Add more tkinter.Canvas tests (GH-98475) (#98477)Miss Islington (bot)2022-10-281-0/+158
* gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742)Miss Islington (bot)2022-10-274-18/+36
* obmalloc: Remove unused variable. (GH-98770)Miss Islington (bot)2022-10-271-3/+1
* gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even...Miss Islington (bot)2022-10-271-0/+21