| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (G... | Miss Islington (bot) | 2023-08-21 | 1 | -3/+3 |
|
|
* | [3.12] Fix sphinx-lint issue now that lint runs on Misc/NEWS.d (#108237) | T. Wouters | 2023-08-21 | 1 | -3/+3 |
|
|
* | [3.12] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#... | Miss Islington (bot) | 2023-08-21 | 1 | -0/+3 |
|
|
* | [3.12] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107... | Miss Islington (bot) | 2023-08-21 | 1 | -0/+1 |
|
|
* | [3.12] gh-107916: Save the error code before decoding the filename in PyErr_S... | Miss Islington (bot) | 2023-08-21 | 1 | -0/+4 |
|
|
* | [3.12] gh-105736: Sync pure python version of OrderedDict with the C version ... | Miss Islington (bot) | 2023-08-21 | 1 | -0/+3 |
|
|
* | [3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For... | Miss Islington (bot) | 2023-08-20 | 1 | -0/+4 |
|
|
* | [3.12] gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() an... | Erlend E. Aasland | 2023-08-19 | 1 | -0/+3 |
|
|
* | [3.12] gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897) (... | Miss Islington (bot) | 2023-08-19 | 1 | -0/+1 |
|
|
* | [3.12] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL... | Miss Islington (bot) | 2023-08-18 | 1 | -0/+2 |
|
|
* | [3.12] GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (GH-108... | Miss Islington (bot) | 2023-08-16 | 1 | -2/+2 |
|
|
* | [3.12] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107981) | Steve Dower | 2023-08-16 | 1 | -0/+1 |
|
|
* | [3.12] gh-100814: Fix exception for invalid callable value of Tkinter image o... | Miss Islington (bot) | 2023-08-16 | 1 | -0/+2 |
|
|
* | [3.12] gh-107715: Escape class name in regular expression (GH-107716) (#107726) | Miss Islington (bot) | 2023-08-16 | 1 | -0/+1 |
|
|
* | [3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071... | Serhiy Storchaka | 2023-08-16 | 1 | -0/+2 |
|
|
* | [3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744) | Serhiy Storchaka | 2023-08-16 | 1 | -0/+2 |
|
|
* | [3.12] gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 beha... | Miss Islington (bot) | 2023-08-16 | 1 | -0/+5 |
|
|
* | [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/+4 |
|
|
* | [3.12] gh-100061: Proper fix of the bug in the matching of possessive quantif... | Serhiy Storchaka | 2023-08-16 | 1 | -0/+2 |
|
|
* | [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10... | Miss Islington (bot) | 2023-08-16 | 1 | -0/+2 |
|
|
* | [3.12] gh-107963: Fix set_forkserver_preload to check the type of given list ... | Miss Islington (bot) | 2023-08-15 | 1 | -0/+2 |
|
|
* | [3.12] gh-107810: Improve DeprecationWarning for metaclasses with custom tp_n... | Miss Islington (bot) | 2023-08-11 | 1 | -0/+1 |
|
|
* | [3.12] GH-107774: Add missing audit event for PEP 669 (GH-107775) (#107839) | Miss Islington (bot) | 2023-08-11 | 1 | -0/+3 |
|
|
* | [3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107... | Miss Islington (bot) | 2023-08-11 | 1 | -0/+3 |
|
|
* | [3.12] GH-106684: Close `asyncio.StreamWriter` when `asyncio.StreamWriter` i... | Miss Islington (bot) | 2023-08-10 | 1 | -0/+1 |
|
|
* | [3.12] gh-107814: Avoid output from Nuget installation in find_python.bat (GH... | Miss Islington (bot) | 2023-08-10 | 1 | -0/+1 |
|
|
* | [3.12] gh-106052: Fix bug in the matching of possessive quantifiers (GH-10651... | Serhiy Storchaka | 2023-08-09 | 1 | -0/+2 |
|
|
* | Python 3.12.0rc1v3.12.0rc1 | Thomas Wouters | 2023-08-05 | 49 | -111/+495 |
|
|
* | [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I... | Eric Snow | 2023-08-05 | 1 | -4/+0 |
|
|
* | [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_... | Miss Islington (bot) | 2023-08-04 | 1 | -0/+3 |
|
|
* | [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g... | Miss Islington (bot) | 2023-08-03 | 1 | -0/+4 |
|
|
* | [3.12] gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases`... | Miss Islington (bot) | 2023-08-03 | 1 | -0/+3 |
|
|
* | [3.12] gh-107077: Raise SSLCertVerificationError even if the error is set via... | Miss Islington (bot) | 2023-08-03 | 1 | -0/+6 |
|
|
* | [3.12] gh-106092: Fix use-after-free crash in frame_dealloc (GH-106875) (#107... | Miss Islington (bot) | 2023-08-01 | 1 | -0/+2 |
|
|
* | [3.12] gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466) (GH... | Miss Islington (bot) | 2023-07-31 | 1 | -1/+1 |
|
|
* | [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#�... | Charlie Zhao | 2023-07-31 | 1 | -0/+2 |
|
|
* | [3.12] gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)... | Miss Islington (bot) | 2023-07-31 | 1 | -0/+2 |
|
|
* | [3.12] gh-46376: Return existing pointer when possible in ctypes (GH-107131) ... | Łukasz Langa | 2023-07-31 | 1 | -0/+1 |
|
|
* | [3.12] gh-99079: Update macOS installer to use OpenSSL 3.0.9. (gh-107472) | Ned Deily | 2023-07-31 | 1 | -0/+1 |
|
|
* | [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G... | Serhiy Storchaka | 2023-07-29 | 1 | -1/+1 |
|
|
* | [3.12] gh-107091: Fix some uses of :func: role (GH-107378) (GH-107416) | Serhiy Storchaka | 2023-07-29 | 4 | -4/+4 |
|
|
* | [3.12] gh-106881: Check for linux/limits.h before including it (#107397) (#10... | justdan6 | 2023-07-28 | 1 | -0/+1 |
|
|
* | [3.12] gh-107305: Update the C-API Docs for PEP 684 (gh-107324) (gh-107402) | Miss Islington (bot) | 2023-07-28 | 1 | -0/+3 |
|
|
* | [3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event c... | Mark Shannon | 2023-07-28 | 1 | -0/+3 |
|
|
* | [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that... | Mark Shannon | 2023-07-28 | 1 | -0/+2 |
|
|
* | [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10... | Mark Shannon | 2023-07-28 | 1 | -0/+3 |
|
|
* | [3.12] gh-106723: forward -Xfrozen_modules option to spawned process interpre... | Miss Islington (bot) | 2023-07-28 | 1 | -0/+1 |
|
|
* | [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(... | Miss Islington (bot) | 2023-07-27 | 1 | -0/+1 |
|
|
* | [3.12] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107355) | Miss Islington (bot) | 2023-07-27 | 1 | -0/+4 |
|
|