Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |