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