index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (GH-1...
Miss Islington (bot)
2023-04-08
1
-3/+8
*
gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)
Miss Islington (bot)
2023-04-07
1
-1/+1
*
[3.11] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103006)
Miss Islington (bot)
2023-03-27
1
-4/+10
*
[3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#10...
Max Bachmann
2023-03-25
1
-1/+4
*
[3.11] gh-102027: Fix macro name (GH-102124) (#102916)
Miss Islington (bot)
2023-03-24
1
-1/+1
*
[3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...
Miss Islington (bot)
2023-03-24
1
-8/+28
*
GH-100989: remove annotation from docstring (GH-102991)
Miss Islington (bot)
2023-03-24
1
-2/+2
*
GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-10...
Miss Islington (bot)
2023-03-24
1
-24/+13
*
gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990)
Miss Islington (bot)
2023-03-22
1
-13/+24
*
[3.11] gh-102493: backport unit test for PyErr_SetObject (#102602)
Irit Katriel
2023-03-11
1
-0/+15
*
GH-102397: Fix segfault from race condition in signal handling (GH-102399)
Miss Islington (bot)
2023-03-08
1
-0/+4
*
gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180)
Miss Islington (bot)
2023-03-04
1
-5/+0
*
[3.11] Add missing 'is' to `cmath.log()` docstring (GH-102049) (#102279)
Mark Dickinson
2023-02-26
2
-4/+4
*
[3.11] gh-101656: Fix "conversion from Py_ssize_t to int" warning in `_testca...
Nikita Sobolev
2023-02-08
1
-3/+3
*
[3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.1...
Łukasz Langa
2023-02-07
1
-0/+139
*
gh-101543: Ensure Windows registry path is only used when stdlib can't be fou...
Miss Islington (bot)
2023-02-06
1
-19/+12
*
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...
Miss Islington (bot)
2023-02-06
1
-1/+1
*
[3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result ...
Gregory P. Smith
2023-01-26
2
-0/+9
*
[3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-10...
Shantanu
2023-01-25
1
-1/+6
*
gh-100795: Don't call freeaddrinfo on failure. (GH-101252)
Miss Islington (bot)
2023-01-23
1
-0/+4
*
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Miss Islington (bot)
2023-01-17
1
-1/+16
*
gh-100320: Fix path calculations on Windows when python.exe is moved outside ...
Steve Dower
2023-01-16
1
-18/+30
*
[3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937)
Kumar Aditya
2023-01-11
2
-19/+59
*
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...
Miss Islington (bot)
2023-01-09
1
-8/+7
*
gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap me...
Miss Islington (bot)
2023-01-08
1
-40/+27
*
gh-100649: Update native_thread_id after fork (gh-100650)
Miss Islington (bot)
2023-01-01
1
-0/+4
*
[3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-1003...
Kumar Aditya
2022-12-28
1
-1/+7
*
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#...
colorfulappl
2022-12-28
2
-1/+370
*
[3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation...
Bill Fisher
2022-12-24
1
-0/+18
*
[3.11] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (G...
Miss Islington (bot)
2022-12-23
1
-8/+25
*
gh-78878: Fix crash when creating an instance of `_ctypes.CField` (GH-14837)
Miss Islington (bot)
2022-12-21
2
-10/+3
*
[3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...
colorfulappl
2022-12-21
1
-0/+20
*
[3.11] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...
colorfulappl
2022-12-20
2
-1/+150
*
[3.11] gh-64490: Fix refcount error when arguments are packed to tuple in arg...
colorfulappl
2022-12-19
2
-1/+103
*
[3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230)
colorfulappl
2022-12-17
3
-0/+2870
*
[3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Serhiy Storchaka
2022-12-06
1
-7/+5
*
[3.11] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100016)
Łukasz Langa
2022-12-05
1
-0/+1
*
[3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#9...
Luke Garland
2022-12-05
2
-1/+52
*
[3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults...
Kumar Aditya
2022-11-28
1
-10/+20
*
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH...
Miss Islington (bot)
2022-11-26
1
-11/+3
*
bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)
Miss Islington (bot)
2022-11-25
1
-1/+5
*
GH-97001: Release GIL in termios extension (GH-99503)
Miss Islington (bot)
2022-11-22
1
-12/+76
*
[3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (...
Victor Stinner
2022-11-21
1
-87/+0
*
[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)
Miss Islington (bot)
2022-11-21
5
-6/+49
*
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
Miss Islington (bot)
2022-11-14
1
-2/+1
*
[3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449)
Gregory P. Smith
2022-11-13
2
-6/+8
*
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
Miss Islington (bot)
2022-11-13
1
-1/+4
*
gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
Miss Islington (bot)
2022-11-10
1
-0/+19
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)
Victor Stinner
2022-11-09
1
-0/+87
*
gh-92119: ctypes: Print exception class name instead of its representation (G...
Miss Islington (bot)
2022-11-08
1
-1/+4
[next]