- 8c01158 Use larger chunks for the HTML version of the Distutils documentation. by Fred Drake · 24 years ago
- a9a83e9 Comment out section titles for sections that have not been written yet; by Fred Drake · 24 years ago
- a09262e Comment out section titles for sections that have not been written yet; by Fred Drake · 24 years ago
- f89ad5e Document configuration flags to compile for large file support on by Guido van Rossum · 24 years ago
- 8a18e99 Checking in patch 404826 -- urllib2 enhancements and documentations. by Moshe Zadka · 24 years ago
- baee0d4 Bump the release number to 2.1b1. by Fred Drake · 24 years ago
- 694e181 Fix markup nit pointed out by FLD by Andrew M. Kuchling · 24 years ago
- 1874c8f Document PyErr_WarnExplicit(). by Guido van Rossum · 24 years ago
- 56ba72a Document warn_explicit(). by Guido van Rossum · 24 years ago
- 7840a9c Add entry for the inspect module. by Fred Drake · 24 years ago
- 6dbd382 Clean up some of the markup for consistency, wrap some long lines. by Fred Drake · 24 years ago
- bca60c0 Fix some rules broken by typos, others by the flattening of the makefile. by Fred Drake · 24 years ago
- 8bad993 Add description of PEP235 by Andrew M. Kuchling · 24 years ago
- 74d18ed Cover pydoc by Andrew M. Kuchling · 24 years ago
- bf14014 Document the object allocator Minor sentence change by Andrew M. Kuchling · 24 years ago
- 58177b9 added description of NL token by Skip Montanaro · 24 years ago
- 969ab27 Update documentation for termios module; do not refer to the TERMIOS module by Fred Drake · 24 years ago
- 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 24 years ago
- 6397c7c inspect: a module for getting information out of live Python objects by Ka-Ping Yee · 24 years ago
- 7a5e80e Updates to describe function attributes. by Barry Warsaw · 24 years ago
- d4614e8 Updates to the semantics of function and method attributes. by Barry Warsaw · 24 years ago
- 07e6c50 Minor adjustments, including markup corrections. by Fred Drake · 24 years ago
- 447f545 Fix extra backslash in example. by Fred Drake · 24 years ago
- 3538c93 Another name. by Fred Drake · 24 years ago
- afdc8fc Fix up the markup in some recently-added portions of the text. by Fred Drake · 24 years ago
- 19f3c52 Work around the broken formatting of sys.ps1 prompts in running text. by Fred Drake · 24 years ago
- 2f55b11 cd to the html/ directory to generate the global module index so the links by Fred Drake · 24 years ago
- d27ed85 The ACKS file is in the current directory when converted to HTML; this was by Fred Drake · 24 years ago
- cb45bfd Remove entry for soundex module! by Fred Drake · 24 years ago
- 230d17d Sequence indexes are non-negative, not natural (0 is not a natural number). by Fred Drake · 24 years ago
- 7c30de6 Remove documentation for the soundex module; the module is no longer by Fred Drake · 24 years ago
- 7edbd4f Patch #103885: Add dynamic registration and lookup of DOM implementations. by Martin v. Löwis · 24 years ago
- 754ba58 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an by Tim Peters · 24 years ago
- f0768c8 Added missing \item. See also bug 133213, about damaged HTML generated by Tim Peters · 24 years ago
- e79af27 Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing. by Tim Peters · 24 years ago
- 5b0705d ConfigParser.optionxform(): Document this since it is available for by Fred Drake · 24 years ago
- f6a9617 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
- 842ab38 No longer needed since the main Makefile is "flat". by Fred Drake · 24 years ago
- f6bfe8e Convert to a "flat" Makefile. by Fred Drake · 24 years ago
- 50d1fcf Add an option allowing the user to determine where the output HTML is built. by Fred Drake · 24 years ago
- f2502ad Fix markup so this document will format. by Fred Drake · 24 years ago
- c070123 This never saw much use, so remove it. by Fred Drake · 24 years ago
- 653809c Make the top-level index.html depend on the individual document index.html by Fred Drake · 24 years ago
- 5f52f72 Checked in with Andrew's blessing, I leave the comments with which by Thomas Heller · 24 years ago
- 15bc404 Added entries for difflib documentation. by Fred Drake · 24 years ago
- baf7142 Documentation for the difflib module, converted from the module docstrings. by Fred Drake · 24 years ago
- 373d151 More typos. libwinsound.tex typo noted by Peter Funk (thanks!). by Tim Peters · 24 years ago
- 25a9ce3 Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() by Tim Peters · 24 years ago
- c4089d8 In the example showing the irrelevance of start columns, restore that the by Tim Peters · 24 years ago
- f3262b7 Add entries for the doctest documentation. by Fred Drake · 24 years ago
- 7eb1463 Make a variety of minor markup adjustments. by Fred Drake · 24 years ago
- 7688229 SF patch #103808: doctest.py docs by Tim Peters · 24 years ago
- 30537da Fix typo Makefile.pre.in was added in 1.4 by Andrew M. Kuchling · 24 years ago
- da23c4f Fix two typos, and add some omitted \option{} markup by Andrew M. Kuchling · 24 years ago
- 04f1d37 mention the use of the maxtries attribute of FancyURLopener in bounding by Skip Montanaro · 24 years ago
- bf416fa Document default blocksize for storbinary(). by Guido van Rossum · 24 years ago
- 523ec57 Make some clarifications and corrections based on comments from Guido. by Fred Drake · 24 years ago
- e4f1c32 Be more careful to avoid spurious output from the shell script that by Fred Drake · 24 years ago
- 8bcc4e8 Commit this so CVS doesn't keep noticing the next version number. by Fred Drake · 24 years ago
- 15862f5 Add a note to Node.isSameNode() that it is based on the DOM Level 3 working by Fred Drake · 24 years ago
- 1d8ad2b Updated to reflect the additional information and interfaces exported in by Fred Drake · 24 years ago
- 7530208 Feeble attempt to repair obsolete info about hex escapes. by Tim Peters · 24 years ago
- 162c6a6 Reflect change in traceback format: "innermost last" --> "most recent call last" by Fred Drake · 24 years ago
- 15ad28c Finished the section on weak references by Andrew M. Kuchling · 24 years ago
- e7d7e6c Fix two typos by Andrew M. Kuchling · 24 years ago
- 5401996 Update to properly explain that the default Unicode encoding is ASCII, &c. by Ka-Ping Yee · 24 years ago
- 498cb15 Jon Nelson <jnelson@users.sourceforge.net>: by Fred Drake · 24 years ago
- a05460c PyTuple_*() functions take PyObject* parameters, not PyTupleObject* values. by Fred Drake · 24 years ago
- e38d481 Add a "description" meta tag that includes a version number. by Fred Drake · 24 years ago
- b258bed Jon Nelson <jnelson@users.sourceforge.net>: by Fred Drake · 24 years ago
- 81b6ae7 Create separate section for changes to the standard library by Andrew M. Kuchling · 24 years ago
- 5ed1dac Update documentation for pyexpat (xml.parsers.expat), to reflect the new by Fred Drake · 24 years ago
- 6a360bd Wrote section on nested scopes, and moved it to the front by Andrew M. Kuchling · 24 years ago
- 4e3f275 Improve diagnostic output when an external command returns a non-zero exit by Fred Drake · 24 years ago
- cf26366 Fix markup typo in a {verbatim} environment (there should not be any!); by Fred Drake · 24 years ago
- 40e43bf Document Node.isSameNode(). by Fred Drake · 24 years ago
- f891404 Move the whrandom section back to the documented modules section; this by Fred Drake · 24 years ago
- 269625f Revise the deprecation note for the whrandom module to be correct and a by Fred Drake · 24 years ago
- f0e08ef Remove an now-false statement about there being only one type flag defined. by Fred Drake · 24 years ago
- 24da477 Do not pass names of individual files to shutil.rmtree(); use os.unlink() by Fred Drake · 24 years ago
- 6270031 Adjustments to the text of the UnixMailbox description. Added by Fred Drake · 24 years ago
- 57d943a Move the whrandom entry to the "Obsolete Modules" appendix. by Fred Drake · 24 years ago
- 667c9e4 Minor markup adjustments. by Fred Drake · 24 years ago
- 844bd5b Minor markup adjustments. by Fred Drake · 24 years ago
- 68b6417 Added a warning at the top saying that user code should not use the by Fred Drake · 24 years ago
- 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
- d0946da Fix some markup breakage that prevented formatting; re-wrapped a couple of by Fred Drake · 24 years ago
- c2e35e6 Remove spurious "\end{description}" that caused formatting to fail. by Fred Drake · 24 years ago
- 36154b2 Added entry for weakref documentation. by Fred Drake · 24 years ago
- 0d0e648 Add entry for weakref documentation. by Fred Drake · 24 years ago
- ebcf6a8 Documentation for the weakref module. by Fred Drake · 24 years ago
- 0de88fc Change random.seed() so that it can get at the full range of possible by Tim Peters · 24 years ago
- 0eb1070 update section 4.1 to describe nested scopes by Jeremy Hylton · 24 years ago
- 30dbd14 Document the two changes to the mailbox.py module: by Barry Warsaw · 24 years ago
- b416290 Some rewriting of the "Internationalizing your programs and modules" by Barry Warsaw · 24 years ago
- 5599441 Make HTML the default output format, since that is what people actually by Fred Drake · 24 years ago
- 10f8ba4 Remove note about the compiler not checking for two kinds of illegal by Jeremy Hylton · 24 years ago
- 4308d3c Add note about non-recursive Makefiles by Andrew M. Kuchling · 24 years ago
- 3229b85 More on noutrefresh() and scroll(). by Eric S. Raymond · 24 years ago
- 4fda21b updated to document use of sequences of two-element tuples as inputs by Skip Montanaro · 24 years ago