summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-108654: restore comprehension locals before handling exception (GH-...Miss Islington (bot)2023-08-311-0/+2
* [3.12] gh-108520: Fix bad fork detection in nested multiprocessing use case (...Miss Islington (bot)2023-08-301-0/+3
* [3.12] GH-106176, GH-104702: Fix reference leak when importing across multipl...Miss Islington (bot)2023-08-291-0/+4
* [3.12] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump (#1...Erlend E. Aasland2023-08-281-0/+2
* [3.12] gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108...Erlend E. Aasland2023-08-271-1/+1
* [3.12] gh-105052:update timeit function's description (GH-105060) (#108534)Miss Islington (bot)2023-08-271-0/+1
* [3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527)Miss Islington (bot)2023-08-271-0/+1
* [3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#10...Miss Islington (bot)2023-08-261-0/+3
* [3.12] gh-108487: Change assert that should've been DEOPT_IF (#108509)Guido van Rossum2023-08-261-0/+1
* [3.12] gh-108388: Convert test_concurrent_futures to package (#108401) (#108443)Victor Stinner2023-08-261-0/+2
* [3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#108442)Miss Islington (bot)2023-08-251-0/+4
* [3.12] gh-108111: Flush gzip write buffer before seeking, fixing bad writes (...Miss Islington (bot)2023-08-242-0/+3
* [3.12] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...Miss Islington (bot)2023-08-231-0/+1
* [3.12] gh-105776: Fix test_cppext when CC contains -std=c11 option (GH-108343...Miss Islington (bot)2023-08-231-0/+2
* [3.12] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...Ɓukasz Langa2023-08-221-0/+7
* [3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...Miss Islington (bot)2023-08-226-18/+18
* [3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a fo...Miss Islington (bot)2023-08-221-0/+1
* [3.12] gh-106242: Make ntpath.realpath errors consistent with abspath when th...Miss Islington (bot)2023-08-221-0/+4
* [3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (G...Miss Islington (bot)2023-08-211-3/+3
* [3.12] Fix sphinx-lint issue now that lint runs on Misc/NEWS.d (#108237)T. Wouters2023-08-211-3/+3
* [3.12] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...Miss Islington (bot)2023-08-211-0/+3
* [3.12] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107...Miss Islington (bot)2023-08-211-0/+1
* [3.12] gh-107916: Save the error code before decoding the filename in PyErr_S...Miss Islington (bot)2023-08-211-0/+4
* [3.12] gh-105736: Sync pure python version of OrderedDict with the C version ...Miss Islington (bot)2023-08-211-0/+3
* [3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...Miss Islington (bot)2023-08-201-0/+4
* [3.12] gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() an...Erlend E. Aasland2023-08-191-0/+3
* [3.12] gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897) (...Miss Islington (bot)2023-08-191-0/+1
* [3.12] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL...Miss Islington (bot)2023-08-181-0/+2
* [3.12] GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (GH-108...Miss Islington (bot)2023-08-161-2/+2
* [3.12] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107981)Steve Dower2023-08-161-0/+1
* [3.12] gh-100814: Fix exception for invalid callable value of Tkinter image o...Miss Islington (bot)2023-08-161-0/+2
* [3.12] gh-107715: Escape class name in regular expression (GH-107716) (#107726)Miss Islington (bot)2023-08-161-0/+1
* [3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071...Serhiy Storchaka2023-08-161-0/+2
* [3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744)Serhiy Storchaka2023-08-161-0/+2
* [3.12] gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 beha...Miss Islington (bot)2023-08-161-0/+5
* [3.12] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (#107874)Serhiy Storchaka2023-08-161-0/+1
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...Eric Snow2023-08-161-0/+4
* [3.12] gh-100061: Proper fix of the bug in the matching of possessive quantif...Serhiy Storchaka2023-08-161-0/+2
* [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...Miss Islington (bot)2023-08-161-0/+2
* [3.12] gh-107963: Fix set_forkserver_preload to check the type of given list ...Miss Islington (bot)2023-08-151-0/+2
* [3.12] gh-107810: Improve DeprecationWarning for metaclasses with custom tp_n...Miss Islington (bot)2023-08-111-0/+1
* [3.12] GH-107774: Add missing audit event for PEP 669 (GH-107775) (#107839)Miss Islington (bot)2023-08-111-0/+3
* [3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107...Miss Islington (bot)2023-08-111-0/+3
* [3.12] GH-106684: Close `asyncio.StreamWriter` when `asyncio.StreamWriter` i...Miss Islington (bot)2023-08-101-0/+1
* [3.12] gh-107814: Avoid output from Nuget installation in find_python.bat (GH...Miss Islington (bot)2023-08-101-0/+1
* [3.12] gh-106052: Fix bug in the matching of possessive quantifiers (GH-10651...Serhiy Storchaka2023-08-091-0/+2
* Python 3.12.0rc1v3.12.0rc1Thomas Wouters2023-08-0549-111/+495
* [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I...Eric Snow2023-08-051-4/+0
* [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_...Miss Islington (bot)2023-08-041-0/+3
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g...Miss Islington (bot)2023-08-031-0/+4