Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.1
/
Modules
tag
92f76e215d500a11861f0318dccd8576a26b7876
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Dec 06 19:05:29 2022
object
a7a450f84a087421603170c2dad226bb881d4d9a
Python 3.11.1
3fae04b
[3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#99949)
by Serhiy Storchaka
· 2 years, 9 months ago
32a2193
[3.11] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100016)
by Łukasz Langa
· 2 years, 9 months ago
374b0a2
[3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#99973)
by Luke Garland
· 2 years, 9 months ago
6f658dd
[3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) (#99841)
by Kumar Aditya
· 2 years, 9 months ago
3e3980b
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH-95897)
by Miss Islington (bot)
· 2 years, 9 months ago
c06f74f
bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)
by Miss Islington (bot)
· 2 years, 9 months ago
f38eebb
GH-97001: Release GIL in termios extension (GH-99503)
by Miss Islington (bot)
· 2 years, 9 months ago
0c6b3a2
[3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (#99573)
by Victor Stinner
· 2 years, 9 months ago
aa06786
[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)
by Miss Islington (bot)
· 2 years, 9 months ago
5971a65
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
by Miss Islington (bot)
· 2 years, 9 months ago
51c68cf
[3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449)
by Gregory P. Smith
· 2 years, 9 months ago
bf76d9b
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
by Miss Islington (bot)
· 2 years, 9 months ago
c9f2177
gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
by Miss Islington (bot)
· 2 years, 9 months ago
1082890
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)
by Victor Stinner
· 2 years, 9 months ago
2d00190
gh-92119: ctypes: Print exception class name instead of its representation (GH-98302)
by Miss Islington (bot)
· 2 years, 9 months ago
58c8c1d
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
by Miss Islington (bot)
· 2 years, 9 months ago
5707792
gh-83004: Clean up refleak in _pickle initialisation (GH-98841)
by Miss Islington (bot)
· 2 years, 10 months ago
4b1e45e
gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)
by Miss Islington (bot)
· 2 years, 10 months ago
29c3dc0
gh-83004: Clean up refleak in _io initialisation (GH-98840)
by Miss Islington (bot)
· 2 years, 10 months ago
d8c11b7
gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123)
by Miss Islington (bot)
· 2 years, 10 months ago
46a493e
gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)
by Miss Islington (bot)
· 2 years, 10 months ago
eb023a8
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
by Miss Islington (bot)
· 2 years, 10 months ago
3ff659a
gh-98790: When DLLs directory is missing on Windows, assume executable_dir contains PYD files instead (GH-98936)
by Steve Dower
· 2 years, 10 months ago
8495af8
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
by Miss Islington (bot)
· 2 years, 10 months ago
2b0cbb9
[3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889)
by Charlie Zhao
· 2 years, 10 months ago
c5f3f29
gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742)
by Miss Islington (bot)
· 2 years, 10 months ago
75990a5
Fix readline.c compiler warning. (GH-98738)
by Miss Islington (bot)
· 2 years, 10 months ago
db14a9d
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
by Miss Islington (bot)
· 2 years, 10 months ago
68f25e2
bpo-2716: add license for audioop module (GH-19972)
by Miss Islington (bot)
· 2 years, 10 months ago
39eaca8
[3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98317)
by Jelle Zijlstra
· 2 years, 10 months ago
93d0d9c
[3.11] gh-94808: Cover `PyEval_GetFuncName` (GH-98246). (#98283)
by Jelle Zijlstra
· 2 years, 10 months ago
c7761bb
gh-98178: syslog() is not thread-safe on macOS (GH-98213)
by Miss Islington (bot)
· 2 years, 10 months ago
f6e50b8
[3.11] Add more syslog tests (GH-97953). (GH-98096)
by Serhiy Storchaka
· 2 years, 10 months ago
1573211
[3.11] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98065)
by Jelle Zijlstra
· 2 years, 10 months ago
c2f21af
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
by Miss Islington (bot)
· 2 years, 10 months ago
e39b511
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). (gh-97965)
by Miss Islington (bot)
· 2 years, 11 months ago
d163d59
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
by Miss Islington (bot)
· 2 years, 11 months ago
6057030
[3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97969)
by Miss Islington (bot)
· 2 years, 11 months ago
73e3510
gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759)
by Miss Islington (bot)
· 2 years, 11 months ago
f07ee41
[3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97757)
by Serhiy Storchaka
· 2 years, 11 months ago
3124618
GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)
by Miss Islington (bot)
· 2 years, 11 months ago
6537bc9
gh-94526: getpath_dirname() no longer encodes the path (GH-97645)
by Miss Islington (bot)
· 2 years, 11 months ago
6d9905f
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
by Miss Islington (bot)
· 2 years, 11 months ago
3bf8e0f
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927)
by Miss Islington (bot)
· 2 years, 11 months ago
bc337a7
[3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH-96038)
by Christian Heimes
· 3 years ago
c4cf745
GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776) (#96787)
by Miss Islington (bot)
· 3 years ago
4958820
[3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96045, GH-96389, GH-96744) (GH-96749)
by Christian Heimes
· 3 years ago
3d6e6be
gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666)
by Miss Islington (bot)
· 3 years ago
8228433
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
by Miss Islington (bot)
· 3 years ago
26dc4df
[3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#96617)
by Mark Shannon
· 3 years ago
6bd95f9
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (GH-96327)
by Miss Islington (bot)
· 3 years ago
af3e491
gh-95808: Add missing early returns in _asynciomodule.c (GH-95809)
by Miss Islington (bot)
· 3 years ago
731732a
gh-95878: Fix format char in datetime CAPI tests (GH-95879) (#95885)
by Miss Islington (bot)
· 3 years ago
cb02dc0
[3.11] gh-92678: Correct return values for errors in PyInit__testcapi (#95664)
by Pablo Galindo Salgado
· 3 years ago
5ac3d0f
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task (GH-32197)" (GH-95442) (GH-95652)
by Miss Islington (bot)
· 3 years ago
f292635
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
by Miss Islington (bot)
· 3 years ago
c521c5c
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
by Miss Islington (bot)
· 3 years ago
312dab2
Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)" (#95647)
by Mark Shannon
· 3 years ago
2ab5601
GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)
by Mark Shannon
· 3 years ago
06b5f78
[3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)
by Christian Heimes
· 3 years, 1 month ago
db13c0c
[3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95272)
by Christian Heimes
· 3 years, 1 month ago
7813d97
[3.11] GH-93899: fix checks for eventfd flags (GH-95170). (#95342)
by Kumar Aditya
· 3 years, 1 month ago
503a3a7
[3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (GH-95325) (#95336)
by Miss Islington (bot)
· 3 years, 1 month ago
6b01fc70
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
by Miss Islington (bot)
· 3 years, 1 month ago
9640c4c
gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-95264)
by Miss Islington (bot)
· 3 years, 1 month ago
820904e
gh-95041: Fix several minor issues in syslog.openlog() (GH-95058) (GH-95261)
by Miss Islington (bot)
· 3 years, 1 month ago
7f73194
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)
by Pablo Galindo Salgado
· 3 years, 1 month ago
f15be2f
gh-90473: Check for HAVE_KILL in main.c:exit_sigint (GH-95165)
by Miss Islington (bot)
· 3 years, 1 month ago
5d3f2fb
[3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (GH-95146) (#95158)
by Erlend Egeberg Aasland
· 3 years, 1 month ago
120f226
gh-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096)
by Miss Islington (bot)
· 3 years, 1 month ago
84d58ad
GH-90699: fix ref counting of static immortal strings (gh-94850)
by Miss Islington (bot)
· 3 years, 1 month ago
9487e8d
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891)
by Miss Islington (bot)
· 3 years, 1 month ago
ec6ed66
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
by Miss Islington (bot)
· 3 years, 1 month ago
a914fa9
GH-94857: fix test_io refleak (GH-94858)
by Miss Islington (bot)
· 3 years, 1 month ago
65d87a2
gh-94821: Fix autobind of empty unix domain address (GH-94826)
by Miss Islington (bot)
· 3 years, 1 month ago
91f7914
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
by Miss Islington (bot)
· 3 years, 1 month ago
91176d3
[3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94747)
by Miss Islington (bot)
· 3 years, 1 month ago
8464e4a
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)
by Miss Islington (bot)
· 3 years, 1 month ago
a61870e
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
by Miss Islington (bot)
· 3 years, 1 month ago
c72001e
gh-94321: Document sqlite3.PrepareProtocol (GH-94620)
by Miss Islington (bot)
· 3 years, 1 month ago
77a0153
GH-94644: fix test_curses ref leak (GH-94647)
by Miss Islington (bot)
· 3 years, 1 month ago
5f4a16b
[3.11] gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94511) (GH-94578)
by Łukasz Langa
· 3 years, 1 month ago
a548a45
[3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-94415)
by Christian Heimes
· 3 years, 2 months ago
aaa85b5
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)
by Miss Islington (bot)
· 3 years, 2 months ago
5ce819f
GH-94254: Make _struct module types immutable (GH-94269)
by Miss Islington (bot)
· 3 years, 2 months ago
0a1517d
[3.11] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94272)
by Erlend Egeberg Aasland
· 3 years, 2 months ago
4bc5f9f
gh-94207: Fix struct module leak (GH-94239) (GH-94265)
by Miss Islington (bot)
· 3 years, 2 months ago
4d2c972
gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142)
by Miss Islington (bot)
· 3 years, 2 months ago
6c18bd5
Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94116)
by Miss Islington (bot)
· 3 years, 2 months ago
58d6a86
gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
by Miss Islington (bot)
· 3 years, 2 months ago
3a119d2
DOC: correct bytesarray -> bytearray in comments (GH-92410) (GH-94089)
by Miss Islington (bot)
· 3 years, 2 months ago
b4ebde4
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042)
by Miss Islington (bot)
· 3 years, 2 months ago
b8fe3bd
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calculation (GH-93641)
by Miss Islington (bot)
· 3 years, 2 months ago
96254a9
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)
by Victor Stinner
· 3 years, 2 months ago
81686e7
gh-84461: Silence some compiler warnings on WASM (GH-93978)
by Miss Islington (bot)
· 3 years, 2 months ago
8b068c4
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (GH-93926)
by Miss Islington (bot)
· 3 years, 2 months ago
029835d
gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is terminated by a signal or allocation failure (GH-32283) (GH-93882)
by Miss Islington (bot)
· 3 years, 2 months ago
871b1dc
[3.11] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93800)
by Erlend Egeberg Aasland
· 3 years, 2 months ago
54fe3d5
gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
by Miss Islington (bot)
· 3 years, 2 months ago
98558a8
bpo-42658: Allow _winapi.LCMapStringEx to handle embedded nulls (GH-93688)
by Steve Dower
· 3 years, 2 months ago
Next »