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
...
*
[3.11] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-10...
Miss Islington (bot)
2023-07-17
1
-3/+4
*
[3.11] gh-105235: Prevent reading outside buffer during mmap.find() (… (#10...
Dennis Sweeney
2023-07-15
2
-1/+120
*
[3.11] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10...
Serhiy Storchaka
2023-06-24
1
-6/+7
*
[3.11] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105...
Erlend E. Aasland
2023-06-13
1
-13/+18
*
[3.11] gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields ...
Erlend E. Aasland
2023-06-13
1
-37/+52
*
[3.11] gh-105436: The environment block should end with two null wchar_t valu...
Miss Islington (bot)
2023-06-12
1
-1/+13
*
[3.11] gh-105375: Harden pyexpat initialisation (#105606) (#105668)
Erlend E. Aasland
2023-06-11
1
-9/+11
*
[3.11] gh-105375: Improve error handling in _ctypes (GH-105593) (#105664)
Miss Islington (bot)
2023-06-11
1
-4/+14
*
[3.11] gh-105375: Harden _ssl initialisation (#105599) (#105651)
Erlend E. Aasland
2023-06-11
1
-6/+15
*
[3.11] gh-105375: Improve _decimal error handling (GH-105605) (#105648)
Miss Islington (bot)
2023-06-11
1
-1/+5
*
[3.11] gh-105375: Harden _datetime initialisation (GH-105604) (#105646)
Miss Islington (bot)
2023-06-11
1
-5/+30
*
[3.11] gh-105375: Improve array.array exception handling (GH-105594) (#105643)
Miss Islington (bot)
2023-06-11
1
-3/+5
*
[3.11] gh-105375: Improve error handling in `zoneinfo` module (GH-105586) (#1...
Miss Islington (bot)
2023-06-09
1
-6/+11
*
[3.11] gh-105375: Improve error handling in _elementtree (GH-105591) (#105601)
Miss Islington (bot)
2023-06-09
1
-3/+7
*
[3.11] gh-105375: Improve posix error handling (GH-105592) (#105597)
Miss Islington (bot)
2023-06-09
1
-4/+8
*
[3.11] gh-105375: Improve errnomodule error handling (#105590) (#105595)
Erlend E. Aasland
2023-06-09
1
-2/+5
*
[3.11] gh-105375: Improve _pickle error handling (#105475) (#105583)
Erlend E. Aasland
2023-06-09
1
-12/+27
*
[3.11] gh-105375: Improve error handling in sqlite3 collation callback (GH-10...
Miss Islington (bot)
2023-06-07
1
-3/+5
*
[3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105344)
Miss Islington (bot)
2023-06-06
1
-2/+21
*
[3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Gregory P. Smith
2023-06-01
2
-2/+167
*
[3.11] gh-104372: Cleanup _posixsubprocess make_inheritable for async signal ...
Gregory P. Smith
2023-05-24
1
-34/+91
*
[3.11] Add IPv6 into to the docstring for socket.getsockname (GH-102961) (#10...
Miss Islington (bot)
2023-05-22
1
-1/+2
*
[3.11] gh-104698: Fix reference leak in mmapmodule.c (GH-104700) (#104710)
Miss Islington (bot)
2023-05-21
1
-3/+19
*
[3.11] gh-101857: Allow xattr detection on musl libc (GH-101858) (#101894)
Miss Islington (bot)
2023-05-21
1
-1/+2
*
[3.11] gh-103987: fix several crashes in mmap module (GH-103990) (#104677)
Miss Islington (bot)
2023-05-20
1
-2/+13
*
[3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH...
Mark Shannon
2023-05-19
1
-0/+28
*
[3.11] gh-104645: fix error handling in marshal tests (GH-104646) (#104663)
Miss Islington (bot)
2023-05-19
1
-18/+14
*
[3.11] GH-104308: socket.getnameinfo should release the GIL (GH-104307) (#104...
Miss Islington (bot)
2023-05-08
1
-0/+2
*
[3.11] gh-104265 Disallow instantiation of `_csv.Reader` and `_csv.Writer` (G...
Miss Islington (bot)
2023-05-08
1
-2/+2
*
[3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit...
Erlend E. Aasland
2023-05-08
2
-9/+26
*
[3.11] gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129) ...
Dong-hee Na
2023-05-05
1
-0/+8
*
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
[prev]
[next]