- 5901116 Remove some false statements. by Fred Drake · 24 years ago
- c743869 Revise the description of time.clock() so that it correctly describes the by Fred Drake · 24 years ago
- 59fbb83 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 24 years ago
- 90e6518 Added information about the timeout parameter to the poll() method for by Fred Drake · 24 years ago
- f891be9 Explain the exit code for the wait() method, including a reference to by Fred Drake · 24 years ago
- 02be5cb The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 24 years ago
- f0f49d9 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 24 years ago
- 7469771 Correct a markup error for an accented character. by Fred Drake · 24 years ago
- db9e1cb Removed some stray periods, and fix up a number of visible markup by Fred Drake · 24 years ago
- 590111d SourceForge bug #437041: by Fred Drake · 24 years ago
- f7e504d Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: by Fred Drake · 24 years ago
- 2a0f86d Backport Martin's checkin 1.4 (with minor fix): by Thomas Wouters · 24 years ago
- d0c8ed6 Updated link to zlib's home page. by Fred Drake · 24 years ago
- 1e97425 Re-organize a little, clean up some markup. by Fred Drake · 24 years ago
- 10de30d Corrected an error in the information on supporting weak references in by Fred Drake · 24 years ago
- 2c5ecda Fix & clean up the information about building Python with large file support by Fred Drake · 24 years ago
- 9c573b0 Properly mark the availability of tempnam() and tmpnam(). by Fred Drake · 24 years ago
- 76ce2aa Fix an improperly placed comma. by Fred Drake · 24 years ago
- b031d45 Add the appropriate availability annotations for the popen*() family of by Fred Drake · 24 years ago
- 26cff90 Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added by Fred Drake · 24 years ago
- a623ca8 Merge in recent changes from development branch: add warning about being by Fred Drake · 24 years ago
- 35a37f1 is -> if in rename description by Skip Montanaro · 24 years ago
- 3da898b Document os.getenv(). This closes SF bug #429059. by Fred Drake · 24 years ago
- cba8e5b Some general cleanup of the threading module documentation, including by Fred Drake · 24 years ago
- f1760de readlink() description: Added note that the return value may be either by Fred Drake · 24 years ago
- 0108b37 The parameter to the listen() method is not optional, but was marked as by Fred Drake · 24 years ago
- d9289f0 Add a version annotation for splitdrive(); old, but as long as I managed by Fred Drake · 24 years ago
- cfe4df1 Add a list of mapping interface methods which are not supported by by Fred Drake · 24 years ago
- 47237c7 Add some clarifications about the mapping interface presented by by Fred Drake · 24 years ago
- 38665ca Fix bug in smtplib example: the prompt said to end the message with ^D, by Fred Drake · 24 years ago
- cd7d2d0 Fix typo in weakref.proxy() documentation. This closes SF bug #423087. by Fred Drake · 24 years ago
- 90fe272 Remove all mentions of the strop module -- it has been pronounced Evil. by Fred Drake · 24 years ago
- 8ee94e6 Itamar Shtull-Trauring <python@itamarst.org>: by Fred Drake · 24 years ago
- b1c3c9e Work around limitations of the module synopsis table generation to avoid by Fred Drake · 24 years ago
- c117d1a There is no IMAP class in the imaplib module; the class is IMAP4. by Fred Drake · 24 years ago
- c6cddfa Note that when inplace=1 existing backup files will be removed silently. by Fred Drake · 24 years ago
- 1d0b183 Only document <file>.xreadlines() once; added version annotation. by Fred Drake · 24 years ago
- a3d6ad8 Fix a number of minor markup errors. by Fred Drake · 24 years ago
- 8d84e0d Add versioning notes: many of the signatures changed to allow the time by Fred Drake · 24 years ago
- 10f039b Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns by Fred Drake · 24 years ago
- 41c71e6 Suggestion from Keith Briggs: refer to RE objects consistently instead of by Fred Drake · 24 years ago
- d51dd03 Add note about the version in which GetoptError was added -- this can by Fred Drake · 24 years ago
- c054c75 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
- 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
- 0056a42 Added a lot of text from Steve Purcell's HTML documentation. by Fred Drake · 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
- 29be701 Added definition of "test fixture". 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
- 90a72f8 Add documentation for getmoduleinfo() and getmodulename(). 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
- 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
- 659f377 Add entry for curses.panel documentation. by Fred Drake · 24 years ago
- 14631f6 Fix serious markup errors. by Fred Drake · 24 years ago
- cb83988 Added example use of weak references, contributed by Tim Peters. 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
- c8da0f9 Document use_rawinput. (Although now that I think more about it, a by Guido van Rossum · 24 years ago
- aa90adc Add nested scopes spec to appendix. by Jeremy Hylton · 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
- b5c5132 Add sys.excepthook. by Ka-Ping Yee · 24 years ago
- 4e6d09e Moved the description of the tzparse module to the "Obsolete" section by Fred Drake · 24 years ago
- b15bbc8 Add documentation for SGMLParser.handle_decl(). by Fred Drake · 24 years ago
- f0ebbe0 Re-order some method descriptions for a more logical grouping. by Fred Drake · 24 years ago
- 990b0fe Update documentation to reflect the shift to NetrcParseError instead of by Fred Drake · 24 years ago
- 93c8671 Lots of organizational changes for consistency with the rest of the by Fred Drake · 24 years ago
- 043d5e5 For copyfile(), be explicit that src and dst are file names; that was only by Fred Drake · 24 years ago
- 7606e4d Added entry for urllib2 documentation. 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
- 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
- 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
- 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
- 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
- 7c30de6 Remove documentation for the soundex module; the module is no longer by Fred Drake · 25 years ago
- 7edbd4f Patch #103885: Add dynamic registration and lookup of DOM implementations. by Martin v. Löwis · 25 years ago
- 754ba58 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an by Tim Peters · 25 years ago
- f0768c8 Added missing \item. See also bug 133213, about damaged HTML generated by Tim Peters · 25 years ago