summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ...Miss Islington (bot)2022-10-272-0/+4
* Fix readline.c compiler warning. (GH-98738)Miss Islington (bot)2022-10-261-1/+1
* [3.10] Change links to label refs (GH-98454) (#98726)Stanley2022-10-267-7/+12
* [3.10] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720...Erlend E. Aasland2022-10-261-2/+2
* gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)Miss Islington (bot)2022-10-262-0/+48
* gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355)Miss Islington (bot)2022-10-261-0/+3
* gh-77753: Add example for values that compare equal in stdtypes (GH-98497)Miss Islington (bot)2022-10-261-5/+3
* gh-84747: Add `async for` comment for StreamReader (GH-98633)Miss Islington (bot)2022-10-261-1/+2
* gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648)Miss Islington (bot)2022-10-261-0/+27
* gh-98623: Fix base classes in `typing.rst` (GH-98626)Miss Islington (bot)2022-10-251-2/+2
* Use more precise exception types in `assertRaises` in typing tests (GH-98650)Miss Islington (bot)2022-10-251-3/+3
* gh-93696: Locate frozen module source with __file__ (GH-93697)Miss Islington (bot)2022-10-253-0/+53
* [3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639) (#98...Erlend E. Aasland2022-10-252-3/+4
* [3.10] gh-98456: Replace deprecated `set-output` with up-to-date vers… (gh-...Dong-hee Na2022-10-251-4/+4
* GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572)Miss Islington (bot)2022-10-243-2/+10
* gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri...Miss Islington (bot)2022-10-241-72/+78
* GH-91635: clarify docs about closing of transport in asyncio (GH-98563)Miss Islington (bot)2022-10-241-1/+2
* gh-98500: Fix typing docs for `*View` classes (GH-98511)Miss Islington (bot)2022-10-241-4/+4
* gh-98561: Fix a typo in typing (GH-98562)Miss Islington (bot)2022-10-231-1/+1
* gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...Miss Islington (bot)2022-10-213-3/+6
* [3.10] gh-98517: Fix buffer overflows in _sha3 module (#98519)Theo Buehler2022-10-213-7/+18
* [3.10] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-985...Miss Islington (bot)2022-10-202-5/+15