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-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...
Miss Islington (bot)
2024-03-28
1
-1/+0
*
[3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...
Serhiy Storchaka
2024-03-25
1
-0/+1
*
[3.11] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...
Serhiy Storchaka
2024-03-21
1
-0/+1
*
[3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077)
jkriegshauser
2024-03-20
1
-0/+18
*
[3.11] gh-106687: _ssl: use uint64_t for SSL options (#106700) (#116665)
Victor Stinner
2024-03-13
1
-24/+52
*
[3.11] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (...
Miss Islington (bot)
2024-03-12
1
-32/+36
*
[3.11] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (GH-116548) ...
Miss Islington (bot)
2024-03-11
1
-31/+30
*
[3.11] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posix...
Miss Islington (bot)
2024-03-09
1
-6/+17
*
[3.11] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) ...
Miss Islington (bot)
2024-03-08
1
-1/+1
*
[3.11] gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule...
Miss Islington (bot)
2024-03-07
1
-9/+19
*
[3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
5
-2/+153
*
[3.11] gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (...
Miss Islington (bot)
2024-03-06
1
-26/+29
*
[3.11] gh-115886: Handle embedded null characters in shared memory name (GH-1...
Serhiy Storchaka
2024-02-25
1
-2/+12
*
[3.11] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)...
Miss Islington (bot)
2024-02-23
1
-0/+2
*
[3.11] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspac...
Serhiy Storchaka
2024-02-20
1
-0/+10
*
[3.11] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573...
Miss Islington (bot)
2024-02-20
1
-5/+60
*
[3.11] gh-95782: Fix io.BufferedReader.tell() etc. being able to return offse...
Miss Islington (bot)
2024-02-17
1
-1/+10
*
[3.11] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468)
Seth Michael Larson
2024-02-14
11
-262/+401
*
[3.11] gh-115243: Fix crash in deque.index() when the deque is concurrently m...
Miss Islington (bot)
2024-02-14
1
-1/+2
*
[3.11] gh-114563: C decimal falls back to pydecimal for unsupported format st...
John Belmonte
2024-02-13
1
-122/+60
*
[3.11] gh-114670: Fix `_testbuffer` module initialization (GH-114672) (#115271)
Miss Islington (bot)
2024-02-11
1
-53/+74
*
[3.11] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read...
Miss Islington (bot)
2024-02-09
1
-0/+10
*
[3.11] gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137) (...
Miss Islington (bot)
2024-02-08
1
-0/+4
*
[3.11] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 licens...
Miss Islington (bot)
2024-02-06
1
-24/+22
*
[3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045)
Peter Lazorchak
2024-02-06
1
-0/+29
*
[3.11] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...
Erlend E. Aasland
2024-02-06
17
-45/+112
*
gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)
Miss Islington (bot)
2024-01-31
1
-1/+1
*
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)
Steve Dower
2024-01-26
2
-13/+19
*
[3.11] gh-114492: Initialize struct termios before calling tcgetattr() (GH-11...
Miss Islington (bot)
2024-01-23
1
-0/+2
*
[3.11] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (GH-11...
Serhiy Storchaka
2024-01-18
1
-10/+11
*
[3.11] gh-111777: Fix assertion errors on incorrectly still-tracked GC object...
Miss Islington (bot)
2024-01-17
1
-1/+5
*
[3.11] gh-70835: Clarify error message for CSV file opened with wrong newline...
Miss Islington (bot)
2024-01-17
1
-1/+2
*
[3.11] gh-104282: Fix null pointer dereference in `lzma._decode_filter_proper...
Miss Islington (bot)
2024-01-17
1
-1/+3
*
gh-114096: Restore privileges in _winapi.CreateJunction after creating the ju...
Steve Dower
2024-01-16
1
-9/+25
*
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Steve Dower
2024-01-11
1
-23/+24
*
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)
Miss Islington (bot)
2024-01-11
1
-5/+162
*
[3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri...
Miss Islington (bot)
2024-01-08
1
-4/+8
*
[3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167)
Diego Russo
2024-01-05
2
-59/+124
*
[3.11] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13...
Serhiy Storchaka
2024-01-01
2
-6/+6
*
[3.11] gh-113566: Fix asyncio segfault during interpreter finalization (#113578)
Guido van Rossum
2023-12-30
1
-0/+3
*
[3.11] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...
Miss Islington (bot)
2023-12-28
1
-4/+5
*
[3.11] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...
Miss Islington (bot)
2023-12-25
1
-5/+11
*
[3.11] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112766)
Diego Russo
2023-12-06
2
-18/+71
*
[3.11] gh-105967: Work around a macOS bug, limit zlib C library crc32 API cal...
Miss Islington (bot)
2023-12-04
2
-10/+26
*
[3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...
Miss Islington (bot)
2023-12-04
1
-2/+11
*
[3.11] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (...
Miss Islington (bot)
2023-12-04
1
-1/+1
*
[3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (...
Alexey Izbyshev
2023-12-01
1
-3/+5
*
[3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488)
Miss Islington (bot)
2023-11-28
1
-0/+16
*
[3.11] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH...
Serhiy Storchaka
2023-11-27
1
-0/+14
*
[3.11] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-...
Miss Islington (bot)
2023-11-15
1
-4/+46
[next]