summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-1810-46/+778
| | | | is moved to the sgi subdirectory.
* New module "CL" (Compression Library) for Irix 4.0.5 and higher.Sjoerd Mullender1992-09-242-0/+168
|
* New module regsub contains sub(), gsub() and split() as in nawk.Guido van Rossum1992-09-204-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 Rossum1992-09-086-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 Rossum1992-09-071-0/+119
|
* version for new librarySjoerd Mullender1992-09-032-92/+30
|
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-029-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 Rossum1992-08-252-6/+8
|
* New module implementing a multi-everything queue.Guido van Rossum1992-08-251-0/+122
|
* splitfields(s, '') is illegalGuido van Rossum1992-08-192-2/+10
|
* Module getattr doesn't exist any more, it's now called newdir.Guido van Rossum1992-08-191-2/+2
|
* Added emacs.py (for misc/py-connect.el).Guido van Rossum1992-08-092-0/+44
| | | | posixpath.py: added undocumented expanndvars() (expands $VAR in string).
* Removed *.libs (now in ./sgi);Guido van Rossum1992-08-064-4/+18
| | | | | added gettext() method to TextEdit.py; fixed string.atoi() to ignore leading zeros.
* new file for SGI VideoSjoerd Mullender1992-08-042-0/+302
|
* New module to support decoding multipart messages (also see mimetools).Guido van Rossum1992-07-131-0/+118
|
* New modules mimetools and rfc822.Guido van Rossum1992-07-133-1/+325
| | | | Minor, minor changes to commands.py and sndhdr.py.
* Changed calendar.py to define lists of literals instead of tuples.Guido van Rossum1992-07-091-9/+9
| | | | Got rid of old module 'localtime.py'.
* Initial revisionGuido van Rossum1992-06-034-0/+216
|
* Fix pnm test for short files and add X bitmap as recognized typeGuido van Rossum1992-06-031-1/+10
|
* Remove reference to obsolete module 'audio'Guido van Rossum1992-06-031-15/+7
|
* Comment out debug prints (by Sjoerd)Guido van Rossum1992-06-032-8/+8
|
* Initial revisionGuido van Rossum1992-05-271-0/+98
|
* Unmerged except and finally clausesGuido van Rossum1992-05-062-5/+5
|
* Add names for perm bits (S_IREAD etc).Guido van Rossum1992-05-061-1/+23
| | | | Only extract 4 bits of mode to get the file type
* Add CDDA_DATASIZE to exported constantsGuido van Rossum1992-05-062-2/+4
|
* fix a typo in samestat() (ST_DEV, not STD_DEV);Guido van Rossum1992-05-061-27/+16
| | | | rewrite ismount() to compare stats of path and path/..
* DISK is written with a KGuido van Rossum1992-04-232-4/+4
|
* Changed caching codeGuido van Rossum1992-04-222-26/+46
|
* The getstatus() method of a Readcd instance always callsGuido van Rossum1992-04-222-14/+4
| | | | self.player.getstatus().
* Initial revisionGuido van Rossum1992-04-224-0/+668
|
* Initial revisionGuido van Rossum1992-04-212-0/+479
|
* Initial revisionGuido van Rossum1992-04-132-0/+66
|
* Added help() fn; use os.sepGuido van Rossum1992-04-062-4/+34
|
* Use *args syntax instead of +argsGuido van Rossum1992-04-062-6/+6
|
* Add separatorGuido van Rossum1992-04-061-0/+3
|
* '+' no longer accepted for varargs listGuido van Rossum1992-04-031-1/+1
|
* Different syntax: cannot mix except and finally any moreGuido van Rossum1992-04-031-3/+4
|
* getattr() is now built-in; no longer need a class to simulate varargs.Guido van Rossum1992-04-022-38/+30
|
* use os and os.pathGuido van Rossum1992-03-312-20/+6
|
* use std module osGuido van Rossum1992-03-311-11/+1
|
* mac -> osGuido van Rossum1992-03-312-22/+20
|
* posix -> osGuido van Rossum1992-03-3110-35/+35
|
* Use bitwise ops instead of %; added some warnings and commentsGuido van Rossum1992-03-311-10/+19
|
* path -> posixpathGuido van Rossum1992-03-311-2/+4
|
* Mostly rewritten to be more flexible and more portableGuido van Rossum1992-03-311-18/+41
| | | | ./
* Added definition for pardir ('..')Guido van Rossum1992-03-311-2/+9
|
* posix -> osGuido van Rossum1992-03-313-39/+35
|
* 'cat' no longer existsGuido van Rossum1992-03-311-3/+1
|
* Renamed to posixpath; changed def'n of split().Guido van Rossum1992-03-311-9/+13
|
* Some weird forms of try statements are no longer allowed.Guido van Rossum1992-03-311-5/+1
|