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
*
Give code objects a more useful representation.
Guido van Rossum
1992-09-03
1
-1/+18
*
Add some debugging features if DEBUG defined
Guido van Rossum
1992-09-03
1
-0/+10
*
Add sys.exitfunc feature. Make askync non-static.
Guido van Rossum
1992-09-03
1
-1/+20
*
Add $PYTHONSTARTUP feature.
Guido van Rossum
1992-09-03
1
-0/+10
*
Add an optional interface to turn malloc debugging on and off.
Guido van Rossum
1992-09-03
1
-0/+21
*
newest version
Sjoerd Mullender
1992-09-02
1
-91/+0
*
adapted SV module to the new svideo library.
Sjoerd Mullender
1992-09-02
1
-0/+91
*
suppress unnecessary error message if too many arguments are passed
Guido van Rossum
1992-08-27
1
-2/+5
*
fix *serious* (new) bug in testbool: by default objects should test
Guido van Rossum
1992-08-19
1
-1/+1
*
fix *serious* (new) bug in evalfile: forgot to initialize s!!!
Guido van Rossum
1992-08-19
1
-0/+1
*
New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()
Guido van Rossum
1992-08-17
2
-90/+229
*
use getargs() in more cases;
Guido van Rossum
1992-08-14
1
-63/+48
*
check for embedded \0 in strings for z and s formats
Guido van Rossum
1992-08-14
1
-2/+13
*
* classobject.[ch], {float,long,int}object.c, bltinmodule.c:
Guido van Rossum
1992-08-14
2
-36/+31
*
Changes so that user-defined classes can implement operations invoked
Guido van Rossum
1992-08-12
2
-32/+109
*
To ignore a call, cast it to (void), not to (void *)...
Guido van Rossum
1992-08-12
1
-1/+1
*
* Makefile: cosmetics
Guido van Rossum
1992-08-05
6
-48/+40
*
* Makefile adapted to changes below.
Guido van Rossum
1992-08-04
4
-384/+783
*
sysmodule.c: calling sys.settrace() or sys.setprofile() without
Guido van Rossum
1992-06-19
1
-2/+2
*
Removed confusing, incorrect comment.
Guido van Rossum
1992-06-03
1
-1/+1
*
Added new types to setattr() as well...
Guido van Rossum
1992-06-03
1
-0/+52
*
Added parameter decls to do_mkvalue for non-template machines
Guido van Rossum
1992-05-15
1
-1/+4
*
Merged with Steve Miale's version
Guido van Rossum
1992-04-13
1
-79/+145
*
Added mkvalue() function
Guido van Rossum
1992-04-13
1
-0/+127
*
Test for NULL coming out of err_get() in call_exc_trace()
Guido van Rossum
1992-04-09
1
-0/+4
*
reverse sense of test for CHECKEXC
Guido van Rossum
1992-04-08
1
-1/+1
*
Arg of cmp_outcome becomes an int for portability to the Mac
Guido van Rossum
1992-04-06
1
-3/+3
*
Don't use NULL as 0 int!
Guido van Rossum
1992-04-06
1
-1/+1
*
Latest gramamr
Guido van Rossum
1992-04-06
1
-132/+130
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
12
-12/+12
*
Only * can be used for varargs argument lists
Guido van Rossum
1992-04-05
1
-4/+8
*
(Hopefully) fix bug in reference count in call_exc_trace()
Guido van Rossum
1992-04-05
1
-12/+7
*
Fix reference counts of sys_trace and sys_profile
Guido van Rossum
1992-04-05
1
-3/+7
*
tightened try statement syntax
Guido van Rossum
1992-03-31
1
-10/+22
*
fix HUGE and MAXVAL (suggested by Tim Peters)
Guido van Rossum
1992-03-27
1
-2/+2
*
lint
Guido van Rossum
1992-03-27
1
-2/+0
*
lint (added prototypes for all static fns)
Guido van Rossum
1992-03-27
1
-29/+34
*
fix what lint found
Guido van Rossum
1992-03-27
1
-16/+8
*
Shut up lint
Guido van Rossum
1992-03-27
1
-0/+2
*
Shut up lint.
Guido van Rossum
1992-03-27
1
-2/+2
*
Add -v option (verbose) and get rid of finaloutput() function (unused)
Guido van Rossum
1992-03-27
1
-11/+8
*
Print messages about where from modules are imported when -v is given.
Guido van Rossum
1992-03-27
1
-2/+27
*
*** empty log message ***
Guido van Rossum
1992-03-24
1
-605/+703
*
Added settrace() and setprofile().
Guido van Rossum
1992-03-23
1
-13/+30
*
New trace implementation; and profile (in a similat vein).
Guido van Rossum
1992-03-23
1
-84/+109
*
Totally get rid of silly '\E' escape.
Guido van Rossum
1992-03-12
1
-3/+0
*
Strip leading whitespace from input().
Guido van Rossum
1992-03-12
1
-0/+4
*
Skip leading whitespace of eval() string argument.
Guido van Rossum
1992-03-04
1
-1/+7
*
Set sys.last_{type,value} to characteristics of last unhandled exception.
Guido van Rossum
1992-03-04
1
-0/+2
*
Tighten error handling of string printing.
Guido van Rossum
1992-03-04
1
-1/+5
[next]