summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)Miss Islington (bot)2022-09-082-19/+35
* gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323)Miss Islington (bot)2022-09-081-1/+3
* gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...Miss Islington (bot)2022-09-081-0/+5
* gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)Miss Islington (bot)2022-09-061-0/+12
* Merge remote-tracking branch 'upstream/3.10' into 3.10Pablo Galindo2022-09-062-1/+7
|\
| * gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992)Miss Islington (bot)2022-09-052-1/+7
* | Python 3.10.7v3.10.7Pablo Galindo2022-09-051-41/+29
|/
* [3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#9...Gregory P. Smith2022-09-041-0/+82
* gh-68163: Correct conversion of Rational instances to float (GH-25619) (GH-96...Miss Islington (bot)2022-09-042-1/+29
* [3.10] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (...Vinay Sajip2022-09-032-2/+33
* gh-75500: Update idlelib/help.html (GH-96523)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.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)Gregory P. Smith2022-09-0210-3/+227
* gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)Miss Islington (bot)2022-08-301-1/+1
* gh-95950: Add a test for both `csv.Dialect` and `kwargs` (GH-95951)Miss Islington (bot)2022-08-291-0/+28
* gh-96021: Explicitly tear down the IsolatedAsyncioTestCase loop in tests (GH-...Miss Islington (bot)2022-08-281-2/+7
* [3.10] gh-89047: Fix msecs computation so you never end up with 1000 msecs. (...Miss Islington (bot)2022-08-272-1/+9
* [3.10] 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
* gh-95243: Mitigate the race condition in testSockName (GH-96173)Miss Islington (bot)2022-08-251-2/+13
* [3.10] GH-96071: add regression test for GH-96071 (GH-96137) (#96205)Kumar Aditya2022-08-231-0/+14
* gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (G...Miss Islington (bot)2022-08-232-1/+17
* [3.10] GH--93592: Fix frame chain when throwing exceptions into coroutines (G...Kristján Valur Jónsson2022-08-231-0/+24
* [3.10] gh-96159: Fix significant performance degradation in logging.TimedRota...Miss Islington (bot)2022-08-231-3/+7
* gh-78143: IDLE - fix settings dialog page label. (GH-96009)Miss Islington (bot)2022-08-151-1/+1
* [3.10] gh-94996: Disallow lambda pos only params with feature_version < (3, 8...Shantanu2022-08-121-0/+7
* [3.10] gh-94996: Disallow parsing pos only params with feature_version < (3, ...Shantanu2022-08-122-2/+10
* gh-95841: IDLE - Revise Windows local doc url (GH-95845)Miss Islington (bot)2022-08-111-4/+14
* gh-84910: Change 'IDLE Help' to 'IDLE Doc' (GH-95873)Miss Islington (bot)2022-08-111-1/+1
* gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)Miss Islington (bot)2022-08-111-1/+6
* gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...Miss Islington (bot)2022-08-101-0/+4
* gh-75500: Add idlelib section to IDLE doc (GH-95832)Miss Islington (bot)2022-08-091-1/+14
* [3.11] gh-88878: IDLE - replace type('') with str (GH-95792)Miss Islington (bot)2022-08-091-1/+1
* [3.10] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650). ...Serhiy Storchaka2022-08-082-2/+2
* gh-95491: Mention IDLE Issue project in Readme (GH-95750)Miss Islington (bot)2022-08-081-0/+8
* gh-95376: Add test for names containing null (GH-GH-5394) (GH-95747)Miss Islington (bot)2022-08-061-0/+2
* gh-95395: Add argument type error test (GH-95412) (GH-95745)Miss Islington (bot)2022-08-061-1/+3
* Fix typo in test_dataclasses.py (gh-95735)Miss Islington (bot)2022-08-061-2/+2
* gh-95251: IDLE - Add What's New section to README (GH-95688)Miss Islington (bot)2022-08-051-2/+23
* gh-89362: Doc IDLE menu and search (GH-95697)Miss Islington (bot)2022-08-051-15/+27
* gh-65802: IDLE - explain SaveAs and extensions (GH-95690)Miss Islington (bot)2022-08-051-0/+2
* gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)Miss Islington (bot)2022-08-041-1/+1
* gh-95638: Update idlelib README file and menu lists (GH-95639)Miss Islington (bot)2022-08-041-50/+59
* gh-95597: Fix typo in Lib directory files (GH-95599)Miss Islington (bot)2022-08-032-2/+2
* gh-95609: update bundled pip to 22.2.2 (gh-95610)Miss Islington (bot)2022-08-032-1/+1
* gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95558)Miss Islington (bot)2022-08-024-24/+42
* gh-83270: Update IDLE's credits (GH-95528) (#95560)Miss Islington (bot)2022-08-021-1/+11
* Python 3.10.6v3.10.6Pablo Galindo2022-08-011-5/+5
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)Miss Islington (bot)2022-08-013-15/+17
* IDLE: Fix docs URL in the About window (GH-28417)Miss Islington (bot)2022-07-311-2/+3