summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libwinreg.tex
Commit message (Collapse)AuthorAgeFilesLines
* Correct typos and markup errors (Raymond, thanks for texcheck)Georg Brandl2006-01-231-2/+2
|
* added a couple of missing periods.Fredrik Lundh2006-01-091-4/+4
|
* fixed broken sentenceFredrik Lundh2006-01-091-3/+3
|
* Revert checkin for bug #1386675.Georg Brandl2005-12-271-6/+6
|
* Bug #1386675: winreg raises WindowsErrorsGeorg Brandl2005-12-271-6/+6
|
* Fix typoRaymond Hettinger2002-06-251-1/+1
|
* Fix SF bug 568269 by enclosing 'computername' in a raw stringRaymond Hettinger2002-06-251-1/+1
|
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-2/+2
| | | | | translation more difficult, as well as reading the English more difficult for non-native speakers.
* Use small tables instead of bare \item markers to describe the contentsFred Drake2000-11-301-53/+49
| | | | | | | of return tuples. The bare \item took advantage of an implementation detail when formatting in LaTeX, and was just wrong when generating HTML. It also broke the XML conversion scripts, since there was no enclosing list-like environment to contain them.
* As requested by Fred - mention that in the future a winreg module may make a ↵Mark Hammond2000-08-011-2/+3
| | | | comeback.
* Correct typo in description of the machine name parameter to theFred Drake2000-07-061-17/+16
| | | | ConnectRegistry() function; there is no trailing period!
* Make sure to note that this module was added for Python 2.0!Fred Drake2000-06-301-0/+2
|
* Reflect the name change to _winreg; we still need documentation for theFred Drake2000-06-301-2/+6
| | | | new winreg module.
* Added preliminary documentation for the winreg module,Fred Drake2000-06-071-0/+412
by Mark Hammond <markh@activestate.com>. Limited markup & consistency revisions by FLD.