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.13] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129517)
Miss Islington (bot)
2025-02-04
1
-36/+30
*
[3.13] gh-129345: null check for indent syslogmodule (GH-129348) (#129442)
Miss Islington (bot)
2025-02-03
1
-1/+1
*
[3.13] gh-129539: Include sysexits.h before checking EX_OK (#129590)
Collin Funk
2025-02-02
1
-4/+4
*
[3.13] gh-111495: Add PyFile tests (#129449) (#129477)
Victor Stinner
2025-01-30
7
-6/+270
*
[3.13] gh-129409: Fix Integer overflow - SEGV while writing data more than 2...
Miss Islington (bot)
2025-01-29
1
-1/+1
*
[3.13] gh-129346: Handle allocation errors for SQLite aggregate context (GH-1...
Miss Islington (bot)
2025-01-27
1
-0/+5
*
[3.13] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#129217)
Victor Stinner
2025-01-23
2
-2/+12
*
[3.13] gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c...
Miss Islington (bot)
2025-01-20
1
-2/+5
*
[3.13] Fix a typo in `syslog`'s error message (GH-129029) (#129049)
Miss Islington (bot)
2025-01-20
1
-1/+1
*
[3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)
Victor Stinner
2025-01-18
2
-5/+99
*
[3.13] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987)
Victor Stinner
2025-01-18
5
-22/+100
*
[3.13] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-12...
Miss Islington (bot)
2025-01-18
1
-5/+10
*
[3.13] gh-128911: Add tests on the PyImport C API (#128915) (#128960)
Victor Stinner
2025-01-17
5
-48/+311
*
[3.13] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128937)
Miss Islington (bot)
2025-01-17
1
-18/+9
*
[3.13] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#12...
Erlend E. Aasland
2025-01-11
2
-4/+4
*
[3.13] gh-127196: Fix crash in `_interpreters`, when `shared` had invalid enc...
Miss Islington (bot)
2025-01-09
1
-1/+6
*
[3.13] gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128...
Miss Islington (bot)
2025-01-02
1
-0/+5
*
[3.13] gh-123925: Fix building curses on platforms without libncursesw (GH-12...
Miss Islington (bot)
2025-01-02
1
-1/+1
*
gh-128217: Validate the normalized_environment variable instead of the simila...
Miss Islington (bot)
2024-12-24
1
-1/+1
*
[3.13] gh-128083: Fix macro redefinition warning in clinic. (GH-127950) (#128...
Peter Bierma
2024-12-19
2
-2/+59
*
[3.13] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messa...
Miss Islington (bot)
2024-12-17
8
-53/+68
*
[3.13] gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (G...
Miss Islington (bot)
2024-12-13
1
-1/+21
*
[3.13] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127812)
Miss Islington (bot)
2024-12-12
1
-0/+10
*
[3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#1...
Peter Bierma
2024-12-11
3
-38/+57
*
[3.13] gh-122431: Disallow negative values in `readline.append_history_file` ...
Miss Islington (bot)
2024-12-05
1
-0/+6
*
[3.13] gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (GH-127593) (#12...
Miss Islington (bot)
2024-12-05
1
-0/+3
*
[3.13] gh-126876: Fix socket internal_select() for large timeout (GH-126968) ...
Miss Islington (bot)
2024-12-02
1
-1/+4
*
[3.13] gh-126890: Restore stripped `ssl` docstrings (GH-127281) (#127513)
Peter Bierma
2024-12-02
2
-125/+153
*
[3.13] gh-124984: Enhance `ssl` thread safety (GH-124993) (#125780)
Peter Bierma
2024-12-02
2
-243/+1643
*
[3.13] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127508)
Miss Islington (bot)
2024-12-02
1
-6/+3
*
[3.13] gh-127190: Fix local_setattro() error handling (GH-127366) (#127367)
Miss Islington (bot)
2024-12-01
1
-1/+1
*
[3.13] gh-127341: Argument Clinic: fix compiler warnings for getters with doc...
Peter Bierma
2024-11-30
3
-51/+21
*
[3.13] gh-124008: Fix calculation of the number of written bytes for the Wind...
Miss Islington (bot)
2024-11-30
1
-28/+90
*
[3.13] gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055) (#12...
Victor Stinner
2024-11-26
2
-59/+79
*
[3.13] gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the fir...
Miss Islington (bot)
2024-11-25
1
-14/+16
*
[3.13] gh-109746: Make _thread.start_new_thread delete state of new thread on...
Serhiy Storchaka
2024-11-22
1
-0/+1
*
[3.13] gh-127065: Make `methodcaller` thread-safe in free threading build (GH...
Miss Islington (bot)
2024-11-22
1
-0/+9
*
[3.13] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127097)
Serhiy Storchaka
2024-11-21
1
-24/+41
*
[3.13] gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126...
Miss Islington (bot)
2024-11-19
1
-0/+1
*
[3.13] gh-101955: Fix SystemError in possesive quantifier with alternative an...
Miss Islington (bot)
2024-11-18
1
-0/+18
*
[3.13] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-1...
Serhiy Storchaka
2024-11-18
4
-14/+205
*
[3.13] gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555) (#12...
Miss Islington (bot)
2024-11-17
2
-31/+95
*
[3.13] gh-126433: Fix compiler warnings on 32-bit Windows (#126444) (#126827)
Victor Stinner
2024-11-14
3
-6/+8
*
[3.13] gh-126433: Change channel_info.count to int64_t (GH-126447) (#126826)
Miss Islington (bot)
2024-11-14
1
-1/+1
*
[3.13] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...
Miss Islington (bot)
2024-11-13
4
-11/+79
*
[3.13] gh-126688: Reinit import lock after fork (GH-126692) (GH-126765)
Miss Islington (bot)
2024-11-12
1
-0/+1
*
[3.13] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH...
Miss Islington (bot)
2024-11-12
1
-0/+3
*
[3.13] gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback...
Miss Islington (bot)
2024-11-12
1
-0/+2
*
[3.13] gh-126654: Fix crash in several functions in `_interpreters` module (G...
Miss Islington (bot)
2024-11-11
1
-0/+5
*
[3.13] gh-125631: Enable setting persistent_id and persistent_load of pickler...
Miss Islington (bot)
2024-11-07
1
-0/+62
[next]