| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071... | Serhiy Storchaka | 2023-08-16 | 5 | -134/+1075 |
|
|
* | [3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()... | Serhiy Storchaka | 2023-08-16 | 1 | -0/+42 |
|
|
* | [3.12] gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 beha... | Miss Islington (bot) | 2023-08-16 | 1 | -0/+43 |
|
|
* | [3.12] gh-106300: Improve errors testing in test_unittest.test_runner (GH-106... | Miss Islington (bot) | 2023-08-16 | 1 | -52/+65 |
|
|
* | [3.12] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (#107874) | Serhiy Storchaka | 2023-08-16 | 1 | -0/+1 |
|
|
* | [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#... | Eric Snow | 2023-08-16 | 1 | -0/+6 |
|
|
* | [3.12] gh-100061: Proper fix of the bug in the matching of possessive quantif... | Serhiy Storchaka | 2023-08-16 | 1 | -2/+10 |
|
|
* | [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10... | Miss Islington (bot) | 2023-08-16 | 1 | -0/+12 |
|
|
* | [3.12] gh-107963: Fix set_forkserver_preload to check the type of given list ... | Miss Islington (bot) | 2023-08-15 | 1 | -0/+8 |
|
|
* | [3.12] gh-107967: Fix infinite recursion on invalid escape sequence warning (... | Miss Islington (bot) | 2023-08-15 | 1 | -0/+10 |
|
|
* | [3.12] gh-107810: Improve DeprecationWarning for metaclasses with custom tp_n... | Miss Islington (bot) | 2023-08-11 | 1 | -1/+1 |
|
|
* | [3.12] GH-107774: Add missing audit event for PEP 669 (GH-107775) (#107839) | Miss Islington (bot) | 2023-08-11 | 2 | -0/+24 |
|
|
* | [3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107... | Miss Islington (bot) | 2023-08-11 | 1 | -0/+32 |
|
|
* | [3.12] gh-106052: Fix bug in the matching of possessive quantifiers (GH-10651... | Serhiy Storchaka | 2023-08-09 | 1 | -0/+12 |
|
|
* | [3.12] Update the expected bytecode magic in test_importlib.test_util (#107626) | T. Wouters | 2023-08-04 | 1 | -1/+1 |
|
|
* | [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_... | Miss Islington (bot) | 2023-08-04 | 10 | -28/+32 |
|
|
* | [3.12] gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases`... | Miss Islington (bot) | 2023-08-03 | 1 | -0/+13 |
|
|
* | [3.12] gh-107471: Fix Refleaks in test_import (gh-107569) (#107571) | Miss Islington (bot) | 2023-08-02 | 1 | -1/+2 |
|
|
* | [3.12] gh-106368: Add test for Argument Clinic misbehaving custom converter_i... | Miss Islington (bot) | 2023-07-31 | 1 | -0/+20 |
|
|
* | [3.12] gh-105751: Remove obsolete `object` base class in some ctypes tests (G... | Łukasz Langa | 2023-07-31 | 4 | -11/+11 |
|
|
* | [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#�... | Charlie Zhao | 2023-07-31 | 1 | -0/+30 |
|
|
* | [3.12] gh-46376: Return existing pointer when possible in ctypes (GH-107131) ... | Łukasz Langa | 2023-07-31 | 1 | -0/+27 |
|
|
* | [3.12] gh-104280: Add test cases for DTrace probes (GH-107125) (#107489) | Miss Islington (bot) | 2023-07-31 | 1 | -0/+82 |
|
|
* | [3.12] gh-105751, test_ctypes: Remove disabled tests (GH-105826) (#107483) | Łukasz Langa | 2023-07-31 | 5 | -133/+0 |
|
|
* | [3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event c... | Mark Shannon | 2023-07-28 | 1 | -3/+3 |
|
|
* | [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that... | Mark Shannon | 2023-07-28 | 1 | -1/+51 |
|
|
* | [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10... | Mark Shannon | 2023-07-28 | 1 | -37/+193 |
|
|
* | [3.12] gh-106368: Argument clinic tests: improve failure message when tests i... | Miss Islington (bot) | 2023-07-28 | 1 | -1/+1 |
|
|
* | [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(... | Miss Islington (bot) | 2023-07-27 | 2 | -6/+38 |
|
|
* | [3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (gh-107357) | Miss Islington (bot) | 2023-07-27 | 1 | -0/+1 |
|
|
* | [3.12] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (GH-... | Miss Islington (bot) | 2023-07-26 | 1 | -0/+12 |
|
|
* | [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107277) (#10... | Miss Islington (bot) | 2023-07-26 | 1 | -3/+75 |
|
|
* | [3.12] gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_trac... | Miss Islington (bot) | 2023-07-25 | 1 | -1/+1 |
|
|
* | [3.12] gh-62519: Make pgettext search plurals when translation is not found (... | Miss Islington (bot) | 2023-07-25 | 1 | -0/+4 |
|
|
* | [3.12] gh-105699: Add some stress tests for subinterpreter creation (GH-10696... | Miss Islington (bot) | 2023-07-25 | 1 | -0/+22 |
|
|
* | [3.12] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (#1... | Miss Islington (bot) | 2023-07-25 | 1 | -4/+4 |
|
|
* | [3.12] gh-106917: fix super classmethod calls to non-classmethods (GH-106977)... | Carl Meyer | 2023-07-24 | 1 | -2/+44 |
|
|
* | [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#10... | Miss Islington (bot) | 2023-07-24 | 1 | -14/+176 |
|
|
* | [3.12] bpo-18319: gettext() can retrieve a message even if a plural form exis... | Miss Islington (bot) | 2023-07-23 | 1 | -0/+4 |
|
|
* | [3.12] gh-106186: Don't report MultipartInvariantViolationDefect for valid mu... | Miss Islington (bot) | 2023-07-23 | 2 | -0/+24 |
|
|
* | [3.12] gh-106714: Fix test_capi to not write a coredump (GH-107007) (#107009) | Miss Islington (bot) | 2023-07-22 | 1 | -3/+9 |
|
|
* | [3.12] gh-106368: Increase coverage for Argument Clinic output directive (GH-... | Miss Islington (bot) | 2023-07-22 | 1 | -0/+53 |
|
|
* | [3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-... | Miss Islington (bot) | 2023-07-22 | 2 | -0/+65 |
|
|
* | [3.12] gh-106368: Increase Argument Clinic test coverage for IndentStack (GH-... | Miss Islington (bot) | 2023-07-21 | 1 | -0/+19 |
|
|
* | [3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... ... | Gregory P. Smith | 2023-07-21 | 1 | -77/+19 |
|
|
* | [3.12] gh-106368: Increase Argument Clinic test coverage for cpp.Monitor (GH-... | Miss Islington (bot) | 2023-07-17 | 2 | -1/+180 |
|
|
* | [3.12] gh-106687: _ssl: use uint64_t for SSL options (GH-106700) (#106827) | Miss Islington (bot) | 2023-07-17 | 1 | -0/+24 |
|
|
* | [3.12] gh-106752: Sync with zipp 3.16.2 (GH-106757) (#106777) | Miss Islington (bot) | 2023-07-15 | 3 | -9/+146 |
|
|
* | [3.12] gh-106368: Increase Argument Clinic BlockParser test coverage (GH-1067... | Miss Islington (bot) | 2023-07-15 | 1 | -4/+96 |
|
|
* | [3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-10525... | Miss Islington (bot) | 2023-07-15 | 1 | -0/+21 |
|
|