summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-90108: Disable LTO on _freeze_module and _testembed (#109581)Victor Stinner2023-09-201-2/+2
* gh-109109: Expose retrieving certificate chains in SSL module (#109113)Mateusz Nowak2023-09-203-4/+63
* gh-109033: Return filename with os.utime errors (#109034)Ronan Pigott2023-09-193-7/+11
* gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)Eric Snow2023-09-197-67/+98
* gh-109580: Skip test_perf_profiler on ASAN build (#109584)Victor Stinner2023-09-192-1/+8
* gh-108724: Fix _PySemaphore compile error on WASM (gh-109583)Sam Gross2023-09-191-1/+2
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-1929-21/+1665
* gh-109496: Skip test_capi.test_decref_freed_object() on ASAN (#109573)Victor Stinner2023-09-191-0/+2
* gh-109566: Run GHA and buildbot tests with --fail-rerun (#109567)Victor Stinner2023-09-193-4/+4
* Misc itertool recipe improvements, mostly docstrings and comments (gh-109555)Raymond Hettinger2023-09-191-34/+42
* gh-109485: Further improve `test_future_stmt` tests (#109486)Nikita Sobolev2023-09-1911-115/+106
* gh-109435: Add Doc/library/cmdline.rst (#109436)Victor Stinner2023-09-199-0/+70
* no-issue: Fix typo TestContentTyopeHeader to TestContentTypeHeader (gh-109069)Jenner2023-09-191-1/+1
* gh-109125: Run mypy on `Tools/wasm` (#109126)Nikita Sobolev2023-09-195-40/+71
* gh-109469: Silence compiler warnings on string comparisons in _testcapi (GH-1...Serhiy Storchaka2023-09-191-1/+2
* gh-109546: Add more tests for formatting floats and fractions (GH-109548)Serhiy Storchaka2023-09-192-2/+35
* Fix error handling in _PySys_UpdateConfig() (GH-109524)Serhiy Storchaka2023-09-181-2/+9
* gh-102757: fix function signature mismatch for `functools.reduce` between cod...Xuehai Pan2023-09-184-8/+12
* gh-109496: Detect Py_DECREF() after dealloc in debug mode (#109539)Victor Stinner2023-09-184-16/+56
* gh-109508: Fix libregrtest formatting of getcwd() (#109537)Victor Stinner2023-09-181-1/+10
* gh-109371: Fix monitoring with instruction events set (gh-109385)Tian Gao2023-09-184-2/+33
* gh-108843: fix ast.unparse for f-string with many quotes (#108981)Shantanu2023-09-183-1/+35
* gh-108303: Fix and move `badsyntax_pep3120.py` (#109513)Nikita Sobolev2023-09-183-5/+3
* gh-109408: Azure Pipelines: test 3.12 branch (#109453)Hugo van Kemenade2023-09-182-2/+2
* Docs: getopt is deprecated in Python 3.13 (#109438)Hugo van Kemenade2023-09-181-1/+2
* Fix a typo in c-analyzer (#109213)DongWoo Son2023-09-181-1/+1
* Fix extraneous backslashes in hashlib docs (#109468)Anthony Sottile2023-09-181-12/+12
* gh-109413: Improve mypy config for libregrtest (#109518)Alex Waygood2023-09-181-23/+9
* gh-109408: Remove Ubuntu unit tests from Azure Pipelines (#109452)Hugo van Kemenade2023-09-173-54/+8
* gh-108511: Add C API functions which do not silently ignore errors (GH-109025)Serhiy Storchaka2023-09-1728-111/+330
* gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)Nikita Sobolev2023-09-1641-28/+31
* gh-109451: Fix wrong format specifier in logging documentation (GH-109465)AlberLC2023-09-161-1/+1
* gh-109414: Add some basic information about venvs in the introduction. (GH-10...Vinay Sajip2023-09-161-0/+19
* gh-109474: Update two Unix packaging URLs (#109307)partev2023-09-161-2/+2
* GH-83417: Allow `venv` to add a `.gitignore` file to environments via a new `...Brett Cannon2023-09-157-95/+233
* gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)Hood Chatham2023-09-1510-30/+183
* gh-109096: Deprecate `http.server.CGIHTTPRequestHandler` (#109387)Gregory P. Smith2023-09-155-7/+51
* GH-109373: Store metadata required for pystats comparison in the JSON (GH-109...Michael Droettboom2023-09-151-32/+65
* gh-109350: Fix outdated captured output in unittest.mock documentation (#109353)Egil Martinsson2023-09-152-10/+15
* gh-109413: Fix some trivial mypy nitpicks in libregrtest (#109454)Alex Waygood2023-09-154-13/+11
* gh-91960: Disable Cirrus CI for now (#109457)Victor Stinner2023-09-151-0/+3
* gh-109287: Desugar inst(X) to op(X); macro(X) = X (#109294)Guido van Rossum2023-09-155-163/+110
* Add missing `PyDoc_STR` calls (#109393)Nikita Sobolev2023-09-155-8/+9
* Fix date.__repr__() docstring (#109422)Christopher Yeh2023-09-151-7/+3
* Docs: Superseded modules: list only module names (#109439)Hugo van Kemenade2023-09-151-0/+1
* gh-109395: Remove skipped macOS builds from Azure Pipelines (#109400)Nikita Sobolev2023-09-153-65/+0
* gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)Nikita Sobolev2023-09-1518-19/+37
* gh-109395: Remove skipped coverage job from Azure Pipelines (#109412)Hugo van Kemenade2023-09-153-101/+9
* gh-109425: regrtest decodes worker stdout with backslashreplace (#109428)Victor Stinner2023-09-143-16/+37
* gh-109375: Fix bug where pdb registers an alias without an associated command...buermarc2023-09-144-2/+13