summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Post 3.11.4Pablo Galindo2023-06-071-1/+1
* Python 3.11.4v3.11.4Pablo Galindo2023-06-061-2/+2
* [3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195)Lysandros Nikolaou2023-05-071-0/+1
* [3.11] gh-104018: remove unused format "z" handling in string formatfloat() (...Miss Islington (bot)2023-05-071-2/+0
* gh-99069: Consolidate checks for static_assert (GH-94766)Miss Islington (bot)2023-04-051-13/+16
* Post 3.11.3Pablo Galindo2023-04-051-1/+1
* Python 3.11.3v3.11.3Pablo Galindo2023-04-041-2/+2
* Post 3.11.2Pablo Galindo2023-02-081-1/+1
* Python 3.11.2v3.11.2Pablo Galindo2023-02-071-2/+2
* [3.11] gh-101037: Fix potential memory underallocation for zeros of int subty...Miss Islington (bot)2023-01-211-0/+3
* [3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation...Bill Fisher2022-12-241-1/+4
* Post 3.11.1Pablo Galindo2022-12-061-1/+1
* Python 3.11.1v3.11.1Pablo Galindo2022-12-061-2/+2
* [3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (...Victor Stinner2022-11-212-36/+27
* gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)Victor Stinner2022-11-092-27/+36
* [3.11] Fix v3.11.0 release merge problems (GH-98622)Pablo Galindo Salgado2022-10-241-1/+1
* Merge tag 'v3.11.0' into 3.11Pablo Galindo2022-10-241-2/+2
|\
| * Python 3.11.0v3.11.0Pablo Galindo2022-10-241-3/+3
| * Post 3.11.0rc2Pablo Galindo2022-10-221-1/+1
* | gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Miss Islington (bot)2022-09-251-2/+2
* | Post 3.11.0rc2Pablo Galindo2022-09-121-1/+1
|/
* Python 3.11.0rc2v3.11.0rc2Pablo Galindo2022-09-111-2/+2
* [3.11] GH-96569: Avoid undefined behavior (#96616)Mark Shannon2022-09-081-8/+16
* gh-95778: Correctly pre-check for int-to-str conversion (GH-96537)Miss Islington (bot)2022-09-041-2/+2
* [3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)Gregory P. Smith2022-09-023-0/+39
* gh-46845: clean up unused DK_IXSIZE (GH-96405)Miss Islington (bot)2022-08-301-9/+0
* Fix typo in internal/pycore_atomic.h (GH-95939)Miss Islington (bot)2022-08-131-1/+1
* Post 3.11.0rc1Pablo Galindo2022-08-081-1/+1
* Python 3.11.0rc1v3.11.0rc1Pablo Galindo2022-08-051-3/+3
* gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)Miss Islington (bot)2022-08-041-0/+6
* Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95...Mark Shannon2022-08-041-3/+0
* [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)Christian Heimes2022-08-012-0/+91
* GH-90081: Run python tracers at full speed (GH-95328) (#95363)Miss Islington (bot)2022-07-291-2/+3
* [3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-...Miss Islington (bot)2022-07-261-0/+2
* Post 3.11.0b5Pablo Galindo2022-07-261-1/+1
* Python 3.11.0b5v3.11.0b5Pablo Galindo2022-07-251-2/+2
* [3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#...Pablo Galindo Salgado2022-07-251-0/+3
* [3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)Mark Shannon2022-07-251-0/+13
* [3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) ...Brandt Bucher2022-07-221-186/+0
* gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) (#94849)Miss Islington (bot)2022-07-151-51/+3
* Post 3.11.0b4Pablo Galindo2022-07-111-1/+1
* Python 3.11.0b4v3.11.0b4Pablo Galindo2022-07-111-2/+2
* [3.11] GH-94262: Don't create frame objects for frames that aren't yet comple...Miss Islington (bot)2022-07-041-0/+17
* [3.11] GH-93354: Use exponential backoff to avoid excessive specialization at...Mark Shannon2022-06-301-3/+44
* [3.11] GH-93516: Backport GH-93769 (GH-94231)Mark Shannon2022-06-281-0/+1
* [3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-9...Christian Heimes2022-06-271-3/+4
* [3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#...Ken Jin2022-06-231-0/+1
* [3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (...Mark Shannon2022-06-222-1/+32
* gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)Victor Stinner2022-06-203-13/+23
* gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid U...Miss Islington (bot)2022-06-161-0/+2