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
*
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
*
Swapped list_ass_item and list_ass_slice to satisfy Standard C.
Guido van Rossum
1991-04-03
1
-18/+18
*
Optimized stringitem.
Guido van Rossum
1991-03-06
1
-1/+13
*
Added repeat (for list*integet).
Guido van Rossum
1991-03-06
1
-1/+99
*
Fixed read() and readline() to do arbitrarily long reads.
Guido van Rossum
1991-03-06
1
-37/+178
*
Added copyright notice.
Guido van Rossum
1991-02-19
14
-0/+336
*
Hack to open resource fork on the Mac: open(filename, '*rb').
Guido van Rossum
1991-02-13
1
-2/+10
*
Fix stringcompare when strings contain null bytes.
Guido van Rossum
1991-02-13
1
-2/+6
*
Changed bogus ref to textobject into xxobject.
Guido van Rossum
1991-01-02
1
-1/+1
*
Fixed a bit (still no warranties).
Guido van Rossum
1991-01-02
1
-3/+16
*
Think C 4.0 fixes a bug in 3.0 that we programmed around.
Guido van Rossum
1991-01-02
1
-2/+2
*
Return -1 for errors.
Guido van Rossum
1990-12-20
2
-2/+2
*
Added <errno.h>
Guido van Rossum
1990-12-20
1
-0/+5
*
"Compiling" version
Guido van Rossum
1990-12-20
13
-278/+449
*
Function objects no longer contain a parse tree node, but intermediate
Guido van Rossum
1990-11-18
1
-38/+13
*
Fix wrong #ifdef.
Guido van Rossum
1990-11-18
1
-1/+1
*
Fixed resizestring() to work if reference tracing is turned on.
Guido van Rossum
1990-11-18
1
-6/+13
*
Moved prototyes for fmod and pow, and don't use them for THINK C.
Guido van Rossum
1990-11-02
1
-2/+5
*
Removed redundant prototype for err_nomem().
Guido van Rossum
1990-11-02
1
-2/+4
*
Added external interface to sort a list.
Guido van Rossum
1990-10-30
1
-0/+15
*
Added some prototypes.
Guido van Rossum
1990-10-30
1
-2/+2
*
Added getmodulename() public interface.
Guido van Rossum
1990-10-26
1
-0/+11
*
Fix zero division checks: return if it occurs!
Guido van Rossum
1990-10-26
1
-3/+3
[next]