summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...Miss Islington (bot)2022-10-211-1/+2
* [3.10] gh-98517: Fix buffer overflows in _sha3 module (#98519)Theo Buehler2022-10-211-0/+9
* gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273)Miss Islington (bot)2022-10-201-3/+7
* gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_...Miss Islington (bot)2022-10-171-2/+12
* gh-95971: Turn @writes_bytecode_files to skip when not running (GH-95972)Miss Islington (bot)2022-10-151-1/+1
* gh-95731: Fix module docstring extraction in pygettext (GH-95732)Miss Islington (bot)2022-10-151-0/+20
* gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...Miss Islington (bot)2022-10-141-4/+4
* bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596)Miss Islington (bot)2022-10-131-0/+20
* [3.10] gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method...Nikita Sobolev2022-10-091-0/+20
* [3.10] Add more syslog tests (GH-97953). (GH-98101)Serhiy Storchaka2022-10-093-6/+96
* gh-92886: make test_ast pass with -O (assertions off) (GH-98058)Miss Islington (bot)2022-10-081-1/+1
* gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060)Miss Islington (bot)2022-10-081-1/+1
* [3.10] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (GH-96677) (#98032)Miss Islington (bot)2022-10-071-0/+19
* GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074)Miss Islington (bot)2022-10-073-0/+21
* gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)Miss Islington (bot)2022-10-071-0/+5
* [3.10] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...Miss Islington (bot)2022-10-061-0/+22
* gh-95196: Disable incorrect pickling of the C implemented classmethod descrip...Miss Islington (bot)2022-10-051-0/+18
* gh-97825: fix AttributeError when calling subprocess.check_output(input=None)...Miss Islington (bot)2022-10-051-0/+6
* [3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...Serhiy Storchaka2022-10-031-6/+6
* gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...Miss Islington (bot)2022-10-031-0/+8
* gh-97591: In `Exception.__setstate__()` acquire strong references before call...Miss Islington (bot)2022-10-021-0/+25
* GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)Miss Islington (bot)2022-09-301-0/+15
* gh-97616: list_resize() checks for integer overflow (GH-97617)Miss Islington (bot)2022-09-281-0/+13
* gh-97545: Make Semaphore run faster. (GH-97549)Miss Islington (bot)2022-09-261-2/+1
* gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)Miss Islington (bot)2022-09-261-0/+2
* gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)Miss Islington (bot)2022-09-251-0/+7
* gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)Miss Islington (bot)2022-09-251-0/+20
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Miss Islington (bot)2022-09-255-38/+38
* gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)Miss Islington (bot)2022-09-221-0/+100
* [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-201-2/+6
* 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-081-0/+19
* 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
* gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992)Miss Islington (bot)2022-09-051-0/+6
* [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-041-0/+28
* [3.10] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (...Vinay Sajip2022-09-031-2/+32
* [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)Gregory P. Smith2022-09-029-2/+224
* gh-95950: Add a test for both `csv.Dialect` and `kwargs` (GH-95951)Miss Islington (bot)2022-08-291-0/+28
* [3.10] gh-89047: Fix msecs computation so you never end up with 1000 msecs. (...Miss Islington (bot)2022-08-271-0/+8
* 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-231-1/+15
* [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-94996: Disallow lambda pos only params with feature_version < (3, 8...Shantanu2022-08-121-0/+7