5551 Commits (bdf4298ae2c1d720fd808520267ca3a4e56df842)

Author SHA1 Message Date
Serhiy Storchaka bdf4298ae2 Fix trailing whitespaces in C files. (#4130) 8 years ago
xdegaye 56d1f5ca32 bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) 8 years ago
Serhiy Storchaka 41c56940c6 bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118) 8 years ago
pdox 1896793520 bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098) 8 years ago
Benjamin Peterson 95f1a7bb09 remove support for splitting the ceval switch into multiple switches (#4099) 8 years ago
Nick Coghlan d7ac06126d bpo-31845: Fix reading flags from environment (GH-4105) 8 years ago
Victor Stinner 850a18e03e bpo-30768: Recompute timeout on interrupted lock (GH-4103) 8 years ago
xdegaye 66caacf2f0 bpo-30817: Fix PyErr_PrintEx() when no memory (#2526) 8 years ago
Mark Shannon ae3087c638 Move exc state to generator. Fixes bpo-25612 (#1773) 8 years ago
Serhiy Storchaka 56cb465cc9 bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058) 8 years ago
George King 20faa68bbb Move opcode tracing to occur after the possible update to f_lineno. (GH-3798) 8 years ago
Zane Bitter de86073a76 bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) 8 years ago
Pablo Galindo 2c15b29aea bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003) 8 years ago
Victor Stinner bdaeb7d237 bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983) 8 years ago
Dargor 28773ca7a7 bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (#4002) 8 years ago
Victor Stinner cba9a0c6de bpo-31773: time.perf_counter() uses again double (GH-3964) 9 years ago
Victor Stinner 277c84067f Cleanup pytime.c (#3955) 9 years ago
Victor Stinner a997c7b434 bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936) 9 years ago
Serhiy Storchaka f07e2b64df bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834) 9 years ago
Yury Selivanov 02e82a0596 bpo-31709: Update importlib magic (#3906) 9 years ago
Masayuki Yamamoto 731e189014 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) 9 years ago
Yury Selivanov b8ab9d3fc8 bpo-31708: Allow async generator expressions in synchronous functions (#3905) 9 years ago
Yury Selivanov faa135acbf bpo-31709: Drop support for asynchronous __aiter__. (#3903) 9 years ago
Benjamin Peterson 7faf7e5075 closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891) 9 years ago
Jelle Zijlstra ac317700ce bpo-30406: Make async and await proper keywords (#1669) 9 years ago
Barry Warsaw 36c1d1f1e5 PEP 553 built-in breakpoint() function (bpo-31353) (#3355) 9 years ago
Benjamin Peterson a8ed11742b remove tabs from getcompiler.c (#3892) 9 years ago
Serhiy Storchaka 77732be801 bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667) 9 years ago
Victor Stinner 8d5a3aad2f bpo-31683: Py_FatalError() now supports long error messages (#3878) 9 years ago
INADA Naoki 1a87de7fcf bpo-31415: Add `-X importtime` option (GH-3490) 9 years ago
Oren Milman 7dc46d8cf5 bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (#3767) 9 years ago
Christian Heimes 3d2b407da0 bpo-31574: importlib dtrace (#3749) 9 years ago
Oren Milman 8b4ff53c44 bpo-31285: Remove splitlines identifier from Python/_warnings.c (#3803) 9 years ago
Benjamin Peterson 288d1daada remove support for BSD/OS (closes bpo-31624) (#3812) 9 years ago
Oren Milman 5837d0418f bpo-31588: Validate return value of __prepare__() methods (GH-3764) 9 years ago
Oren Milman 5d3e80021a bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (#3717) 9 years ago
Oren Milman 91fb0afe18 bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (#3219) 9 years ago
Oren Milman 9974e1bcf3 bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (#3257) 9 years ago
Oren Milman 6db7033192 bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620) 9 years ago
Antoine Pitrou 88c60c9668 Trivial cleanups following bpo-31370 (#3649) 9 years ago
Eric Snow 3f9eee6eb4 bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593) 9 years ago
Barry Warsaw b2e5794870 bpo-31338 (#3374) 9 years ago
Eric Snow d393c1b227 bpo-28411: Isolate PyInterpreterState.modules (#3575) 9 years ago
Eric Snow dae0276bb6 bpo-30860: Fix a refleak. (#3567) 9 years ago
Eric Snow 93c92f7d1d bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) 9 years ago
Oren Milman f6e61df015 bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (#3539) 9 years ago
Eric Snow 8728018624 bpo-30860: Fix a refleak. (#3506) 9 years ago
Oren Milman 9d984fd2b0 bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (#3496) 9 years ago
Benjamin Peterson 2bb69a5b4e bpo-31373: remove overly strict float range checks (#3486) 9 years ago
Oren Milman 252033d50e bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (#3485) 9 years ago