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
*
bpo-39947: Add PyThreadState_GetID() function (GH-19163)
Victor Stinner
2020-03-25
1
-2/+3
*
bpo-39947: Add _PyThreadState_GetDict() function (GH-19160)
Victor Stinner
2020-03-25
1
-2/+3
*
bpo-39947: Use PyThreadState_GetFrame() (GH-19159)
Victor Stinner
2020-03-25
2
-4/+6
*
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner
2020-03-25
1
-5/+4
*
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester
2020-03-25
5
-22/+9
*
bpo-1635741: Port _functools module to multiphase initialization (PEP 489) (G...
Paulo Henrique Silva
2020-03-25
1
-28/+32
*
bpo-1635741: Port operator module to multiphase initialization (PEP 489) (GH-...
Paulo Henrique Silva
2020-03-25
1
-23/+26
*
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na
2020-03-24
12
-134/+67
*
bpo-1635741: Port _weakref extension module to multiphase initialization (PEP...
Victor Stinner
2020-03-24
1
-21/+37
*
bpo-40014: Fix os.getgrouplist() (GH-19126)
Victor Stinner
2020-03-24
1
-22/+25
*
bpo-39689: Do not use native packing for format "?" with standard size (GH-18...
Stefan Krah
2020-03-24
1
-0/+3
*
closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096)
Russell Owen
2020-03-24
1
-0/+5
*
Revert "bpo-1635741: Port _weakref extension module to multiphase initializat...
Victor Stinner
2020-03-23
1
-37/+21
*
bpo-40036: Deleting duplicates in itertoolsmodule.c (GH-18958)
AlphaHot
2020-03-23
1
-26/+0
*
bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)
Victor Stinner
2020-03-23
1
-0/+19
*
bpo-1635741: Port time module to multiphase initialization (PEP 489) (GH-19107)
Paulo Henrique Silva
2020-03-23
1
-51/+52
*
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Dong-hee Na
2020-03-22
4
-41/+13
*
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...
Serhiy Storchaka
2020-03-21
1
-7/+22
*
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
Victor Stinner
2020-03-20
1
-17/+12
*
bpo-1635741: Port _weakref extension module to multiphase initialization (PEP...
Hai Shi
2020-03-20
1
-21/+37
*
bpo-39824: Convert PyModule_GetState() to get_module_state() (GH-19076)
Hai Shi
2020-03-19
2
-8/+8
*
bpo-1635741: Port _collections module to multiphase initialization (GH-19074)
Dong-hee Na
2020-03-19
1
-42/+42
*
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner
2020-03-19
1
-2/+2
*
Remove unused variable to fix compiler warning in _threadmodule.c (GH-19064)
Pablo Galindo
2020-03-18
1
-2/+0
*
bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061)
Victor Stinner
2020-03-18
1
-5/+9
*
bpo-1635741: Port _heapq module to multiphase initialization (GH19057)
Dong-hee Na
2020-03-18
1
-12/+19
*
bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)
Victor Stinner
2020-03-18
1
-1/+1
*
bpo-1635741: Port itertools module to multiphase initialization (GH-19044)
Dong-hee Na
2020-03-17
1
-35/+42
*
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner
2020-03-17
5
-88/+23
*
bpo-39943: Remove unused self from find_nfc_index() (GH-18973)
Andy Lester
2020-03-17
1
-4/+4
*
bpo-1635741: Port _ctypes_test extension to multiphase initialization (PEP 4...
Hai Shi
2020-03-17
1
-3/+6
*
bpo-39968: Fix a typo error in get_readline_state() (GH-19028)
Hai Shi
2020-03-16
1
-1/+1
*
bpo-1635741: Port _statistics module to multiphase initialization (GH-19015)
Dong-hee Na
2020-03-16
1
-3/+7
*
bpo-39968: Convert extension modules' macros of get_module_state() to inline ...
Hai Shi
2020-03-16
16
-164/+278
*
bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-1...
David CARLIER
2020-03-14
1
-3/+3
*
bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806)
Zackery Spytz
2020-03-14
1
-1/+5
*
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
Inada Naoki
2020-03-14
1
-212/+0
*
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
Inada Naoki
2020-03-14
1
-0/+212
*
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
Victor Stinner
2020-03-13
1
-3/+3
*
bpo-39947: Add PyInterpreterState_Get() function (GH-18979)
Victor Stinner
2020-03-13
2
-4/+4
*
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner
2020-03-13
2
-10/+10
*
bpo-35370: Add _PyEval_SetTrace() function (GH-18975)
Victor Stinner
2020-03-13
1
-7/+24
*
bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)
Victor Stinner
2020-03-13
2
-14/+17
*
Simplify defaultdict.__or__ (#18931)
Brandt Bucher
2020-03-12
1
-5/+1
*
bpo-1635741: Fix refleaks of time module error handling (GH-18486)
Hai Shi
2020-03-11
1
-18/+45
*
bpo-1635741: Fix potential refleaks in binascii module (GH-18613)
Hai Shi
2020-03-11
1
-7/+45
*
bpo-1635741: Port audioop extension module to multiphase initialization (PEP ...
Hai Shi
2020-03-11
1
-38/+79
*
bpo-1635741: Port _locale extension module to multiphase initialization (PEP ...
Hai Shi
2020-03-11
1
-34/+83
*
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson
2020-03-11
3
-28209/+29179
*
bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897)
Victor Stinner
2020-03-10
1
-4/+1
[next]