summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Copyright for 1992 addedGuido van Rossum1992-04-0510-10/+10
|
* Don't define DO_TIMES (now in posixmodule.c)Guido van Rossum1992-04-051-9/+1
|
* Added times() (from time)Guido van Rossum1992-04-051-2/+50
|
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
|
* lintGuido van Rossum1992-03-271-1/+1
|
* Remove redundant varsGuido van Rossum1992-03-271-2/+0
|
* Lint fluffGuido van Rossum1992-03-271-1/+12
|
* Check empty argument lists.Guido van Rossum1992-03-271-1/+13
| | | | Lint fixes (and include <unistd.h>)
* Initialized sigsave to shut lint upGuido van Rossum1992-03-271-2/+9
|
* Lint fixes.Guido van Rossum1992-03-271-3/+5
|
* Added forms_(de)activate_all_forms functions; minor lay-out fixes.Guido van Rossum1992-03-271-18/+40
|
* Got rid of display_form() (same as show_form()).Guido van Rossum1992-03-241-15/+0
|
* Improved error handling.Guido van Rossum1992-03-231-2/+19
|
* Implemented show_choice(); moved items around a little bit.Guido van Rossum1992-03-231-9/+47
|
* Add interface to times(2).Guido van Rossum1992-03-121-0/+49
|
* Initial revisionGuido van Rossum1992-03-041-0/+160
|
* Get rid of RuntimeError.Guido van Rossum1992-02-261-1/+1
|
* Addef gflushGuido van Rossum1992-02-261-0/+1
|
* 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.
* Use getargs() function.Guido van Rossum1992-01-273-62/+47
|
* 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
|
* Ported to THINK C.Guido van Rossum1992-01-271-2/+15
|
* 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 method to call wsetactive(win).Guido van Rossum1992-01-261-0/+13
|
* Make "range" one smaller (discrepancy between doc and source for regex.c!).Guido van Rossum1992-01-261-1/+1
|
* #ifdef'ed an unreachable line out.Guido van Rossum1992-01-191-0/+2
|
* Initial revisionGuido van Rossum1992-01-192-0/+1803
|
* Use Tatu Ylonen's copyleft-free reimplementation ofGuido van Rossum1992-01-191-2/+3
| | | | GNU regular expressions
* Change versions.Guido van Rossum1992-01-191-2/+6
| | | | Save argv[0] in global argv0.
* Added close method for menus.Guido van Rossum1992-01-141-8/+45
| | | | Check for closed objects in getattr (not perfect, but better).
* Get rid of AMOEBA deps; add declaration of fmod() if __STDC__ is not defined.Guido van Rossum1992-01-141-5/+4
|
* Converted to use == equality check syntax.Guido van Rossum1992-01-121-22/+22
|
* 'regs' is a read-only data member, not a function.Guido van Rossum1992-01-011-14/+8
|
* Auto include patchlevel in version.Guido van Rossum1991-12-301-5/+7
| | | | Replace regexp by regex.
* Initial revisionGuido van Rossum1991-12-301-0/+306
|
* Raise KeyError instead of RuntimeError when a uid or name (etc) is not found.Guido van Rossum1991-12-241-4/+4
|
* Change errors into new StdwinError.Guido van Rossum1991-12-161-11/+11
|
* Improve error handling.Guido van Rossum1991-12-161-5/+30
|
* Be vague about default date.Guido van Rossum1991-12-161-1/+1
|
* Hide forms before discarding them.Guido van Rossum1991-12-161-0/+1
|
* Automatically insert the date.Guido van Rossum1991-12-161-2/+13
|
* Use new exceptions.Guido van Rossum1991-12-101-8/+9
|
* Support for FORMS 2.0.Guido van Rossum1991-12-101-33/+170
|
* Added global 'version' variable.Guido van Rossum1991-12-101-0/+7
| | | | Print version and copyright when called interactively.
* AIX fix.Guido van Rossum1991-11-272-2/+3
|
* Enclosed method lists in braces.Guido van Rossum1991-11-271-24/+82
| | | | Added close methods to various object types.