2449 Commits (10fa83cb77299edb6feeaff2f6d0fe44a674ca4f)

Author SHA1 Message Date
Larry Hastings 6e86580fc7 Version bump for Python 3.5.1rc1. 10 years ago
Victor Stinner f9827ea618 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when 10 years ago
Serhiy Storchaka d65c9496da Issue #25523: Further a-to-an corrections. 10 years ago
Martin Panter 7462b64911 Issue #25523: Correct "a" article to "an" article 10 years ago
Victor Stinner 50856d5ae7 sys.setrecursionlimit() now raises RecursionError 10 years ago
Serhiy Storchaka b9d98d532c Issue #24483: C implementation of functools.lru_cache() now calculates key's 10 years ago
Victor Stinner 6df29ada02 Issue #25150: Hide the private _Py_atomic_xxx symbols from the public 10 years ago
Victor Stinner 9a8b177e60 Issue #25155: Add _PyTime_AsTimevalTime_t() function 10 years ago
Larry Hastings 82c0c69011 Post-release updates for Python 3.5.0. 10 years ago
Larry Hastings f92f6c8e56 Version bump for Python 3.5.0 final. 10 years ago
Larry Hastings 03728fac15 Post-release update for Python 3.5.0rc4. 10 years ago
Larry Hastings 1043f95b9b Version bump for Python 3.5.0rc4. 10 years ago
Larry Hastings 442c560bd8 Version bump for Python 3.5.0rc3. 10 years ago
Yury Selivanov beaa5094a2 docs: Better comment for tp_as_async slot 10 years ago
Larry Hastings a51812ae98 Post-release updates for Python 3.5.0rc2. 10 years ago
Larry Hastings e6c6f69ac9 Version bump for Python 3.5.0rc2. 10 years ago
R David Murray 803502c56b #21167: Fix definition of NAN when ICC used without -fp-model strict. 11 years ago
R David Murray edbc28ce81 #21167: Fix definition of NAN when ICC used without -fp-model strict. 11 years ago
Larry Hastings 2ab6ddb19d Post-release bump for Python 3.5.0rc1. 11 years ago
Larry Hastings 71ea65feed Release bump for Python 3.5.0rc1. 11 years ago
Larry Hastings 3d1dc904f4 Post-release updates for Python 3.5.0b4. 11 years ago
Larry Hastings 164df4e51a Version bump for Python 3.5.0b4. 11 years ago
Larry Hastings b34db6ad9b Post-release fixes for Python 3.5.0b3. 11 years ago
Larry Hastings 9626971c74 Version bump for Python 3.5.0b3 release. 11 years ago
Yury Selivanov f488fb422a Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. 11 years ago
Yury Selivanov 5376ba9630 Issue #24400: Introduce a distinct type for 'async def' coroutines. 11 years ago
Serhiy Storchaka 5fa22fc088 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). 11 years ago
Serhiy Storchaka 73c95f1949 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. 11 years ago
Yury Selivanov eb698fe68c Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper 11 years ago
Yury Selivanov ca82910221 Issue 24365: Conditionalize PEP 489 additions to the stable ABI 11 years ago
Yury Selivanov aab3c4a211 Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully 11 years ago
Eric Snow a762af74b2 Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. 11 years ago
Yury Selivanov d8cf382ee7 Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private 11 years ago
Benjamin Peterson 0969a9f8ab add Py_tp_finalize slot (closes #24345) 11 years ago
Larry Hastings 61eb146b22 Post-release updates for Python 3.5.0b2. 11 years ago
Larry Hastings d200e0c072 Version bump for Python 3.5.0b2. 11 years ago
Eric Snow d0a06455a5 Issue #16991: Drop Py_ODict_GetItemId. 11 years ago
Eric Snow 8c7ed012b8 Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance. 11 years ago
Yury Selivanov 7aa5341164 Reverting my previous commit. 11 years ago
Eric Snow 96c6af9b20 Issue #16991: Add a C implementation of collections.OrderedDict. 11 years ago
Eric Snow 47db71756d Issue #16991: Add a C implementation of collections.OrderedDict. 11 years ago
Benjamin Peterson 264be6f48f remove STORE_MAP, since it's unused 11 years ago
Yury Selivanov 6ef059097c Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. 11 years ago
Serhiy Storchaka 3028c955fa Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. 11 years ago
Larry Hastings d0c2a20b24 Version bump for trunk to 3.6.0a0. Welcome to the future! 11 years ago
Larry Hastings f46aa8e2d1 Post-release fixes for 3.5.0b1. 11 years ago
Larry Hastings 205acde55e Version bump for 3.5.0b1. 11 years ago
Steve Dower 11d7b1423f Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI) 11 years ago
Nick Coghlan d5cacbb1d9 PEP 489: Multi-phase extension module initialization 11 years ago
Raymond Hettinger 5cbd8331ff Issue #24221: Small optimizations for heapq. 11 years ago