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
*
use settrace() intreface
Guido van Rossum
1992-03-27
1
-5/+3
*
Document sys.settrace().
Guido van Rossum
1992-03-27
1
-2/+1
*
Guess tab size on the Mac from tab resource.
Guido van Rossum
1992-03-25
1
-0/+7
*
Commented out debug print statements; be a little more clever
Guido van Rossum
1992-03-25
2
-8/+20
*
*** empty log message ***
Guido van Rossum
1992-03-24
2
-667/+747
*
Use \include instead of \input.
Guido van Rossum
1992-03-24
2
-12/+14
*
Got rid of display_form() (same as show_form()).
Guido van Rossum
1992-03-24
1
-15/+0
*
Improved error handling.
Guido van Rossum
1992-03-23
1
-2/+19
*
Implemented show_choice(); moved items around a little bit.
Guido van Rossum
1992-03-23
1
-9/+47
*
Moved definition of search path DELIM here (from sysmodule.c).
Guido van Rossum
1992-03-23
1
-0/+9
*
Added settrace() and setprofile().
Guido van Rossum
1992-03-23
1
-13/+30
*
Added definitions of sys_trace and sys_profile
Guido van Rossum
1992-03-23
1
-0/+2
*
New trace implementation; and profile (in a similat vein).
Guido van Rossum
1992-03-23
1
-84/+109
*
*** empty log message ***
Guido van Rossum
1992-03-20
2
-18/+186
*
More functionality by Jack (untested by me)
Guido van Rossum
1992-03-18
1
-56/+53
*
Change the order in which Floatnumber and Intnumber are tried
Guido van Rossum
1992-03-16
1
-2/+3
*
Initial revision
Guido van Rossum
1992-03-15
1
-0/+138
*
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
*
Add interface to times(2).
Guido van Rossum
1992-03-12
1
-0/+49
*
Much simpler version, intended as a script.
Guido van Rossum
1992-03-06
1
-58/+25
*
Moved macros to myformat.sty.
Guido van Rossum
1992-03-06
2
-154/+0
*
Back to the Makefile...
Guido van Rossum
1992-03-06
1
-25/+13
*
_ can now be a normal character.
Guido van Rossum
1992-03-06
2
-6/+6
*
Moved macros here from lib.tex.
Guido van Rossum
1992-03-06
1
-8/+87
*
Completed missing parts. Restructured ch. 3/4 to Data and Execution
Guido van Rossum
1992-03-06
2
-392/+896
*
Skip leading whitespace of eval() string argument.
Guido van Rossum
1992-03-04
1
-1/+7
*
Allow NEWLINE* after eval input.
Guido van Rossum
1992-03-04
1
-1/+4
*
Append a NEWLINE token at the end of a file.
Guido van Rossum
1992-03-04
1
-0/+7
*
Initial revision
Guido van Rossum
1992-03-04
1
-0/+160
*
Set sys.last_{type,value} to characteristics of last unhandled exception.
Guido van Rossum
1992-03-04
1
-0/+2
*
Change error handling. Call clearerr() more often.
Guido van Rossum
1992-03-04
1
-15/+11
*
Tighten error handling of string printing.
Guido van Rossum
1992-03-04
1
-1/+5
*
Initial revision
Guido van Rossum
1992-03-02
6
-0/+259
*
Check for binaries and non-python scripts.
Guido van Rossum
1992-03-02
1
-0/+18
*
Added '-l[flags]' option.
Guido van Rossum
1992-03-02
1
-16/+25
*
Better intro; added some new scripts.
Guido van Rossum
1992-03-02
1
-3/+16
*
Completed execution model and try statement.
Guido van Rossum
1992-03-02
2
-60/+382
*
Use fnmatch; read ".xxcign" for additional patterns to ignore.
Guido van Rossum
1992-03-02
1
-13/+39
*
Initial revision
Guido van Rossum
1992-02-28
1
-0/+200
*
Added class VoutFile.
Guido van Rossum
1992-02-28
1
-31/+230
*
Get rid of RuntimeError.
Guido van Rossum
1992-02-26
1
-1/+1
*
Make tabs always 8 spaces wide -- it's more portable.
Guido van Rossum
1992-02-26
1
-6/+1
*
Addef gflush
Guido van Rossum
1992-02-26
1
-0/+1
*
Initial revision
Guido van Rossum
1992-02-26
1
-0/+43
*
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
*
Added a cache so that the slow parser isn't such a problem in practice.
Guido van Rossum
1992-02-19
2
-16/+250
*
Use correct prototype for invert().
Guido van Rossum
1992-02-11
1
-1/+1
[next]