Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 14 | -995/+995 |
| | |||||
* | Fixed invalid syntax. | Sjoerd Mullender | 2004-03-03 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Regenerated for Irix 6.5. | Jack Jansen | 2002-03-17 | 3 | -69/+776 |
| | |||||
* | Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5. | Jack Jansen | 2002-03-17 | 1 | -1/+2 |
| | |||||
* | 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 | -114/+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 | -676/+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 | -13/+12 |
| | |||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 2 | -8/+7 |
| | |||||
* | The socket constants have been moved to the socket module for a long time; | Fred Drake | 2001-02-02 | 1 | -152/+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 | 2 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | Irix 6 specific files -- thanks Sjoerd! | Guido van Rossum | 1997-01-15 | 29 | -0/+5332 |