summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Merge heads.Larry Hastings2015-09-071-1/+2
|\
| * docs: Better comment for tp_as_async slotYury Selivanov2015-08-261-1/+2
* | Version bump for Python 3.5.0rc3.v3.5.0rc3Larry Hastings2015-09-071-2/+2
|/
* Post-release updates for Python 3.5.0rc2.Larry Hastings2015-08-251-1/+1
* Version bump for Python 3.5.0rc2.v3.5.0rc2Larry Hastings2015-08-241-2/+2
* #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-151-1/+23
* Post-release bump for Python 3.5.0rc1.Larry Hastings2015-08-101-1/+1
* Release bump for Python 3.5.0rc1.Larry Hastings2015-08-091-3/+3
* Post-release updates for Python 3.5.0b4.Larry Hastings2015-07-261-1/+1
* Version bump for Python 3.5.0b4.v3.5.0b4Larry Hastings2015-07-251-2/+2
* Post-release fixes for Python 3.5.0b3.Larry Hastings2015-07-051-1/+1
* Version bump for Python 3.5.0b3 release.v3.5.0b3Larry Hastings2015-07-041-2/+2
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-032-3/+4
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-222-26/+34
* Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
|\
| * Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
* | Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.Serhiy Storchaka2015-06-211-1/+1
|\ \ | |/
| * Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.Serhiy Storchaka2015-06-211-1/+1
* | Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapperYury Selivanov2015-06-021-1/+0
* | Issue 24365: Conditionalize PEP 489 additions to the stable ABIYury Selivanov2015-06-023-9/+27
* | Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefullyYury Selivanov2015-06-022-1/+3
* | Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.Eric Snow2015-06-011-0/+2
* | Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper privateYury Selivanov2015-06-011-2/+2
* | add Py_tp_finalize slot (closes #24345)Benjamin Peterson2015-06-011-0/+1
* | Post-release updates for Python 3.5.0b2.Larry Hastings2015-05-311-1/+1
* | Version bump for Python 3.5.0b2.v3.5.0b2Larry Hastings2015-05-301-2/+2
* | Issue #16991: Drop Py_ODict_GetItemId.Eric Snow2015-05-301-1/+0
* | Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.Eric Snow2015-05-302-4/+4
* | Reverting my previous commit.Yury Selivanov2015-05-301-4/+4
* | Issue #16991: Add a C implementation of collections.OrderedDict.Eric Snow2015-05-293-3/+55
* | merge 3.5Benjamin Peterson2015-05-281-1/+0
|\ \
| * | remove STORE_MAP, since it's unusedBenjamin Peterson2015-05-281-1/+0
* | | Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.Yury Selivanov2015-05-281-6/+3
|\ \ \ | |/ /
| * | Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.Yury Selivanov2015-05-281-6/+3
* | | Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.Serhiy Storchaka2015-05-271-115/+115
|\ \ \ | |/ /
| * | Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.Serhiy Storchaka2015-05-271-115/+115
* | | Version bump for trunk to 3.6.0a0. Welcome to the future!Larry Hastings2015-05-251-4/+4
|/ /
* | Post-release fixes for 3.5.0b1.Larry Hastings2015-05-241-1/+1
* | Version bump for 3.5.0b1.v3.5.0b1Larry Hastings2015-05-231-3/+3
* | Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stab...Steve Dower2015-05-231-1/+1
* | PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-232-24/+54
* | Issue #24221: Small optimizations for heapq.Raymond Hettinger2015-05-221-0/+1
* | Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...Serhiy Storchaka2015-05-131-0/+3
* | Fix warnings for PyEval_GetCoroutineWrapperYury Selivanov2015-05-111-1/+1
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-1111-152/+229
* | PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-093-1/+4
* | PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-053-12/+15
* | remove the concept of an unoptimized function scope from the compiler, since ...Benjamin Peterson2015-04-271-5/+0
* | Add the files missing from c9f1630cf2b1 for issue9951.Gregory P. Smith2015-04-261-0/+17
* | Merge Python 3.5.0a4 release engineering commits.Larry Hastings2015-04-201-6/+0
|\ \