summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This patch adds a new feature to the builtin charmap codec:Marc-André Lemburg2001-01-062-0/+66
* This patch adds a new feature to the builtin charmap codec:Marc-André Lemburg2001-01-061-8/+48
* Added "repeat.py" -- repeatedly execute a shell command (likeGuido van Rossum2001-01-052-7/+64
* Configuration test for working getc_unlocked() (and flockfile() andGuido van Rossum2001-01-054-4/+64
* Speed it up by using readlines(sizehint). It's still slower thanGuido van Rossum2001-01-051-10/+39
* Restructured get_line() for clarity and speed.Guido van Rossum2001-01-051-66/+59
* Clarification of new bisect module functions.Tim Peters2001-01-051-1/+2
* Update explanation of the set_location() method to indicate that inFred Drake2001-01-051-1/+7
* Add test cases based on RFC 1808. So now we actually have a test suiteFred Drake2001-01-052-0/+106
* urlunparse(): Do not add a leading slash to the path if it is empty.Fred Drake2001-01-051-6/+12
* Fix signed/unsigned wng. Unfortunately, (unsigned char) << intTim Peters2001-01-051-2/+2
* When a PyCFunction that takes only positional parameters is called withFred Drake2001-01-043-19/+41
* Recognize pyc files even if they don't end in pyc.Martin v. Löwis2001-01-042-7/+41
* Fix the bugfix for SF bug #127151 -- make sure we map "previous_page" toFred Drake2001-01-041-0/+7
* __rcmp__() description: Changed to indicate that this is no longerFred Drake2001-01-041-8/+1
* Based on comments from Guido, do not describe bisect() and insert() asFred Drake2001-01-041-5/+5
* Markup nit: Command line options should be marked with \programopt.Fred Drake2001-01-041-15/+17
* Markup nit: Command line options should be marked with \programopt.Fred Drake2001-01-041-2/+2
* Fix typo spotted by Detlef Lannert <lannert@users.sourceforge.net>.Fred Drake2001-01-041-1/+1
* Added information about the interaction of opening a file in append modeFred Drake2001-01-041-1/+6
* 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