Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - use correct markup | Fred Drake | 2003-12-18 | 1 | -5/+5 |
| | | | | - re-wrap resulting long lines | ||||
* | SF #859811, typo in docs | Neal Norwitz | 2003-12-14 | 4 | -5/+5 |
| | |||||
* | SF #859810, typo in doc | Neal Norwitz | 2003-12-14 | 1 | -1/+1 |
| | |||||
* | SF 810242. Fix doubled word errors. | Raymond Hettinger | 2003-09-22 | 2 | -2/+2 |
| | |||||
* | add index entry | Fred Drake | 2003-09-05 | 1 | -0/+1 |
| | |||||
* | fix minor markup nits | Fred Drake | 2003-09-05 | 1 | -6/+6 |
| | |||||
* | add a relevant "see also" link | Fred Drake | 2003-09-05 | 1 | -0/+9 |
| | |||||
* | clean up some markup | Fred Drake | 2003-09-05 | 1 | -15/+16 |
| | |||||
* | adjust markup to avoid suppressing a word space in content | Fred Drake | 2003-09-04 | 1 | -1/+2 |
| | |||||
* | SF patch#786531 'the the' typo. Contributed by George Yoshida | Raymond Hettinger | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Fix hyperlinks and one class reference. | Fred Drake | 2003-08-07 | 2 | -3/+3 |
| | | | | Backporting to Python 2.3 branch. | ||||
* | update the documentation contact address | Fred Drake | 2003-07-30 | 2 | -2/+2 |
| | |||||
* | Avoid a 301 permanent redirect. | Fred Drake | 2003-07-22 | 1 | -16/+18 |
| | | | | | | Part of SF patch #773007. Also fixed a number of mostly cosmetic markup errors. | ||||
* | Avoid a 301 permanent redirect. | Fred Drake | 2003-07-22 | 2 | -2/+2 |
| | | | | Part of SF patch #773007. | ||||
* | Documented the fact that the main class now mimicks the OSA "application" class. | Jack Jansen | 2003-06-13 | 1 | -5/+7 |
| | |||||
* | Documented the new autoGIL module. | Jack Jansen | 2003-05-09 | 2 | -0/+27 |
| | |||||
* | Moved all the scripting stuff to a separate section, added all the | Jack Jansen | 2003-04-11 | 7 | -40/+394 |
| | | | | | missing bits (well, all the bits I could think of) and updated the rest. | ||||
* | Created a minimal MacOSX section. | Jack Jansen | 2003-04-09 | 1 | -92/+176 |
| | |||||
* | Documented linkmodel and WMAvailable(). | Jack Jansen | 2003-02-24 | 1 | -4/+26 |
| | |||||
* | Updated the Mac documentation to the current state of affairs. | Jack Jansen | 2003-02-12 | 12 | -384/+199 |
| | |||||
* | Added a paragraph to explain that SchedParams(0, 0) is usually what | Jack Jansen | 2002-10-19 | 1 | -0/+3 |
| | | | | you want. | ||||
* | Fix markup for tilde in URL. | Fred Drake | 2002-10-18 | 1 | -1/+1 |
| | |||||
* | Added a note about the inability to specify a pathname to a non-existing | Jack Jansen | 2002-08-06 | 1 | -1/+7 |
| | | | | file in unix-Python. | ||||
* | Changed a sentence that confused some people. | Jack Jansen | 2002-08-06 | 1 | -2/+2 |
| | |||||
* | Better documentation for GetArgv() and the ProgressBar type. | Fred Drake | 2002-04-15 | 1 | -40/+157 |
| | | | | | Back-porting to release22-maint. This closes SF patch #496705. | ||||
* | I started writing more documentation on the Scrap module at one point, but | Fred Drake | 2002-03-08 | 2 | -15/+43 |
| | | | | | | it is difficult to do without a Mac box to try things out on. This expands on what was there only a little bit; hopefully someone with a Mac can work on this as well! | ||||
* | Added deprecatioon information for mac.xstat(). | Fred Drake | 2002-02-15 | 1 | -1/+8 |
| | | | | This closes SF bug #505150. | ||||
* | Consistency nits. | Fred Drake | 2002-01-17 | 2 | -47/+48 |
| | |||||
* | Minor consistency nit. | Fred Drake | 2002-01-17 | 1 | -1/+1 |
| | |||||
* | Correct misspelling of "separate" in two places. | Fred Drake | 2001-11-01 | 1 | -2/+2 |
| | | | | This closes SF bug #476898. | ||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 2 | -4/+4 |
| | |||||
* | Remove some long-unsupported Mac OS modules. | Fred Drake | 2001-10-05 | 4 | -423/+0 |
| | | | | This closes SF patch #460737. | ||||
* | Fix some minor style-guide conformance bugs. | Fred Drake | 2001-10-01 | 1 | -7/+8 |
| | |||||
* | Add missing "}". | Fred Drake | 2001-09-12 | 1 | -1/+1 |
| | |||||
* | These modules now live under the Carbon package. | Jack Jansen | 2001-09-11 | 1 | -42/+76 |
| | | | | | | Added a few new toolbox modules. Noted machine dependencies for some modules. Moved waste to undoc.tex. | ||||
* | Added applesingle, macresource, Nav and videoreader. | Jack Jansen | 2001-09-11 | 1 | -9/+67 |
| | | | | | Moved icopen to its alphabetical place. Moved waste here (from toolbox). | ||||
* | Added a note that these are not available under Carbon (or | Jack Jansen | 2001-09-11 | 2 | -3/+8 |
| | | | | OSX MachO Python). | ||||
* | Removed an erronous comment about alias files. | Jack Jansen | 2001-09-10 | 1 | -3/+0 |
| | |||||
* | Minor markup nits and slight style-guide conformance changes. | Fred Drake | 2001-08-03 | 1 | -8/+9 |
| | |||||
* | Documented the runtimemodel attribute. | Jack Jansen | 2001-08-03 | 1 | -0/+6 |
| | |||||
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 2 | -2/+2 |
| | |||||
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 1 | -3/+4 |
| | | | | | Make the reference to the python-docs email address a hyperlink; we want to encourage responses to the plea for help! | ||||
* | Added descriptions for some modules that previously did not have any | Fred Drake | 2001-07-10 | 1 | -9/+26 |
| | | | | information about them, based on comments from Jack Jansen. | ||||
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -1/+1 |
| | | | | | translation more difficult, as well as reading the English more difficult for non-native speakers. | ||||
* | Update to include the license information in a less annoying place. | Fred Drake | 2001-06-20 | 1 | -0/+4 |
| | |||||
* | Write a better synopsis for the Scrap module, and provide a link to | Fred Drake | 2001-05-10 | 1 | -1/+9 |
| | | | | useful documentation on the Scrap Manager. | ||||
* | Actually include a synopsis line for the ColorPicker module. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
| | |||||
* | Fixup some platform annotations. | Fred Drake | 2001-04-13 | 2 | -1/+2 |
| | |||||
* | Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. | Fred Drake | 2001-04-13 | 1 | -2/+2 |
| | |||||
* | Documentation for Just's ColorPicker module, so the Mac OS guys get | Fred Drake | 2001-04-13 | 2 | -0/+23 |
| | | | | something out of this documentation release as well. ;-) |