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
...
*
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
*
Move SEP to osdefs.h. Use MAXPATHLEN from osdefs.h.
Guido van Rossum
1992-02-26
1
-15/+2
*
Move printing of filename and lineno to tb_displayline.
Guido van Rossum
1992-02-26
1
-20/+45
*
Added execfile().
Guido van Rossum
1992-02-25
1
-0/+37
*
Use correct prototype for invert().
Guido van Rossum
1992-02-11
1
-1/+1
*
Get rid of comment about open().
Guido van Rossum
1992-02-05
1
-1/+1
*
Limit length of name passed to sprintf.
Guido van Rossum
1992-02-05
1
-1/+1
*
EOF in source is a SyntaxError, not an EOFError.
Guido van Rossum
1992-02-05
1
-1/+1
*
Get rid of "Unhandled exception: " altogether.
Guido van Rossum
1992-02-05
1
-3/+0
*
Added getattr and setattr built-in functions.
Guido van Rossum
1992-01-27
1
-0/+36
*
Don't print "Unhandled exception: " when one occurs -- just print its name.
Guido van Rossum
1992-01-27
1
-0/+2
*
New getargs() function: a single varargs function,
Guido van Rossum
1992-01-27
1
-296/+187
*
sysset(name, NULL) does nothing if sys.name is undefined
Guido van Rossum
1992-01-26
1
-2/+6
*
getbinaryname is now part of dl_loadmod.
Guido van Rossum
1992-01-26
1
-63/+2
*
Raise SyntaxError for syntax errors detected in this phase.
Guido van Rossum
1992-01-26
1
-12/+12
*
Added -d option (increments debugging variable); mostly to get rid
Guido van Rossum
1992-01-19
1
-3/+5
*
Use strtoul() for oct/hex constants.
Guido van Rossum
1992-01-19
1
-3/+11
*
Support for dynamic loading added.
Guido van Rossum
1992-01-19
1
-5/+132
*
If sys.trace is None, don't trace. For exceptions, only use
Guido van Rossum
1992-01-19
1
-6/+7
*
long_format() is now declared in longobject.h.
Guido van Rossum
1992-01-19
1
-5/+2
*
tb_here() can now get the lasti and lineno arguments from the frame.
Guido van Rossum
1992-01-14
1
-4/+2
*
Ensure that sys.argv[0] always exists (maybe as empty string).
Guido van Rossum
1992-01-14
1
-2/+6
*
New version from the net.
Guido van Rossum
1992-01-14
1
-17/+149
*
Don't depend on patchlevel.h.
Guido van Rossum
1992-01-14
1
-2/+0
*
Added varargs code.
Guido van Rossum
1992-01-14
1
-9/+28
*
Added UNPACK_VARARG code.
Guido van Rossum
1992-01-14
1
-0/+36
*
add READONLY to member list.
Guido van Rossum
1992-01-12
1
-4/+4
*
User trace feature.
Guido van Rossum
1992-01-12
1
-27/+162
*
Fix bug in assign_slice for negative index; used length of wrong object!
Guido van Rossum
1992-01-10
1
-1/+1
*
Stop option processing immediately after "-c command",
Guido van Rossum
1992-01-02
1
-12/+13
*
Raise SystemExit instead of calling goaway().
Guido van Rossum
1991-12-31
1
-6/+3
[prev]
[next]