- d86038d Apply the new \mailheader macro where appropriate, and fix a few small by Fred Drake · 23 years ago
- 5d54879 Fix some of the example code; the reference objects do not support a by Fred Drake · 23 years ago
- 51629c2 Add a caveat about boundary conditions and RE concatenation, so that the by Fred Drake · 23 years ago
- 905dc55 Cleaned up the description of readline.set_completer(). by Fred Drake · 23 years ago
- e74f8de Added an example of a string value for the replacement parameter to by Fred Drake · 23 years ago
- 630a63c Fix description of buffer_info(), and add a note that there is a better way... by Fred Drake · 23 years ago
- 43211ec Make some adjustments to the markup, and fix up some style-guide issues. by Fred Drake · 23 years ago
- 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
- 54f6509 Typo fix. by Greg Ward · 23 years ago
- 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
- 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
- 41d7d58 trivial rewording in footnote 5. by Skip Montanaro · 23 years ago
- d61e3ea Add entry for the new distutils section. by Fred Drake · 23 years ago
- 4fefcc3 Overview comments for the distutils package, with links to the distutils by Fred Drake · 23 years ago
- c547b46 Be more specific about corner cases in the description of the $ RE syntax, by Fred Drake · 23 years ago
- 6fd3b22 When explaining the enterabs() method, using the modern spelling of apply(), by Fred Drake · 23 years ago
- 6fdb90c Remove self-reference from the anydbm module. This closes SF patch #443788. by Fred Drake · 23 years ago
- 8a2adcf Typo: Added missing "if". This is part of SF patch #442788. by Fred Drake · 23 years ago
- c046e97 Add StopIteration to the list of exceptions *not* derived from StandardError. by Fred Drake · 23 years ago
- 63bc2e0 Convert the use of apply(f, args) to the new spelling: f(*args). by Fred Drake · 23 years ago
- f69868f Add a missing "\" to the markup. by Fred Drake · 23 years ago
- 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
- a3a1668 apply patch item #416254 by Piers Lauder · 23 years ago
- acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
- 53d285a Remove some false statements. by Fred Drake · 23 years ago
- 28bafb8 Fix a few typos by Andrew M. Kuchling · 23 years ago
- 7218202 "Make small changes, but carry a big diff." by Fred Drake · 23 years ago
- 1a2302b Add some symbolic names to support hyperlinked references. by Fred Drake · 23 years ago
- 5d808fb Made a few minor style & markup changes to the new {get,set}dlopenflags() by Fred Drake · 23 years ago
- f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
- efaef13 Update the availability information for os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
- e78661b Fix a couple of minor markup nits. by Fred Drake · 23 years ago
- 95400a2 Updated the documentation in several respects: by Barry Warsaw · 23 years ago
- 687a17d Revise the description of time.clock() so that it correctly describes the by Fred Drake · 23 years ago
- 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
- 4124a0b Correct a couple of errors noted by Alex Martelli. by Fred Drake · 23 years ago
- 7fc8abb Remove comments about XML and HTML; those sections are no by Fred Drake · 23 years ago
- 3d97e35 Add entry for xmlrpclib documentation. by Fred Drake · 23 years ago
- 5ddf7ad Several markup adjustments so this will format and be more consistent with by Fred Drake · 23 years ago
- f4bdb57 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 23 years ago
- bf5a774 On int/long to the negative int/long power, let float handle it by Guido van Rossum · 23 years ago
- e304bb9 First version of xmlrpclib docs. Probably has markup errors; is not complete, by Eric S. Raymond · 23 years ago
- 682d5f3 Follow the recommended practices for keystroke representation; this by Fred Drake · 23 years ago
- 9bbc933 Added information about the timeout parameter to the poll() method for by Fred Drake · 23 years ago
- 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
- ab1df4f Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
- 91f2f26 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
- 45c23e6 Explain the exit code for the wait() method, including a reference to by Fred Drake · 23 years ago
- bcd1df7 The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 23 years ago
- a939911 Fix a markup error: do not omit a method's parameter list if it is empty. by Fred Drake · 23 years ago
- 25211f5 Added more information on the differences between the htmllib and HTMLParser by Fred Drake · 23 years ago
- 5fe2c13 List constraints on xrange() objects. by Guido van Rossum · 23 years ago
- 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
- 20006b2 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 23 years ago
- 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
- 0c20904 Correct a markup error for an accented character. by Fred Drake · 23 years ago
- 58c9539 Removed some stray periods, and fix up a number of visible markup by Fred Drake · 23 years ago
- f29ca18 SourceForge bug #437041: by Fred Drake · 23 years ago
- 9f9bd6a Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: by Fred Drake · 23 years ago
- 6994097 Remove duplicate ', ' in dbhash.open()'s argument list. by Thomas Wouters · 23 years ago
- e9218a1 Remove the restriction on a mapping's .update() method. by Barry Warsaw · 23 years ago
- 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
- b037d33 Updated link to zlib's home page. by Fred Drake · 23 years ago
- e7e03cd Fix typo by Andrew M. Kuchling · 23 years ago
- ff00fda Correct erroneous description of precmd. by Eric S. Raymond · 23 years ago
- 8058bfa Contributed updates from Harald Hanche-Olsen, giving details of the branch by Fred Drake · 23 years ago
- 307cb05 Re-organize a little, clean up some markup. by Fred Drake · 23 years ago
- f66cb5d Corrected an error in the information on supporting weak references in by Fred Drake · 23 years ago
- 93438bf Fix & clean up the information about building Python with large file support by Fred Drake · 23 years ago
- d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
- 6016e39 Document the new encodestring() and decodestring() functions. Also, by Barry Warsaw · 23 years ago
- 918f2c7 Document that filter is added in 2.2. by Martin v. Löwis · 23 years ago
- 54d10fd Add a version annotation for the Q and q format codes. by Fred Drake · 23 years ago
- 8fcd4b5 Fix an improperly placed comma. by Fred Drake · 23 years ago
- 4a6c5c5 Fixed reference to table notes for {}.keys() and {}.items() -- these by Fred Drake · 23 years ago
- 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 23 years ago
- 0b9bc20 Add the appropriate availability annotations for the popen*() family of by Fred Drake · 23 years ago
- 046f4d8 Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added by Fred Drake · 23 years ago
- c115835 Fix recent changes so that this section will format again. by Fred Drake · 23 years ago
- 7b9542a Initial support for 'q' and 'Q' struct format codes: for now, only in by Tim Peters · 23 years ago
- 1dc98c4 add warning about situation where code may be executed twice, once when by Skip Montanaro · 23 years ago
- 62f9d7c In the section on extending the profiler, add some additional discussion by Fred Drake · 23 years ago
- e2ccb89 Document filter. by Martin v. Löwis · 23 years ago
- e24fef0 Fix bug #422702: Make flag argument to open optional, and document it that way. by Martin v. Löwis · 23 years ago
- b9d973d is -> if in rename description by Skip Montanaro · 23 years ago
- 81e142b Document os.getenv(). This closes SF bug #429059. by Fred Drake · 23 years ago
- c19f392 Some general cleanup of the threading module documentation, including by Fred Drake · 23 years ago
- 6cba3d0 Added entry for HTMLParser documentation. by Fred Drake · 23 years ago
- 3b755d4 Michel Pelletier <michel@digicool.com>: by Fred Drake · 23 years ago
- dc9e7e4 readlink() description: Added note that the return value may be either by Fred Drake · 23 years ago
- c80d4dd The parameter to the listen() method is not optional, but was marked as by Fred Drake · 23 years ago
- 56a71ee Add a version annotation for splitdrive(); old, but as long as I managed by Fred Drake · 23 years ago
- c6d8f8d Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues() by Fred Drake · 23 years ago
- 98cfab6 One more update related to the new get() and setdefault() methods on the by Fred Drake · 23 years ago
- 6b4593e Update to add get() and setdefault() as supported mapping operations, and by Fred Drake · 23 years ago
- 7063149 Add some clarifications about the mapping interface presented by by Fred Drake · 23 years ago
- 1400baa Add a "See also" section with useful links. More should be added giving by Fred Drake · 23 years ago
- e9719fe Fix bug in smtplib example: the prompt said to end the message with ^D, by Fred Drake · 23 years ago
- c0dac1a Beef up the unicode() description a bit, based on material from AMK's by Fred Drake · 23 years ago
- ba7e2c8 Add some text to make the dircmp object section more readable, and move by Fred Drake · 24 years ago