3389 Commits (a4e4e35783d26151be19253ff6dd1c3ec2ca7efa)

Author SHA1 Message Date
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Victor Stinner ebc0052e3a import: use PyUnicode_FSConverter to support bytes path and PEP 383 15 years ago
Nick Coghlan b2ddf7979d Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!) 15 years ago
Georg Brandl e5b99f0fb3 Remove redundant includes of headers that are already included by Python.h. 15 years ago
Georg Brandl 71c23d4473 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 15 years ago
Antoine Pitrou e71362d3de Issue #10518: Bring back the callable() builtin. 15 years ago
Benjamin Peterson 0a4dae5309 fix refleak 15 years ago
Antoine Pitrou 5a96b5241f Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil 15 years ago
Benjamin Peterson 787cddc93d Merged revisions 86545 via svnmerge from 15 years ago
Benjamin Peterson d8f6597318 new plan: functions that want 'tmp' can declare it 15 years ago
Benjamin Peterson e82c169622 Merged revisions 86540 via svnmerge from 15 years ago
Benjamin Peterson 0e9e98edc7 c89 declarations 15 years ago
Benjamin Peterson aab9585130 Merged revisions 86538 via svnmerge from 15 years ago
Benjamin Peterson 5b066817e2 use %R format code; fixes invalid dereferencing #10391 15 years ago
Benjamin Peterson f609654b0e handle dict subclasses gracefully in PyArg_ValidateKeywordArguments 15 years ago
Antoine Pitrou cf9f98034a Issue #10372: Import the warnings module only after the IO library is 15 years ago
Victor Stinner 3e2b7171bf Issue #10359: Remove ";" after function definition, invalid in ISO C 15 years ago
Victor Stinner 19de4c3a8c _Py_char2wchar() frees the memory on conversion error 15 years ago
Victor Stinner 2f02a51135 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails 15 years ago
Hirokazu Yamamoto 3d89751c7a Merged revisions 85980 via svnmerge from 15 years ago
Hirokazu Yamamoto daf83acf00 Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah. 15 years ago
Benjamin Peterson c8850d0771 Merged revisions 85817,85904 via svnmerge from 15 years ago
Benjamin Peterson a95e977e41 decrement offset when it points to a newline (#10186 followup) 15 years ago
Antoine Pitrou 98e2b45297 Merged revisions 85896 via svnmerge from 15 years ago
Antoine Pitrou 07e20ef50b Issue #5437: A preallocated MemoryError instance should not hold traceback 15 years ago
Victor Stinner 07e4f1565b sys_update_path(): update sys.path even if argc==0 15 years ago
Georg Brandl 08be72d0aa Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, 15 years ago
Benjamin Peterson d4519c14ca tighten loop 15 years ago
Benjamin Peterson 9831611865 Merged revisions 85814 via svnmerge from 15 years ago
Benjamin Peterson 503d6c5ae9 remove broken code accounting an offset the size of the line #10186 15 years ago
Benjamin Peterson 8035bc5c04 follow up to #9778: define and use an unsigned hash type 15 years ago
Victor Stinner 3aa6cea861 Issue #10077: Fix logging of site module errors at startup. 15 years ago
Antoine Pitrou 9583cac633 Issue #10089: Add support for arbitrary -X options on the command-line. 15 years ago
Benjamin Peterson 4d3d08f961 Merged revisions 85757 via svnmerge from 15 years ago
Benjamin Peterson b8ffb60ec6 fix uninitialized struct member #10152 15 years ago
Victor Stinner 15244f7b12 Recorded merge of revisions 85569-85570 via svnmerge from 15 years ago
Victor Stinner e474309bb7 initfsencoding(): get_codeset() failure is now a fatal error 15 years ago
Benjamin Peterson 8f67d0893f make hashes always the size of pointers; introduce Py_hash_t #9778 15 years ago
Victor Stinner c049982ea5 compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename, 15 years ago
Victor Stinner 15a71cdad2 PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead of 15 years ago
Victor Stinner ed7916dd00 find_module(): use FS encoding to display the missing __init__ warning 15 years ago
Victor Stinner 49d3f2514b _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding 15 years ago
Victor Stinner 168e117e0a Add an optional size argument to _Py_char2wchar() 15 years ago
Victor Stinner 0a1b8cba90 _Py_wrealpath() uses _Py_char2wchar() to decode the result, to support 15 years ago
Victor Stinner 350147b5ca _Py_wreadlink(): catch _Py_char2wchar() failure 15 years ago
Victor Stinner 3f711f4a3e _Py_wreadlink() uses _Py_char2wchar() to decode the result, to support 15 years ago
Victor Stinner 2f2ed1f36c Fix ast_error_finish() and err_input(): filename can be NULL 15 years ago
Victor Stinner 4c7c8c3023 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects 15 years ago
Benjamin Peterson e9633491ca Merged revisions 85562 via svnmerge from 15 years ago
Benjamin Peterson 230b20684f don't identify the toplevel namespace by name #9997 15 years ago