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.12] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120054)
Serhiy Storchaka
2024-06-04
2
-37/+83
*
[3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#1â...
Victor Stinner
2024-06-01
2
-9/+8
*
[3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...
Sam Gross
2024-05-31
1
-0/+9
*
[3.12] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH...
Serhiy Storchaka
2024-05-31
1
-22/+32
*
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Steve Dower
2024-05-30
2
-26/+31
*
gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...
Nice Zombies
2024-05-28
2
-248/+299
*
[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#119505)
Victor Stinner
2024-05-24
2
-8/+9
*
[3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...
Eric Snow
2024-05-22
2
-1/+80
*
gh-118507 : Refactor ntpath native functions (gh-119381)
Nice Zombies
2024-05-22
2
-379/+309
*
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)
Miss Islington (bot)
2024-05-15
1
-1/+1
*
[3.12] gh-118998: Handle errors correctly in `tmtotuple` in `timemodule` (GH-...
Miss Islington (bot)
2024-05-13
1
-10/+17
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-09
1
-2/+37
*
[3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754)
Miss Islington (bot)
2024-05-08
1
-1/+1
*
[3.12] gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (G...
Miss Islington (bot)
2024-05-07
1
-0/+7
*
[3.12] gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-11...
Serhiy Storchaka
2024-05-06
2
-2/+176
*
[3.12] gh-117968: Make the test for closed file more safe in the C API tests ...
Miss Islington (bot)
2024-04-25
1
-2/+4
*
[3.12] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118166)
Miss Islington (bot)
2024-04-23
3
-16/+36
*
[3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH...
Serhiy Storchaka
2024-04-22
4
-1/+128
*
[3.12] gh-117995: Don't raise DeprecationWarnings for indexed nameless params...
Miss Islington (bot)
2024-04-22
1
-1/+1
*
[3.12] GH-115874: Fix segfault in FutureIter_dealloc (GH-118114)
Miss Islington (bot)
2024-04-19
1
-2/+16
*
[3.12] gh-88035: update doc-string of `epoch` in timemodule.c (GH-118076) (GH...
Miss Islington (bot)
2024-04-19
1
-2/+2
*
gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...
Steve Dower
2024-04-15
2
-1/+228
*
[3.12] gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695) (GH-117884)
Miss Islington (bot)
2024-04-15
1
-80/+33
*
[3.12] gh-117764: Add signatures for functions in the faulthandler module (GH...
Miss Islington (bot)
2024-04-12
1
-26/+35
*
[3.12] gh-117233: Detect support for several hashes at hashlib build time (GH...
Miss Islington (bot)
2024-04-11
1
-10/+59
*
[3.12] gh-117534: Add checking for input parameter in iso_to_ymd (GH-117543) ...
Miss Islington (bot)
2024-04-09
1
-7/+9
*
gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...
Miss Islington (bot)
2024-04-03
1
-0/+4
*
[3.12] gh-91565: Update issue tracker URL in error message. (GH-117450) (#117...
Miss Islington (bot)
2024-04-03
1
-2/+2
*
[3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...
Miss Islington (bot)
2024-03-28
1
-1/+0
*
[3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (...
Gregory P. Smith
2024-03-26
21
-1814/+1568
*
[3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...
Miss Islington (bot)
2024-03-25
1
-0/+1
*
[3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117078)
jkriegshauser
2024-03-20
1
-0/+18
*
[3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...
Serhiy Storchaka
2024-03-20
2
-0/+14
*
[3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit...
Sam Gross
2024-03-19
3
-5/+7
*
[3.12] gh-115874: Don't use module state in teedataobject tp_dealloc (GH-1162...
Miss Islington (bot)
2024-03-18
1
-5/+3
*
[3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...
Antoine Pitrou
2024-03-18
1
-2/+2
*
Fix linting for Modules/gcmodule.c (#116691)
Pablo Galindo Salgado
2024-03-13
1
-1/+1
*
[3.12] gh-116604: Correctly honor the gc status when calling _Py_RunGC (GH-11...
Pablo Galindo Salgado
2024-03-12
1
-0/+3
*
[3.12] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (...
Miss Islington (bot)
2024-03-12
1
-32/+36
*
[3.12] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (GH-116548) ...
Miss Islington (bot)
2024-03-11
1
-31/+30
*
[3.12] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posix...
Miss Islington (bot)
2024-03-09
1
-6/+17
*
[3.12] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) ...
Miss Islington (bot)
2024-03-08
1
-1/+1
*
[3.12] gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule...
Miss Islington (bot)
2024-03-07
1
-9/+19
*
[3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
5
-2/+155
*
[3.12] gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (...
Miss Islington (bot)
2024-03-06
1
-26/+29
*
gh-116116: Backport blake2 change to fix building with clang-cl on windows-i6...
Miss Islington (bot)
2024-03-04
2
-2/+2
*
[3.12] Consistently spell out *predicate* instead of *pred*. (gh-116308) (gh-...
Miss Islington (bot)
2024-03-04
1
-3/+3
*
[3.12] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573...
Miss Islington (bot)
2024-02-29
1
-5/+60
*
[3.12] gh-115886: Handle embedded null characters in shared memory name (GH-1...
Serhiy Storchaka
2024-02-25
1
-2/+12
*
[3.12] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)...
Miss Islington (bot)
2024-02-23
1
-0/+2
[next]