| Commit message (Expand) | Author | Age | Files | Lines |
* | Yet another markup nit: functions that are part of the Python/C API | Fred Drake | 2000-04-10 | 1 | -3/+5 |
|
|
* | PyErr_Format(): | Fred Drake | 2000-04-10 | 1 | -1/+0 |
|
|
* | document PyErr_Format | Jeremy Hylton | 2000-04-10 | 2 | -0/+16 |
|
|
* | letters: | Fred Drake | 2000-04-10 | 1 | -4/+4 |
|
|
* | Add to the comment a description of the "null" value for returned | Fred Drake | 2000-04-10 | 1 | -1/+4 |
|
|
* | load_refcounts(), | Fred Drake | 2000-04-10 | 1 | -1/+5 |
|
|
* | The reference count field for PyErr_NoMemory() and | Fred Drake | 2000-04-10 | 1 | -2/+2 |
|
|
* | If the refcount field is "null", that's ok; the value will be None. | Fred Drake | 2000-04-10 | 1 | -1/+3 |
|
|
* | For functions which return a PyObject* but use "null" for the | Fred Drake | 2000-04-10 | 1 | -1/+5 |
|
|
* | cfuncdesc environment: | Fred Drake | 2000-04-10 | 1 | -1/+1 |
|
|
* | Added project dependencies -- Mark is right, these are needed. | Guido van Rossum | 2000-04-10 | 1 | -0/+39 |
|
|
* | Strangely, we *do* need to define ZLIB_DLL. | Guido van Rossum | 2000-04-10 | 1 | -2/+2 |
|
|
* | do_cmd_datalineni(): New function, to implement the non-indexing form | Fred Drake | 2000-04-10 | 1 | -0/+6 |
|
|
* | Christian Tismer: added test to ensure that multiplication commutes. | Guido van Rossum | 2000-04-10 | 1 | -0/+2 |
|
|
* | Simple optimization by Christian Tismer, who gives credit to Lenny | Guido van Rossum | 2000-04-10 | 1 | -0/+9 |
|
|
* | Implement suggestion from Lawrence Kesteloot in PR#280, to change the | Guido van Rossum | 2000-04-10 | 1 | -6/+7 |
|
|
* | Fredrik Lundh: new snapshot. Mostly reindented. | Guido van Rossum | 2000-04-10 | 3 | -485/+490 |
|
|
* | Removed CRLF line endings. | Guido van Rossum | 2000-04-10 | 0 | -0/+0 |
|
|
* | Remove CRLF line endings. | Guido van Rossum | 2000-04-10 | 1 | -2/+2 |
|
|
* | Some cleanup -- don't use splitfields/joinfields, standardize | Guido van Rossum | 2000-04-10 | 1 | -19/+17 |
|
|
* | Match the error messages to say "(most recent call last)" like the | Guido van Rossum | 2000-04-10 | 1 | -5/+5 |
|
|
* | Use a better approach to locating IDLE's default configuration, | Fred Drake | 2000-04-10 | 1 | -1/+1 |
|
|
* | Patch by Vladimir Marangozov to include the function name when | Guido van Rossum | 2000-04-10 | 1 | -2/+6 |
|
|
* | Use a constant to specify the number of child threads to create. | Fred Drake | 2000-04-10 | 1 | -4/+7 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-10 | 1 | -0/+29 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-10 | 1 | -1/+58 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-10 | 1 | -22/+79 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-10 | 1 | -3/+52 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-10 | 1 | -2/+15 |
|
|
* | Marc-Andre Lemburg: New exported API PyUnicode_Resize(). | Guido van Rossum | 2000-04-10 | 1 | -0/+19 |
|
|
* | Don't be so strict in checking AttributeError -- the error message | Guido van Rossum | 2000-04-10 | 1 | -2/+2 |
|
|
* | Output from test_zipfile.py. | Guido van Rossum | 2000-04-10 | 1 | -0/+1 |
|
|
* | Test for zipfile.py, by Jim Ahlstrom. | Guido van Rossum | 2000-04-10 | 1 | -0/+26 |
|
|
* | Define 'self.force' in the constructor and remove the hack in '__getattr__()' | Greg Ward | 2000-04-10 | 1 | -5/+6 |
|
|
* | Mark Hammond: | Guido van Rossum | 2000-04-10 | 1 | -1/+4 |
|
|
* | Skip Montanaro: add string precisions to calls to PyErr_Format | Guido van Rossum | 2000-04-10 | 5 | -27/+29 |
|
|
* | In dealloc(), only close the socket if fd != -1. | Guido van Rossum | 2000-04-10 | 1 | -1/+2 |
|
|
* | Delete some debugging print statements. | Greg Ward | 2000-04-10 | 2 | -4/+0 |
|
|
* | Added a check for the 'force' attribute in '__getattr__()' -- better than | Greg Ward | 2000-04-10 | 1 | -6/+10 |
|
|
* | Added optional 'prefix' arguments to 'get_python_inc()' and | Greg Ward | 2000-04-10 | 1 | -4/+10 |
|
|
* | Better variable names here and there. | Greg Ward | 2000-04-10 | 1 | -18/+18 |
|
|
* | Added '--force' option -- very clear what it means for building (ignore | Greg Ward | 2000-04-10 | 4 | -3/+21 |
|
|
* | Removed global '--force' option -- just too vague a concept to be applicable | Greg Ward | 2000-04-10 | 2 | -13/+14 |
|
|
* | Added __version__ to store the Distutils version number. | Greg Ward | 2000-04-10 | 1 | -0/+2 |
|
|
* | Moved definition of \XXX command out to distutils.sty. | Greg Ward | 2000-04-09 | 1 | -1/+0 |
|
|
* | Wrote the introduction (including several subsections). | Greg Ward | 2000-04-09 | 1 | -16/+177 |
|
|
* | minor tweak (jvr) | Just van Rossum | 2000-04-09 | 1 | -1/+1 |
|
|
* | added experimental microthread support for use with stackless python -- bw co... | Just van Rossum | 2000-04-09 | 2 | -13/+77 |
|
|
* | added popup control (jvr) | Just van Rossum | 2000-04-09 | 1 | -4/+60 |
|
|
* | added setbound() method, some cleanups (jvr) | Just van Rossum | 2000-04-09 | 1 | -9/+12 |
|
|