Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate WAIT for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+4 |
| | |||||
* | Deprecated torgb for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | Deprecate SV for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+4 |
| | |||||
* | Deprecate readcd for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | Deprecated panelparser for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | The panel module for IRIX has been deprecated for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | Deprecate jpeg for IRIX for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | Deprecate IOCTL from IRIX for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | Deprecate IN from IRIX for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | Deprecate GLWS from IRIX for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+4 |
| | |||||
* | Deprecate GET from IRIX for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | FL, flp, and fl from IRIX have been deprecated for removal in 3.0. | Brett Cannon | 2008-05-15 | 2 | -0/+7 |
| | |||||
* | FILE from IRIX has been deprecated for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | Deprecate ERRNO for removal in 3.0. | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | |||||
* | Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for ↵ | Brett Cannon | 2008-05-15 | 2 | -0/+8 |
| | | | | removal in 3.0. | ||||
* | Deprecate CL, CL_old, and cl for 3.0. | Brett Cannon | 2008-05-14 | 2 | -0/+8 |
| | |||||
* | Deprecate the cdplayer module for IRIX for 3.0. | Brett Cannon | 2008-05-14 | 1 | -0/+3 |
| | |||||
* | The cddb module for IRIX has been deprecated for 3.0. | Brett Cannon | 2008-05-14 | 1 | -0/+3 |
| | |||||
* | The CD and cd modules for IRIX are deprecated for 3.0. | Brett Cannon | 2008-05-14 | 1 | -0/+4 |
| | |||||
* | Deprecate al/AL for removal in 3.0. | Brett Cannon | 2008-05-14 | 1 | -0/+4 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 14 | -1083/+1083 |
| | |||||
* | Fixed invalid syntax. | Sjoerd Mullender | 2004-03-03 | 2 | -2/+2 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 6 | -15/+11 |
| | | | | From SF patch #852334. | ||||
* | Fix a typo in the mktemp -> mkstemp patch. | Guido van Rossum | 2002-08-10 | 1 | -1/+1 |
| | |||||
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -2/+4 |
| | | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones. | ||||
* | Remove obsolete entries from regen scripts. | Martin v. Löwis | 2001-07-31 | 1 | -3/+0 |
| | |||||
* | Remove the old platform-specific FCNTL.py modules; these are no longer | Fred Drake | 2001-05-09 | 1 | -97/+0 |
| | | | | needed now that fcntl exports the constants. | ||||
* | Replace all the platform-specific TERMIOS modules with a portable version | Fred Drake | 2001-02-27 | 1 | -576/+0 |
| | | | | | based on the termios module. The only added "feature" is the deprecation warning it spits out. | ||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -12/+11 |
| | |||||
* | The socket constants have been moved to the socket module for a long time; | Fred Drake | 2001-02-02 | 1 | -133/+0 |
| | | | | | the standard library does not use the SOCKET module any more, and it is not defined for all platforms (Windows, in particular). | ||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 8 | -22/+22 |
| | | | | | 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 | 4 | -5/+10 |
| | |||||
* | Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | genuine bug, so I checked it in separately. | ||||
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 3 | -5/+5 |
| | |||||
* | Remove stuff with unsure copyright status | Guido van Rossum | 1999-03-12 | 1 | -54/+0 |
| | |||||
* | [Sjoerd Mullender] | Guido van Rossum | 1998-08-07 | 1 | -20/+20 |
| | | | | Don't use CL module since all constants are now in cl. | ||||
* | 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 | 3 | -19/+17 |
| | |||||
* | Added QUADRO. | Guido van Rossum | 1996-12-13 | 1 | -0/+1 |
| | |||||
* | regenerated files from IRIX 5.3 headers | Guido van Rossum | 1996-06-11 | 6 | -8/+612 |
| | |||||
* | new exec syntax | Guido van Rossum | 1995-09-18 | 1 | -3/+3 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-09-18 | 1 | -0/+147 |
| | |||||
* | exec() -> exec | Guido van Rossum | 1995-08-28 | 1 | -3/+3 |
| | |||||
* | add errno.h | Guido van Rossum | 1995-08-28 | 1 | -0/+1 |
| | |||||
* | Backward compatibity module for constants from cl.h include file. The | Sjoerd Mullender | 1995-05-17 | 2 | -236/+260 |
| | | | | | values are gotten from the cl module. CL_old is there in case cl doesn't exist. | ||||
* | Write track artist info if given. | Sjoerd Mullender | 1995-03-01 | 1 | -0/+2 |
| | |||||
* | Made play method more robust by adding a try-finally. | Sjoerd Mullender | 1995-02-01 | 1 | -37/+47 |
| | |||||
* | Support for album.notes and trackN.artist via notes and trackartist | Sjoerd Mullender | 1995-02-01 | 1 | -2/+11 |
| | | | | instance variables. | ||||
* | Added TERMIOS module | Guido van Rossum | 1994-09-12 | 2 | -1/+341 |
| |