Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ancient platforms: AIX 3 and Irix 5. (AIX 4 and Irix 6 remain.) | Neal Norwitz | 2007-04-17 | 1 | -289/+0 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -29/+29 |
| | |||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -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 Rossum | 1993-07-06 | 1 | -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 types | Guido van Rossum | 1992-09-02 | 1 | -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 Rossum | 1992-03-27 | 1 | -6/+7 |
| | |||||
* | Now automatically test for V2.0. | Guido van Rossum | 1991-12-12 | 1 | -27/+37 |
| | |||||
* | Changes for FORMS 2.0. | Guido van Rossum | 1991-12-10 | 1 | -6/+31 |
| | |||||
* | Added new constants (some? all?) for FORMS version 1.5. | Guido van Rossum | 1991-11-12 | 1 | -0/+11 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-08-16 | 1 | -0/+237 |