summaryrefslogtreecommitdiff
path: root/Lib/plat-irix5
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in the mktemp -> mkstemp patch.Guido van Rossum2002-08-101-1/+1
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-2/+4
* Remove obsolete entries from regen scripts.Martin v. Löwis2001-07-311-3/+0
* Remove the old platform-specific FCNTL.py modules; these are no longerFred Drake2001-05-091-97/+0
* Replace all the platform-specific TERMIOS modules with a portable versionFred Drake2001-02-271-576/+0
* String method conversion.Eric S. Raymond2001-02-091-12/+11
* The socket constants have been moved to the socket module for a long time;Fred Drake2001-02-021-133/+0
* Update the code to better reflect recommended style:Fred Drake2000-12-128-22/+22
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-184-5/+10
* Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is aThomas Wouters2000-07-161-1/+1
* typos fixed by Rob HooftJeremy Hylton2000-06-283-5/+5
* Remove stuff with unsure copyright statusGuido van Rossum1999-03-121-54/+0
* [Sjoerd Mullender]Guido van Rossum1998-08-071-20/+20
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-140/+140
* Get rid of the Emacs cruft now that Python-mode guess the desired settings!Guido van Rossum1998-03-261-4/+0
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-223-19/+17
* Added QUADRO.Guido van Rossum1996-12-131-0/+1
* regenerated files from IRIX 5.3 headersGuido van Rossum1996-06-116-8/+612
* new exec syntaxGuido van Rossum1995-09-181-3/+3
* Initial revisionGuido van Rossum1995-09-181-0/+147
* exec() -> execGuido van Rossum1995-08-281-3/+3
* add errno.hGuido van Rossum1995-08-281-0/+1
* Backward compatibity module for constants from cl.h include file. TheSjoerd Mullender1995-05-172-236/+260
* Write track artist info if given.Sjoerd Mullender1995-03-011-0/+2
* Made play method more robust by adding a try-finally.Sjoerd Mullender1995-02-011-37/+47
* Support for album.notes and trackN.artist via notes and trackartistSjoerd Mullender1995-02-011-2/+11
* Added TERMIOS moduleGuido van Rossum1994-09-122-1/+341
* Can now also give a hashed ID to Cddb.Sjoerd Mullender1994-09-061-41/+56
* * Lib/sgi/flp.py: fix caching bug (always write the whole file toGuido van Rossum1994-08-231-14/+4
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-015-45/+128
* Constants from <sys/wait.h> (IRIX 5 version)Guido van Rossum1994-06-031-0/+14
* Generate some files automatically from system filesGuido van Rossum1994-05-231-0/+10
* New files (not really...)Guido van Rossum1993-12-295-0/+528
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-173-13/+11
* Use __init__ instead of init.Sjoerd Mullender1993-11-084-13/+14
* Not everyone has Guido's bin in his/her PATH...Sjoerd Mullender1993-10-111-3/+3
* Implemented support for CDDB_PATH and CDDB_WRITE_DIR environmentSjoerd Mullender1993-09-271-10/+52
* * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')Guido van Rossum1993-07-061-0/+1
* * calendar.py: all libC functionality now moved to built-in time moduleGuido van Rossum1993-06-231-0/+6
* Initial revisionGuido van Rossum1993-06-031-0/+12
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-244-11/+40
* Use type(xxx) in stead of except TypeError.Sjoerd Mullender1993-03-291-54/+52
* Added some error checking.Sjoerd Mullender1993-03-291-1/+10
* Definitions from <gl/get.h>Guido van Rossum1993-03-011-0/+59
* Added new audio library functionality (getstatus, float sample fmts)Jack Jansen1993-02-101-2/+22
* AWARE.py: New file with definitions for Aware Inc.'s compressionSjoerd Mullender1993-02-051-0/+54
* CL.py, clmodule.c: Adapted to new CL library. Lots of new methods.Sjoerd Mullender1993-02-041-117/+181
* CL.py: adapted to newest version of CL library.Sjoerd Mullender1992-12-143-66/+265
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-3/+3
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-181-0/+91