summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Text.__init__(): Make sure the data parameter is a string (8-bit orFred Drake2001-01-081-0/+2
* A few reformats; no logic changes.Tim Peters2001-01-081-9/+8
* Let's hope that three time's a charm...Guido van Rossum2001-01-081-3/+3
* 18 isn't a prime (duh).Tim Peters2001-01-081-1/+1
* Fiddled ms_getline_hack after talking w/ Guido: made clearer that theTim Peters2001-01-081-65/+67
* MS Win32 .readline() speedup, as discussed on Python-Dev. This is a trickyTim Peters2001-01-073-15/+245
* Tim noticed that I had botched get_line_raw(). Looking again, IGuido van Rossum2001-01-071-47/+30
* Add more regression tests, including for the import statement variations.Fred Drake2001-01-072-10/+60
* Fix problems with validation of import statement parse trees.Fred Drake2001-01-071-5/+24
* 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