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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658)
Victor Stinner
2018-08-03
2
-17/+17
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
10
-67/+75
*
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
Victor Stinner
2018-08-01
2
-12/+2
*
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner
2018-08-01
5
-76/+964
*
Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)
Victor Stinner
2018-08-01
1
-1/+1
*
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Victor Stinner
2018-08-01
1
-2/+10
*
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
costypetrisor
2018-07-31
1
-17/+27
*
Add docstrings to public methods from context.c (GH-8531)
Peter Lamut
2018-07-30
2
-17/+79
*
bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
Victor Stinner
2018-07-25
2
-68/+159
*
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
2018-07-24
1
-2/+4
*
bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Victor Stinner
2018-07-24
2
-43/+33
*
bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)
Serhiy Storchaka
2018-07-24
1
-109/+72
*
bpo-34149: Behavior of the min/max with key=None (GH-8328)
Alexander Marshalov
2018-07-24
1
-0/+4
*
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (...
Serhiy Storchaka
2018-07-23
1
-0/+4
*
bpo-34190: Fix reference leak in call_function() (GH-8413)
jdemeyer
2018-07-23
1
-5/+8
*
bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)
Xtreak
2018-07-22
1
-4/+4
*
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
jdemeyer
2018-07-21
1
-4/+10
*
bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
Victor Stinner
2018-07-21
2
-12/+15
*
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner
2018-07-21
2
-28/+311
*
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
Victor Stinner
2018-07-20
1
-3/+20
*
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
INADA Naoki
2018-07-14
1
-0/+2
*
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Serhiy Storchaka
2018-07-11
1
-1/+1
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Serhiy Storchaka
2018-07-11
1
-1/+3
*
bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194)
Serhiy Storchaka
2018-07-09
1
-1/+14
*
bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH...
Serhiy Storchaka
2018-07-09
1
-4/+11
*
Fix GCC warning in Python/hamt.c (GH-7618)
Zackery Spytz
2018-07-06
1
-1/+1
*
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
Zackery Spytz
2018-07-03
1
-1/+2
*
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov
2018-06-28
1
-0/+5
*
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
Zackery Spytz
2018-06-24
1
-6/+9
*
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
Victor Stinner
2018-06-22
1
-0/+5
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
2
-1063/+1116
*
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka
2018-06-15
2
-4/+4
*
bpo-33375: Fix GCC warning in Python/_warnings.c (GH-7556)
Zackery Spytz
2018-06-09
1
-1/+0
*
bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)
Thomas Kluyver
2018-06-08
1
-66/+4
*
bpo-33803: Fix a crash in hamt.c (#7504)
Yury Selivanov
2018-06-08
1
-0/+2
*
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
Steve Dower
2018-06-04
1
-1/+7
*
bpo-31849: Fix warning in pyhash.c (GH-6799)
A. Jesse Jiryu Davis
2018-06-04
1
-2/+2
*
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
Eric Snow
2018-06-02
1
-18/+37
*
bpo-32911: Add the historical note about the magic number. (GH-7273)
Serhiy Storchaka
2018-05-31
1
-111/+111
*
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
Serhiy Storchaka
2018-05-31
1
-1/+2
*
bpo-33691: Add _PyAST_GetDocString(). (GH-7236)
Serhiy Storchaka
2018-05-30
4
-58/+43
*
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka
2018-05-29
7
-3233/+3189
*
bpo-33612: Remove PyThreadState_Clear() assertion (#7069)
Victor Stinner
2018-05-23
1
-1/+0
*
bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)
Serhiy Storchaka
2018-05-20
1
-15/+4
*
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
Serhiy Storchaka
2018-05-17
2
-537/+291
*
bpo-32604: Improve subinterpreter tests. (#6914)
Eric Snow
2018-05-16
1
-3/+77
*
bpo-33509: Fix _warnings for module_globals=None (#6833)
Victor Stinner
2018-05-15
1
-1/+8
*
bpo-33443 Fix typo in Python/import.c (GH-6722)
ukwksk
2018-05-14
1
-5/+5
*
fix error message in ast.c (#6776)
Jelle Zijlstra
2018-05-13
1
-1/+1
*
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
Rolf Eike Beer
2018-05-13
1
-13/+13
[next]