4354 Commits (d5cae6f143fbb24fde667f28bf42e8e4fb0ea1dc)

Author SHA1 Message Date
Victor Stinner d5cae6f143 Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failure 12 years ago
Victor Stinner b1b7b1834b Issue #19437: Fix r_object() of marshal module, handle r_byte() failure for 12 years ago
Victor Stinner 763b0d19c9 Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at first 12 years ago
Victor Stinner ae233eab5c Issue #19437: Fix show_warning() of _warnings, stop at the first error to not 12 years ago
Victor Stinner 3cd04aa1b2 Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass() 12 years ago
Benjamin Peterson 7f69dcac16 make string literal const 12 years ago
Benjamin Peterson 8f169489c4 update comment 12 years ago
Victor Stinner 856f45f09c Issue #19442: Fix warnings emitted during Python shutdown 12 years ago
Victor Stinner a4c704b260 Issue #19424: Fix the warnings module to accept filename containing surrogate 12 years ago
Victor Stinner 41bb43a71e Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle 12 years ago
Victor Stinner ce5f4fba11 Issue #19421: fix a check in warnings.warn() to be able to use it during Python 12 years ago
Victor Stinner 8fea252a50 Issue #18520: fix reference leak in _PySys_Init() 12 years ago
Christian Heimes 49e61806f5 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the 12 years ago
Guido van Rossum 7be5d7d0e0 Issue 19306: Add extra hints to faulthandler stack dumps that they are upside down. 12 years ago
Benjamin Peterson 6b4f7803f8 cleanup the construction of __qualname__ (closes #19301 again) 12 years ago
Nick Coghlan 6de9200e57 Close #19313: remove no longer needed Py_XINCREF 12 years ago
Benjamin Peterson 34d33a595b removal u_qualname, since compiler_scope_qualname is only ever called once 12 years ago
Benjamin Peterson a8a38b8e4f strengthen condition and add assertion 12 years ago
Benjamin Peterson 3d9e481ece give explicitly global functions and classes a global __qualname__ (closes #19301) 12 years ago
Serhiy Storchaka c679227e31 Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
Brett Cannon 58f5680462 Issue #18810: Be optimistic with stat calls when seeing if a directory 12 years ago
Brett Cannon bb9e481efa Issue #18416: Fix various os calls in importlib.machinery.FileFinder 12 years ago
Brett Cannon 27e27f7ee1 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd 12 years ago
Nick Coghlan 1805a62f1f Issue #16129: Py_SetStandardStreamEncoding cleanups 12 years ago
Nick Coghlan 7d270ee05d Issue #16129: Add `Py_SetStandardStreamEncoding` 12 years ago
Antoine Pitrou 42c25f5581 Close #19260: remove outdated comment in marshal.c 12 years ago
Georg Brandl 142ad666dc Re #18521: move array bounds check before array access. 12 years ago
Georg Brandl 6083a4bc1c Re #18521: remove assignments of variables that are immediately reassigned. 12 years ago
Antoine Pitrou 24201d497c Issue #18776: atexit callbacks now display their full traceback when they raise an exception. 12 years ago
Kristján Valur Jónsson 0a7697b718 Catch a few extra error cases in marshal.c 12 years ago
Kristján Valur Jónsson 5983258bf2 Issue #19219 Remove a lot of "retval = NULL" statements, now that retval 12 years ago
Christian Heimes 3572842c19 Issue #19219: retval may be used uninitialized value 12 years ago
Antoine Pitrou b30f271299 Try to fix weird assertion error on the Fedora buildbot. 12 years ago
Antoine Pitrou d01d396e7f Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". 12 years ago
Antoine Pitrou 409b53840b Don't export internal symbols ("make smelly") 12 years ago
Antoine Pitrou 1164dfcb86 Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. 12 years ago
Victor Stinner 8d19767403 Close #19199: Remove ``PyThreadState.tick_counter`` field 12 years ago
Antoine Pitrou 59c900d3bf Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. 12 years ago
Georg Brandl c6a2c9b466 Closes #15213: update comment for _PyOS_URandom 12 years ago
Eric Snow 5c4b4c530f [issue19152] Revert 832579dbafd6. 12 years ago
Eric Snow af8566c847 [issue19152] Add ExtensionFileLoader.get_filename(). 12 years ago
Eric Snow 5179445520 [issue19152] Add ExtensionFileLoader.get_filename(). 12 years ago
Eric Snow efbc475278 [issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. 12 years ago
Eric Snow e8bbfebee0 [issue19951] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. 12 years ago
Benjamin Peterson 305e5aac85 don't scale compiler stack frames if the recursion limit is huge (closes #19098) 12 years ago
Serhiy Storchaka bf28d2dcad Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. 12 years ago
Antoine Pitrou 7b4769937f Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. 12 years ago
Victor Stinner b034eee711 Close #18954: Fix some typo in fileutils.c comments 12 years ago
Meador Inge c9e1dcdd53 Issue #16826: Revert fix while Windows issues are being worked out. 13 years ago
Meador Inge d151da9ef7 Issue #16826: Don't check for PYTHONCASEOK when using -E. 13 years ago