| Commit message (Expand) | Author | Age | Files | Lines |
* | Update documentation to reflect changes to Queue.py by Tim Peters. | Guido van Rossum | 1999-02-08 | 1 | -15/+29 |
|
|
* | Document sameopenfile(), samestat(). | Fred Drake | 1999-02-03 | 1 | -3/+17 |
|
|
* | Document splitdrive(). | Fred Drake | 1999-02-03 | 1 | -2/+10 |
|
|
* | Portability fix for [f]statvfs() return tuple: no longer return the | Guido van Rossum | 1999-02-03 | 1 | -2/+1 |
|
|
* | Fix the os/posix documentation issue. | Fred Drake | 1999-02-02 | 2 | -66/+730 |
|
|
* | Moved \versionadded to end of description sections. | Fred Drake | 1999-02-02 | 1 | -1/+1 |
|
|
* | Moved posixpath to os.path. | Fred Drake | 1999-02-02 | 1 | -1/+1 |
|
|
* | Added posixpath, winsound. | Fred Drake | 1999-02-02 | 1 | -4/+15 |
|
|
* | Change this to be os.path. | Fred Drake | 1999-02-02 | 1 | -66/+67 |
|
|
* | Move \versionadded macros to end of descriptions. | Fred Drake | 1999-02-02 | 1 | -4/+3 |
|
|
* | Patch by Sjoerd Mullender to placate /F: | Guido van Rossum | 1999-02-02 | 1 | -2/+6 |
|
|
* | Added module synopsis. | Fred Drake | 1999-02-01 | 1 | -1/+2 |
|
|
* | Take out just about everything and refer the reader to the os module. | Fred Drake | 1999-02-01 | 1 | -516/+15 |
|
|
* | Make the text generic, and call it os.path instead of posixpath. | Fred Drake | 1999-02-01 | 1 | -27/+24 |
|
|
* | OSError description: "as the by the" --> "as the" | Fred Drake | 1999-02-01 | 1 | -3/+3 |
|
|
* | Document abspath() (implementation is forthcoming). | Guido van Rossum | 1999-01-29 | 1 | -0/+6 |
|
|
* | Added \modulesynopsis. | Fred Drake | 1999-01-28 | 1 | -0/+2 |
|
|
* | Document the repr module. This removes the entire "Code objects and | Fred Drake | 1999-01-27 | 3 | -9/+126 |
|
|
* | Don't say that the module defines the "following functions" and then | Fred Drake | 1999-01-27 | 1 | -9/+5 |
|
|
* | Incorporate changes for patched version of ConfigParser. | Fred Drake | 1999-01-26 | 1 | -5/+8 |
|
|
* | Documentation for the ConfigParser module, by Christopher G. Petrilli | Fred Drake | 1999-01-26 | 3 | -3/+117 |
|
|
* | Document the default for tabsize in expandtabs(). | Guido van Rossum | 1999-01-25 | 1 | -2/+2 |
|
|
* | Add caveat on partial dependence on the "cl" module, only available on | Fred Drake | 1999-01-20 | 1 | -0/+4 |
|
|
* | Move the jpeg module to the SGI section; it is dependent on the "cl" | Fred Drake | 1999-01-20 | 1 | -1/+1 |
|
|
* | Revised comments on null bytes in pattern string. | Fred Drake | 1999-01-19 | 1 | -5/+6 |
|
|
* | Fix second description of handling 2-digit years (last item in | Fred Drake | 1999-01-19 | 1 | -9/+16 |
|
|
* | Fix typo spotted by Jeff MacDonald <jam@ans.net>. | Fred Drake | 1999-01-18 | 1 | -2/+2 |
|
|
* | for method getaddrlist(): Added a note clarifying that all named | Barry Warsaw | 1999-01-14 | 1 | -0/+4 |
|
|
* | Use \refmodule when we say "use the XXX module instead". | Fred Drake | 1999-01-13 | 1 | -2/+2 |
|
|
* | Added \modulesynopsis. | Fred Drake | 1999-01-12 | 2 | -2/+5 |
|
|
* | <writer>.send_paragraph(): Clarify what needs to be done by this | Fred Drake | 1999-01-12 | 1 | -1/+4 |
|
|
* | Patches describing the statvfs() and fstatvfs() functions. Additional | Fred Drake | 1999-01-11 | 1 | -16/+68 |
|
|
* | Markup nit. | Fred Drake | 1999-01-07 | 1 | -4/+4 |
|
|
* | Explain how come that pickle and cPickle, while using the same data | Guido van Rossum | 1999-01-06 | 1 | -0/+6 |
|
|
* | Replace the docs for reduce with an adaptation of its docstring, which | Guido van Rossum | 1999-01-06 | 1 | -8/+9 |
|
|
* | Add doc for access() and ttyname(). Patch by Sean Reifschneider. | Guido van Rossum | 1999-01-06 | 1 | -0/+12 |
|
|
* | Remove documentation for whatraw() since it's gone now. | Fred Drake | 1999-01-06 | 1 | -13/+2 |
|
|
* | Document the sndhdr module. | Fred Drake | 1999-01-05 | 3 | -6/+56 |
|
|
* | Shorten the synopsis that gets into the table of contents. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
|
|
* | Added missing "from" in IOError description. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
|
|
* | Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) | Andrew M. Kuchling | 1998-12-31 | 1 | -4/+11 |
|
|
* | Added index entries to make it easier to locate directory & file operations. | Fred Drake | 1998-12-28 | 1 | -0/+3 |
|
|
* | Added index entries to make it easier to locate directory operations. | Fred Drake | 1998-12-28 | 1 | -0/+2 |
|
|
* | Remove recently documented modules from the undoc list. | Fred Drake | 1998-12-28 | 1 | -6/+0 |
|
|
* | Add documentation for shutil module. | Fred Drake | 1998-12-28 | 2 | -0/+101 |
|
|
* | Adjust a few niggles that affected the HTML conversion (a couple of | Fred Drake | 1998-12-28 | 1 | -3/+3 |
|
|
* | Add the getpass module. | Fred Drake | 1998-12-22 | 1 | -0/+1 |
|
|
* | Basic documentation for the getpass module. | Fred Drake | 1998-12-22 | 1 | -0/+31 |
|
|
* | Added a \versionchanged since the API changed to support | Fred Drake | 1998-12-22 | 1 | -1/+4 |
|
|
* | Added information on when this was added, allowing us to release the | Fred Drake | 1998-12-22 | 2 | -0/+3 |
|
|