summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-93008: refactor compiler functions that add instructions to take only a ba...Irit Katriel2022-05-291-60/+61
* bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)Sergei Izmailov2022-05-293-18/+131
* gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)georgically2022-05-299-8/+13
* Revert "gh-84508: Add mapping files for Korean and Japanese. (gh-93309)" (#93...Dong-hee Na2022-05-294-38406/+0
* gh-92727: Add example of named group in doc for re.Match.__getitem__ (#92730)Baptiste Mispelon2022-05-281-0/+8
* gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)oda-gitso2022-05-283-2/+9
* gh-84508: Add mapping files for Korean and Japanese. (gh-93309)Dong-hee Na2022-05-284-0/+38406
* bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)Eric Snow2022-05-2718-233/+9
* gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)Yury Selivanov2022-05-272-13/+7
* gh-93250: [Enum] Change IntEnum boundary to KEEP for backwards compatibility ...Ethan Furman2022-05-272-3/+11
* gh-91243: Document Required and NotRequired (#93173)David Foster2022-05-271-7/+58
* bpo-46951: Order contents of zipapps (GH-31713)hfinucane2022-05-273-1/+18
* GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...Mark Shannon2022-05-2713-11/+63
* gh-77024: test.support: Improve documentation (#92513)Jelle Zijlstra2022-05-271-42/+68
* gh-82616: Add Py_IS_TYPE_SIGNED() macro (#93178)Victor Stinner2022-05-274-7/+25
* GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)Kumar Aditya2022-05-2719-171/+9
* gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)Dennis Sweeney2022-05-274-98/+105
* gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)Wenzel Jakob2022-05-2712-14/+150
* gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)Victor Stinner2022-05-263-36/+56
* gh-91924: Optimize unicode_check_encoding_errors() (#93200)Victor Stinner2022-05-261-2/+16
* gh-91513: Tidied up a test and did minor refactoring around test filename gen...Vinay Sajip2022-05-261-23/+25
* gh-93217: fix some issues in man page and --help (#93219)Éric2022-05-262-8/+20
* test.pythoninfo logs more build info (#93225)Victor Stinner2022-05-261-3/+47
* gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)jackh-ncl2022-05-265-7/+88
* gh-69443: Add test.support.Py_DEBUG constant (#93226)Victor Stinner2022-05-2513-45/+45
* gh-93005: Fix py.exe launcher test to search for intended tag (GH-93190)Steve Dower2022-05-251-1/+1
* gh-90817: Deprecate explicitly locale.resetlocale() (#93196)Victor Stinner2022-05-254-2/+21
* Remove unnecessary for loop initializer in long_lshift1() (GH-93071)oda-gitso2022-05-251-1/+1
* gh-93172: Remove unnecessary "if"s in binascii_a2b_qp_impl() from Modules/bin...oda-gitso2022-05-251-8/+2
* gh-93124: Fix typos in comments (GH-93125)Akuli2022-05-254-6/+6
* gh-90473: Misc test fixes for WASI (GH-93218)Christian Heimes2022-05-258-7/+26
* gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)Ken Jin2022-05-257-49/+85
* gh-93117: Remove too large sqlite3 bigmemtest (#93154)Erlend Egeberg Aasland2022-05-251-8/+1
* gh-93202: Always use %zd printf formatter (#93201)Victor Stinner2022-05-2510-168/+11
* gh-93040 Wrap unused parameters in Objects/obmalloc.c with Py_UNUSED (#93175)oda-gitso2022-05-252-13/+15
* gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (#93199)Victor Stinner2022-05-252-1/+5
* test_threaded_import: Fix unittest.main spelling (GH-93114)Florian Bruhin2022-05-251-1/+1
* gh-92728: Restore re.template, but deprecate it (GH-93161)Miro Hrončok2022-05-2510-5/+65
* gh-92658: AF_HYPERV is only supported on Windows (#93192)Victor Stinner2022-05-252-8/+13
* gh-92434: Silence a compiler warning in _xxsubinterpretersmodule.c for 32bit ...neonene2022-05-251-1/+1
* gh-93035: [Enum] Fix IntFlag crash when no single-bit members (GH-93076)Tobin Yehle2022-05-251-1/+1
* test.pythoninfo no longer requires socket (#93191)Victor Stinner2022-05-251-1/+4
* gh-93103: Py_DecodeLocale() uses _PyRuntime.preconfig (#93187)Victor Stinner2022-05-242-22/+14
* gh-93103: Enhance PyConfig.parser_debug documentation (#93186)Victor Stinner2022-05-243-2/+13
* gh-92658: Add Hyper-V socket support (GH-92755)Jordan Borean2022-05-246-1/+256
* gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)Victor Stinner2022-05-247-4/+14
* GH-89369: test_contextlib_async finalizes event loop after each test (#93074)Kumar Aditya2022-05-241-7/+4
* GH-93112: Fix missing ResourceDenied import in test_urllib2net (#93113)Florian Bruhin2022-05-241-0/+1
* gh-93033: Use wmemchr in stringlib (GH-93034)goldsteinn2022-05-2411-14/+39
* gh-93099: Fix _pyio to use locale module properly (gh-93136)Dong-hee Na2022-05-242-8/+15