- cef113c Don't allow unescaped newlines in doc strings. by Guido van Rossum · 27 years ago
- b19e2a3 Whoops! Add a missing 'instantiated = 1' to load_inst(); otherwise it by Guido van Rossum · 27 years ago
- c4f1ca1 Add a note that pickling is supported. by Fred Drake · 27 years ago
- 43f8f9b Added support for pickling ast objects. 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
- 1f74016 Support for OpenBSD :-( by Guido van Rossum · 27 years ago
- 3ad125e Fix bug in little-used markup: don't forget to pass the source text along! by Fred Drake · 27 years ago
- 7238988 Fixed example to load the startup file from a script (didn't test for the by Fred Drake · 27 years ago
- 003d8da Typo: (and often severly limited) -- severely by Fred Drake · 27 years ago
- b85fbec "ZeroDevisionError" --> "ZeroDivisionError" by Fred Drake · 27 years ago
- a608feb Fix typo. (What I get for trying to fix bugs at home and running conversions by Fred Drake · 27 years ago
- ae9bc67 Don't append () to the name of an object attribute in the index. 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
- c303e67 The built-in exceptions are not still strings, so make no claims about them. by Fred Drake · 27 years ago
- c94d934 In descriptions of Py_GetPrefix() and Py_GetExecPrefix(), make sure the by Fred Drake · 27 years ago
- 1072e46 Added a simpler, working {verbatim} support that generates legitimate HTML. by Fred Drake · 27 years ago
- b73bc31 Removed partially broken {verbatim} support. 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
- 10032eb Module docstring indicated seek() isn't implemented, but it is. 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
- 111c20b Reject empty module names -- otherwise __import__("") does something weird! by Guido van Rossum · 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
- 2b8c95e Minor housing cleaning in HTML that gets generated. by Fred Drake · 27 years ago
- 34672db Remove over-active replace-string turds. by Fred Drake · 27 years ago
- eb90946 Some robustness checks in Py_ReprLeave() in the unlikely event someone by Guido van Rossum · 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
- 9d4b6c5 Update the module index support to use the changed field separator for the 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
- 756a9e8 do_env_memberdesc(): Fix argument parsing for {memberdesc} environments. by Fred Drake · 27 years ago
- be14e69 New revision -- sometimes it's AUTH-LOGIN, sometimes AUTH=LOGIN! by Guido van Rossum · 27 years ago
- 5c7e8cd Avoid using the obsolete rand module; and improve the randomness by Guido van Rossum · 27 years ago
- 5fb2b61 Set version and title to Python 1.5.1. by Guido van Rossum · 27 years ago
- 52f4915 Oops, ".\DLLs" should be in the default path now. by Guido van Rossum · 27 years ago
- 38d8f4e New version doesn't require REV1 capability. by Guido van Rossum · 27 years ago
- c74521a Oops -- remove some debug print statements! by Guido van Rossum · 27 years ago
- cecadc4 Move #include <sys/param.h> to before osdefs.h (Donn Cave). by Guido van Rossum · 27 years ago
- 8766a77 Comment out a label on an #endif. by Guido van Rossum · 27 years ago
- fb376de Use Py_Repr{Enter,Leave} to display recursive lists in finite space. by Guido van Rossum · 27 years ago
- 255443b Use Py_Repr{Enter,Leave} to display recursive dictionaries in finite space. by Guido van Rossum · 27 years ago
- 8661036 Add implementations of Py_Repr{Enter,Leave}. by Guido van Rossum · 27 years ago
- 26d4ac3 Add prototypes for Py_Repr{Enter,Leave}. by Guido van Rossum · 27 years ago
- 730806d Make new gcc -Wall happy by Guido van Rossum · 27 years ago
- 1109fbc Make new gcc -Wall happy by Guido van Rossum · 27 years ago
- bb3649e Make new gcc -Wall happy by Guido van Rossum · 27 years ago
- 39b0f89 Address warnings issued by the MSVC++ compiler by Guido van Rossum · 27 years ago
- 462a549 README ready for 1.5.1 by Guido van Rossum · 27 years ago
- cfb798e Delete reopmodule.c by Guido van Rossum · 27 years ago
- 4a7d701 Delete references to initreop(). by Guido van Rossum · 27 years ago
- 63096d4 Add HAVE_MKTIME. by Guido van Rossum · 27 years ago
- 9cd9fbb Change the example of what's in scripts/. by Guido van Rossum · 27 years ago
- 5d30e74 Delete reference to reopmodule.c. Add comment about soundex' obsolescence. by Guido van Rossum · 27 years ago
- b53dc43 Delete this obsolete module. by Guido van Rossum · 27 years ago
- 204751b Add dict struct member and PyThreadState_GetDict() prototype. by Guido van Rossum · 27 years ago
- ede0439 /* An extension mechanism to store arbitrary additional per-thread state. by Guido van Rossum · 27 years ago
- c45cf02 Added changes from 1.5 to 1.5.1. by Guido van Rossum · 27 years ago
- 07c44c7 Document -x too. by Guido van Rossum · 27 years ago
- 560e8ad Translate E_INDENT to the clearest error message I can think of. by Guido van Rossum · 27 years ago
- bba92ca Add -t option to set the Py_TabcheckFlag flag. by Guido van Rossum · 27 years ago
- 29d465b Document -t flag. by Guido van Rossum · 27 years ago
- 6135df6 Declare and use Py_TabcheckFlag here. by Guido van Rossum · 27 years ago
- c095200 Add dummy Py_VerboseFlag now that it's referenced in parsetok.c. by Guido van Rossum · 27 years ago
- 13aa5ce Jeff Epler by Guido van Rossum · 27 years ago
- bd8341e Catch exceptions in final self.destroy() call. by Guido van Rossum · 27 years ago
- bd24eb4 We no longer check for libsun.a. by Guido van Rossum · 27 years ago
- c296651 Add image_types() and image_names() as methods to Misc class. by Guido van Rossum · 27 years ago
- a16a509 tabnanny stuff by Guido van Rossum · 27 years ago
- ce73acf Tim's version 4, with my mods by Guido van Rossum · 27 years ago
- c9ea757 Set the patch level to 1.5.1. (I'm not going to release this as a by Guido van Rossum · 27 years ago
- 4d856ee Added Tabcheck flag. by Guido van Rossum · 27 years ago
- 327aff7 Added Frozen and Tabcheck flags. by Guido van Rossum · 27 years ago
- 4cee3c4 Another easter present. by Guido van Rossum · 27 years ago
- ea609c1 (py-toggle-shells): Added a message in the minibuf. by Barry Warsaw · 27 years ago
- c542bc7 Support raise with no parameters. by Fred Drake · 27 years ago
- a239880 Quick and extremely dirty hacks to toggle between using CPython and by Barry Warsaw · 27 years ago
- 7f5013a New Java-style threading module. The doc strings are in a separate module. by Guido van Rossum · 27 years ago
- bb08066 The usual by Guido van Rossum · 27 years ago
- c6a681a remove C++ entries of the form Class::method by Guido van Rossum · 27 years ago
- d295f12 Make first raise argument optional by Guido van Rossum · 27 years ago
- 926f13a Add checking for inconsistent tab usage by Guido van Rossum · 27 years ago
- e77a992 Add E_INDENT -- new error to check for bad indentation by Guido van Rossum · 27 years ago
- e2bb8bb Tons of new names... by Guido van Rossum · 27 years ago
- 4f199ea Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. by Guido van Rossum · 27 years ago
- b5903ac Another new utility: getpass() prompts for a password, with echo off. by Guido van Rossum · 27 years ago
- f2da4ed Add $(LIBS) to the pgen link line. by Guido van Rossum · 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