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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use fileobject's filegetline() to implement unlimited raw_input().
Guido van Rossum
1991-04-04
1
-19/+1
*
Added isatty() for MPW.
Guido van Rossum
1991-04-04
1
-0/+10
*
Added error checking for numeric constants; added local/global variable
Guido van Rossum
1991-04-04
1
-4/+112
*
Moved support functions after main function; added prototypes;
Guido van Rossum
1991-04-04
1
-572/+617
*
Moved get*doublearg() routines here from mathmodule.c
Guido van Rossum
1991-04-03
1
-0/+29
*
Added forward declaration (to satisfy Standard C).
Guido van Rossum
1991-04-03
1
-0/+3
*
Create code string with initial size of 1000 instead of 0.
Guido van Rossum
1991-04-03
1
-1/+1
*
Define and use GETNAMEV macro.
Guido van Rossum
1991-04-03
1
-2/+3
*
Include patchlevel.h (to ensure it is distributed with the rest).
Guido van Rossum
1991-03-06
1
-0/+2
*
Added copyright notice.
Guido van Rossum
1991-02-19
15
-0/+360
*
Added version that opens a pipe to /bin/pwd.
Guido van Rossum
1991-02-19
1
-4/+47
*
Call the init function of a built-in module here.
Guido van Rossum
1991-02-19
1
-2/+31
*
Reversed min and max (to alphabetical order).
Guido van Rossum
1991-02-19
1
-1/+1
*
Fix bug in input(); add comments to cases in compile().
Guido van Rossum
1991-01-21
1
-7/+6
*
File name shortening.
Guido van Rossum
1991-01-21
2
-2/+2
*
Initial revision
Guido van Rossum
1991-01-21
1
-0/+35
*
Return -1 for errors.
Guido van Rossum
1990-12-20
1
-1/+1
*
Changes for THINK C 4.0.
Guido van Rossum
1990-12-20
1
-9/+11
*
Changed include of <errno.h>
Guido van Rossum
1990-12-20
1
-2/+5
*
Change div() into divide(); div() is a Standard C function.
Guido van Rossum
1990-12-20
1
-2/+2
*
"Compiling" version
Guido van Rossum
1990-12-20
11
-1308/+2229
*
Empty all modules' symbol tables, so most circular references are
Guido van Rossum
1990-11-18
1
-6/+41
*
Some extra DECREFs.
Guido van Rossum
1990-11-18
1
-3/+9
*
Add extra DECREF.
Guido van Rossum
1990-11-18
1
-0/+1
*
Compile class definitions.
Guido van Rossum
1990-11-18
1
-27/+176
*
Free parse tree after compiling.
Guido van Rossum
1990-11-18
1
-169/+171
*
Moved configuration-dependent initializations (etc.) to config_*.c
Guido van Rossum
1990-11-18
1
-154/+9
*
Initial revision
Guido van Rossum
1990-11-18
2
-0/+3097
*
Reformulated err_badarg error message.
Guido van Rossum
1990-11-09
1
-1/+1
*
Added provision for THINK C which doesn't have sys_nerrors or sys_errlist.
Guido van Rossum
1990-11-02
1
-1/+6
*
Added prototype for strerror.
Guido van Rossum
1990-11-02
1
-0/+2
*
removed dir statement. Function arguments may now be tests.
Guido van Rossum
1990-10-26
1
-487/+463
*
Added reload() functionality.
Guido van Rossum
1990-10-26
1
-21/+66
*
Added intobject.h and tupleobject.h includes.
Guido van Rossum
1990-10-26
1
-0/+2
*
Added err_badcall().
Guido van Rossum
1990-10-21
1
-0/+6
*
Call asa_done() in goaway().
Guido van Rossum
1990-10-14
1
-0/+7
*
Move err_badarg() and err_nomme() to errors.c.
Guido van Rossum
1990-10-14
1
-16/+0
*
Adde dconvenience functions.
Guido van Rossum
1990-10-14
1
-0/+31
*
Initial revision
Guido van Rossum
1990-10-14
9
-0/+2722