summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)Miss Islington (bot)2022-09-222-22/+142
* [3.10] gh-96954: Add tests for unicodedata.name/lookup (GH-96955) (GH-96992)Łukasz Langa2022-09-211-0/+7
* gh-90808: add more examples to `test_sched.test_priority` (GH-31144)Miss Islington (bot)2022-09-211-4/+17
* [3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96...Brandt Bucher2022-09-201-0/+32
* [3.10] GH-96864: Check for error between line and opcode events (GH-96969)Brandt Bucher2022-09-201-0/+14
* [3.10] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (...Miss Islington (bot)2022-09-202-4/+30
* [3.10] gh-96861: Check for unset sys.executable during venv creation. (GH-968...Miss Islington (bot)2022-09-181-0/+5
* gh-87179: Fix more IDLE class headers (GH-96899)Miss Islington (bot)2022-09-172-2/+2
* 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
* 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