index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change error messages for impossible assignment slightly.
Guido van Rossum
1991-12-24
1
-2/+4
*
Fix assignment of a list to a slice of itself.
Guido van Rossum
1991-12-24
1
-1/+10
*
Added message to EOFError.
Guido van Rossum
1991-12-24
1
-1/+2
*
Explicitly check for weird values after calling pow().
Guido van Rossum
1991-12-16
1
-0/+9
*
Add "varargs" attribute.
Guido van Rossum
1991-12-16
1
-5/+20
*
Use new exceptions.
Guido van Rossum
1991-12-10
4
-28/+18
*
Use IOError.
Guido van Rossum
1991-12-10
1
-1/+1
*
Use AttributeError.
Guido van Rossum
1991-12-10
1
-1/+1
*
Improved exceptions.
Guido van Rossum
1991-12-10
1
-13/+15
*
Formulate better error strings.
Guido van Rossum
1991-12-10
1
-5/+5
*
The cl_bases member of a class object is now never NULL.
Guido van Rossum
1991-12-10
1
-8/+15
*
Made the sign use one's complement; implemented shifting and masking operators.
Guido van Rossum
1991-11-19
1
-83/+413
*
Deleted unused local variable.
Guido van Rossum
1991-11-19
1
-1/+0
*
Call write(fileno(fp), ...) instead of fwrite for LARGE writes.
Guido van Rossum
1991-11-12
1
-1/+11
*
Added shift and mask ops.
Guido van Rossum
1991-10-24
1
-1/+107
*
Changed convert to add '0' or '0x' prefix for oct/hex.
Guido van Rossum
1991-10-24
1
-2/+15
*
Added NULL function pointers for shift and mask ops.
Guido van Rossum
1991-10-24
1
-0/+6
*
Implemented __methods__ attribute
Guido van Rossum
1991-10-20
1
-0/+27
*
Added count() method.
Guido van Rossum
1991-10-20
1
-8/+24
*
Finally implemented divmod().
Guido van Rossum
1991-10-20
1
-3/+25
*
Add several secret __*__ attributes
Guido van Rossum
1991-10-20
1
-9/+50
*
getlonglongargs --> getlonglongarg
Guido van Rossum
1991-09-10
1
-1/+1
*
Check for write errors after printing a value
Guido van Rossum
1991-07-27
1
-2/+10
*
The print operation now returns status!
Guido van Rossum
1991-07-01
1
-1/+2
*
Change cmpobject() to coerce numerical values before comparing them
Guido van Rossum
1991-07-01
1
-2/+17
*
printobject now returns an error code
Guido van Rossum
1991-06-07
1
-6/+7
*
printobject now returns an error code
Guido van Rossum
1991-06-07
1
-3/+5
*
printobject now returns an error code
Guido van Rossum
1991-06-07
8
-79/+58
*
Export float_buf_repr() interface, for marshalling of floats.
Guido van Rossum
1991-06-04
1
-1/+1
*
In support of popen(), file objects are now parametrized with a close
Guido van Rossum
1991-06-04
1
-11/+32
*
Fix comments in string_as_sequence
Guido van Rossum
1991-06-04
1
-7/+7
*
Finally implement tuple*number. From now on all sequence types
Guido van Rossum
1991-06-04
1
-1/+33
*
Added dnewlongobject(), function to convert double to long int.
Guido van Rossum
1991-06-03
1
-0/+39
*
Call clearerr() after EOF seen.
Guido van Rossum
1991-06-03
1
-0/+1
*
Fix off-by-one error in long_repr.
Guido van Rossum
1991-05-28
1
-5/+50
*
Fix special cases in pow()
Guido van Rossum
1991-05-28
1
-0/+12
*
Many small changes
Guido van Rossum
1991-05-14
1
-17/+48
*
Added nonzero test
Guido van Rossum
1991-05-14
1
-0/+8
*
Added nonzero test
Guido van Rossum
1991-05-14
1
-0/+8
*
Enabled (and fixed) newvarobject()
Guido van Rossum
1991-05-05
1
-5/+1
*
Initial revision
Guido van Rossum
1991-05-05
1
-0/+900
*
Added divmod and abs, fixed negative powers
Guido van Rossum
1991-05-05
1
-18/+70
*
Added (dummy) divmod and (functional) abs.
Guido van Rossum
1991-05-05
1
-10/+37
*
Renamed class methods to instance methods (which they are)
Guido van Rossum
1991-05-05
1
-59/+59
*
Add warning about Lambert's bug.
Guido van Rossum
1991-04-16
1
-0/+3
*
Rename class methods to instance methods (at least where user-visible)
Guido van Rossum
1991-04-16
1
-3/+3
*
Added external interface to readline, for raw_input().
Guido van Rossum
1991-04-04
1
-34/+71
*
Optimized single-character strings gotten from s[i].
Guido van Rossum
1991-04-04
1
-13/+23
*
Added 'softspace' interface to replace 'needspace' printing hack.
Guido van Rossum
1991-04-04
1
-1/+18
*
Change ugly 'class member' to more normal 'instance'.
Guido van Rossum
1991-04-04
1
-19/+19
[next]