- 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
- 5cca42e do_cmd_lineii(), by Fred Drake · 27 years ago
- 99c185e Add not_ and __not__. by Guido van Rossum · 27 years ago
- c3d3f96 Add PyObject_Not(). by Guido van Rossum · 27 years ago
- 6b529ae Remove @webchecker.pickle in the "clean" target. 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
- 45084ed Added note about current status of info generation. by Fred Drake · 27 years ago
- 2533281 Many markup changes (to \regexp, mostly) by Andrew M. Kuchling · 27 years ago
- 02a8e6b Update release number and date. by Fred Drake · 27 years ago
- 20ca917 Don't assume that \version expands to the 3-character major.minor number; it by Fred Drake · 27 years ago
- 29e5f5d When getcwd() doesn't exist or raises an exception, don't fail but by Guido van Rossum · 27 years ago
- c09e6b1 Clarify that put *blocks* when the queue is full. Add some blank by Guido van Rossum · 27 years ago
- 363ab1a Comment out the soundex section. by Fred Drake · 27 years ago
- eeec0af Piers' new version (but I unfolded a few doc strings). by Guido van Rossum · 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
- c2c07fa Piers Lauder's IMAP module. by Guido van Rossum · 27 years ago
- 03774bb Version with docstrings and some other changes, by Piers Lauder. by Guido van Rossum · 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
- 3217be9 Relocating file to Lib/lib-old. by Fred Drake · 27 years ago
- 153165c Restore ni as an obsolete module. by Fred Drake · 27 years ago
- 058068d Nearly a complete re-write. by Fred Drake · 27 years ago
- 166abba Remove option to strip out <tt>...</tt> from index entry text; this is now by Fred Drake · 27 years ago
- ae2be71 Correct definition of CTIME. by Guido van Rossum · 27 years ago
- 685fe83 This really needs python 1.5 now... by Guido van Rossum · 27 years ago
- 3f3c25f Set flag to remove <tt>...</tt> markup from the index entries; it just ends up by Fred Drake · 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
- 5ab5503 Use {classdesc} and {memberdesc} where appropriate. 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
- df0e3fc Markup nit. 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
- 41565f6 Data attributes of objects should not be indexed with trailing parentheses! by Fred Drake · 27 years ago
- 396b827 Minor markup nit. by Fred Drake · 27 years ago
- 82d493f Fixed some index entries. by Fred Drake · 27 years ago
- 6b9ff72 Added entry for wdb. by Fred Drake · 27 years ago
- 810349b Fix the formatting of the list of fields in the disassemble() function. by Fred Drake · 27 years ago
- 272fb3a Added poplib. by Fred Drake · 27 years ago
- 484772d Dave Ascher's pop client code. by Guido van Rossum · 27 years ago
- 71543e1 Give in to tabnanny by Guido van Rossum · 27 years ago
- 8053d89 Add usage message when no arguments. by Guido van Rossum · 27 years ago
- f4b44fa Tim's latest version (supports old and new tokenize modules) by Guido van Rossum · 27 years ago
- 5d97ebf Got rid of redundant copy of telnetlib.py by Guido van Rossum · 27 years ago
- 986abac Give in to tabnanny by Guido van Rossum · 27 years ago
- 36dfbcf Version 1.0 is official! by Guido van Rossum · 27 years ago
- 72dc60c Untabified, for tabnanny. by Guido van Rossum · 27 years ago
- e4e4106 Reindented without tabs and with uniform 4 space indent. by Guido van Rossum · 27 years ago
- 1ae297a Remove some long obsolete files... by Guido van Rossum · 27 years ago
- f62cf61 Give in to tabnanny. by Guido van Rossum · 27 years ago
- 5810297 Correction to vonmisesvariate() by Magnus Kessler: it should take and by Guido van Rossum · 27 years ago