summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-96320: WASI socket fixes (GH-96388) (GH-#96748)Miss Islington (bot)2022-09-131-2/+3
* Python 3.11.0rc2v3.11.0rc2Pablo Galindo2022-09-111-41/+29
* gh-94972: document that shield users need to keep a reference to their task (...Miss Islington (bot)2022-09-101-2/+9
* 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-091-0/+44
* [3.11] io: Add missing f (#96701)Jelle Zijlstra2022-09-091-1/+1
* gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...Miss Islington (bot)2022-09-081-0/+5
* GH-94808: Test __build_class__ inside non-dict __builtins__ (GH-95932) (#96004)Miss Islington (bot)2022-09-081-5/+9
* [3.11] gh-68163: Correct conversion of Rational instances to float (GH-25619)...Miss Islington (bot)2022-09-082-1/+29
* gh-96268: Fix loading invalid UTF-8 (GH-96270)Miss Islington (bot)2022-09-071-3/+10
* gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)Miss Islington (bot)2022-09-071-0/+18
* gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)Miss Islington (bot)2022-09-061-0/+12
* [3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#9...Mark Shannon2022-09-061-0/+14
* [3.11] gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992) (GH...Batuhan Taskaya2022-09-062-1/+7
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Miss Islington (bot)2022-09-051-0/+7
* gh-95778: Correctly pre-check for int-to-str conversion (GH-96537)Miss Islington (bot)2022-09-041-0/+82
* [3.11] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (...Vinay Sajip2022-09-032-2/+32
* 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-021-7/+10
* [3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)Gregory P. Smith2022-09-0210-3/+227
* [3.11] [Enum] fix check in _test_simple_enum (GH-96435)Ethan Furman2022-08-302-1/+7
* GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705) (#...Miss Islington (bot)2022-08-302-19/+35
* gh-90467: StreamReaderProtocol - add strong reference to created task (GH-963...Miss Islington (bot)2022-08-301-1/+3
* gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386) (#96407)Miss Islington (bot)2022-08-302-1/+4
* [3.11] gh-89047: Fix msecs computation so you never end up with 1000 msecs. (...Miss Islington (bot)2022-08-272-1/+9
* [3.11] gh-92007: Handle elevation errors in NTEventLogHandler more grace… (...Miss Islington (bot)2022-08-271-1/+10
* fix threading.Event.isSet() docstring (GH-96297)Miss Islington (bot)2022-08-271-1/+1
* Port regression test for issue GH-93592 (GH-96208) (GH-96313)Miss Islington (bot)2022-08-261-0/+24
* gh-96021: Explicitly close the IsolatedAsyncioTestCase runner in tests (GH-96...Miss Islington (bot)2022-08-251-2/+7
* gh-95243: Mitigate the race condition in testSockName (GH-96173)Miss Islington (bot)2022-08-251-2/+13
* [3.11] gh-96189: Fix test_invalid_utf8 on a number of build bots (GH-96190) (...Miss Islington (bot)2022-08-231-43/+43
* gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (G...Miss Islington (bot)2022-08-232-1/+17
* GH-96071: add regression test for GH-96071 (GH-96137)Miss Islington (bot)2022-08-231-0/+15
* [3.11] gh-96159: Fix significant performance degradation in logging.TimedRota...Miss Islington (bot)2022-08-231-3/+7
* gh-96076: Change test_launcher to use non-admin location for py.ini (GH-96091)Miss Islington (bot)2022-08-221-3/+5
* gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126) (#96128)Miss Islington (bot)2022-08-211-0/+8
* gh-95463: Remove backwards incompatible change regarding the _MASK_UTF_FILENA...Miss Islington (bot)2022-08-191-1/+1
* [3.11] GH-95736: fix IsolatedAsyncioTestCase to initialize Runner bef… (#96...Kumar Aditya2022-08-182-0/+19
* [3.11] gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget ...Miss Islington (bot)2022-08-182-5/+5
* GH-95704: Don't suppress errors from tasks when TG is cancelled (GH-95761)Miss Islington (bot)2022-08-172-28/+33
* [3.11] gh-94823: Improve coverage in tokenizer.c:valid_utf8 (GH-94856) (#96029)Miss Islington (bot)2022-08-161-0/+61
* gh-78143: IDLE - fix settings dialog page label. (GH-96009)Miss Islington (bot)2022-08-151-1/+1
* GH-95899: fix asyncio.Runner to call set_event_loop only once (GH-95900) (#96...Miss Islington (bot)2022-08-152-3/+19
* gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)Miss Islington (bot)2022-08-151-1/+1
* bpo-40222: Mark exception table function in the dis module as private (GH-95961)Miss Islington (bot)2022-08-141-8/+8
* [3.11] gh-94996: Disallow lambda pos only params with feature_version < (3, 8...Shantanu2022-08-121-0/+7
* GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886) (#95890)Miss Islington (bot)2022-08-121-0/+22
* gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-...Miss Islington (bot)2022-08-122-2/+10
* gh-95841: IDLE - Revise Windows local doc url (GH-95845) (#95905)Miss Islington (bot)2022-08-121-4/+14
* gh-95724: Clarify taskgroups.py license. (GH-95847)Miss Islington (bot)2022-08-112-2/+4