summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Change error messages for impossible assignment slightly.Guido van Rossum1991-12-241-2/+4
* Fix assignment of a list to a slice of itself.Guido van Rossum1991-12-241-1/+10
* Added message to EOFError.Guido van Rossum1991-12-241-1/+2
* Explicitly check for weird values after calling pow().Guido van Rossum1991-12-161-0/+9
* Add "varargs" attribute.Guido van Rossum1991-12-161-5/+20
* Use new exceptions.Guido van Rossum1991-12-104-28/+18
* Use IOError.Guido van Rossum1991-12-101-1/+1
* Use AttributeError.Guido van Rossum1991-12-101-1/+1
* Improved exceptions.Guido van Rossum1991-12-101-13/+15
* Formulate better error strings.Guido van Rossum1991-12-101-5/+5
* The cl_bases member of a class object is now never NULL.Guido van Rossum1991-12-101-8/+15
* Made the sign use one's complement; implemented shifting and masking operators.Guido van Rossum1991-11-191-83/+413
* Deleted unused local variable.Guido van Rossum1991-11-191-1/+0
* Call write(fileno(fp), ...) instead of fwrite for LARGE writes.Guido van Rossum1991-11-121-1/+11
* Added shift and mask ops.Guido van Rossum1991-10-241-1/+107
* Changed convert to add '0' or '0x' prefix for oct/hex.Guido van Rossum1991-10-241-2/+15
* Added NULL function pointers for shift and mask ops.Guido van Rossum1991-10-241-0/+6
* Implemented __methods__ attributeGuido van Rossum1991-10-201-0/+27
* Added count() method.Guido van Rossum1991-10-201-8/+24
* Finally implemented divmod().Guido van Rossum1991-10-201-3/+25
* Add several secret __*__ attributesGuido van Rossum1991-10-201-9/+50
* getlonglongargs --> getlonglongargGuido van Rossum1991-09-101-1/+1
* Check for write errors after printing a valueGuido van Rossum1991-07-271-2/+10
* The print operation now returns status!Guido van Rossum1991-07-011-1/+2
* Change cmpobject() to coerce numerical values before comparing themGuido van Rossum1991-07-011-2/+17
* printobject now returns an error codeGuido van Rossum1991-06-071-6/+7
* printobject now returns an error codeGuido van Rossum1991-06-071-3/+5
* printobject now returns an error codeGuido van Rossum1991-06-078-79/+58
* Export float_buf_repr() interface, for marshalling of floats.Guido van Rossum1991-06-041-1/+1
* In support of popen(), file objects are now parametrized with a closeGuido van Rossum1991-06-041-11/+32
* Fix comments in string_as_sequenceGuido van Rossum1991-06-041-7/+7
* Finally implement tuple*number. From now on all sequence typesGuido van Rossum1991-06-041-1/+33
* Added dnewlongobject(), function to convert double to long int.Guido van Rossum1991-06-031-0/+39
* Call clearerr() after EOF seen.Guido van Rossum1991-06-031-0/+1
* Fix off-by-one error in long_repr.Guido van Rossum1991-05-281-5/+50
* Fix special cases in pow()Guido van Rossum1991-05-281-0/+12
* Many small changesGuido van Rossum1991-05-141-17/+48
* Added nonzero testGuido van Rossum1991-05-141-0/+8
* Added nonzero testGuido van Rossum1991-05-141-0/+8
* Enabled (and fixed) newvarobject()Guido van Rossum1991-05-051-5/+1
* Initial revisionGuido van Rossum1991-05-051-0/+900
* Added divmod and abs, fixed negative powersGuido van Rossum1991-05-051-18/+70
* Added (dummy) divmod and (functional) abs.Guido van Rossum1991-05-051-10/+37
* Renamed class methods to instance methods (which they are)Guido van Rossum1991-05-051-59/+59
* Add warning about Lambert's bug.Guido van Rossum1991-04-161-0/+3
* Rename class methods to instance methods (at least where user-visible)Guido van Rossum1991-04-161-3/+3
* Added external interface to readline, for raw_input().Guido van Rossum1991-04-041-34/+71
* Optimized single-character strings gotten from s[i].Guido van Rossum1991-04-041-13/+23
* Added 'softspace' interface to replace 'needspace' printing hack.Guido van Rossum1991-04-041-1/+18
* Change ugly 'class member' to more normal 'instance'.Guido van Rossum1991-04-041-19/+19