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-121027: Add a future warning in functools.partial.__get__ (GH-12108...
Miss Islington (bot)
2024-06-27
1
-0/+16
*
[3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)
Miss Islington (bot)
2024-06-26
1
-2/+2
*
[3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#...
Victor Stinner
2024-06-26
2
-8/+9
*
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...
Petr Viktorin
2024-06-24
13
-83/+87
*
[3.13] gh-119614: Fix truncation of strings with embedded null characters in ...
Miss Islington (bot)
2024-06-24
1
-7/+33
*
[3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905)
Miss Islington (bot)
2024-06-23
1
-21/+25
*
[3.13] gh-119344: Make critical section API public (GH-119353) (#120856)
Sam Gross
2024-06-21
2
-1/+14
*
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...
Sam Gross
2024-06-20
1
-8/+8
*
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...
Mark Shannon
2024-06-20
2
-2/+2
*
[3.13] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-1195...
Miss Islington (bot)
2024-06-19
1
-9/+22
*
[3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...
Miss Islington (bot)
2024-06-18
1
-0/+8
*
[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...
Jelle Zijlstra
2024-06-17
1
-3/+3
*
[3.13] gh-120586: Fix several "unused function" warnings in `posixmodule.c` (...
Miss Islington (bot)
2024-06-17
1
-1/+3
*
[3.13] gh-120584: Fix "unused thread_critical_sections" warning in `test_crit...
Miss Islington (bot)
2024-06-16
1
-1/+1
*
[3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)
Miss Islington (bot)
2024-06-14
1
-46/+2
*
[3.13] gh-117398: Add datetime C-API type check test for subinterpreters (gh-...
Miss Islington (bot)
2024-06-13
1
-3/+45
*
[3.13] gh-71587: Drop local reference cache to `_strptime` module in `_dateti...
Miss Islington (bot)
2024-06-12
1
-7/+7
*
[3.13] gh-120155: Add assertion to sre.c match_getindex() (GH-120402) (#120409)
Miss Islington (bot)
2024-06-12
1
-0/+2
*
[3.13] gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspe...
Miss Islington (bot)
2024-06-11
1
-1/+2
*
[3.13] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#12...
Miss Islington (bot)
2024-06-10
1
-1/+1
*
[3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264)
Miss Islington (bot)
2024-06-08
1
-0/+1
*
[3.13] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120208)
Miss Islington (bot)
2024-06-07
1
-14/+24
*
[3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...
Miss Islington (bot)
2024-06-07
1
-1/+1
*
[3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)
Miss Islington (bot)
2024-06-06
2
-9/+27
*
[3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)
Łukasz Langa
2024-06-04
2
-1/+70
*
[3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)
Miss Islington (bot)
2024-06-04
2
-37/+83
*
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...
Miss Islington (bot)
2024-06-03
1
-55/+142
*
[3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008)
Miss Islington (bot)
2024-06-03
1
-1/+1
*
[3.13] gh-117398: Add datetime Module State (gh-120004)
Miss Islington (bot)
2024-06-03
1
-162/+370
*
[3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007)
Sam Gross
2024-06-03
1
-9/+31
*
[3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)
Sam Gross
2024-06-03
1
-15/+9
*
[3.13] Revert "[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (...
Victor Stinner
2024-06-01
2
-9/+8
*
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Miss Islington (bot)
2024-05-31
2
-28/+33
*
[3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...
Miss Islington (bot)
2024-05-31
1
-0/+9
*
[3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH...
Miss Islington (bot)
2024-05-31
1
-18/+32
*
[3.13] gh-117398: Convert datetime.IsoCalendarDate To A Heap Type (gh-119637)...
Miss Islington (bot)
2024-05-30
1
-22/+63
*
[3.13] gh-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424) (...
Miss Islington (bot)
2024-05-30
2
-53/+45
*
[3.13] gh-117398: Add multiphase support to _datetime (gh-119694)
Eric Snow
2024-05-29
1
-15/+11
*
[3.13] gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712) (...
Victor Stinner
2024-05-29
11
-16/+34
*
[3.13] gh-117398: Statically Allocate the Datetime C-API (GH-119472) (gh-119641)
Eric Snow
2024-05-28
1
-110/+188
*
[3.13] gh-117398: Revert gh-119636, Add multiphase support to _datetime (#119...
Eric Snow
2024-05-28
1
-11/+15
*
[3.13] gh-117398: Add multiphase support to _datetime (gh-119373) (gh-119636)
Miss Islington (bot)
2024-05-27
1
-15/+11
*
[3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633)
Miss Islington (bot)
2024-05-27
1
-0/+3
*
[3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) ...
Miss Islington (bot)
2024-05-27
1
-2/+89
*
gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...
Miss Islington (bot)
2024-05-24
2
-285/+362
*
[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (#119504)
Miss Islington (bot)
2024-05-24
2
-8/+9
*
[3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...
Miss Islington (bot)
2024-05-24
1
-4/+5
*
[3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...
Miss Islington (bot)
2024-05-22
2
-1/+81
*
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...
Miss Islington (bot)
2024-05-22
2
-341/+414
*
[3.13] gh-119049: Fix incorrect display of warning which is constructed by C ...
Miss Islington (bot)
2024-05-17
1
-0/+10
[next]