Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc changes and new modules. whrandom is "objectified". SOCKET.py | Guido van Rossum | 1992-10-18 | 10 | -46/+778 |
| | | | | is moved to the sgi subdirectory. | ||||
* | New module "CL" (Compression Library) for Irix 4.0.5 and higher. | Sjoerd Mullender | 1992-09-24 | 2 | -0/+168 |
| | |||||
* | New module regsub contains sub(), gsub() and split() as in nawk. | Guido van Rossum | 1992-09-20 | 4 | -6/+152 |
| | | | | | string.splitfields(s, '') now returns [s] as split() in nawk. Added _exit to exported functions of os. | ||||
* | Added post_mortem() and pm() interfaces to pdb and wdb. | Guido van Rossum | 1992-09-08 | 6 | -4/+63 |
| | | | | | | Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type. | ||||
* | New module 'colorsys' implements conversions between different color systems. | Guido van Rossum | 1992-09-07 | 1 | -0/+119 |
| | |||||
* | version for new library | Sjoerd Mullender | 1992-09-03 | 2 | -92/+30 |
| | |||||
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 9 | -160/+167 |
| | | | | | | 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). | ||||
* | Changed to use regex directly instead of regexp. | Guido van Rossum | 1992-08-25 | 2 | -6/+8 |
| | |||||
* | New module implementing a multi-everything queue. | Guido van Rossum | 1992-08-25 | 1 | -0/+122 |
| | |||||
* | splitfields(s, '') is illegal | Guido van Rossum | 1992-08-19 | 2 | -2/+10 |
| | |||||
* | Module getattr doesn't exist any more, it's now called newdir. | Guido van Rossum | 1992-08-19 | 1 | -2/+2 |
| | |||||
* | Added emacs.py (for misc/py-connect.el). | Guido van Rossum | 1992-08-09 | 2 | -0/+44 |
| | | | | posixpath.py: added undocumented expanndvars() (expands $VAR in string). | ||||
* | Removed *.libs (now in ./sgi); | Guido van Rossum | 1992-08-06 | 4 | -4/+18 |
| | | | | | added gettext() method to TextEdit.py; fixed string.atoi() to ignore leading zeros. | ||||
* | new file for SGI Video | Sjoerd Mullender | 1992-08-04 | 2 | -0/+302 |
| | |||||
* | New module to support decoding multipart messages (also see mimetools). | Guido van Rossum | 1992-07-13 | 1 | -0/+118 |
| | |||||
* | New modules mimetools and rfc822. | Guido van Rossum | 1992-07-13 | 3 | -1/+325 |
| | | | | Minor, minor changes to commands.py and sndhdr.py. | ||||
* | Changed calendar.py to define lists of literals instead of tuples. | Guido van Rossum | 1992-07-09 | 1 | -9/+9 |
| | | | | Got rid of old module 'localtime.py'. | ||||
* | Initial revision | Guido van Rossum | 1992-06-03 | 4 | -0/+216 |
| | |||||
* | Fix pnm test for short files and add X bitmap as recognized type | Guido van Rossum | 1992-06-03 | 1 | -1/+10 |
| | |||||
* | Remove reference to obsolete module 'audio' | Guido van Rossum | 1992-06-03 | 1 | -15/+7 |
| | |||||
* | Comment out debug prints (by Sjoerd) | Guido van Rossum | 1992-06-03 | 2 | -8/+8 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-05-27 | 1 | -0/+98 |
| | |||||
* | Unmerged except and finally clauses | Guido van Rossum | 1992-05-06 | 2 | -5/+5 |
| | |||||
* | Add names for perm bits (S_IREAD etc). | Guido van Rossum | 1992-05-06 | 1 | -1/+23 |
| | | | | Only extract 4 bits of mode to get the file type | ||||
* | Add CDDA_DATASIZE to exported constants | Guido van Rossum | 1992-05-06 | 2 | -2/+4 |
| | |||||
* | fix a typo in samestat() (ST_DEV, not STD_DEV); | Guido van Rossum | 1992-05-06 | 1 | -27/+16 |
| | | | | rewrite ismount() to compare stats of path and path/.. | ||||
* | DISK is written with a K | Guido van Rossum | 1992-04-23 | 2 | -4/+4 |
| | |||||
* | Changed caching code | Guido van Rossum | 1992-04-22 | 2 | -26/+46 |
| | |||||
* | The getstatus() method of a Readcd instance always calls | Guido van Rossum | 1992-04-22 | 2 | -14/+4 |
| | | | | self.player.getstatus(). | ||||
* | Initial revision | Guido van Rossum | 1992-04-22 | 4 | -0/+668 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-04-21 | 2 | -0/+479 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-04-13 | 2 | -0/+66 |
| | |||||
* | Added help() fn; use os.sep | Guido van Rossum | 1992-04-06 | 2 | -4/+34 |
| | |||||
* | Use *args syntax instead of +args | Guido van Rossum | 1992-04-06 | 2 | -6/+6 |
| | |||||
* | Add separator | Guido van Rossum | 1992-04-06 | 1 | -0/+3 |
| | |||||
* | '+' no longer accepted for varargs list | Guido van Rossum | 1992-04-03 | 1 | -1/+1 |
| | |||||
* | Different syntax: cannot mix except and finally any more | Guido van Rossum | 1992-04-03 | 1 | -3/+4 |
| | |||||
* | getattr() is now built-in; no longer need a class to simulate varargs. | Guido van Rossum | 1992-04-02 | 2 | -38/+30 |
| | |||||
* | use os and os.path | Guido van Rossum | 1992-03-31 | 2 | -20/+6 |
| | |||||
* | use std module os | Guido van Rossum | 1992-03-31 | 1 | -11/+1 |
| | |||||
* | mac -> os | Guido van Rossum | 1992-03-31 | 2 | -22/+20 |
| | |||||
* | posix -> os | Guido van Rossum | 1992-03-31 | 10 | -35/+35 |
| | |||||
* | Use bitwise ops instead of %; added some warnings and comments | Guido van Rossum | 1992-03-31 | 1 | -10/+19 |
| | |||||
* | path -> posixpath | Guido van Rossum | 1992-03-31 | 1 | -2/+4 |
| | |||||
* | Mostly rewritten to be more flexible and more portable | Guido van Rossum | 1992-03-31 | 1 | -18/+41 |
| | | | | ./ | ||||
* | Added definition for pardir ('..') | Guido van Rossum | 1992-03-31 | 1 | -2/+9 |
| | |||||
* | posix -> os | Guido van Rossum | 1992-03-31 | 3 | -39/+35 |
| | |||||
* | 'cat' no longer exists | Guido van Rossum | 1992-03-31 | 1 | -3/+1 |
| | |||||
* | Renamed to posixpath; changed def'n of split(). | Guido van Rossum | 1992-03-31 | 1 | -9/+13 |
| | |||||
* | Some weird forms of try statements are no longer allowed. | Guido van Rossum | 1992-03-31 | 1 | -5/+1 |
| |