summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.0rc2v3.11.0rc2Pablo Galindo2022-09-1143-126/+436
* gh-94972: document that shield users need to keep a reference to their task (...Miss Islington (bot)2022-09-103-7/+23
* GH-96678: Fix undefined behavior in ceval.c (GH-96708)Miss Islington (bot)2022-09-102-1/+8
* Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)Miss Islington (bot)2022-09-102-1/+7
* gh-96710: Make the test timing more lenient for the int/str DoS regression te...Miss Islington (bot)2022-09-091-6/+8
* [3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) (#96688)Mark Shannon2022-09-093-59/+104
* [3.11] io: Add missing f (#96701)Jelle Zijlstra2022-09-092-1/+2
* gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...Miss Islington (bot)2022-09-083-0/+9
* GH-94808: Test __build_class__ inside non-dict __builtins__ (GH-95932) (#96004)Miss Islington (bot)2022-09-081-5/+9
* gh-95914: Add paragraph about PEP 654 in main body of 'What's New in 3.11' (G...Miss Islington (bot)2022-09-081-2/+19
* [3.11] gh-68163: Correct conversion of Rational instances to float (GH-25619)...Miss Islington (bot)2022-09-084-4/+36
* [3.11] GH-96569: Avoid undefined behavior (#96616)Mark Shannon2022-09-083-16/+25
* gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666)Miss Islington (bot)2022-09-082-1/+4
* [3.11] gh-88287: Add BufferingFormatter documentation. (GH-96608) (GH-96675)Miss Islington (bot)2022-09-081-0/+29
* gh-96268: Fix loading invalid UTF-8 (GH-96270)Miss Islington (bot)2022-09-073-16/+57
* gh-96577: Fixes buffer overrun in _msi module (GH-96633)Miss Islington (bot)2022-09-072-2/+3
* gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)Miss Islington (bot)2022-09-071-0/+18
* gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)Miss Islington (bot)2022-09-072-3/+3
* gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)Miss Islington (bot)2022-09-063-0/+16
* GH-96572: fix use after free in trace refs build mode (GH-96618)Miss Islington (bot)2022-09-062-1/+2
* [3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#9...Mark Shannon2022-09-063-3/+23
* [3.11] gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992) (GH...Batuhan Taskaya2022-09-063-1/+8
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Miss Islington (bot)2022-09-054-22/+51
* [3.11] [doc] Update example in traceback doc (GH-96600) (GH-96603)Irit Katriel2022-09-051-15/+11
* Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594)Miss Islington (bot)2022-09-052-0/+18
* [3.11] gh-84095: Fill documentation gap regarding user-defined objects. (GH-9...Miss Islington (bot)2022-09-051-0/+19
* Docs: alphabetically order sqlite3.Cursor attrs (GH-96565)Miss Islington (bot)2022-09-041-30/+31
* gh-95778: Correctly pre-check for int-to-str conversion (GH-96537)Miss Islington (bot)2022-09-044-7/+107
* no-issue: Fix typo in 3.11.0a7.rst (gh-96547)Miss Islington (bot)2022-09-041-1/+1
* gh-95778: remove unneeded doc note on float.as_integer_ratio (GH-96553)Miss Islington (bot)2022-09-041-7/+0
* doc typo: spell limitation (GH-96542)Miss Islington (bot)2022-09-031-1/+1
* [3.11] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (...Vinay Sajip2022-09-032-2/+32
* [3.11] gh-89087: Update logging.QueueHandler documentation to clarify recordâ...Miss Islington (bot)2022-09-031-0/+14
* gh-75500: Update idlelib/help.html (GH-96523) (#96524)Miss Islington (bot)2022-09-031-7/+8
* bpo-30419: DOC: Update missing information in bdb docs (GH-1687)Miss Islington (bot)2022-09-022-65/+133
* [3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)Gregory P. Smith2022-09-0227-23/+775
* gh-95180: Add `TaskGroup` and `Runner` to AsyncIO API Index (GH-95189)Miss Islington (bot)2022-09-021-9/+20
* gh-96168: Improve sqlite3 dict_factory example (GH-96457)Miss Islington (bot)2022-09-011-18/+9
* gh-96455: update example in exception_handling_notes.txt to the 3.11RC byteco...Miss Islington (bot)2022-09-011-25/+28
* gh-96414: Inline code examples in sqlite3 docs (GH-96442)Miss Islington (bot)2022-08-3015-349/+380
* Docs: normalise sqlite3 placeholder how-to heading (GH-96413)Miss Islington (bot)2022-08-301-2/+2
* [3.11] [Enum] fix check in _test_simple_enum (GH-96435)Ethan Furman2022-08-302-1/+7
* gh-95337: update TypeVarTuple example (GH-95338)Miss Islington (bot)2022-08-301-8/+13
* gh-95413: Remove references to deprecated CGI library (GH-95414)Miss Islington (bot)2022-08-302-3/+3
* Docs: Improve clarity for bytes.hex() (GH-95257)Miss Islington (bot)2022-08-301-3/+4
* GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705) (#...Miss Islington (bot)2022-08-303-19/+36
* gh-90467: StreamReaderProtocol - add strong reference to created task (GH-963...Miss Islington (bot)2022-08-303-1/+7
* gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386) (#96407)Miss Islington (bot)2022-08-303-1/+7
* [3.11] gh-91305: Add a note about DatagramHandler and DNS latency. (GH-96380)...Miss Islington (bot)2022-08-301-0/+7
* Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)Miss Islington (bot)2022-08-301-3/+6