summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Two more items.Guido van Rossum2000-04-111-0/+5
* LaTeX macros for the Distutils manuals.Greg Ward2000-04-111-0/+26
* Spewed a bunch more verbiage.Greg Ward2000-04-111-87/+179
* Correct fix by Mark Favas for the cast problems.Guido van Rossum2000-04-101-4/+5
* I've had complaints about the comparison "where >= 0" before -- onGuido van Rossum2000-04-101-1/+1
* Version 1.3 of the Python Unicode Integration proposal.Guido van Rossum2000-04-101-3/+4
* Added reference count information for Py_FindMethod().Fred Drake2000-04-101-0/+5
* Install the docs (with fewer rules).Guido van Rossum2000-04-101-54/+14
* Bunch of new names, mostly from patches and bugs mailing listsGuido van Rossum2000-04-101-1/+13
* 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