summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Call the init function of a built-in module here.Guido van Rossum1991-02-191-2/+31
| | | | ,
* Turned the list of init calls into a table (see import.c).Guido van Rossum1991-02-191-25/+77
|
* Reversed min and max (to alphabetical order).Guido van Rossum1991-02-191-1/+1
|
* Hack to open resource fork on the Mac: open(filename, '*rb').Guido van Rossum1991-02-131-2/+10
|
* Add getdefwinpos, getdefwinsize;Guido van Rossum1991-02-131-3/+35
| | | | and improve mouse clipping for textedit blocks.
* Fix stringcompare when strings contain null bytes.Guido van Rossum1991-02-131-2/+6
|
* Updated to reflect the change to TeX.Guido van Rossum1991-01-251-27/+24
|
* Took out (di)troff references.Guido van Rossum1991-01-251-25/+7
| | | | Changed dependencies somewhat.
* Changed code environment into \bcode and \ecode macros.Guido van Rossum1991-01-251-18/+23
| | | | Learned a lot about these things.
* Changed code environment into \bcode and \ecode macros.Guido van Rossum1991-01-252-274/+234
| | | | | Small lay-out improvements. Took out a ref or two to "python -s".
* Changed \begin{code} and \end{code} into \bcode and \ecode.Guido van Rossum1991-01-252-92/+122
| | | | Small lay-out improvements.
* Better solution for code environment.Guido van Rossum1991-01-241-3/+8
|
* Small changes.Guido van Rossum1991-01-242-8/+8
|
* Most silly things fixed.Guido van Rossum1991-01-232-310/+342
|
* The parser module is now called paenlparser.Guido van Rossum1991-01-232-10/+10
|
* Added _reset and destroy methods.Guido van Rossum1991-01-232-6/+20
|
* Added XXX remarks.Guido van Rossum1991-01-232-0/+8
|
* Initial revisionGuido van Rossum1991-01-232-0/+140
|
* Made the move to TeX.Guido van Rossum1991-01-221-15/+40
|
* Initial revisionGuido van Rossum1991-01-223-0/+4054
|
* Small changes. Use description instead of list env.Guido van Rossum1991-01-222-74/+24
|
* Fix bug in input(); add comments to cases in compile().Guido van Rossum1991-01-211-7/+6
|
* File name shortening.Guido van Rossum1991-01-212-2/+2
|
* Removed 'dir' statement.Guido van Rossum1991-01-211-6/+7
| | | | Function call argument is a testlist instead of exprlist.
* Moved getcwd() hack to its own file.Guido van Rossum1991-01-211-21/+0
|
* Initial revisionGuido van Rossum1991-01-211-0/+35
|
* Made all configurable options optional (see Makefile).Guido van Rossum1991-01-181-5/+16
|
* Added pollevent(); returns None if no event available.Guido van Rossum1991-01-161-8/+38
| | | | Don't throw away key events with no window.
* Mac version now looks ahead in event queue instead of eating events.Guido van Rossum1991-01-161-10/+35
| | | | Much better!
* Initial revisionGuido van Rossum1991-01-112-0/+3158
|
* Changed bogus ref to textobject into xxobject.Guido van Rossum1991-01-021-1/+1
|
* Fixed a bit (still no warranties).Guido van Rossum1991-01-021-3/+16
|
* Think C 4.0 fixes a bug in 3.0 that we programmed around.Guido van Rossum1991-01-021-2/+2
|
* Add backward compatibility with -s.Guido van Rossum1991-01-021-1/+8
| | | | Add initregexp() call.
* Initial revisionGuido van Rossum1991-01-011-0/+44
|
* Initial revisionGuido van Rossum1991-01-012-0/+129
|
* Added explanatory comments.Guido van Rossum1991-01-011-6/+44
|
* Adapted to new cutbuffer interface.Guido van Rossum1990-12-262-8/+8
|
* Initial revisionGuido van Rossum1990-12-2611-0/+1377
|
* Fix bugf in index -- last char would not be checked.Guido van Rossum1990-12-262-2/+2
|
* Use stdwinevents instead of stdwinsupport.Guido van Rossum1990-12-262-2/+10
|
* Compensate stdwin bugGuido van Rossum1990-12-262-2/+6
|
* *** empty log message ***Guido van Rossum1990-12-262-2/+2
|
* Unimportant changes.Guido van Rossum1990-12-262-18/+24
|
* Comment changes.Guido van Rossum1990-12-262-2/+18
|
* Changes for THINK C 4.0.Guido van Rossum1990-12-202-3/+14
|
* Return -1 for errors.Guido van Rossum1990-12-203-3/+3
|
* Changes for THINK C 4.0.Guido van Rossum1990-12-201-9/+11
| | | | Don't call inittime() and initmath(), let config_*.c decide about those.
* Changess for THINK C 4.0.Guido van Rossum1990-12-201-2/+2
|
* Add <errno.h>.Guido van Rossum1990-12-201-0/+5
|