summaryrefslogtreecommitdiff
path: root/Lib/plat-irix5
Commit message (Expand)AuthorAgeFilesLines
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* remove executable property from doc filesBenjamin Peterson2010-03-112-0/+0
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-0523-0/+0
* Deprecate WAIT for removal in 3.0.Brett Cannon2008-05-151-0/+4
* Deprecated torgb for removal in 3.0.Brett Cannon2008-05-151-0/+3
* Deprecate SV for removal in 3.0.Brett Cannon2008-05-151-0/+4
* Deprecate readcd for removal in 3.0.Brett Cannon2008-05-151-0/+3
* Deprecated panelparser for removal in 3.0.Brett Cannon2008-05-151-0/+3
* The panel module for IRIX has been deprecated for removal in 3.0.Brett Cannon2008-05-151-0/+3
* Deprecate jpeg for IRIX for removal in 3.0.Brett Cannon2008-05-151-0/+3
* Deprecate IOCTL from IRIX for removal in 3.0.Brett Cannon2008-05-151-0/+3
* Deprecate IN from IRIX for removal in 3.0.Brett Cannon2008-05-151-0/+3
* Deprecate GLWS from IRIX for removal in 3.0.Brett Cannon2008-05-151-0/+4
* Deprecate GET from IRIX for removal in 3.0.Brett Cannon2008-05-151-0/+3
* FL, flp, and fl from IRIX have been deprecated for removal in 3.0.Brett Cannon2008-05-152-0/+7
* FILE from IRIX has been deprecated for removal in 3.0.Brett Cannon2008-05-151-0/+3
* Deprecate ERRNO for removal in 3.0.Brett Cannon2008-05-151-0/+3
* Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for re...Brett Cannon2008-05-152-0/+8
* Deprecate CL, CL_old, and cl for 3.0.Brett Cannon2008-05-142-0/+8
* Deprecate the cdplayer module for IRIX for 3.0.Brett Cannon2008-05-141-0/+3
* The cddb module for IRIX has been deprecated for 3.0.Brett Cannon2008-05-141-0/+3
* The CD and cd modules for IRIX are deprecated for 3.0.Brett Cannon2008-05-141-0/+4
* Deprecate al/AL for removal in 3.0.Brett Cannon2008-05-141-0/+4
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1814-1083/+1083
* Fixed invalid syntax.Sjoerd Mullender2004-03-032-2/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-126-15/+11
* 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