6419 Commits (fdcd53fe1a8a7f052d7217c36b2597df06b6e016)

Author SHA1 Message Date
Guido van Rossum ffc0f4fb36 Use modern PyArg_ParseTuple style, with function names. 26 years ago
Guido van Rossum 2efa369861 Use modern PyArg_ParseTuple style, with function names. 26 years ago
Jeremy Hylton 074c3e62d1 Two fixes for extended call syntax: 26 years ago
Barry Warsaw b2ba9d8963 eval_code2(): Oops, in the last checkin, we shouldn't check for 26 years ago
Barry Warsaw 4961ef7086 eval_code2(): In the extended calling syntax opcodes, you must check 26 years ago
Jeremy Hylton e4fb958fc2 remove reference (vestigal) to CALL_FUNCTION_STAR 26 years ago
Jeremy Hylton 7690151c7e slightly modified version of Greg Ewing's extended call syntax patch 26 years ago
Guido van Rossum 24bdb0474f Marc-Andre Lemburg: 26 years ago
Guido van Rossum 50fbb15b16 Typo fixed by Mark Hammond. 26 years ago
Guido van Rossum d8855fde88 Marc-Andre Lemburg: 26 years ago
Guido van Rossum 5ba3c843db Marc-Andre Lemburg: 26 years ago
Barry Warsaw 51ac58039f On 17-Mar-2000, Marc-Andre Lemburg said: 26 years ago
Guido van Rossum d724b23420 Christian Tismer's "trashcan" patch: 26 years ago
Guido van Rossum 2d0f5f932a Marc-Andre Lemburg: add new unicode files 26 years ago
Guido van Rossum c94044c11d Marc-Andre Lemburg: add calls to initialize and finalize Unicode and 26 years ago
Guido van Rossum c279b53b4f Marc-Andre Lemburg: support marshalling Unicode objects (code 'u'). 26 years ago
Guido van Rossum e826ef0a89 Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode 26 years ago
Guido van Rossum 5aa88f097f Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). 26 years ago
Guido van Rossum 09095f3f61 Marc-Andre Lemburg: added new builtin functions unicode() and 26 years ago
Guido van Rossum feee4b994f Python Codec Registry and support functions, written by Marc-Andre 26 years ago
Guido van Rossum 0b55670968 Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError 26 years ago
Guido van Rossum 43713e5a28 Massive patch by Skip Montanaro to add ":name" to as many 26 years ago
Andrew M. Kuchling 2194b165db Allow using long integers as slice indexes 26 years ago
Fred Drake 145c26e3d3 Remove comment that Guido agree's doesn't make sense: 26 years ago
Guido van Rossum 584b16a1f3 Mark pointed out a buglet in his patch: i < _sys_nerr isn't strong 26 years ago
Guido van Rossum 795e189d28 Patch by Mark Hammond: 26 years ago
Guido van Rossum 65a75b0d52 Changes by Mark Hammond related to the new WindowsError exception. 26 years ago
Guido van Rossum e817acd957 Patch by Jack Jansen: 26 years ago
Guido van Rossum bffd683f73 The rest of the changes by Trent Mick and Dale Nagata for warning-free 27 years ago
Guido van Rossum a400d8a96d Fix a bug in exec_statement() noted incidentally by Tim Peters in 27 years ago
Fred Drake 7b912120ca Adjusted apply() docstring based on comments from Gerrit Holl 27 years ago
Guido van Rossum 96a8fb7e99 Cleanup patches from Greg Stein: 27 years ago
Guido van Rossum 96b5ee88ee Vladimir Marangozov: 27 years ago
Guido van Rossum 95288862bb For Windows, need to add #include <windows.h>. 27 years ago
Guido van Rossum db3ec1b21e Support for selecting the correct dynload_<platform>.c file. 27 years ago
Guido van Rossum ed1170e49f In _PyImport_Init(), dynamically construct the table of legal suffixes 27 years ago
Guido van Rossum 9f65081d90 Some rearrangements for the importdl.c restructuring. 27 years ago
Guido van Rossum 6ea9092625 Moved most of the platform-specific code to dynload_<platform>.c files. 27 years ago
Guido van Rossum 22a1d3671b The old platform-specific contents of importdl.c, broken down into one 27 years ago
Guido van Rossum 72badf5404 The cleanup code in com-init() at label fail_0000 should remove 27 years ago
Guido van Rossum 001b9bebca Patch by Vladimir Marangozov, inspired by a bug report from Gary 27 years ago
Guido van Rossum ba98a42a0f Change the last PyErr_Format %s format to %.400s. 27 years ago
Guido van Rossum 25da5bebd8 Fix PR117. The error message is "keywords must be strings". Perhaps 27 years ago
Barry Warsaw 226ae6ca12 Mainlining the string_methods branch. See branch revision log 27 years ago
Guido van Rossum be2033697f In PySys_GetObject(), it's possible that tstate->interp->sysdict is 27 years ago
Guido van Rossum 3aca65312a Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. 27 years ago
Guido van Rossum 2174dcb061 Tim Peters writes: 27 years ago
Guido van Rossum 2adac0a637 Tim Peters discovered a bug in the Python-supplied getopt(): 27 years ago
Barry Warsaw f6202635f9 call_trace(): A fix for PR#73, if an exception occurred in the 27 years ago
Guido van Rossum 933c91ebcf Vladimir Marangozov fixes an AIX-specific problem, writing: 27 years ago