Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -8/+8 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-18 | 1 | -1/+2 |
| | |||||
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -2/+2 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -140/+140 |
| | |||||
* | Get rid of the Emacs cruft now that Python-mode guess the desired settings! | Guido van Rossum | 1998-03-26 | 1 | -4/+0 |
| | |||||
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -8/+7 |
| | |||||
* | exec() -> exec | Guido van Rossum | 1995-08-28 | 1 | -3/+3 |
| | |||||
* | * Lib/sgi/flp.py: fix caching bug (always write the whole file to | Guido van Rossum | 1994-08-23 | 1 | -14/+4 |
| | | | | the cache!) | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -4/+4 |
| | |||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -5/+3 |
| | | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments) | ||||
* | * ftplib.py: added abort() command (sends oob data). | Guido van Rossum | 1993-05-24 | 1 | -8/+37 |
| | | | | | | * Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found | ||||
* | * Got entirely rid of path.py. | Guido van Rossum | 1992-12-14 | 1 | -3/+3 |
| | | | | | | | | * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it! | ||||
* | Changed to use regex directly instead of regexp. | Guido van Rossum | 1992-08-25 | 1 | -3/+4 |
| | |||||
* | posix -> os | Guido van Rossum | 1992-03-31 | 1 | -5/+5 |
| | |||||
* | Commented out debug print statements; be a little more clever | Guido van Rossum | 1992-03-25 | 1 | -4/+10 |
| | | | | about strings containing backslashes. | ||||
* | Added a cache so that the slow parser isn't such a problem in practice. | Guido van Rossum | 1992-02-19 | 1 | -8/+125 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -29/+29 |
| | |||||
* | Get rid of BCOMPAT. | Guido van Rossum | 1991-12-26 | 1 | -7/+1 |
| | | | | New class syntax. | ||||
* | Attempt at speeding up. | Guido van Rossum | 1991-12-16 | 1 | -14/+16 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-12-11 | 1 | -0/+318 |