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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
Miss Islington (bot)
2019-06-13
1
-1/+0
*
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Miss Islington (bot)
2019-06-13
1
-0/+3
*
bpo-37160: Thread native ID NetBSD support (GH-13835)
Miss Islington (bot)
2019-06-12
1
-1/+1
*
bpo-37191: Avoid declaration-after-statement in header included from Python.h...
Petr Viktorin
2019-06-07
1
-4/+7
*
Post v3.8.0b1
Łukasz Langa
2019-06-04
1
-1/+1
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
1
-3/+3
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
4
-15/+20
*
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-06-03
2
-18/+7
*
bpo-37087: Adding native ID support for OpenBSD (GH-13654)
David Carlier
2019-06-03
1
-1/+1
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
3
-0/+47
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...
Eric Snow
2019-06-01
2
-7/+18
*
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow
2019-06-01
4
-20/+15
*
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
Jeroen Demeyer
2019-05-30
3
-3/+3
*
bpo-36974: remove _PyObject_HasFastCall (GH-13460)
Jeroen Demeyer
2019-05-30
1
-4/+0
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-8/+10
*
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith
2019-05-29
1
-0/+3
*
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer
2019-05-29
7
-44/+103
*
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Dino Viehland
2019-05-28
1
-0/+13
*
Fix comments in initconfig.h (GH-13636)
MandarJKulkarni
2019-05-28
1
-3/+3
*
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz
2019-05-28
11
-104/+114
*
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Jeroen Demeyer
2019-05-28
1
-0/+3
*
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...
Matthias Bussonnier
2019-05-28
2
-5/+0
*
bpo-1230540: Add threading.excepthook() (GH-13515)
Victor Stinner
2019-05-27
1
-0/+2
*
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node i...
Eric V. Smith
2019-05-27
1
-4/+3
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
9
-291/+287
*
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner
2019-05-27
1
-0/+3
*
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou
2019-05-26
2
-0/+32
*
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner
2019-05-24
4
-3/+68
*
Support Py_UNUSED() on clang (GH-13544)
Victor Stinner
2019-05-24
1
-3/+8
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
7
-24/+81
*
bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507)
Victor Stinner
2019-05-22
1
-0/+4
*
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner
2019-05-22
2
-13/+13
*
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
Jake Tesler
2019-05-22
1
-0/+5
*
bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)
Michael J. Sullivan
2019-05-22
1
-2/+3
*
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner
2019-05-22
1
-0/+4
*
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
Matthias Bussonnier
2019-05-21
1
-0/+1
*
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...
Victor Stinner
2019-05-21
1
-1/+0
*
bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444)
Victor Stinner
2019-05-20
1
-2/+2
*
bpo-36763: Fix Python preinitialization (GH-13432)
Victor Stinner
2019-05-20
3
-8/+28
*
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner
2019-05-19
5
-96/+120
*
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)
Serhiy Storchaka
2019-05-19
1
-0/+3
*
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
Victor Stinner
2019-05-18
2
-3/+4
*
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Victor Stinner
2019-05-18
2
-79/+18
*
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
Victor Stinner
2019-05-17
2
-8/+8
*
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner
2019-05-17
2
-30/+39
*
bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390)
Victor Stinner
2019-05-17
1
-0/+2
*
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
Victor Stinner
2019-05-17
1
-0/+5
*
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner
2019-05-17
2
-8/+31
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
4
-9/+28
*
bpo-36763: Remove _PyCoreConfig.program (GH-13373)
Victor Stinner
2019-05-17
1
-5/+9
[next]