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-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...
Seth Michael Larson
2024-12-03
4
-11/+79
*
[3.11] gh-111942: Remove an extra incref in textiowrapper_change_encoding (#1...
Petr Viktorin
2024-11-08
1
-1/+0
*
[3.11] gh-123678: Upgrade libexpat 2.6.3 (#123709)
Seth Michael Larson
2024-09-05
3
-15/+35
*
[3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork (#112336)
ChuBoning
2024-09-04
1
-5/+5
*
[3.11] gh-119690: Fixes buffer type confusion in _winapi.CreateNamedPipe audi...
Steve Dower
2024-09-04
1
-1/+1
*
[3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) ...
Inada Naoki
2024-08-09
1
-22/+44
*
[3.11] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...
Ćukasz Langa
2024-07-22
1
-0/+4
*
[3.11] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118739)
Steve Dower
2024-05-24
1
-2/+40
*
[3.11] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (#118185)
Seth Michael Larson
2024-04-23
3
-16/+36
*
[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
[next]