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 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
*
Set parskip to 0 in the table of content.
Guido van Rossum
1992-02-11
2
-4/+8
*
Initial revision
Guido van Rossum
1992-02-11
2
-0/+1374
*
Minor reorg.
Guido van Rossum
1992-02-11
1
-6/+8
*
Added ref and qua; forget about the Makefile
Guido van Rossum
1992-02-11
1
-19/+31
*
Initial revision
Guido van Rossum
1992-02-11
2
-0/+87
*
new syntax
Guido van Rossum
1992-02-11
10
-60/+60
*
Better check of input data?
Guido van Rossum
1992-02-11
1
-3/+13
*
standardized lay-out; new syntax.
Guido van Rossum
1992-02-11
1
-63/+78
*
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 uname. Made lstat/readlink/symlink unconditional (the latter
Guido van Rossum
1992-02-05
1
-10/+54
*
Fixed getargs() call in setfont.
Guido van Rossum
1992-02-05
1
-6/+10
*
Added stuff about classes and instances, plus some smaller changes.
Guido van Rossum
1992-01-29
2
-50/+136
*
Excitem now has only one argument.
Guido van Rossum
1992-01-29
2
-12/+14
*
Described some more standard types and statements.
Guido van Rossum
1992-01-28
2
-60/+608
*
Initial revision
Guido van Rossum
1992-01-27
9
-0/+913
*
Added MINHEIGHT. Use self.dict as environment for evaluation.
Guido van Rossum
1992-01-27
2
-6/+22
*
Added a method "format_stack_entry" to be used by derived classes.
Guido van Rossum
1992-01-27
1
-15/+22
*
Don't print repeated commands.
Guido van Rossum
1992-01-27
1
-1/+0
*
Rewritten to use bdb.Bdb as base class.
Guido van Rossum
1992-01-27
1
-286/+99
*
Adde getmargin() method to calculate the width of the margin.
Guido van Rossum
1992-01-27
2
-0/+6
*
Split in TextWindow and SourceWindow.
Guido van Rossum
1992-01-27
2
-48/+102
*
Split in a number of subtest for easy maintenance and continued Mac support.
Guido van Rossum
1992-01-27
1
-506/+20
*
Include modsupport.h for getargs().
Guido van Rossum
1992-01-27
2
-0/+2
*
Added getattr and setattr built-in functions.
Guido van Rossum
1992-01-27
1
-0/+36
*
Use getargs() function.
Guido van Rossum
1992-01-27
3
-62/+47
*
New getargs() function. Define macros with conventional names,
Guido van Rossum
1992-01-27
1
-0/+28
*
Cal get*Str*arg() instead of get*str*arg(), until the code is fixed.
Guido van Rossum
1992-01-27
1
-8/+10
*
Change prototypes decision.
Guido van Rossum
1992-01-27
1
-3/+8
*
Don't print "Unhandled exception: " when one occurs -- just print its name.
Guido van Rossum
1992-01-27
1
-0/+2
*
Ported to THINK C.
Guido van Rossum
1992-01-27
1
-2/+15
*
New getargs() function: a single varargs function,
Guido van Rossum
1992-01-27
1
-296/+187
*
Fix range error (doc and impl of re_search disagreed!)
Guido van Rossum
1992-01-27
1
-29/+32
*
Use getargs() function.
Guido van Rossum
1992-01-27
3
-373/+198
*
Retract the rage bugfix, but change the range assertion.
Guido van Rossum
1992-01-26
1
-1/+2
*
Add '*' for varargs list.
Guido van Rossum
1992-01-26
1
-1/+5
[next]