summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Markup nit: OK and ERR should be marked \constant in running text.Fred Drake2001-01-041-3/+2
* Update documentation to include the new functions, and use the moreFred Drake2001-01-041-13/+40
* Description of long(): A string parameter is no longer required to beFred Drake2001-01-041-1/+1
* Add NotImplemented to the builtin module.Neil Schemenauer2001-01-041-0/+3
* Changes for PEP 208. PyObject_Compare has been rewritten. Instances noNeil Schemenauer2001-01-041-118/+139
* Make long a new style number type. Sequence repeat is now done hereNeil Schemenauer2001-01-041-76/+262
* Make int a new style number type. Sequence repeat is now done hereNeil Schemenauer2001-01-041-64/+116
* Make float a new style number type.Neil Schemenauer2001-01-041-42/+108
* Make instances a new style number type. See PEP 208 for details. InstanceNeil Schemenauer2001-01-041-184/+268
* Massive changes as per PEP 208. Read it for details.Neil Schemenauer2001-01-041-728/+318
* No more RCmp.Neil Schemenauer2001-01-041-22/+1
* Sequence repeat works now for in-place multiply with an integer typeNeil Schemenauer2001-01-041-4/+4
* __rcmp__ no longer gets called on instances. Remove the test for it.Neil Schemenauer2001-01-041-12/+1
* Numbers no longer compare smaller than all other types. Fix the onlyNeil Schemenauer2001-01-041-1/+2
* - Add nb_cmp slot for new style nubmers.Neil Schemenauer2001-01-041-0/+22
* Remove PyInstance_*BinOp functions.Neil Schemenauer2001-01-041-8/+0
* Document the NotImplemented object.Neil Schemenauer2001-01-041-0/+9
* Patch #103012: Update fpectlmodule for current glibc;Andrew M. Kuchling2001-01-041-0/+7
* Actually call the object with an __call__ method, instead of justJeremy Hylton2001-01-031-0/+1
* Revised implementation of CALL_FUNCTION and friends.Jeremy Hylton2001-01-031-296/+429
* Two new names.Guido van Rossum2001-01-031-0/+2
* New, improved README from Mike Clarkson. Wow!Guido van Rossum2001-01-031-20/+143
* dict_update has two boundary conditions: a.update(a) and a.update({})Jeremy Hylton2001-01-031-2/+2
* fix leakJeremy Hylton2001-01-031-1/+3
* This patch changes the default behaviour of the builtin charmapMarc-André Lemburg2001-01-0356-293/+424
* Use relative path for outputdir.Jack Jansen2001-01-031-1/+19
* Fixed a few declarations.Jack Jansen2001-01-034-19/+27
* Mark the "encoding" parameter to ExternalEntityParserCreate() as optionalFred Drake2001-01-031-1/+1
* struct.pack wants H for unsigned shorts, not h.Jack Jansen2001-01-031-1/+1
* Got rid of 68K support.Jack Jansen2001-01-032-59/+41
* Use == rather than cmp(). The return value of cmp() is not well defined whenNeil Schemenauer2001-01-032-128/+130
* Use numbers that can be accurately represented on binary machines. I hopeNeil Schemenauer2001-01-032-587/+587
* Do not cache <img> tags for navigation icons as agressively; this fixesFred Drake2001-01-021-31/+36
* Remove (unused) regex imports.Jack Jansen2001-01-022-2/+0
* Use re in stead of regex.Jack Jansen2001-01-023-31/+34
* Make the test program work outside IDLE.Guido van Rossum2001-01-021-6/+6
* Add forgotten importAndrew M. Kuchling2001-01-021-0/+1
* Duh. Instead of string.whitespace and string.digits, use isspace()Guido van Rossum2001-01-021-6/+5
* Improve description of else clause of the try/except/else statement.Fred Drake2001-01-021-6/+11
* Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2).Guido van Rossum2001-01-021-2/+1
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-024-0/+1346
* Add garbage collection for module objects. Closes patch #102939 andNeil Schemenauer2001-01-021-2/+27
* Updated for new universal headers (oops... this was loooong due).Jack Jansen2001-01-013-330/+1712
* Minor clarficiations in the dialogs about which errno file is wanted when (I ...Jack Jansen2001-01-011-2/+2
* New .mcp names for tkinter and imgmodules projects.Jack Jansen2001-01-011-2/+2
* Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>.Fred Drake2001-01-011-1/+1
* Patch by kragen@pobox.com: When tracing is turned on, lines shorterGuido van Rossum2001-01-011-0/+2
* Change documentation of 'else' clause of 'try/except' to make clear that itThomas Wouters2000-12-311-3/+5
* Replaced with .mcp projects in Extensions/ImagingJack Jansen2000-12-312-1/+0
* Added test case for legal DOM childrenAndrew M. Kuchling2000-12-312-2/+28