]> granicus.if.org Git - python/history - Include
bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of...
[python] / Include /
2019-10-10 Victor Stinnerbpo-38392: Only declare visit_validate() if Py_DEBUG...
2019-10-07 Victor Stinnerbpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
2019-10-07 Victor Stinnerbpo-36389: _PyObject_CheckConsistency() available in...
2019-10-04 Victor Stinnerbpo-38353: getpath.c: allocates strings on the heap...
2019-10-04 Joannah Nanjekyebpo-38266: Revert bpo-37878: Make PyThreadState_DeleteC...
2019-10-04 Victor Stinnerbpo-38353: Fix compiler warning in internal headers...
2019-10-03 Victor Stinnerbpo-38353: Fix compiler warning in pycore_initconfig...
2019-10-02 Victor Stinnerbpo-38353: Cleanup includes in the internal C API ...
2019-10-01 Victor Stinnerbpo-38304: PyConfig_InitPythonConfig() cannot fail...
2019-10-01 Victor Stinnerbpo-38304: Remove PyConfig.struct_size (GH-16500) ...
2019-09-30 Yury Selivanovbpo-30773: Fix ag_running; prohibit running athrow...
2019-09-29 Victor Stinnerbpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
2019-09-28 Victor Stinnerbpo-38304: Add PyConfig.struct_size (GH-16451)
2019-09-26 Victor Stinnerbpo-38234: Py_Initialize() sets global path configurati...
2019-09-26 Victor Stinnerbpo-38234: Add test_init_setpath_config() to test_embed...
2019-09-24 Hai Shicloses bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW...
2019-09-23 Victor Stinnerbpo-38236: Dump path config at first import error ...
2019-09-20 Victor Stinnerbpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
2019-09-20 Victor Stinnerbpo-38205: Py_UNREACHABLE() calls Py_FatalError() ...
2019-09-18 Victor StinnerFix _PyTraceMalloc_Fini() definition (GH-16259)
2019-09-17 Victor Stinnerbpo-38070: Add _PyRuntimeState.preinitializing (GH...
2019-09-13 Serhiy Storchakabpo-38005: Fixed comparing and creating of InterpreterI...
2019-09-12 Greg PriceCut disused recode_encoding logic in _PyBytes_DecodeEsc...
2019-09-12 Zachary WareEnhance Py_UNREACHABLE macro (GH-16032)
2019-09-12 Zackery Spytzbpo-21120: Exclude Python-ast.h, ast.h and asdl.h from...
2019-09-11 Jeroen Demeyerbpo-37151: remove special case for PyCFunction from...
2019-09-06 Joannah Nanjekyebpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
2019-09-05 Joannah Nanjekyebpo-37878: Remove PyThreadState_DeleteCurrent() functio...
2019-08-30 Inada Naokibpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156)
2019-08-30 Min ho KimFix typos mostly in comments, docs and test names ...
2019-08-29 Rémi Lapeyrebpo-37034: Display argument name on errors with keyword...
2019-08-26 Victor Stinnerbpo-36763: Make Py_BytesMain() public (GH-15532)
2019-08-26 Victor StinnerMake PyXXX_Fini() functions private (GH-15531)
2019-08-25 Nick Coghlanbpo-37757: Disallow PEP 572 cases that expose implement...
2019-08-25 Zackery Spytzbpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH...
2019-08-23 Victor Stinnerbpo-36763: PyConfig_Read() handles PySys_AddXOption...
2019-08-23 Victor Stinnerbpo-36763: Implement PyWideStringList_Insert() of PEP...
2019-08-23 Sergey FedoseevFix _PyTime_MIN/MAX values (GH-15384)
2019-08-21 Steve Dowerbpo-37834: Normalise handling of reparse points on...
2019-08-21 Greg PriceUnmark files as executable that can't actually be execu...
2019-08-20 Joannah Nanjekyebpo-15913: Implement PyBuffer_SizeFromFormat() (GH...
2019-08-16 Jeroen Demeyerbpo-37540: vectorcall: keyword names must be strings...
2019-07-30 Min ho KimFix typos in comments, docs and test names (#15018)
2019-07-26 Inada Naokibpo-37340: remove free_list for bound method objects...
2019-07-24 Jeroen Demeyerbpo-29548: deprecate PyEval_Call* functions (GH-14804)
2019-07-14 Pablo Galindobpo-37593: Swap the positions of posonlyargs and args...
2019-07-11 Jeroen Demeyerbpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
2019-07-08 Jeroen Demeyerbpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
2019-07-05 Hansraj DasTypo fix in file Include/object.h (GH-14556)
2019-07-05 Jeroen Demeyerbpo-37151: remove _PyMethodDef_RawFastCall* functions...
2019-07-05 Jeroen Demeyerbpo-36974: separate vectorcall functions for each calli...
2019-07-04 Jeroen Demeyerbpo-37483: add _PyObject_CallOneArg() function (#14558)
2019-07-02 Jeroen Demeyerbpo-36904: Optimize _PyStack_UnpackDict (GH-14517)
2019-07-01 Victor Stinnerbpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
2019-07-01 Pablo Galindobpo-37221: Add PyCode_NewWithPosOnlyArgs to be used...
2019-06-29 Steve Dowerbpo-37369: Fix initialization of sys members when launc...
2019-06-28 Jeroen Demeyerbpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
2019-06-25 Victor Stinnerbpo-20443: _PyConfig_Read() gets the absolute path...
2019-06-25 Victor Stinnerbpo-37392: Remove sys.setcheckinterval() (GH-14355)
2019-06-20 Jeroen Demeyerbpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
2019-06-19 Victor Stinnerbpo-36710: Use tstate in pylifecycle.c (GH-14249)
2019-06-19 Victor Stinnerbpo-36710: Remove PyImport_Cleanup() function (GH-14221)
2019-06-19 Victor Stinnerbpo-36710: Add tstate parameter in import.c (GH-14218)
2019-06-18 Victor Stinnerbpo-35134: Add Include/cpython/import.h header file...
2019-06-18 Jeroen Demeyerbpo-37151: remove _PyFunction_FastCallDict (GH-13864)
2019-06-17 Victor Stinnerbpo-37189: Export old PyRun_XXX() functions (#14142)
2019-06-17 Victor Stinnerbpo-37194: Add a new public PyObject_CallNoArgs() funct...
2019-06-17 Jeroen Demeyerbpo-37231: remove _PyObject_FastCall_Prepend (GH-14153)
2019-06-14 Jeroen Demeyerbpo-37249: add declaration of _PyObject_GetMethod ...
2019-06-13 Michael Feltbpo-37077: Add native thread ID (TID) for AIX (GH-13624)
2019-06-13 Victor Stinnerbpo-36710: Pass explicitly tstate in sysmodule.c (GH...
2019-06-13 Victor Stinnerbpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
2019-06-13 Victor Stinnerbpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
2019-06-12 David Carlierbpo-37160: Thread native ID NetBSD support (GH-13835)
2019-06-04 Łukasz LangaBump to 3.9.0a0
2019-06-04 Łukasz LangaMerge tag 'v3.8.0b1'
2019-06-04 Łukasz LangaPython 3.8.0b1 v3.8.0b1
2019-06-04 Victor StinnerRevert "bpo-36818: Add PyInterpreterState.runtime field...
2019-06-03 Victor StinnerRevert "bpo-33608: Factor out a private, per-interprete...
2019-06-03 David Carlierbpo-37087: Adding native ID support for OpenBSD (GH...
2019-06-03 Inada Naokibpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
2019-06-01 Eric Snowbpo-33608: Factor out a private, per-interpreter _Py_Ad...
2019-06-01 Eric Snowbpo-36818: Add PyInterpreterState.runtime field. (gh...
2019-05-30 Jeroen Demeyerbpo-36974: rename _FastCallKeywords -> _Vectorcall...
2019-05-30 Jeroen Demeyerbpo-36974: remove _PyObject_HasFastCall (GH-13460)
2019-05-29 Antoine Pitroubpo-32388: Remove cross-version binary compatibility...
2019-05-29 Gregory P. Smithbpo-22385: Support output separators in hex methods...
2019-05-29 Jeroen Demeyerbpo-36974: implement PEP 590 (GH-13185)
2019-05-28 Dino Viehlandbpo-37001: Makes symtable.symtable have parity with...
2019-05-28 MandarJKulkarniFix comments in initconfig.h (GH-13636)
2019-05-28 Zackery Spytzbpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
2019-05-28 Jeroen Demeyerbpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPT...
2019-05-28 Matthias Bussonnierbpo-36933: Remove sys.set_coroutine_wrapper (marked...
2019-05-27 Victor Stinnerbpo-1230540: Add threading.excepthook() (GH-13515)
2019-05-27 Eric V. Smithbpo-37050: Remove expr_text from FormattedValue ast...
2019-05-27 Victor Stinnerbpo-36763: Implement the PEP 587 (GH-13592)
2019-05-27 Victor Stinnerbpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
2019-05-26 Antoine Pitroubpo-36785: PEP 574 implementation (GH-7076)
2019-05-24 Victor Stinnerbpo-36710: Add tstate parameter in ceval.c (GH-13547)
2019-05-24 Victor StinnerSupport Py_UNUSED() on clang (GH-13544)
next