Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not try to fix bugs while sleeping. | Fred Drake | 2000-09-09 | 1 | -4/+0 |
| | | | | | | | | Paid more attention to the comments on the report; Martin suggested just not having a __del__() method, which makes more sense in this case. So I have removed it. This closes SourceForge bug #113850. Again. | ||||
* | Kevin Jacobs <jacobs@darwin.cwru.edu>: | Fred Drake | 2000-09-09 | 1 | -1/+2 |
| | | | | | | | | The posixfile __del__ method attempts to close the file (_file_) it contains. However, if the open() method fails, then _file_ is never assigned. This closes SourceForge bug #113850. | ||||
* | Add support for FreeBSD-[45]. | Guido van Rossum | 2000-08-29 | 1 | -2/+2 |
| | | | | -- tg@FreeBSD.org | ||||
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -62/+58 |
| | | | | | | | | | | | | | | | | | | who writes: Here is batch 2, as a big collection of CVS context diffs. Along with moving comments into docstrings, i've added a couple of missing docstrings and attempted to make sure more module docstrings begin with a one-line summary. I did not add docstrings to the methods in profile.py for fear of upsetting any careful optimizations there, though i did move class documentation into class docstrings. The convention i'm using is to leave credits/version/copyright type of stuff in # comments, and move the rest of the descriptive stuff about module usage into module docstrings. Hope this is okay. | ||||
* | According to Craig H Rowland, openbsd2 is yet another BSD variant that | Guido van Rossum | 1999-12-06 | 1 | -0/+2 |
| | | | | uses the BSD version of the lock structure. Sigh, @!%$. | ||||
* | According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to the | Guido van Rossum | 1999-02-23 | 1 | -2/+6 |
| | | | | list (of bsd variants that have a different lock structure). | ||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -138/+138 |
| | |||||
* | Support for netbsd1 and freebsd3, after suggestions by Anders Andersen | Guido van Rossum | 1997-12-02 | 1 | -2/+2 |
| | | | | and Jacques Vidrine. | ||||
* | Added linux2 specific code :-( | Guido van Rossum | 1996-09-10 | 1 | -0/+3 |
| | |||||
* | Added locking hacks for AIX | Guido van Rossum | 1996-08-20 | 1 | -1/+8 |
| | |||||
* | Changes to make it work on FreeBSD 2.x. | Guido van Rossum | 1996-07-30 | 1 | -3/+16 |
| | |||||
* | fix stupid typo: r->RDLK | Guido van Rossum | 1995-08-10 | 1 | -1/+1 |
| | |||||
* | optional mode, bufsize for global function open() | Guido van Rossum | 1995-03-23 | 1 | -3/+3 |
| | |||||
* | default mode="r" and add optional bufsize | Guido van Rossum | 1995-03-16 | 1 | -2/+2 |
| | |||||
* | Changes by Jaap -- added 'fileopen' method | Guido van Rossum | 1994-05-18 | 1 | -17/+46 |
| | |||||
* | New module by Jaap V | Guido van Rossum | 1994-05-18 | 1 | -0/+178 |