- 61f45c7 Remove obsolete \setindexsubitem macro, by Fred Drake · 27 years ago
- b208f12 Added index entry. by Fred Drake · 27 years ago
- 8214334 Remove obsolete \setindexsubitem macro. by Fred Drake · 27 years ago
- 858f787 Fix index entry for HTMLParser class. by Fred Drake · 27 years ago
- 41788db Logical markup. by Fred Drake · 27 years ago
- 9b28fe2 Logical markup. by Fred Drake · 27 years ago
- e14dde2 Fixed description of similarity between m[name] and m.getheader(name), by Fred Drake · 27 years ago
- d275de9 Remove obsolete lines like this: by Fred Drake · 27 years ago
- 4bde97f Add fileinput section under Misc. Services. by Fred Drake · 27 years ago
- ea2f2b9 Use new index style for makeindex. by Fred Drake · 27 years ago
- 35ca0d6 Document fileinput. by Fred Drake · 27 years ago
- a8e262b Use the new index style when running makeindex. by Fred Drake · 27 years ago
- 10ad52e Minor cleanliness. by Fred Drake · 27 years ago
- 0a2eb13 Style specification for building *.ind from *.idx. This is needed to avoid by Fred Drake · 27 years ago
- bdc61b1 Relocating file to Lib/lib-old. by Fred Drake · 27 years ago
- a351f89 Relocating file to Lib/lib-old. by Fred Drake · 27 years ago
- f7d590c This was the reason a numeric array to a real power was not working. by Guido van Rossum · 27 years ago
- 88c6bdf posix->os. by Guido van Rossum · 27 years ago
- 8430c58 AMK's latest by Guido van Rossum · 27 years ago
- 07bcd99 Start at updating the template a little bit. There's a lot of stuff that's by Fred Drake · 27 years ago
- 47cfd03 Increase space between the end of a regexp and the little right floor symbol by Fred Drake · 27 years ago
- 042ff9e AMK's latest by Guido van Rossum · 27 years ago
- 104be4a Use %.17f to format floats/doubles by Guido van Rossum · 27 years ago
- bf02fb2 Make sure that the message "Error in sys.exitfunc:" goes to sys.stderr by Guido van Rossum · 27 years ago
- 6deac7a Make calls into ../PC/frozen_dllmain.c on MS_WIN32. by Guido van Rossum · 27 years ago
- f015e18 Add primitive test for frozen package. by Guido van Rossum · 27 years ago
- fe03e81 Removed line of obsolete markup. by Fred Drake · 27 years ago
- 791468f Some clarifications of out-of-range group indexes/names by Guido van Rossum · 27 years ago
- a50547e Track changes in tokenize.py by Guido van Rossum · 27 years ago
- 18586f4 Add optional argument to help(). by Guido van Rossum · 27 years ago
- 1d5102c Explicitly close rfile and wfile in StreamRequestHandler.finish() -- by Guido van Rossum · 27 years ago
- a90c78b Differentiate between NEWLINE token (an official newline) and NL token by Guido van Rossum · 27 years ago
- fbe63de UnixMailbox: don't be fooled by lines that begin with "From " but by Guido van Rossum · 27 years ago
- 7e07b38 Sjoerd's latest. by Guido van Rossum · 27 years ago
- 0454b51 Oops, pulled over by the tab police :-) by Guido van Rossum · 27 years ago
- b5916ab Change by Sjoerd (with minor reformatting): by Guido van Rossum · 27 years ago
- fcc6c68 Export MPZType -- the type of mpz objects.... by Fred Drake · 27 years ago
- 6188592 Lots of markup consistency nits. by Fred Drake · 27 years ago
- 6251c16 Small nits. by Fred Drake · 27 years ago
- 8efde21 Several minor markup nits. by Fred Drake · 27 years ago
- 9f6aec8 "alternative" is a noun, use "alternate" for the adjective. by Fred Drake · 27 years ago
- 14c198b Talk about some minor nits... by Fred Drake · 27 years ago
- 395e8e4 Capitalize "Python" for consistency. by Fred Drake · 27 years ago
- 7932a6b Small markup nits. by Fred Drake · 27 years ago
- d59db4f Small consistency nits. by Fred Drake · 27 years ago
- 2123774 Capitalize "Python" for consistency. by Fred Drake · 27 years ago
- e6cedb3 New index entries. by Fred Drake · 27 years ago
- 3f1c472 Use {methoddesc} as appropriate. by Fred Drake · 27 years ago
- 5dabeed Index entries. by Fred Drake · 27 years ago
- d0a40cb Added comment crediting Sue Williams with this documentation section (the by Fred Drake · 27 years ago
- 55e3cbd Fix one typo. by Fred Drake · 27 years ago
- 74810d5 Nits. by Fred Drake · 27 years ago
- c348631 Add index entry for GzipFile class. by Fred Drake · 27 years ago
- d678cb7 Logical markup. by Fred Drake · 27 years ago
- 9fee071 Markup consistency. by Fred Drake · 27 years ago
- 5bfe485 Consistency: Don't use module name when referring to functions defined by Fred Drake · 27 years ago
- 2cfc835 Minor nits. by Fred Drake · 27 years ago
- 4e66887 Consistency nits: by Fred Drake · 27 years ago
- 76547c5 Minor nits. by Fred Drake · 27 years ago
- dff21a6 Minor nits. by Fred Drake · 27 years ago
- 16a19c4 Mention the --help option to tools/mkhowto.sh. by Fred Drake · 27 years ago
- 5bd7fcc Minor nits. by Fred Drake · 27 years ago
- a594baf Normalized case rules in section headings. by Fred Drake · 27 years ago
- 7e9d314 Capitalize "Python" for consistency. by Fred Drake · 27 years ago
- 6a79be8 Capitalize "Python" for consistency. by Fred Drake · 27 years ago
- 930f134 Logical markup. by Fred Drake · 27 years ago
- dd1f52b Use {seealso} environment to refer to the struct module. by Fred Drake · 27 years ago
- 5a52519 add_idx(): Restore message to stdout when formatting the general index. by Fred Drake · 27 years ago
- 2b8093a Match python.sty a little better. by Fred Drake · 27 years ago
- 5371497 Removed an obsolete hack that's been commented out for a long time. by Fred Drake · 27 years ago
- 1191692 Lots of little nits. by Fred Drake · 27 years ago
- 75d92c1 Added a __delitem__ to the Message class. by Guido van Rossum · 27 years ago
- 58b2bfd This fixes a (minor) problem discovered by AMK when you don't want any by Fred Drake · 27 years ago
- 3a18f3b Hyphenate "built-in" for consistency. by Fred Drake · 27 years ago
- 5204b4a #Oops, I lost the CVS/RCS $Revision$ by Barry Warsaw · 27 years ago
- dc40904 Hyphenate "built-in" for consistency. by Fred Drake · 27 years ago
- da70ee1 Use methoddesc and memberdesc, as needed. by Fred Drake · 27 years ago
- 182bd2d Use methoddesc instead of funcdesc to describe the only method. by Fred Drake · 27 years ago
- 2351c80 \bifuncindex: Fix so entries combine correctly with those of the built-in by Fred Drake · 27 years ago
- 0a73d4d Removed reference to ni module. by Fred Drake · 27 years ago
- 9ac80cb Removed references to ni. by Fred Drake · 27 years ago
- b401637 Markup nits, index entries. by Fred Drake · 27 years ago
- 674e0fd Be more specific about where in RFC 1421 to look, since it's not at all by Fred Drake · 27 years ago
- b789c70 Minor markup nits. by Fred Drake · 27 years ago
- f14e2f8 Fix one remaining internal use of \code{} that could use the simpler form. by Fred Drake · 27 years ago
- 9e9c89e Some nits. by Fred Drake · 27 years ago
- ac8f91a Added --split for AMK; control split level of the HTML output. Use --split 1 by Fred Drake · 27 years ago
- a0dbddf Markup consistency nits. by Fred Drake · 27 years ago
- c6fa34e Markup consistency & nits. by Fred Drake · 27 years ago
- e9625e8 AMK's version from the latest pypcre distribution. This clarifies a by Guido van Rossum · 27 years ago
- 391564f Small markup nits, a few grammatical fixes, and a clarification of the binary by Fred Drake · 27 years ago
- 1a7af39 Implemented one more special markup item. by Fred Drake · 27 years ago
- 454a4fb Added some comments. by Fred Drake · 27 years ago
- 92166d9 (py-compute-indentation): When looking at a continuation line inside by Barry Warsaw · 27 years ago
- 585f733 Two patches for Emacs 20.2 compatibility: by Barry Warsaw · 27 years ago
- b1062fc Correct dumb typo found by kjpylint (stack should be self.stack). by Guido van Rossum · 27 years ago
- 599174f Correct a definite typo ('mem' should be 'memo'). by Guido van Rossum · 27 years ago
- 9ab75cb Tim Peters' program for checking whether a program's indentation is by Guido van Rossum · 27 years ago
- a6bb6be Strip argument to atol and atof to match what strop does better. by Guido van Rossum · 27 years ago
- a08faba A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 27 years ago