Commit Graph

10 Commits

Author SHA1 Message Date
Brett Cannon 178582e2a4 FL, flp, and fl from IRIX have been deprecated for removal in 3.0. 2008-05-15 03:20:36 +00:00
Tim Peters 182b5aca27 Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
Fred Drake 132dce2246 Update the code to better reflect recommended style:
Use != instead of <> since <> is documented as "obsolescent".
Use "is" and "is not" when comparing with None or type objects.
2000-12-12 23:11:42 +00:00
Guido van Rossum df5638662d * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')
* ftplib.py: made cwd() use 'CDUP' when dirname is '..'
* FL.py: added new constant FL_PLACE_FULLSCREEN
1993-07-06 15:19:36 +00:00
Guido van Rossum 4e16098ce7 Added a _v21 def to FL.py and added two new input field types
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).
1992-09-02 20:43:20 +00:00
Guido van Rossum 26e67b0db8 Don't import fl (it tries to initialize GL) but assume it's always v2.0. 1992-03-27 15:14:25 +00:00
Guido van Rossum d39e412482 Now automatically test for V2.0. 1991-12-12 17:39:09 +00:00
Guido van Rossum ccf0ca2860 Changes for FORMS 2.0. 1991-12-10 13:49:34 +00:00
Guido van Rossum 5f5b137017 Added new constants (some? all?) for FORMS version 1.5. 1991-11-12 15:33:59 +00:00
Guido van Rossum d085cc6f5d Initial revision 1991-08-16 13:15:56 +00:00