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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed some interfaces after error reports from Liberte.
Guido van Rossum
1991-08-16
1
-3/+51
*
Added initfl() call when USE_FL is define.
Guido van Rossum
1991-08-16
1
-0/+6
*
Use dmore dict2lookup.
Guido van Rossum
1991-08-16
1
-3/+6
*
Reflect changed file name in comments.
Guido van Rossum
1991-08-16
1
-1/+1
*
Changed many calls to dict stufff to dict2 variants.
Guido van Rossum
1991-08-16
1
-31/+35
*
Change getbuiltin interface to get the name as an object.
Guido van Rossum
1991-08-16
1
-1/+1
*
Change getbuiltin interface to get the name as an object;
Guido van Rossum
1991-08-16
1
-2/+2
*
Fixed almost all list errors.
Guido van Rossum
1991-08-08
1
-16/+20
*
Lots of cosmetic changes.
Guido van Rossum
1991-08-08
1
-310/+325
*
Adde get_mouse and find_first/find_last (by robertl)
Guido van Rossum
1991-08-08
1
-0/+72
*
Initial revision
Guido van Rossum
1991-08-07
1
-0/+2177
*
All mac compilers now use 1904 as the Epoch...
Guido van Rossum
1991-07-27
1
-6/+4
*
Completely ignore lines with only a newline token on them, except
Guido van Rossum
1991-07-27
1
-25/+47
*
Added getxwindowin() method
Guido van Rossum
1991-07-27
1
-0/+14
*
Add gethostname() and s.avail().
Guido van Rossum
1991-07-27
1
-3/+52
*
Ignore SIGPIPE when we've opened a pipe
Guido van Rossum
1991-07-27
1
-0/+3
*
Check for write errors after printing a value
Guido van Rossum
1991-07-27
1
-2/+10
*
Support for long integers
Guido van Rossum
1991-07-27
1
-0/+4
*
Add some err_errno calls that were missing
Guido van Rossum
1991-07-27
1
-3/+3
*
New syntax
Guido van Rossum
1991-07-27
1
-32/+35
*
New grammar (semicolons, continue, no multiple NEWLINES)
Guido van Rossum
1991-07-27
1
-538/+577
*
New syntax: semicolons, continue statement.
Guido van Rossum
1991-07-27
1
-21/+123
*
Support for long integers
Guido van Rossum
1991-07-27
2
-28/+18
*
Added call_object interface
Guido van Rossum
1991-07-27
1
-0/+2
*
Add interface to call a Python function (or other callable) object
Guido van Rossum
1991-07-27
1
-0/+13
*
Change treatment of multiple NEWLINES
Guido van Rossum
1991-07-27
1
-1/+4
*
Call printobject instead of fwrite to print strings.
Guido van Rossum
1991-07-22
1
-2/+2
*
Added 'continue', semicolons and dictionary displays.
Guido van Rossum
1991-07-17
1
-15/+24
*
The print operation now returns status!
Guido van Rossum
1991-07-01
1
-1/+2
*
Connection sockets now have the proper family/type/proto values.
Guido van Rossum
1991-07-01
1
-5/+8
*
Fixed confusing error message (open should be popen)
Guido van Rossum
1991-07-01
1
-1/+1
*
Change cmpobject() to coerce numerical values before comparing them
Guido van Rossum
1991-07-01
1
-2/+17
*
Added getintintintarg() (3 int args)
Guido van Rossum
1991-07-01
1
-0/+15
*
Reorganized somewhat to make it really work on Think C.
Guido van Rossum
1991-07-01
1
-10/+5
*
Support socket module
Guido van Rossum
1991-07-01
1
-0/+7
*
Check for identical types before comparing objects to see if they
Guido van Rossum
1991-07-01
1
-1/+1
*
Call coerce() in arithmetic operations, to support mixed mode arithmetic
Guido van Rossum
1991-07-01
1
-12/+46
*
Add and use coerce() routine for mixed mode arithmetic
Guido van Rossum
1991-07-01
1
-17/+76
*
Initial revision
Guido van Rossum
1991-07-01
6
-0/+361
*
Use posix.popen to read output from a command instead if command.get*.
Guido van Rossum
1991-07-01
1
-9/+11
*
Renamed path.cat to path.join.
Guido van Rossum
1991-07-01
3
-5/+5
*
Strip redundant -P from arguments; only print 'ahead' count
Guido van Rossum
1991-07-01
1
-7/+13
*
Add options -amc; do lstat if possible; columnize properly.
Guido van Rossum
1991-07-01
1
-10/+38
*
Many changes to the interface, and added comments.
Guido van Rossum
1991-06-27
1
-78/+326
*
Initial revision
Guido van Rossum
1991-06-25
1
-0/+494
*
Generalize to macintosh.
Guido van Rossum
1991-06-24
6
-24/+34
*
Define 'macintosh' if THINK_C is defined.
Guido van Rossum
1991-06-24
1
-0/+4
*
Don't use printobject() to print a string (filename).
Guido van Rossum
1991-06-24
1
-7/+10
*
Generalize to macintosh; forget Think 3.0.
Guido van Rossum
1991-06-24
1
-8/+9
*
Apparently MPW has power() instead of pow().
Guido van Rossum
1991-06-24
1
-0/+4
[next]