summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/FL.py
Commit message (Collapse)AuthorAgeFilesLines
* FL, flp, and fl from IRIX have been deprecated for removal in 3.0.Brett Cannon2008-05-151-0/+3
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-29/+29
|
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')Guido van Rossum1993-07-061-0/+1
| | | | | * ftplib.py: made cwd() use 'CDUP' when dirname is '..' * FL.py: added new constant FL_PLACE_FULLSCREEN
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-021-0/+4
| | | | | | Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format).
* Don't import fl (it tries to initialize GL) but assume it's always v2.0.Guido van Rossum1992-03-271-6/+7
|
* Now automatically test for V2.0.Guido van Rossum1991-12-121-27/+37
|
* Changes for FORMS 2.0.Guido van Rossum1991-12-101-6/+31
|
* Added new constants (some? all?) for FORMS version 1.5.Guido van Rossum1991-11-121-0/+11
|
* Initial revisionGuido van Rossum1991-08-161-0/+237