summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-0210-3/+227
* Allow whitespace around a slash in fraction string inputs (GH-96496)Raymond Hettinger2022-09-022-4/+2
* gh-93554: Conditional jump opcodes only jump forward (GH-96318)Irit Katriel2022-09-014-125/+112
* gh-93678: apply remove_redundant_jumps in optimize_cfg (GH-96274)Irit Katriel2022-09-011-3/+3
* gh-96143: subprocess API %s/universal_newlines=/text=/g. (GH-96468)Gregory P. Smith2022-09-011-4/+4
* GH-96079 Fix missing field name for _AnnotatedAlias (#96080)Anh71me2022-08-312-1/+5
* gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)Vinay Sajip2022-08-312-0/+33
* gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872)Dennis Sweeney2022-08-311-1/+1
* gh-96408: Test set operation on items dict view. (GH-96438)Filip Łajszczak2022-08-301-0/+18
* gh-96143: Add some comments and minor fixes missed in the original PR (#96433)Pablo Galindo Salgado2022-08-301-1/+1
* gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...Alexandru Mărășteanu2022-08-303-1/+66
* gh-95987: Fix `repr` of `Any` type subclasses (#96412)Nikita Sobolev2022-08-302-1/+9
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-302-0/+353
* gh-96349: fix minor performance regression initializing threading.Event (gh-9...Daniel Giger2022-08-301-9/+3
* gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386)Nikita Sobolev2022-08-302-1/+4
* gh-96320: WASI socket fixes (#96388)Christian Heimes2022-08-301-2/+3
* GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)Kumar Aditya2022-08-292-19/+35
* Improve accuracy for Spearman's rank correlation coefficient. (#96392)Raymond Hettinger2022-08-291-3/+4
* ast.parse: check `feature_version` common case first (GH-94640)Anthony Sottile2022-08-291-3/+3
* Prepare private _rank() function to be made public. (#96372)Raymond Hettinger2022-08-291-5/+15
* gh-96357: Improve `typing.get_overloads` coverage (#96358)Nikita Sobolev2022-08-291-0/+3
* gh-95950: Add a test for both `csv.Dialect` and `kwargs` (#95951)Nikita Sobolev2022-08-291-0/+28
* gh-69142: add %:z strftime format code (gh-95983)TW2022-08-282-31/+35
* gh-90467: StreamReaderProtocol - add strong reference to created task (#96323)Kirill2022-08-271-1/+3
* gh-89047: Fix msecs computation so you never end up with 1000 msecs. (GH-96340)Vinay Sajip2022-08-272-1/+9
* gh-92007: Handle elevation errors in NTEventLogHandler more grace… (GH-96322)Vinay Sajip2022-08-271-1/+10
* fix threading.Event.isSet() docstring (#96297)Daniel Giger2022-08-271-1/+1
* gh-96280: suppress deprecation warning in test_importlib (GH-96281)Irit Katriel2022-08-261-1/+3
* GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code poin...Carl Friedrich Bolz-Tereick2022-08-261-1/+19
* bpo-33587: inspect.getsource: reorder stat on file in linecache (GH-6805)Pankaj Pandey2022-08-261-3/+3
* Port regression test for issue GH-93592 (GH-96208)Kristján Valur Jónsson2022-08-261-0/+24
* gh-96276: suppress SyntaxWarning in test_compile (GH-96277)Irit Katriel2022-08-251-1/+4
* gh-96272: Replace `test_source_encoding`'s `test_pep263` with `test_import_en...Michael Droettboom2022-08-252-15/+10
* gh-92445 Improve interaction between nargs="*" and choices() (GH-92565)Harry2022-08-252-1/+10
* gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list (GH-...Sam Ezeh2022-08-252-0/+32
* gh-95243: Mitigate the race condition in testSockName (#96173)Ross Burton2022-08-251-2/+13
* GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...Pablo Galindo Salgado2022-08-242-3/+81
* gh-96021: Explicitly close the IsolatedAsyncioTestCase runner in tests (GH-96...Serhiy Storchaka2022-08-241-2/+7
* gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler op...Irit Katriel2022-08-242-1/+170
* GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)Raymond Hettinger2022-08-233-1/+197
* gh-96189: Fix test_invalid_utf8 on a number of build bots (GH-96190)Michael Droettboom2022-08-231-43/+43
* gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#...Kevin Kirsche2022-08-232-1/+17
* gh-96197: Add `del sys.breakpointhook` behavior test (gh-96198)Jeong YunWon2022-08-231-0/+5
* gh-96159: Fix significant performance degradation in logging.TimedRotat… (G...Duncan Grisby2022-08-231-3/+7
* GH-96071: add regression test for #96071 (GH-96137)Kumar Aditya2022-08-221-0/+15
* gh-96076: Change test_launcher to use non-admin location for py.ini (GH-96091)Terry Jan Reedy2022-08-221-3/+5
* gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)Christian Heimes2022-08-191-0/+8
* GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)Brandt Bucher2022-08-193-8/+14
* gh-95463: Remove backwards incompatible change regarding the _MASK_UTF_FILENA...Pablo Galindo Salgado2022-08-181-1/+1
* GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)Raymond Hettinger2022-08-182-7/+78