| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Skip Montanaro: add string precisions to calls to PyErr_Format | Guido van Rossum | 2000-04-10 | 2 | -2/+4 |
|
|
* | Vladimir Marangozov: This fixes the line number in the string | Guido van Rossum | 2000-04-07 | 1 | -4/+2 |
|
|
* | Marc-Andre's third try at this bulk patch seems to work (except that | Guido van Rossum | 2000-04-05 | 2 | -13/+61 |
|
|
* | Marc-Andre Lemburg: Error reporting in the codec registry and lookup | Guido van Rossum | 2000-03-31 | 1 | -12/+46 |
|
|
* | Thomas Heller fixes a typo in an error message. | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
|
|
* | rename args variable in CALL_FUNCTION to callargs (avoids name | Jeremy Hylton | 2000-03-31 | 1 | -8/+11 |
|
|
* | Change traceback error message to "most recent call last" from | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
|
|
* | Use modern PyArg_ParseTuple style, with function names. | Guido van Rossum | 2000-03-31 | 1 | -8/+8 |
|
|
* | Use modern PyArg_ParseTuple style, with function names. | Guido van Rossum | 2000-03-31 | 1 | -8/+8 |
|
|
* | Two fixes for extended call syntax: | Jeremy Hylton | 2000-03-30 | 1 | -12/+21 |
|
|
* | eval_code2(): Oops, in the last checkin, we shouldn't check for | Barry Warsaw | 2000-03-29 | 1 | -6/+2 |
|
|
* | eval_code2(): In the extended calling syntax opcodes, you must check | Barry Warsaw | 2000-03-29 | 1 | -0/+8 |
|
|
* | remove reference (vestigal) to CALL_FUNCTION_STAR | Jeremy Hylton | 2000-03-29 | 1 | -1/+1 |
|
|
* | slightly modified version of Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 3 | -142/+223 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-28 | 1 | -2/+2 |
|
|
* | Typo fixed by Mark Hammond. | Guido van Rossum | 2000-03-28 | 1 | -2/+2 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-24 | 1 | -0/+118 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-24 | 1 | -8/+6 |
|
|
* | On 17-Mar-2000, Marc-Andre Lemburg said: | Barry Warsaw | 2000-03-20 | 1 | -2/+12 |
|
|
* | Christian Tismer's "trashcan" patch: | Guido van Rossum | 2000-03-13 | 1 | -0/+2 |
|
|
* | Marc-Andre Lemburg: add new unicode files | Guido van Rossum | 2000-03-10 | 1 | -1/+2 |
|
|
* | Marc-Andre Lemburg: add calls to initialize and finalize Unicode and | Guido van Rossum | 2000-03-10 | 1 | -0/+18 |
|
|
* | Marc-Andre Lemburg: support marshalling Unicode objects (code 'u'). | Guido van Rossum | 2000-03-10 | 1 | -5/+42 |
|
|
* | Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode | Guido van Rossum | 2000-03-10 | 1 | -1/+23 |
|
|
* | Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). | Guido van Rossum | 2000-03-10 | 1 | -3/+22 |
|
|
* | Marc-Andre Lemburg: added new builtin functions unicode() and | Guido van Rossum | 2000-03-10 | 1 | -5/+78 |
|
|
* | Python Codec Registry and support functions, written by Marc-Andre | Guido van Rossum | 2000-03-10 | 1 | -0/+382 |
|
|
* | Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError | Guido van Rossum | 2000-03-02 | 1 | -1/+1 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 3 | -21/+21 |
|
|
* | Allow using long integers as slice indexes | Andrew M. Kuchling | 2000-02-23 | 1 | -2/+34 |
|
|
* | Remove comment that Guido agree's doesn't make sense: | Fred Drake | 2000-02-21 | 1 | -2/+0 |
|
|
* | Mark pointed out a buglet in his patch: i < _sys_nerr isn't strong | Guido van Rossum | 2000-02-21 | 1 | -1/+1 |
|
|
* | Patch by Mark Hammond: | Guido van Rossum | 2000-02-17 | 1 | -15/+75 |
|
|
* | Changes by Mark Hammond related to the new WindowsError exception. | Guido van Rossum | 2000-02-17 | 1 | -0/+6 |
|
|
* | Patch by Jack Jansen: | Guido van Rossum | 2000-02-14 | 1 | -0/+12 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 2 | -1/+5 |
|
|
* | Fix a bug in exec_statement() noted incidentally by Tim Peters in | Guido van Rossum | 2000-01-12 | 1 | -20/+13 |
|
|
* | Adjusted apply() docstring based on comments from Gerrit Holl | Fred Drake | 1999-12-23 | 1 | -3/+4 |
|
|
* | Cleanup patches from Greg Stein: | Guido van Rossum | 1999-12-22 | 11 | -75/+64 |
|
|
* | Vladimir Marangozov: | Guido van Rossum | 1999-12-21 | 1 | -1/+1 |
|
|
* | For Windows, need to add #include <windows.h>. | Guido van Rossum | 1999-12-20 | 1 | -0/+1 |
|
|
* | Support for selecting the correct dynload_<platform>.c file. | Guido van Rossum | 1999-12-20 | 1 | -0/+12 |
|
|
* | In _PyImport_Init(), dynamically construct the table of legal suffixes | Guido van Rossum | 1999-12-20 | 1 | -5/+33 |
|
|
* | Some rearrangements for the importdl.c restructuring. | Guido van Rossum | 1999-12-20 | 1 | -2/+27 |
|
|
* | Moved most of the platform-specific code to dynload_<platform>.c files. | Guido van Rossum | 1999-12-20 | 1 | -1029/+26 |
|
|
* | The old platform-specific contents of importdl.c, broken down into one | Guido van Rossum | 1999-12-20 | 10 | -0/+1347 |
|
|
* | The cleanup code in com-init() at label fail_0000 should remove | Guido van Rossum | 1999-12-20 | 1 | -1/+1 |
|
|
* | Patch by Vladimir Marangozov, inspired by a bug report from Gary | Guido van Rossum | 1999-11-16 | 1 | -1/+7 |
|
|
* | Change the last PyErr_Format %s format to %.400s. | Guido van Rossum | 1999-11-15 | 1 | -1/+1 |
|
|
* | Fix PR117. The error message is "keywords must be strings". Perhaps | Guido van Rossum | 1999-10-26 | 1 | -0/+5 |
|
|