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
*
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
*
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
*
Remove StopPrint hack
Guido van Rossum
1991-06-07
1
-2/+0
*
printobject now returns an error code
Guido van Rossum
1991-06-07
4
-9/+14
*
printobject now returns an error code
Guido van Rossum
1991-06-07
10
-86/+70
*
Mention "-c command" option.
Guido van Rossum
1991-06-07
2
-4/+12
*
Add run_command() to implement "-c command".
Guido van Rossum
1991-06-07
1
-9/+73
*
Getpgrp() has a parameter, at least on BSD!
Guido van Rossum
1991-06-07
1
-1/+1
*
When printing an error message, don't choke if tok->buf is NULL.
Guido van Rossum
1991-06-07
1
-10/+14
*
Add marshalling for dictionaries.
Guido van Rossum
1991-06-07
1
-1/+33
*
Add "close" function parameter to newopenfileobject().
Guido van Rossum
1991-06-07
1
-1/+2
*
Export getdict2key() interface.
Guido van Rossum
1991-06-07
1
-0/+1
*
Simplified STDWIN initialization.
Guido van Rossum
1991-06-07
1
-49/+4
*
Added to list of bad filenames.
Guido van Rossum
1991-06-04
1
-1/+1
*
Initial revision
Guido van Rossum
1991-06-04
16
-0/+1007
*
Added getpgrp(); fixed buggy calls to getnoarg().
Guido van Rossum
1991-06-04
1
-2/+13
*
Declare errno, for prehistoric systems.
Guido van Rossum
1991-06-04
1
-0/+1
*
*** empty log message ***
Guido van Rossum
1991-06-04
5
-135/+164
*
Expoer "marshal" module.
Guido van Rossum
1991-06-04
1
-0/+3
*
Export newcodeobject() interface.
Guido van Rossum
1991-06-04
1
-0/+1
*
Export float_buf_repr() interface, for marshalling of floats.
Guido van Rossum
1991-06-04
1
-1/+1
*
Initial revision
Guido van Rossum
1991-06-04
2
-0/+373
*
Changed and exported newcodeobject() interface, for ".pyc" files.
Guido van Rossum
1991-06-04
1
-10/+9
*
Added fclose to newopenfileobject() calls.
Guido van Rossum
1991-06-04
1
-4/+4
*
Added popen().
Guido van Rossum
1991-06-04
1
-1/+37
*
Support ".pyc" files: cached compilation results.
Guido van Rossum
1991-06-04
1
-5/+72
*
Removed Think C 3.0 stuff and wish list.
Guido van Rossum
1991-06-04
1
-34/+1
*
In support of popen(), file objects are now parametrized with a close
Guido van Rossum
1991-06-04
1
-11/+32
*
Remove test for unimplemented sq_repeat method (see tupleobject comments)
Guido van Rossum
1991-06-04
1
-4/+0
*
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
*
Removed utimes() compatibility hack.
Guido van Rossum
1991-06-03
1
-1/+165
[next]