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-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518)
Victor Stinner
2019-05-23
2
-5/+17
*
bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507)
Victor Stinner
2019-05-22
2
-3/+34
*
bpo-36763: Rename private Python initialization functions (GH-13511)
Victor Stinner
2019-05-22
1
-58/+50
*
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner
2019-05-22
6
-33/+53
*
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
Jake Tesler
2019-05-22
2
-0/+49
*
bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)
Michael J. Sullivan
2019-05-22
2
-4/+34
*
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner
2019-05-22
5
-109/+347
*
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
Matthias Bussonnier
2019-05-21
2
-7/+23
*
Annotate the unexplained assignment in exception unbinding (GH-11448)
Chris Angelico
2019-05-21
1
-1/+1
*
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...
Victor Stinner
2019-05-21
2
-43/+0
*
bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444)
Victor Stinner
2019-05-20
2
-17/+35
*
bpo-36763: Fix Python preinitialization (GH-13432)
Victor Stinner
2019-05-20
3
-108/+152
*
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner
2019-05-19
1
-0/+1
*
bpo-36961: Handle positional-only arguments in uparse.c (GH-13412)
Pablo Galindo
2019-05-18
1
-6/+16
*
Add support for PEP572 in ast_unparse.c (GH-13337)
Batuhan Taşkaya
2019-05-18
1
-0/+13
*
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
Victor Stinner
2019-05-18
2
-25/+3
*
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Victor Stinner
2019-05-18
3
-24/+78
*
Fix couple of dead code paths (GH-7418)
David Carlier
2019-05-17
2
-4/+0
*
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
Victor Stinner
2019-05-17
3
-45/+17
*
bpo-27268: Fix incorrect error message on float('') (GH-2745)
Pedro Lacerda
2019-05-17
1
-3/+3
*
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner
2019-05-17
3
-2/+31
*
bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390)
Victor Stinner
2019-05-17
1
-16/+36
*
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
Victor Stinner
2019-05-17
1
-6/+19
*
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner
2019-05-17
6
-40/+155
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
4
-81/+21
*
bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH...
Pablo Galindo
2019-05-17
2
-9/+16
*
bpo-36763: Remove _PyCoreConfig.program (GH-13373)
Victor Stinner
2019-05-17
1
-44/+16
*
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)
Victor Stinner
2019-05-17
3
-46/+53
*
bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363)
Victor Stinner
2019-05-16
1
-3/+17
*
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner
2019-05-16
4
-7/+33
*
bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361)
Victor Stinner
2019-05-16
1
-13/+28
*
bpo-36763: _PyInitError always use int for exitcode (GH-13360)
Victor Stinner
2019-05-16
2
-14/+15
*
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner
2019-05-14
4
-24/+28
*
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
Victor Stinner
2019-05-13
2
-27/+46
*
bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
Victor Stinner
2019-05-13
1
-2/+1
*
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
Jake Tesler
2019-05-12
2
-0/+43
*
bpo-36817: Do not decrement reference for expr_text on fstring = parsing fail...
Pablo Galindo
2019-05-12
1
-1/+0
*
bpo-36817: Fix reference leak for expr_text in f-string = parsing (GH-13249)
Pablo Galindo
2019-05-11
1
-2/+7
*
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
Victor Stinner
2019-05-10
4
-260/+292
*
bpo-36737: Use the module state C-API for warnings. (gh-13159)
Eric Snow
2019-05-10
3
-120/+203
*
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer
2019-05-10
2
-8/+8
*
bpo-36851: Clean the frame stack if the execution ends with a return and the ...
Pablo Galindo
2019-05-09
1
-7/+9
*
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith
2019-05-08
5
-45/+142
*
bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)
Zackery Spytz
2019-05-08
1
-3/+7
*
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz
2019-05-06
2
-6/+6
*
bpo-36791: Safer detection of integer overflow in sum(). (GH-13080)
Serhiy Storchaka
2019-05-05
1
-3/+5
*
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
Victor Stinner
2019-05-04
3
-3/+2
*
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
Victor Stinner
2019-05-02
2
-3/+1
*
bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)
Victor Stinner
2019-05-02
2
-17/+42
*
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner
2019-05-02
4
-133/+93
[next]