summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-90467: StreamReaderProtocol - add strong reference to created task (#96323)Kirill2022-08-273-1/+7
* 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
* fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (#96327)Ansab Gillani2022-08-271-1/+1
* fix threading.Event.isSet() docstring (#96297)Daniel Giger2022-08-271-1/+1
* Docs: Fix count of bullets in asyncio-task.rst (#96307)zhanpon2022-08-271-1/+1
* gh-95973: Add a new --with-dsymutil option to link debug information in macOS...Pablo Galindo Salgado2022-08-275-8/+160
* gh-77116: Add SMTP buffering example to logging cookbook. (GH-96324)Vinay Sajip2022-08-261-0/+82
* gh-96280: suppress deprecation warning in test_importlib (GH-96281)Irit Katriel2022-08-261-1/+3
* Fix documentation typo for pathlib.Path.walk (GH-96301)Ansab Gillani2022-08-261-1/+1
* gh-95994: Clarify escaped newlines. (#96066)Ezio Melotti2022-08-261-11/+22
* GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code poin...Carl Friedrich Bolz-Tereick2022-08-264-548/+614
* 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-96269: Fix build dependency on AIX (GH-96304)Christian Heimes2022-08-263-1/+6
* gh-96197: Define the behavior of repr if sys.displayhook is lost (gh-96242)Dong-hee Na2022-08-261-0/+2
* gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)Dong-hee Na2022-08-261-1/+1
* gh-90110: Update the c-analyzer Tool (gh-96255)Eric Snow2022-08-254-1534/+84
* gh-96276: suppress SyntaxWarning in test_compile (GH-96277)Irit Katriel2022-08-251-1/+4
* bpo-46744: Support "-Win32" and make platform flags case insensitive in Windo...conioh2022-08-252-30/+32
* gh-96272: Replace `test_source_encoding`'s `test_pep263` with `test_import_en...Michael Droettboom2022-08-252-15/+10
* Clarify API stability of PyTypeObject in relation to static types. (GH-96217)ov2k2022-08-251-3/+3
* gh-92445 Improve interaction between nargs="*" and choices() (GH-92565)Harry2022-08-253-1/+13
* gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list (GH-...Sam Ezeh2022-08-254-0/+37
* GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)Mark Shannon2022-08-256-13/+26
* gh-91070: Add note about SysLogHandler on macOS 12.x (Monterey). (GH-94803)Vinay Sajip2022-08-251-0/+6
* gh-95243: Mitigate the race condition in testSockName (#96173)Ross Burton2022-08-252-2/+16
* GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...Pablo Galindo Salgado2022-08-2410-4/+271
* Add gvanrossum to asyncio experts (#96248)Guido van Rossum2022-08-241-1/+1
* gh-87092: use basicblock_last_instr consistently in the compiler (GH-96243)Irit Katriel2022-08-241-29/+32
* GH-96179: Fix misleading example on the bisect documentation (GH-96228)prego2022-08-242-1/+2
* gh-96197: Define the behavior of breakpoint if sys.breakpointhook is lost (gh...Dong-hee Na2022-08-241-0/+2
* GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...Mark Shannon2022-08-2412-985/+1005
* 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-249-49/+496
* gh-94635: Frame sqlite3 how-to headings as such & move default adapters to re...C.A.M. Gerlach2022-08-241-48/+48
* GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)Raymond Hettinger2022-08-235-1/+241
* gh-96189: Fix test_invalid_utf8 on a number of build bots (GH-96190)Michael Droettboom2022-08-231-43/+43
* Drop myself from owners of genobject (#96216)Yury Selivanov2022-08-231-1/+1
* gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#...Kevin Kirsche2022-08-233-1/+18
* GH-96068: Document object layout (GH-96069)Mark Shannon2022-08-235-0/+157
* GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH...Pablo Galindo Salgado2022-08-232-1/+3
* gh-96197: Add `del sys.breakpointhook` behavior test (gh-96198)Jeong YunWon2022-08-231-0/+5
* gh-96096: Add undocumented SQLITE_OK/DENY/IGNORE sqlite3 constants (#96134)C.A.M. Gerlach2022-08-231-4/+14
* gh-95432: Add doctest for sqlite3 tutorial (#96193)Erlend E. Aasland2022-08-231-16/+47
* gh-96159: Fix significant performance degradation in logging.TimedRotat… (G...Duncan Grisby2022-08-232-3/+8
* GH-96075: move interned dict under runtime state (GH-96077)Kumar Aditya2022-08-222-14/+27
* 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-96121: Merge sqlite3.Row examples into sqlite3.Row class doc (#96122)Erlend E. Aasland2022-08-222-70/+18