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-123431: Harmonize extension code checks in pickle (GH-123434) (#123...
Miss Islington (bot)
2024-09-06
1
-16/+8
*
[3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...
Miss Islington (bot)
2024-09-06
1
-10/+2
*
[3.12] gh-111495: Add tests for PyNumber C API (GH-111996) (#123376)
Sergey B Kirpichev
2024-09-05
1
-0/+161
*
[3.12] gh-111495: Add tests for PyTuple C API (GH-118757) (#123379)
Sergey B Kirpichev
2024-09-05
1
-1/+227
*
[3.12] gh-123678: Upgrade libexpat 2.6.3 (GH-123689) (GH-123708)
Miss Islington (bot)
2024-09-04
3
-15/+35
*
[3.12] gh-112182: Replace StopIteration with RuntimeError for future (GH-1132...
Miss Islington (bot)
2024-08-15
1
-5/+20
*
[3.12] gh-113785: csv: fields starting with escapechar are not quoted (GH-122...
Miss Islington (bot)
2024-08-09
1
-0/+2
*
[3.12] gh-122695: Fix double-free when using `gc.get_referents` with a freed ...
Victor Stinner
2024-08-09
1
-8/+0
*
[3.12] gh-118814: Fix the TypeVar constructor when name is passed by keyword ...
Serhiy Storchaka
2024-08-08
2
-1/+93
*
gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementat...
Miss Islington (bot)
2024-08-07
1
-1/+1
*
[3.12] gh-119577: Adjust DeprecationWarning when testing element truth values...
Gregory P. Smith
2024-08-06
1
-1/+1
*
[3.12] gh-122311: Fix a refleak in pickle (GH-122411) (GH-122416)
Miss Islington (bot)
2024-07-29
1
-0/+1
*
Revert "[3.12] gh-120713: Normalize year with century for datetime.strftime (...
Serhiy Storchaka
2024-07-29
1
-50/+4
*
[3.12] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122388)
Miss Islington (bot)
2024-07-29
1
-3/+3
*
[3.12] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122...
Miss Islington (bot)
2024-07-27
1
-1/+5
*
[3.12] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) ...
Miss Islington (bot)
2024-07-25
1
-17/+36
*
[3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...
Łukasz Langa
2024-07-22
1
-0/+4
*
[3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
14
-37/+37
*
[3.12] gh-120289: Add external timer in traverse of _lsprof.Profiler (GH-1219...
Miss Islington (bot)
2024-07-19
1
-0/+1
*
[3.12] gh-120289: Disallow disable() and clear() in external timer to prevent...
Miss Islington (bot)
2024-07-18
1
-1/+19
*
[3.12] gh-121791: Check for `NULL` in `MethodDescriptor2_new` in `_testcapi` ...
Miss Islington (bot)
2024-07-16
1
-0/+3
*
[3.12] gh-120713: Normalize year with century for datetime.strftime (GH-12082...
Serhiy Storchaka
2024-06-29
1
-4/+50
*
[3.12] gh-121137: Add missing Py_DECREF calls for ADDITEMS opcode of _pickle....
Miss Islington (bot)
2024-06-28
1
-0/+2
*
[3.12] gh-119614: Fix truncation of strings with embedded null characters in ...
Miss Islington (bot)
2024-06-24
1
-7/+33
*
[3.12] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120913)
Serhiy Storchaka
2024-06-23
1
-21/+25
*
[3.12] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-1195...
Miss Islington (bot)
2024-06-19
1
-9/+22
*
[3.12] gh-120586: Fix several "unused function" warnings in `posixmodule.c` (...
Miss Islington (bot)
2024-06-17
1
-1/+3
*
[3.12] gh-71587: Drop local reference cache to `_strptime` module in `_dateti...
neonene
2024-06-13
1
-7/+7
*
[3.12] gh-120155: Add assertion to sre.c match_getindex() (GH-120402) (#120410)
Miss Islington (bot)
2024-06-12
1
-0/+2
*
[3.12] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#12...
Miss Islington (bot)
2024-06-10
1
-1/+1
*
[3.12] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120265)
Miss Islington (bot)
2024-06-08
1
-0/+1
*
[3.12] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120209)
Miss Islington (bot)
2024-06-07
1
-14/+24
*
[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
[next]