- a496664 Markup consistency. by Fred Drake · 26 years ago
- 1c7cd63 Nits. by Fred Drake · 26 years ago
- 957ac3f Add section for the sha module. by Fred Drake · 26 years ago
- ea424e1 Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5. by Guido van Rossum · 26 years ago
- 154fc6d Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(), by Fred Drake · 26 years ago
- 24aca83 Fixed typo and font-control problem reported by Detlef Lannert by Fred Drake · 26 years ago
- 29cf682 Clarifications on the first(), next(), and previous() functions, based by Fred Drake · 26 years ago
- 8611921 Fix a grammatical error reported by Detlef Lannert by Fred Drake · 26 years ago
- ec8b905 Fix a couple of typos reported by Detlef Lannert by Fred Drake · 26 years ago
- 16214fb Fix a couple of grammatical errors reported by Detlef Lannert by Fred Drake · 26 years ago
- 4aa4f30 Work-around LaTeX2HTML space-dropping bug. by Fred Drake · 26 years ago
- 87b8f31 Fixed some logical markup nits. by Fred Drake · 26 years ago
- deb7e09 Logical markup. by Fred Drake · 26 years ago
- 806764b No, __repr__() does not accept a parameter other than self. by Fred Drake · 26 years ago
- 0fbec55 Shorten the section title. by Fred Drake · 26 years ago
- c2aadcd Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers by Barry Warsaw · 26 years ago
- eea97ea Shorten the section title. by Fred Drake · 26 years ago
- 86bd5e4 Shorten the section title. by Fred Drake · 26 years ago
- 7475e04 Work around a space-dropping problem in LaTeX2HTML. by Fred Drake · 26 years ago
- ae35aa8 Added "See also" sections linking to binascii. by Fred Drake · 26 years ago
- ee4d54e Refer to the binhex module, not the non-existent hexbin module. by Fred Drake · 26 years ago
- 26f7cfe Fix some glaring markup consistency problems (presentation was broken). by Fred Drake · 26 years ago
- 10682c2 Added a couple more requests from users. by Fred Drake · 26 years ago
- 812860e Hack places where '--' should appear as literal output but the -- was by Fred Drake · 26 years ago
- d960dc8 Fix square brackets around optional parameters to macros. by Fred Drake · 26 years ago
- 7a737df General small improvements and fixes. by Fred Drake · 26 years ago
- 9dd5209 Provide full arguments to __import__ so it works in packagized IDLE. by Guido van Rossum · 26 years ago
- 06b787b Bunch of updates necessary due to recent changes; added docs for File by Guido van Rossum · 26 years ago
- dc7bfc4 Remove obsolete 'script' menu. by Guido van Rossum · 26 years ago
- 4c6d0c7 Several wishes fulfilled. by Guido van Rossum · 26 years ago
- 70f6d99 Moved classes OnDemandOutputWindow and PseudoFile here, by Guido van Rossum · 26 years ago
- 1f3de5d Mostly rewritten. Instead of the old Run module and Debug module, by Guido van Rossum · 26 years ago
- 3af507d - made "Save options..." dialog more generic, so it's also usable from RoboFog by Just van Rossum · 26 years ago
- 6c487c4 fixed glitch when scrolling very long files -- jvr by Just van Rossum · 26 years ago
- ffbe687 Make internal module references hyperlinks wherever it makes sense. by Fred Drake · 26 years ago
- 7b8b125 Remove bogus characters in code sample. by Fred Drake · 26 years ago
- 27f550c Nits: document use of $IDLESTARTUP; display idle version by Guido van Rossum · 26 years ago
- fcf94d4 Work around LaTeX2HTML comment-handling bug. by Fred Drake · 26 years ago
- 4a406c6 Shorten the section title. by Fred Drake · 26 years ago
- e1e1488 New version to celebrate new command line by Guido van Rossum · 26 years ago
- 3d0ff00 Added flush(), for completeness. by Guido van Rossum · 26 years ago
- eeb8807 A lot of changes to make the command line more useful. You can now do: by Guido van Rossum · 26 years ago
- c4a623e Add command line flags to just list the files that contain the by Fred Drake · 26 years ago
- c8c40ff Added a "See also" section with some external references. by Fred Drake · 26 years ago
- 4e28c59 Markup nits. by Fred Drake · 26 years ago
- b7168c3 Clean up lots of mark up. by Fred Drake · 26 years ago
- 79936fe Added descriptions of the various exceptions, based on the docstrings. by Fred Drake · 26 years ago
- c8993aa Logical markup and small nits. by Fred Drake · 26 years ago
- 12a9569 Make some module references hyperlinks. by Fred Drake · 26 years ago
- b774550 Minor logical markup nits. by Fred Drake · 26 years ago
- dd6c6d9 Clean up some mark up. by Fred Drake · 26 years ago
- e2effbd Fix minor (English) usage nits. by Fred Drake · 26 years ago
- bcd5454 Reference to urllib module can be a hyperlink. by Fred Drake · 26 years ago
- 4429772 Fix dropped space in the HTML output. by Fred Drake · 26 years ago
- babdda5 Make reference to the socket module a hyperlink. by Fred Drake · 26 years ago
- bf0f434 Shorten the section title. by Fred Drake · 26 years ago
- 47894d2 Don't describe this module as being a popen() wrapper; that's a little by Fred Drake · 26 years ago
- a694e00 Remove \platform declaration; this module is generic. by Fred Drake · 26 years ago
- 5254a6d Move stat to the Generic chapter. by Fred Drake · 26 years ago
- ca69a03 Don't refer to the system documentation as "man pages"; too by Fred Drake · 26 years ago
- 7bf96ca Make an assertion. by Fred Drake · 26 years ago
- 6532b9b Updated a comment and the release number. by Fred Drake · 26 years ago
- 9f5362b Some more TODO items. Made up my mind about command line args, by Guido van Rossum · 26 years ago
- 2ea30f4 Add warning that last() and previous() don't work for hashtable by Fred Drake · 26 years ago
- e62e76c Super-elegant patch by Tim Peters that speeds up colorization by Guido van Rossum · 26 years ago
- 693a2c6 Script to locate uses of \module where the module referred to is not by Fred Drake · 26 years ago
- e0208cc Add a couple of items. by Fred Drake · 26 years ago
- adade92 Fill in a lot of the blanks. Add a start to the LaTeX primer section. by Fred Drake · 26 years ago
- 30a535c Added support for adding environment/macro parameters more cleanly: by Fred Drake · 26 years ago
- eda232f Allow longer strings (up to 80 chars each) for version, build, compiler info. by Guido van Rossum · 26 years ago
- b9f1f6d Misc. markup nits. by Fred Drake · 26 years ago
- 2dabd81 Fix markup typo. by Fred Drake · 26 years ago
- d146edf Mark the "Notes:" sections under tables the same way it's done by Fred Drake · 26 years ago
- b11d108 The version information here was checked good in 1999, not 199. ;-) by Fred Drake · 26 years ago
- 2799f9d Reflow paragraph to work around LaTeX2HTML dropping a space. by Fred Drake · 26 years ago
- 6d20caa Reflow paragraph to work around LaTeX2HTML dropping a space. by Fred Drake · 26 years ago
- 543e19d Small nits, more hyperlinks. by Fred Drake · 26 years ago
- 048b75b Make references to whrandom hyperlinks. by Fred Drake · 26 years ago
- ec6baaf Small markup nits. by Fred Drake · 26 years ago
- 54f2fdd Make the names of the referenced modules hyperlinks; they had not been by Fred Drake · 26 years ago
- 02e8c0f Nits. Reference to signal module becomes a hyperlink. by Fred Drake · 26 years ago
- 283c588 Work around LaTeX2HTML comment-handling bug. by Fred Drake · 26 years ago
- 318c0b1 Logical markup nits. by Fred Drake · 26 years ago
- c3845a1 Logical markup & other small nits. by Fred Drake · 26 years ago
- 11bc8cf Explain *why* the copytree() implementation is presented as the example! by Fred Drake · 26 years ago
- e688aec Textual references to the glob module can be hyperlinks. by Fred Drake · 26 years ago
- eeb63fd FreeBSD/[34]* change, Dom Mitchell. by Guido van Rossum · 26 years ago
- 737aa55 Markup nit to fixed dropped space in HTML output. by Fred Drake · 26 years ago
- 20c9228 Patch by Per Cederqvist, seemingly approved by The Dragon: by Guido van Rossum · 26 years ago
- 4747f7f Markup nits. by Fred Drake · 26 years ago
- 4f6e4fb Added "See also" reference to xdrlib. by Fred Drake · 26 years ago
- 69fa563 Markup nits. by Fred Drake · 26 years ago
- 8307e21 Mark the references to module names use \module or \refmodule (the by Fred Drake · 26 years ago
- 6ed122a Important fix mentioned by The Dragon De Monsyne: the sendmail() by Guido van Rossum · 26 years ago
- eda80ea Correct spelling of length, discovered by Christian Tismer. by Guido van Rossum · 26 years ago
- a889add Oops; minor nit in example: none of the other interactive examples by Fred Drake · 26 years ago
- ca675e4 do_cmd_funcline(): Remove some bogus generated stuff from the output by Fred Drake · 26 years ago
- 3d815bd Added link to xdrlib module in "See also" section. by Fred Drake · 26 years ago
- da4b25e Patch by Tim Peters to speed up colorizing of big multiline strings. by Guido van Rossum · 26 years ago
- 743007d Patch by Christian Tismer for Win32, to use FormatMessage() instead of by Guido van Rossum · 26 years ago