4805 Commits (ae86da9b204b0fe2510309bd9fae688e7c9a35fb)

Author SHA1 Message Date
Benjamin Peterson 58b53953f8 make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131) 10 years ago
Victor Stinner ec26f83f2e Issue #25155: Fix _PyTime_Divide() rounding 10 years ago
Victor Stinner 9a8b177e60 Issue #25155: Add _PyTime_AsTimevalTime_t() function 10 years ago
Victor Stinner cd6e69439c Issue #25160: Fix import_init() comments and messages 10 years ago
Benjamin Peterson b685515039 compute stack effect of BUILD_MAP correctly (closes #25060) 10 years ago
Larry Hastings 714e49371b Issue #24305: Prevent import subsystem stack frames from being counted 10 years ago
Victor Stinner 6fb5bae252 Fix race condition in create_stdio() 10 years ago
Victor Stinner 38b8ae0f5b Issue #24993: Handle import error in namereplace error handler 10 years ago
Victor Stinner 5ad5821d09 oops, rename pymonotonic_new() to pymonotonic() 10 years ago
Victor Stinner c3c616c3d1 Issue #24707: Remove assertion in monotonic clock 10 years ago
Yury Selivanov b3d531348c Issue #24975: Fix AST compilation for PEP 448 syntax. 10 years ago
Larry Hastings 01b1ff6970 Rebuilt Clinic generated code. 11 years ago
Larry Hastings 1df0b35e3d Issue #24769: Interpreter now starts properly when dynamic loading 11 years ago
Brett Cannon 3008bc0f4a Issue #24492: make sure that ``from ... import ...` raises an 11 years ago
Berker Peksag 0bd5fb0112 Issue #24728: Fix building without threads. 11 years ago
Yury Selivanov 14acf5f41d Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. 11 years ago
Victor Stinner 61d5aab9b9 py_getrandom(): getrandom() *can* return EINTR 11 years ago
Stefan Krah c0cbed1554 Fix refleak. 11 years ago
Yury Selivanov f315c1c016 Issue #24687: Plug refleak on SyntaxError in function parameters annotations. 11 years ago
Yury Selivanov b7666a3093 Issue #24619: More tests; fix nits in compiler.c 11 years ago
Benjamin Peterson d5d77aac60 set items in dict displays from left to right (closes #24569) 11 years ago
Yury Selivanov f488fb422a Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. 11 years ago
Yury Selivanov 9dec03571f Issue #24528: Improve error message for awaits in comprehensions 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
Serhiy Storchaka d741a88049 Fixed indentation of Python examples in C comments. 11 years ago
Yury Selivanov 94c2263005 Issue 24374: Plug refleak in set_coroutine_wrapper 11 years ago
Yury Selivanov eb698fe68c Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper 11 years ago
Yury Selivanov 614bfcc953 Issue 24366: Indent code (thanks to li4ick for reporting). 11 years ago
Yury Selivanov aab3c4a211 Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully 11 years ago
Yury Selivanov d8cf382ee7 Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private 11 years ago
Serhiy Storchaka fa494fd883 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 11 years ago
Serhiy Storchaka 8b2e8b6cce Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. 11 years ago
Serhiy Storchaka 7e810a6e3d Use converter names instead of format units in Argument Clinic descriptions 11 years ago
Benjamin Peterson e20056c8f7 fix importing one char extension modules (closes #24328) 11 years ago
Benjamin Peterson 264be6f48f remove STORE_MAP, since it's unused 11 years ago
Benjamin Peterson ee85339cc6 in dict displays, evaluate the key before the value (closes #11205) 11 years ago
Yury Selivanov 6ef059097c Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. 11 years ago
Nick Coghlan 55871f04bf Issue #24285: fix importing extensions from packages 11 years ago
Steve Dower adc2fb8a6a Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin. 11 years ago
Steve Dower 7689154f58 Issue #24268: Fixes generation of init import name on Windows. 11 years ago
Nick Coghlan d5cacbb1d9 PEP 489: Multi-phase extension module initialization 11 years ago
Serhiy Storchaka ca7fecb038 Issue #24102: Fixed exception type checking in standard error handlers. 11 years ago
Benjamin Peterson de12b79cd6 allow test node after ** in calls (closes #24176) 11 years ago
Eric Snow 183a941bc1 Issue #24192: Fix namespace package imports. 11 years ago
Nick Coghlan baaadbf70d Issue 24017: fix for "async with" refcounting 11 years ago
Benjamin Peterson baa2e562ce use our normal bracing style 11 years ago
Yury Selivanov 1dde177f82 Issue #24017: Plug ref leak. 11 years ago
Yury Selivanov f487a005d6 Fix warnings for PyEval_GetCoroutineWrapper 11 years ago