summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use fnmatch; read ".xxcign" for additional patterns to ignore.Guido van Rossum1992-03-021-13/+39
|
* Initial revisionGuido van Rossum1992-02-281-0/+200
|
* Added class VoutFile.Guido van Rossum1992-02-281-31/+230
| | | | | | Added rgb8 support. Added cache of frame offsets to VinFile. Misc hacks to grab rgb8 data.
* Get rid of RuntimeError.Guido van Rossum1992-02-261-1/+1
|
* Make tabs always 8 spaces wide -- it's more portable.Guido van Rossum1992-02-261-6/+1
|
* Addef gflushGuido van Rossum1992-02-261-0/+1
|
* Initial revisionGuido van Rossum1992-02-261-0/+43
|
* Move SEP to osdefs.h. Use MAXPATHLEN from osdefs.h.Guido van Rossum1992-02-261-15/+2
|
* Move printing of filename and lineno to tb_displayline.Guido van Rossum1992-02-261-20/+45
| | | | | Search sys.path if the filename isn't found. Include osdefs.h.
* Added execfile().Guido van Rossum1992-02-251-0/+37
|
* Added a cache so that the slow parser isn't such a problem in practice.Guido van Rossum1992-02-192-16/+250
|
* Use correct prototype for invert().Guido van Rossum1992-02-111-1/+1
|
* Set parskip to 0 in the table of content.Guido van Rossum1992-02-112-4/+8
|
* Initial revisionGuido van Rossum1992-02-112-0/+1374
|
* Minor reorg.Guido van Rossum1992-02-111-6/+8
|
* Added ref and qua; forget about the MakefileGuido van Rossum1992-02-111-19/+31
|
* Initial revisionGuido van Rossum1992-02-112-0/+87
|
* new syntaxGuido van Rossum1992-02-1110-60/+60
|
* Better check of input data?Guido van Rossum1992-02-111-3/+13
|
* standardized lay-out; new syntax.Guido van Rossum1992-02-111-63/+78
|
* Get rid of comment about open().Guido van Rossum1992-02-051-1/+1
|
* Limit length of name passed to sprintf.Guido van Rossum1992-02-051-1/+1
|
* EOF in source is a SyntaxError, not an EOFError.Guido van Rossum1992-02-051-1/+1
|
* Get rid of "Unhandled exception: " altogether.Guido van Rossum1992-02-051-3/+0
|
* Added uname. Made lstat/readlink/symlink unconditional (the latterGuido van Rossum1992-02-051-10/+54
| | | | two raise posix.error if symlinks aren't supported).
* Fixed getargs() call in setfont.Guido van Rossum1992-02-051-6/+10
| | | | Improved setwincursor() to allow None to explicitly turn the cursor off.
* Added stuff about classes and instances, plus some smaller changes.Guido van Rossum1992-01-292-50/+136
|
* Excitem now has only one argument.Guido van Rossum1992-01-292-12/+14
|
* Described some more standard types and statements.Guido van Rossum1992-01-282-60/+608
|
* Initial revisionGuido van Rossum1992-01-279-0/+913
|
* Added MINHEIGHT. Use self.dict as environment for evaluation.Guido van Rossum1992-01-272-6/+22
|
* Added a method "format_stack_entry" to be used by derived classes.Guido van Rossum1992-01-271-15/+22
| | | | Forget about the temp file.
* Don't print repeated commands.Guido van Rossum1992-01-271-1/+0
|
* Rewritten to use bdb.Bdb as base class.Guido van Rossum1992-01-271-286/+99
|
* Adde getmargin() method to calculate the width of the margin.Guido van Rossum1992-01-272-0/+6
|
* Split in TextWindow and SourceWindow.Guido van Rossum1992-01-272-48/+102
| | | | Count lines in Python.
* Split in a number of subtest for easy maintenance and continued Mac support.Guido van Rossum1992-01-271-506/+20
|
* Include modsupport.h for getargs().Guido van Rossum1992-01-272-0/+2
|
* Added getattr and setattr built-in functions.Guido van Rossum1992-01-271-0/+36
|
* Use getargs() function.Guido van Rossum1992-01-273-62/+47
|
* New getargs() function. Define macros with conventional names,Guido van Rossum1992-01-271-0/+28
| | | | except get*str*arg --> get*Str*arg; get*str*arg fetches a C string.
* Cal get*Str*arg() instead of get*str*arg(), until the code is fixed.Guido van Rossum1992-01-271-8/+10
|
* Change prototypes decision.Guido van Rossum1992-01-271-3/+8
|
* Don't print "Unhandled exception: " when one occurs -- just print its name.Guido van Rossum1992-01-271-0/+2
|
* Ported to THINK C.Guido van Rossum1992-01-271-2/+15
|
* New getargs() function: a single varargs function,Guido van Rossum1992-01-271-296/+187
| | | | guided by a format string, makes all get*arg() functions unnecessary.
* Fix range error (doc and impl of re_search disagreed!)Guido van Rossum1992-01-271-29/+32
| | | | | Use getargs() function. Drop re_string from re object.
* Use getargs() function.Guido van Rossum1992-01-273-373/+198
|
* Retract the rage bugfix, but change the range assertion.Guido van Rossum1992-01-261-1/+2
|
* Add '*' for varargs list.Guido van Rossum1992-01-261-1/+5
|