- 293f77a Add note about the version in which GetoptError was added -- this can by Fred Drake · 24 years ago
- c2b29d0 Added support for optional explanation parameter to the \versionadded macro. by Fred Drake · 24 years ago
- fdfb05b \versionadded: Add support for including an explanatory note along with by Fred Drake · 24 years ago
- 1fcd438 Update document for the actual 2.1rc1 by Andrew M. Kuchling · 24 years ago
- 3fee304 Bump version number and set date. by Fred Drake · 24 years ago
- fc4ee0a Add convenience targets that build all archive types for single formatting by Fred Drake · 24 years ago
- 8d00a0f Michael Hudson: by Fred Drake · 24 years ago
- 0c4d468 Fixup some platform annotations. by Fred Drake · 24 years ago
- 2441366 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
- c054c75 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
- 62effc1 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
- fb8ffe6 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
- d20d8b3 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
- a3e56a6 Minor markup adjustments. Turn reference to the cmd module into a hyperlink. by Fred Drake · 24 years ago
- e1f3ed6 Update the helper scripts that push development docs to SourceForge; by Fred Drake · 24 years ago
- 3de3369 Add entry for ColorPicker documentation as well. by Fred Drake · 24 years ago
- b6bdcb2 Documentation for Just's ColorPicker module, so the Mac OS guys get by Fred Drake · 24 years ago
- 4f3980d Added a test main to the pstats library that can help you browse profile dumps. by Eric S. Raymond · 24 years ago
- 47f11ce Added warning that FancyURLopener prompts the user on the terminal when by Fred Drake · 24 years ago
- 62a2669 Added module synopsis for the chapter summary. by Fred Drake · 24 years ago
- e20bd19 Convert several \seetext references to \seerfc and \seetitle versions. by Fred Drake · 24 years ago
- 24e7a29 Work around the conversion of ">>" and "<<" to guillemets. Reported by by Fred Drake · 24 years ago
- 0056a42 Added a lot of text from Steve Purcell's HTML documentation. by Fred Drake · 24 years ago
- c790e08 Use "2.1c1" since that is what Guido used for the Python version number. by Fred Drake · 24 years ago
- 0c14961 Update to reflect the new string repr -- \n instead of \012. This is the by Fred Drake · 24 years ago
- 9ad526f Markup nit: use \envvar to mark environment variables. by Fred Drake · 24 years ago
- e0197bf When forming the <A> tag for a \seepep or \seerfc, make sure we strip by Fred Drake · 24 years ago
- db7657d Explain popitem() Add Unixware 7 port Ready for RC1 Minor rewrites by Andrew M. Kuchling · 24 years ago
- b942c2f Fixed bug in example. This closes SF bug #415522. by Fred Drake · 24 years ago
- c3cbbaf Added some additional documentation describing how BabylMailbox by Barry Warsaw · 24 years ago
- eedf985 Include a synopsis for the chapter overview. by Fred Drake · 24 years ago
- 2bd0d88 Fixing bug 405999 -- clarifying differences between Python's by Moshe Zadka · 24 years ago
- 5d6e402 Based on a comment by Konrad Hinsen on python-list: by Fred Drake · 24 years ago
- 29be701 Added definition of "test fixture". by Fred Drake · 24 years ago
- 8875c86 Typo: "BuildApple" --> "BuildApplet" by Fred Drake · 24 years ago
- c5287ac Bump version numbers for upcoming release candidate. by Fred Drake · 24 years ago
- 20931fb Update the XML conversion specification. by Fred Drake · 24 years ago
- ac154a1 Remove the mapping() function from the documentation. by Fred Drake · 24 years ago
- da00cda Add note that difflib was added in Python 2.1. by Fred Drake · 24 years ago
- cfac6d2 Normalize tabs to spaces. by Fred Drake · 24 years ago
- 6fda3ac Add reference to the DDJ article discussing a similar algorithm. by Fred Drake · 24 years ago
- 8633360 Add corresponding support for the alltt environment to the HTML generator. by Fred Drake · 24 years ago
- b5309a9 Import the alltt package and wrap that environment in a similar way to by Fred Drake · 24 years ago
- 90a72f8 Add documentation for getmoduleinfo() and getmodulename(). by Fred Drake · 24 years ago
- 697c9c9 In the typeset versions, the legal notices had grown past the one-page by Fred Drake · 24 years ago
- 819815a Fix typo in example (\b should be \n in string literal). by Fred Drake · 24 years ago
- 9c84636 Fix a number of bugs and omissions in the AddressList documentation, most by Fred Drake · 24 years ago
- 4d4d003 Correct the documentation for getreadbufferproc and getwritebufferproc. by Greg Stein · 24 years ago
- 501d904 Add entry for unittest documentation. by Fred Drake · 24 years ago
- b9ad228 Start of documentation for the unittest module. Some of this comes from by Fred Drake · 24 years ago
- 4cf1227 Change {\em ...} to \emph{...} for consistency with the rest of the Python by Fred Drake · 24 years ago
- f459d85 Add some information about what to expect of the DocumentType's by Fred Drake · 24 years ago
- c6a3cb4 Document PySequence_Size(), and describe PySequence_Length() as simply an by Fred Drake · 24 years ago
- 979d041 Make reference to the Library Reference in the "What Now?" chapter a hyperlink. by Fred Drake · 24 years ago
- c81d470 Allow the <author/> element to appear before a paragraph without being by Fred Drake · 24 years ago
- 659f377 Add entry for curses.panel documentation. by Fred Drake · 24 years ago
- 14631f6 Fix serious markup errors. by Fred Drake · 24 years ago
- c612a14 Remove the spurious space of uncertain origin from the output for function, by Fred Drake · 24 years ago
- cb83988 Added example use of weak references, contributed by Tim Peters. by Fred Drake · 24 years ago
- 58c8f9f Added documentation for PyObject_IsInstance() and PyObject_IsSubclass(). by Fred Drake · 24 years ago
- e264577 Typo: "ariables" --> "variables" This fixes SF bug #411118. by Fred Drake · 24 years ago
- 2bbc697 Fix a number of small issues; this closes SF bug #411063. by Fred Drake · 24 years ago
- 21e036c Add a note that the "kfm" controller supports "konqueror" as well as the by Fred Drake · 24 years ago
- 4240bc5 Note missing explanation by Andrew M. Kuchling · 24 years ago
- c8da0f9 Document use_rawinput. (Although now that I think more about it, a by Guido van Rossum · 24 years ago
- 8f6df46 Strengthen the constraints on calling PyObject_GC_Fini(). by Fred Drake · 24 years ago
- aa90adc Add nested scopes spec to appendix. by Jeremy Hylton · 24 years ago
- 7190247 Remove the annoying __version__ definitions. by Fred Drake · 24 years ago
- 3e8f921 Lots of small changes to make this work with the Python DOM bindings by Fred Drake · 24 years ago
- 2262a80 Pick up the "encode" function from esistools instead of defining our own by Fred Drake · 24 years ago
- a9d0450 No quotes around the "future" in the first use of the term "future statement". by Fred Drake · 24 years ago
- f6c115f Re-write to no longer depend on an old version of PyXML. This now by Fred Drake · 24 years ago
- a4699a7 Pick the "escape" function from the standard library instead of from PyXML. by Fred Drake · 24 years ago
- ce19496 Add conversions for more of the markup -- not all of this was around when by Fred Drake · 24 years ago
- 7621fa9 Add entry for the futures appendix in the reference manual. by Fred Drake · 24 years ago
- 557c1ae Include the futures appendix. by Fred Drake · 24 years ago
- 39778b7 Revise the markup so that this formats and uses markup consistently with by Fred Drake · 24 years ago
- 324cc6e Add some initial text for the appendix on future statements and nested scopes. by Jeremy Hylton · 24 years ago
- 2c84fc8 Note that assignments to __debug__ are illegal by Jeremy Hylton · 24 years ago
- e702481 Revert to ver 1.22, which was the version before the nested scopes by Jeremy Hylton · 24 years ago
- 16a0b17 Bump version number. by Fred Drake · 24 years ago
- ce7298a Explain the difference between NL and NEWLINE. by Ka-Ping Yee · 24 years ago
- c608fb6 Give a slightly better explanation of excepthook. by Ka-Ping Yee · 24 years ago
- 5e0dfac Update to the most recent weakref changes. by Fred Drake · 24 years ago
- ac1abe0 Add a paragraph about obmalloc turning up bugs in extension modules by Andrew M. Kuchling · 24 years ago
- ef85cc8 Add section for PEP 241 Add PyUnit and sys.excepthook by Andrew M. Kuchling · 24 years ago
- b5c5132 Add sys.excepthook. by Ka-Ping Yee · 24 years ago
- 6909642 Bump the version number. by Fred Drake · 24 years ago
- 15e07f4 Update to the current state of the universe. by Fred Drake · 24 years ago
- e28d8ae Be more clear about the specific rules for supporting the cyclic GC in an by Fred Drake · 24 years ago
- c392b57 Integrated an expanded version of some text from Neil Schemenauer about by Fred Drake · 24 years ago
- 4e6d09e Moved the description of the tzparse module to the "Obsolete" section by Fred Drake · 24 years ago
- f531ad6 Markup nit: For the Python documents, we use \empt instead of \textit. by Fred Drake · 24 years ago
- b15bbc8 Add documentation for SGMLParser.handle_decl(). by Fred Drake · 24 years ago
- 83e01bf Finally fill in the documentation for the PyDict_Next() function. It is by Fred Drake · 24 years ago
- 1b0b2a4 Add some LaTeX magic so that Latin-1 characters do not get so badly trashed. by Fred Drake · 24 years ago
- 93fe96a Py_BuildValue(): Add "D" conversion to create a Python complex value from by Fred Drake · 24 years ago
- 45bbda2 Fix a further markup problem noted by FLD by Andrew M. Kuchling · 24 years ago
- f0ebbe0 Re-order some method descriptions for a more logical grouping. by Fred Drake · 24 years ago
- 9eb4155 Add more font flavors for <var> elements; the previous incarnation caused by Fred Drake · 24 years ago