- 96d7a70 Replace "\begin{classdesc}{SomeClass}{\unspecified}" with by Fred Drake · 23 years ago
- 9f2376d Document the new classdesc* environment, and the previously undocumented by Fred Drake · 23 years ago
- 06a01e8 Define a new environment, classdesc*, which can be used to document a by Fred Drake · 23 years ago
- 986bada Write a better synopsis for the Scrap module, and provide a link to by Fred Drake · 23 years ago
- 0eeca63 Actually include a synopsis line for the ColorPicker module. by Fred Drake · 23 years ago
- e7ec1ef Fix typo in weakref.proxy() documentation. This closes SF bug #423087. by Fred Drake · 23 years ago
- 791c351 Update example to no longer use the FCNTL module. by Fred Drake · 23 years ago
- 7c116d7 Fix typo reported by David Goodger. This closes SF patch #422383. by Fred Drake · 23 years ago
- e9735ac Remove all mentions of the strop module -- it has been pronounced Evil. by Fred Drake · 23 years ago
- d0de57c Update the fcntl module documentation. by Fred Drake · 23 years ago
- bda3a59 Itamar Shtull-Trauring <python@itamarst.org>: by Fred Drake · 23 years ago
- b8ac009 Fix the operator precedence table: exponentiation binds tighter than negation. by Fred Drake · 23 years ago
- 251ebe7 Remove items that have been done or are being tracked in the SourceForge by Fred Drake · 23 years ago
- 283b352 Update the directory names to match changes at SourceForge. by Fred Drake · 23 years ago
- c116b82 Work around limitations of the module synopsis table generation to avoid by Fred Drake · 23 years ago
- caa79a9 Minor adjustments to HTML for the module synopsis tables. by Fred Drake · 23 years ago
- af92218 Job.build_html(): Be more robust in ensuring about.html exists; copying by Fred Drake · 24 years ago
- a7c9ac6 There is no IMAP class in the imaplib module; the class is IMAP4. by Fred Drake · 24 years ago
- 1ef24e1 Note that when inplace=1 existing backup files will be removed silently. by Fred Drake · 24 years ago
- a6140be Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
- a8e0827 Hmm... better add a version annotation for the Iterator Protocol section. by Fred Drake · 24 years ago
- dbcaeda Added documentation for PyIter_Check() and PyIter_Next(). by Fred Drake · 24 years ago
- a8defaa Skeletal version; I'm checking this in now so I can keep a list of changes, by Andrew M. Kuchling · 24 years ago
- f42cc45 The general iteration support is part of 2.2, not 2.1 -- fixed the version by Fred Drake · 24 years ago
- 9cfe182 Add documentation for the StopIteration exception. by Fred Drake · 24 years ago
- 287c4cb State that Mailbox objects are iterator objects. by Fred Drake · 24 years ago
- eacdec6 Update the filter() and list() descriptions to include information about by Fred Drake · 24 years ago
- 93656e7 Added section describing the iterator protocol. by Fred Drake · 24 years ago
- 6f15e57 Added new parser markers 'et' and 'et#' which do not recode string by Marc-André Lemburg · 24 years ago
- 9188b21 Correct two floating-point representations printed by the interpreter in by Fred Drake · 24 years ago
- 8155e0e This patch originated from an idea by Martin v. Loewis who submitted a by Marc-André Lemburg · 24 years ago
- 8b3d6ca At the suggestion of Peter Funk, document 'key in dict' and 'key not by Guido van Rossum · 24 years ago
- 34b48e8 Update publish-to-SourceForge scripts to automatically determine if the by Fred Drake · 24 years ago
- 82f93c6 Only document <file>.xreadlines() once; added version annotation. by Fred Drake · 24 years ago
- e99b97e encode(): Handle Latin-1 input characters better. by Fred Drake · 24 years ago
- bda0556 Add support for <memberline/> (needs markup improvement!). by Fred Drake · 24 years ago
- 4cacec5 Fix a number of minor markup errors. by Fred Drake · 24 years ago
- 056a71d The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add by Fred Drake · 24 years ago
- 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 24 years ago
- 1aec3a1 Add versioning notes: many of the signatures changed to allow the time by Fred Drake · 24 years ago
- bc524c4 Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns by Fred Drake · 24 years ago
- 895aa9d Suggestion from Keith Briggs: refer to RE objects consistently instead of by Fred Drake · 24 years ago
- f384832 Sync version number with the current CVS version. by Fred Drake · 24 years ago
- 3151f44 Add description of the "explanation" optional parameter added to the by Fred Drake · 24 years ago
- 4c6f17a Make a number of small clarifications and correct a whole bunch of typos, by Fred Drake · 24 years ago
- 635a7cf Sync version number with the current CVS version. by Fred Drake · 24 years ago
- 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