| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-85283: Build md5 extension with limited C API (#110967) | Victor Stinner | 2023-10-17 | 1 | -2/+3 |
|
|
* | gh-85283: Build errno and _ctypes_test with limited C API (#110955) | Victor Stinner | 2023-10-17 | 1 | -2/+2 |
|
|
* | gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570) | Victor Stinner | 2023-10-17 | 2 | -0/+9 |
|
|
* | gh-85283: Build _testimportmultiple with limited C API (#110954) | Victor Stinner | 2023-10-17 | 1 | -2/+2 |
|
|
* | C-API docs: Clarify the size of arenas (#110895) | Mienxiu | 2023-10-16 | 1 | -1/+2 |
|
|
* | gh-110527: Improve `PySet_Clear` docs (#110528) | Nikita Sobolev | 2023-10-16 | 1 | -1/+3 |
|
|
* | sysconfig docs: fix broken link to the source code (#110920) | Karolina Surma | 2023-10-16 | 1 | -1/+1 |
|
|
* | gh-110886 Doc: add a link to BNF Wikipedia article (#110887) | partev | 2023-10-15 | 1 | -1/+2 |
|
|
* | gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769) | Łukasz Langa | 2023-10-14 | 3 | -7/+61 |
|
|
* | gh-101100: Fix sphinx warnings in `library/time.rst` (#110862) | Nikita Sobolev | 2023-10-14 | 2 | -34/+60 |
|
|
* | gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra... | Serhiy Storchaka | 2023-10-14 | 1 | -0/+4 |
|
|
* | gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (#110841) | Nikita Sobolev | 2023-10-14 | 2 | -9/+9 |
|
|
* | gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (... | Serhiy Storchaka | 2023-10-14 | 2 | -2/+11 |
|
|
* | gh-110703: Add asyncio.wait_for() change notes for 3.11 (GH-110818) | paskozdilar | 2023-10-13 | 1 | -3/+3 |
|
|
* | gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813) | Petr Viktorin | 2023-10-13 | 2 | -15/+32 |
|
|
* | Fix the pyspecific SOURCE_URI (#110811) | T. Wouters | 2023-10-13 | 1 | -1/+1 |
|
|
* | Remove unnecessary escape in Doc/library/enum.rst (GH-110780) | InSync | 2023-10-12 | 1 | -1/+1 |
|
|
* | gh-94597: Add asyncio.EventLoop (#110723) | Thomas Grainger | 2023-10-12 | 2 | -4/+14 |
|
|
* | gh-85283: _stat extension now uses the limited C API (#110711) | Victor Stinner | 2023-10-11 | 1 | -0/+4 |
|
|
* | gh-110631: Fix reST indentation in `Doc/reference` (#110708) | Ezio Melotti | 2023-10-11 | 4 | -77/+79 |
|
|
* | gh-85283: If Py_LIMITED_API is defined, undefine Py_BUILD_CORE (#110725) | Victor Stinner | 2023-10-11 | 1 | -0/+5 |
|
|
* | gh-110631: Fix reST indentation (#110724) | Ezio Melotti | 2023-10-11 | 8 | -59/+57 |
|
|
* | gh-110631: Fix reST indentation in `Doc/library` (#110685) | Ezio Melotti | 2023-10-11 | 34 | -926/+933 |
|
|
* | gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz... | Serhiy Storchaka | 2023-10-11 | 3 | -0/+30 |
|
|
* | GH-107518: Remove the Argument Clinic How-To (#109900) | Adam Turner | 2023-10-11 | 3 | -2063/+6 |
|
|
* | gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632) | Ezio Melotti | 2023-10-11 | 7 | -222/+222 |
|
|
* | gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#... | Radislav Chugunov | 2023-10-10 | 2 | -1/+27 |
|
|
* | gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-110207) | Nikita Sobolev | 2023-10-10 | 2 | -26/+52 |
|
|
* | gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667) | Donghee Na | 2023-10-10 | 5 | -2/+53 |
|
|
* | Remove unused `SPHINXLINT` var from `Doc/Makefile`. (#110570) | Ezio Melotti | 2023-10-09 | 1 | -1/+0 |
|
|
* | gh-110497: Add note about `OSError` being an alias to `IOError` in docs (#110... | Nikita Sobolev | 2023-10-09 | 5 | -9/+11 |
|
|
* | Remove unused imports in multiprocessing docs example (#109984) | Albert Villanova del Moral | 2023-10-09 | 1 | -1/+0 |
|
|
* | gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (#110535) | partev | 2023-10-09 | 1 | -1/+1 |
|
|
* | gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508) | Serhiy Storchaka | 2023-10-08 | 1 | -0/+4 |
|
|
* | Update floatingpoint.rst (#110509) | zipperer | 2023-10-08 | 1 | -1/+1 |
|
|
* | gh-108277: Add os.timerfd_create() function (#108382) | Masaru Tsuchiyama | 2023-10-07 | 4 | -0/+450 |
|
|
* | gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441) | Victor Stinner | 2023-10-07 | 1 | -0/+1 |
|
|
* | Fix typo in Doc/library/textwrap.rst (#110328) | InSync | 2023-10-06 | 1 | -1/+1 |
|
|
* | gh-85283: Add PySys_AuditTuple() function (#108965) | Victor Stinner | 2023-10-05 | 2 | -4/+21 |
|
|
* | gh-110383: Swap 'the all' -> 'all the' in socket docs (#110434) | Bradley Reynolds | 2023-10-05 | 1 | -1/+1 |
|
|
* | Fix env var typo in perf profiling docs (#110404) | Harmen Stoppels | 2023-10-05 | 1 | -2/+1 |
|
|
* | gh-110383 TimeIt Docs Spelling Fix (#110407) | Towster15 | 2023-10-05 | 1 | -1/+1 |
|
|
* | gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298) | 박문식 | 2023-10-05 | 2 | -1/+5 |
|
|
* | Remove duplicate word. (#110376) | Benjamin Peterson | 2023-10-05 | 1 | -1/+1 |
|
|
* | Add back bltin-boolean-values ref tag (#110371) | P. L. Lim | 2023-10-04 | 1 | -0/+1 |
|
|
* | gh-85984: Document change in return type of tty functions (#110028) | Jelle Zijlstra | 2023-10-04 | 1 | -0/+6 |
|
|
* | Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292) | Adam Turner | 2023-10-03 | 18 | -243/+243 |
|
|
* | gh-108867: Add PyThreadState_GetUnchecked() function (#108870) | Victor Stinner | 2023-10-03 | 2 | -0/+20 |
|
|
* | gh-110276: No longer ignore PROFILE_TASK failure silently (#110295) | Victor Stinner | 2023-10-03 | 1 | -0/+3 |
|
|
* | gh-107073: Mention pythoncapi-compat for PyObject_VisitManagedDict() (#110291) | Victor Stinner | 2023-10-03 | 1 | -1/+3 |
|
|