- a40d643 Documented smtplib, multifile by Guido van Rossum · 27 years ago
- 8ddbe91 Documented cmd, smtplib, multifile by Guido van Rossum · 27 years ago
- 8668e8e Contributions by Eric Raymond: documentation for modules by Guido van Rossum · 27 years ago
- 73d8bff Document optional kwargs argument to start_new_thread(). Also by Guido van Rossum · 27 years ago
- e5836d9 Mark the 'whence' parameter of the file object's seek() method as optional; by Fred Drake · 27 years ago
- 65b7863 Fix unclear wording pointed out by Tim Peters, about the interaction between by Andrew M. Kuchling · 27 years ago
- a7874d1 Revert the change of revision 1.30. While it's in general a laudable by Guido van Rossum · 27 years ago
- 1b0ff2c eval() example: Removed final interpreter prompt; other examples don't have by Fred Drake · 27 years ago
- 5916070 Somewhat updated, but not checked for everything (just the stuff I was using). by Fred Drake · 27 years ago
- 7b7f668 Added a stronger warning about changing the dictionary returned by locals(). by Guido van Rossum · 27 years ago
- faac013 # Untabified the example :-( by Guido van Rossum · 27 years ago
- bca1207 Documented that by default the output goes to stderr, and that a file by Guido van Rossum · 27 years ago
- 777dcc6 Change the description of input() -- it is exactly equivalent to by Guido van Rossum · 27 years ago
- 8729483 Some extra notes, and describe a new class (AddressList), all by ESR. by Guido van Rossum · 27 years ago
- a3eebe6 Add warning about use of lowercase/uppercase with maketrans(). by Guido van Rossum · 27 years ago
- 444d0f8 Eric Raymond: added doc for isheader(); improved docs for constructor. by Guido van Rossum · 27 years ago
- 1299100 Document the changes I just checked in. by Guido van Rossum · 27 years ago
- 3e5fe42 Document several variables that were previously undocumented, by Guido van Rossum · 27 years ago
- 929bd0e Added notes about epochs, the year 2038, and a small Y2K disclaimer by Guido van Rossum · 27 years ago
- 5d23758 Added docs for strptime(). by Guido van Rossum · 27 years ago
- 5248148 Clarify the type of the signal handler. by Guido van Rossum · 27 years ago
- a58e9ed Document missing functions: xor, not, truth, countOf, indexOf, and by Guido van Rossum · 27 years ago
- 6a50ba8 Minor grammatical correction: "This module perform ..." --> "This module by Fred Drake · 27 years ago
- 7c68ab2 Added entry for mimetypes. by Fred Drake · 27 years ago
- b818b46 Add section documenting mimetypes module. by Fred Drake · 27 years ago
- 203b4f1 Add an index entry. by Fred Drake · 27 years ago
- a4c640e Reverted the last change; the extra cruft is harmless for formatted versions, by Fred Drake · 27 years ago
- 02379fa Use \ldots, not \dots. The info process doesn't know about \dots. by Fred Drake · 27 years ago
- 7b0c9d8 exec is a statement, not a function! by Guido van Rossum · 27 years ago
- 4775d0a Relocating file to mac. by Fred Drake · 27 years ago
- f7ffa92 Fix typo in example found by Anthony Starks <anthony_starks@merck.com>, by Fred Drake · 27 years ago
- 91eeefd Work around lack of support for \if... in latex2html. by Fred Drake · 27 years ago
- 06245ac Fix documentation based on comments from Sean Reifschneider by Fred Drake · 27 years ago
- b5aa3de Remove extra cruft for texi processing. by Fred Drake · 27 years ago
- ca6b4fe Section for bisect module. by Fred Drake · 27 years ago
- 188a847 Moved popen2 entry to make more sense. by Fred Drake · 27 years ago
- 125024a Updated. by Fred Drake · 27 years ago
- 2aefe8d Document changed semantics -- open() now guesses the db type and error by Guido van Rossum · 27 years ago
- f8d50bf Hook in the calendar and popen2 sections. by Fred Drake · 27 years ago
- 1c127e7 calendar module section for the library reference, by Drew Csillag. by Fred Drake · 27 years ago
- 6afad37 popen2 section for the library reference, contributed by Drew Csillag, with by Fred Drake · 27 years ago
- 2a1cc3e Use of \key and \kbd were isolated to one instance each in this file; by Fred Drake · 27 years ago
- 4f31694 Document transfercmd(), ntransfercmd(), delete(), rmd(), size(). by Fred Drake · 27 years ago
- a468404 Added a section for the poplib module, contributed by Drew Csillag. by Fred Drake · 27 years ago
- e28fb67 Add entry for poplib. by Fred Drake · 27 years ago
- 42de185 Added \label to subsections which didn't have one, since this module has by Fred Drake · 27 years ago
- a933f6a Fix vonmisesvariate() -- it now returns an angle between 0 and *two* by Guido van Rossum · 27 years ago
- 4f51558 Mark TMPDIR correctly. by Fred Drake · 27 years ago
- 1d9fb63 Remove commented-out Mac chapter. by Fred Drake · 27 years ago
- 6b303b4 Signature for dir() omitted the optional argument. by Fred Drake · 27 years ago
- 12d9fc9 Use shorter labels; using long labels creates problems on the Macintosh. by Fred Drake · 27 years ago
- 95638f5 Added entry for Tkdnd.py. by Fred Drake · 27 years ago
- 68fede7 Added item in Misc. for getpass module. by Fred Drake · 27 years ago
- 916d8f8 No more threats, just list the new methods under "AST Objects". by Fred Drake · 27 years ago
- c4f1ca1 Add a note that pickling is supported. by Fred Drake · 27 years ago
- 3e7a48e Revert markup around list of display fields from the disassembler; it doesn't by Fred Drake · 27 years ago
- 6250205 Use {methoddesc} instead of {funcdesc} for object methods. by Fred Drake · 27 years ago
- 898601b Add cPickle to the list of modules in the chapter. by Fred Drake · 27 years ago
- d6d88ff Add cStringIO to the list of modules in the chapter. by Fred Drake · 27 years ago
- ee60191 Lighten up tables. by Fred Drake · 27 years ago
- 17e5640 Change order of \seemodule macros at end of pickle module section. by Fred Drake · 27 years ago
- 9463de2 Document cPickle and cStringIO. by Fred Drake · 27 years ago
- fab2f34 When the text of a table cell should be wrapped, used a "p" column. by Fred Drake · 27 years ago
- 7e9383a Add a comment to indicate the methods of the StringIO are being discussed... by Fred Drake · 27 years ago
- 70c460c Remove imaplib from the undocumented list. by Fred Drake · 27 years ago
- a38a286 Include () after function name. by Fred Drake · 27 years ago
- 0d213d3 When the text of a table cell should be wrapped, used a "p" column. by Fred Drake · 27 years ago
- 34672db Remove over-active replace-string turds. by Fred Drake · 27 years ago
- 8f6b958 Use {memberdesc} to mark the instance attributes. by Fred Drake · 27 years ago
- 7dba8e2 Hmmm... better add some \label macros for logical addressing while I'm at it. by Fred Drake · 27 years ago
- 2a37455 It's "Lauder", not "Lauders"! by Fred Drake · 27 years ago
- e5cf53a Formatting nits. by Fred Drake · 27 years ago
- eb4ed15 Shift index entries around a little so the HTML doesn't have weird spacing. by Fred Drake · 27 years ago
- 1e0f8bf Add imaplib to appropriate lists. by Fred Drake · 27 years ago
- 36751b0 Remove obsolete module soundex from list of modules. by Fred Drake · 27 years ago
- c48b772 Remove obsolete module rand from list of modules. by Fred Drake · 27 years ago
- 89de314 First cut at documentation for imaplib. Based on original documentation by by Fred Drake · 27 years ago
- 007bac3 Added smtplib.py (thanks, Guido!). by Fred Drake · 27 years ago
- 2cb824c Don't use \samp when \code is better. by Fred Drake · 27 years ago
- 45c634e Work around a small (& annoying) limitation of the latex2html support for by Fred Drake · 27 years ago
- 8a254b5 Removed misleading comment about GNU software. This module and the zlib by Fred Drake · 27 years ago
- 2533281 Many markup changes (to \regexp, mostly) by Andrew M. Kuchling · 27 years ago
- 20ca917 Don't assume that \version expands to the 3-character major.minor number; it by Fred Drake · 27 years ago
- 363ab1a Comment out the soundex section. by Fred Drake · 27 years ago
- 2de75ec Don't assume that \version expands to the 3-character major.minor number; it by Fred Drake · 27 years ago
- 9da3881 Use the correct URL to AMK's regex-to-re HOWTO! by Fred Drake · 27 years ago
- 54c3947 Updated URL to AMK's regex-to-re HOWTO. by Fred Drake · 27 years ago
- 5406e70 Added reference to AMK's HOWTO on the topic. by Fred Drake · 27 years ago
- 223395c Added imaplib. by Fred Drake · 27 years ago
- b8efda0 Update URL to the related HOWTO document. by Fred Drake · 27 years ago
- bd40088 Add section for ni back in, but comment it out. by Fred Drake · 27 years ago
- eac469c Commented out sections on obsolete & Macintosh modules. by Fred Drake · 27 years ago
- f1b72dd Reduced description of the obsolete method Stats.ignore(). by Fred Drake · 27 years ago
- ae2be71 Correct definition of CTIME. by Guido van Rossum · 27 years ago
- 2764dd3 Separate sections on anydbm and dumbdbm. by Fred Drake · 27 years ago
- 8e729ec Caught a few more spurious \setindexsubitem macros.... by Fred Drake · 27 years ago
- a3f5c32 Removed unnecessary \setindexsubitem. by Fred Drake · 27 years ago
- 1ce3604 Separate UserDict and UserList documentation into separate sections. by Fred Drake · 27 years ago
- c708605 Added a reference to the discussion in Knuth's "Sorting and Searching", and by Fred Drake · 27 years ago
- 396b827 Minor markup nit. by Fred Drake · 27 years ago