3688 Commits (bdb1cf1ca56db25b33fb15dd91eef2cc32cd8973)

Author SHA1 Message Date
Benjamin Peterson f63d615f8b fix indentation 15 years ago
Victor Stinner d417d01ec8 call_find_module() handles dup() failure: raise an OSError exception 15 years ago
Victor Stinner 925ef39949 find_module_path_list() fails if _Py_fopen() failed and raised an exception 15 years ago
Benjamin Peterson e7c15fa184 bump magic for super closure change 15 years ago
Benjamin Peterson f5ff22329b use a invalid name for the __class__ closure for super() (closes #12370) 15 years ago
Brian Curtin 589f89e2ad Removed a Windows 9x trick used before LoadLibraryExW. 15 years ago
Benjamin Peterson b204a42383 greatly improve argument parsing error messages (closes #12265) 15 years ago
Benjamin Peterson 48deae12d5 some horrible preprocessing tricks to automatically update the tag 15 years ago
Benjamin Peterson 04a90b4611 bump ast version 15 years ago
Benjamin Peterson 43af12b0b4 unify TryExcept and TryFinally (closes #12199) 15 years ago
Ned Deily 9a7c524dc6 Issue #9670: Increase the default stack size for secondary threads on 15 years ago
Benjamin Peterson 0a5dad9ef1 fix spacing 15 years ago
Benjamin Peterson 74897ba46f fix indentation 15 years ago
Benjamin Peterson 7f670e5dad bump ast version 15 years ago
Benjamin Peterson bf1bbc1452 reflect with statements with multiple items in the AST (closes #12106) 15 years ago
Victor Stinner 4f2dab5c33 Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions 15 years ago
Benjamin Peterson 43b068648e try to use the same str object for all code filenames when compiling or unmarshalling (#12190) 15 years ago
Benjamin Peterson d408503b2c remove unused string WILFE attribute 15 years ago
Victor Stinner 13b21bd749 print_exception(): handle correctly PyObject_GetAttrString() failure 15 years ago
Victor Stinner 97e561ef24 Avoid useless "++" at the end of functions 15 years ago
Victor Stinner 25095b2be6 Remove useless assignments 15 years ago
Benjamin Peterson 04778a8150 make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173) 15 years ago
Victor Stinner c77b931196 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas 15 years ago
Georg Brandl 0b2489e986 Closes #6498: fix several misspellings of "SystemExit" as "SystemError". 15 years ago
Victor Stinner 65b7eff7c7 _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII 15 years ago
Victor Stinner 7bba62fd68 faulthandler: dump all threads by default 15 years ago
Antoine Pitrou 0d5e52d346 Issue #1856: Avoid crashes and lockups when daemon threads run while the 15 years ago
Victor Stinner d5c355ccc7 Issue #11223: Replace threading._info() by sys.thread_info 15 years ago
Antoine Pitrou 0c759febb6 Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* 15 years ago
Victor Stinner 3cbf14bfb1 Issue #10914: Initialize correctly the filesystem codec when creating a new 15 years ago
Victor Stinner 793b531756 Issue #10914: Initialize correctly the filesystem codec when creating a new 15 years ago
Victor Stinner 1188935af9 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) 15 years ago
Victor Stinner c40a350db0 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) 15 years ago
Jesus Cea 1d4ae84e53 Up-port changeset 5cf8f6da8743 (closes #11890) 15 years ago
Victor Stinner e07f522c7f Issue #11223: fix compiler warnings 15 years ago
Victor Stinner 783c82c701 Close #11619: write_compiled_module() doesn't encode the filename 15 years ago
Victor Stinner 754851f456 Issue #11223: Add threading._info() function providing informations about the 15 years ago
Ezio Melotti 2df6a93916 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]). 15 years ago
Benjamin Peterson bd3e362089 make assigning to a bytes literal a syntax error (closes #11506) 15 years ago
Eli Bendersky dd97fbb2dc Issue #9904: fix and clarify some comments + fix indentation in symtable code 15 years ago
Ned Deily 45e47e58ed Issue9670: Back out changeset 378b40d71175; test fails on other platforms 15 years ago
Ned Deily 517ac72b00 Issue #9670: Increase the default stack size for secondary threads on 15 years ago
Alexander Belopolsky 12338ab10b Removed 'or long integer' from bin, oct, and hex docstrings. 15 years ago
Victor Stinner fe7c5b5bdf Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. 15 years ago
Victor Stinner 7f2fee3640 Issue #10785: Store the filename as Unicode in the Python parser. 15 years ago
Victor Stinner 2d3222740b Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes 15 years ago
Victor Stinner fcb88c4503 Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame 15 years ago
Victor Stinner d727e23243 Issue #11393: The fault handler handles also SIGABRT 15 years ago
Victor Stinner 27181ac778 sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not 15 years ago
Victor Stinner 024e37adcc Issue #11393: Add the new faulthandler module 15 years ago