| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Mainlining the string_methods branch. See branch revision log | Barry Warsaw | 1999-10-12 | 1 | -42/+67 |
|
|
* | In PySys_GetObject(), it's possible that tstate->interp->sysdict is | Guido van Rossum | 1999-10-05 | 1 | -0/+2 |
|
|
* | Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. | Guido van Rossum | 1999-09-18 | 1 | -2/+11 |
|
|
* | Tim Peters writes: | Guido van Rossum | 1999-09-15 | 1 | -1/+1 |
|
|
* | Tim Peters discovered a bug in the Python-supplied getopt(): | Guido van Rossum | 1999-09-13 | 1 | -1/+2 |
|
|
* | call_trace(): A fix for PR#73, if an exception occurred in the | Barry Warsaw | 1999-09-08 | 1 | -0/+8 |
|
|
* | Vladimir Marangozov fixes an AIX-specific problem, writing: | Guido van Rossum | 1999-08-04 | 1 | -4/+7 |
|
|
* | Fixed order of parameters in slice() docstring. The Library Reference | Fred Drake | 1999-07-19 | 1 | -1/+1 |
|
|
* | Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files, | Guido van Rossum | 1999-07-08 | 1 | -2/+2 |
|
|
* | Patch by Tim Peters: | Guido van Rossum | 1999-06-22 | 2 | -2/+17 |
|
|
* | CRITICAL PATCH! | Guido van Rossum | 1999-06-18 | 1 | -5/+23 |
|
|