Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
38d8f4e New version doesn't require REV1 capability. 11 April 1998, 01:22:34 UTC
c74521a Oops -- remove some debug print statements! 11 April 1998, 01:18:35 UTC
cecadc4 Move #include <sys/param.h> to before osdefs.h (Donn Cave). 10 April 1998, 23:45:14 UTC
8766a77 Comment out a label on an #endif. 10 April 1998, 23:44:32 UTC
fb376de Use Py_Repr{Enter,Leave} to display recursive lists in finite space. (Jeremy will hardly recognize his patch :-) 10 April 1998, 22:47:27 UTC
255443b Use Py_Repr{Enter,Leave} to display recursive dictionaries in finite space. (Jeremy will hardly recognize his patch :-) 10 April 1998, 22:47:14 UTC
8661036 Add implementations of Py_Repr{Enter,Leave}. (Jeremy will hardly recognize his patch :-) 10 April 1998, 22:32:46 UTC
26d4ac3 Add prototypes for Py_Repr{Enter,Leave}. (Jeremy will hardly recognize his patch :-) 10 April 1998, 22:32:24 UTC
730806d Make new gcc -Wall happy 10 April 1998, 22:27:42 UTC
1109fbc Make new gcc -Wall happy 10 April 1998, 22:16:39 UTC
bb3649e Make new gcc -Wall happy 10 April 1998, 22:09:39 UTC
39b0f89 Address warnings issued by the MSVC++ compiler 10 April 1998, 21:52:06 UTC
462a549 README ready for 1.5.1 10 April 1998, 21:36:04 UTC
cfb798e Delete reopmodule.c 10 April 1998, 21:30:05 UTC
4a7d701 Delete references to initreop(). 10 April 1998, 21:29:11 UTC
63096d4 Add HAVE_MKTIME. 10 April 1998, 21:28:49 UTC
9cd9fbb Change the example of what's in scripts/. 10 April 1998, 20:58:53 UTC
5d30e74 Delete reference to reopmodule.c. Add comment about soundex' obsolescence. 10 April 1998, 20:44:11 UTC
b53dc43 Delete this obsolete module. 10 April 1998, 20:38:41 UTC
204751b Add dict struct member and PyThreadState_GetDict() prototype. 10 April 1998, 20:19:01 UTC
ede0439 /* An extension mechanism to store arbitrary additional per-thread state. PyThreadState_GetDict() returns a dictionary that can be used to hold such state; the caller should pick a unique key and store its state there. If PyThreadState_GetDict() returns NULL, an exception has been raised (most likely MemoryError) and the caller should pass on the exception. */ PyObject * PyThreadState_GetDict() 10 April 1998, 20:18:25 UTC
c45cf02 Added changes from 1.5 to 1.5.1. The sections are now in a more useful order: the most recent changes are listed first. 10 April 1998, 20:06:21 UTC
07c44c7 Document -x too. 10 April 1998, 19:46:00 UTC
560e8ad Translate E_INDENT to the clearest error message I can think of. 10 April 1998, 19:43:42 UTC
bba92ca Add -t option to set the Py_TabcheckFlag flag. 10 April 1998, 19:39:15 UTC
29d465b Document -t flag. 10 April 1998, 19:36:09 UTC
6135df6 Declare and use Py_TabcheckFlag here. 10 April 1998, 19:35:06 UTC
c095200 Add dummy Py_VerboseFlag now that it's referenced in parsetok.c. 10 April 1998, 19:34:15 UTC
13aa5ce Jeff Epler 10 April 1998, 19:18:03 UTC
bd8341e Catch exceptions in final self.destroy() call. 10 April 1998, 19:17:41 UTC
bd24eb4 We no longer check for libsun.a. 10 April 1998, 19:17:15 UTC
c296651 Add image_types() and image_names() as methods to Misc class. 10 April 1998, 19:16:10 UTC
a16a509 tabnanny stuff 10 April 1998, 19:15:27 UTC
ce73acf Tim's version 4, with my mods 10 April 1998, 19:14:59 UTC
c9ea757 Set the patch level to 1.5.1. (I'm not going to release this as a beta -- if there are bugs, I'll post a patch page and release 1.5.2 sooner.) 10 April 1998, 18:08:06 UTC
4d856ee Added Tabcheck flag. 10 April 1998, 17:59:44 UTC
327aff7 Added Frozen and Tabcheck flags. 10 April 1998, 17:59:29 UTC
4cee3c4 Another easter present. 10 April 1998, 16:14:34 UTC
ea609c1 (py-toggle-shells): Added a message in the minibuf. 10 April 1998, 16:08:26 UTC
c542bc7 Support raise with no parameters. 10 April 1998, 04:43:28 UTC
a239880 Quick and extremely dirty hacks to toggle between using CPython and JPython interpreters. This implementation may suck. (py-jpython-command, py-jpython-command-args): New variables. (py-mode-map): py-toggle-shells bound to C-c C-t (py-toggle-shells): Command to toggle between using CPython (the default) and JPython. This is buffer local, and notice the mode-name change. (py-shell): Use either CPython or JPython. Note that py-execute-* still needs to be modified. 09 April 1998, 23:28:20 UTC
7f5013a New Java-style threading module. The doc strings are in a separate module. 09 April 1998, 22:01:42 UTC
bb08066 The usual 09 April 1998, 21:47:39 UTC
c6a681a remove C++ entries of the form Class::method 09 April 1998, 21:46:02 UTC
d295f12 Make first raise argument optional 09 April 1998, 21:39:57 UTC
926f13a Add checking for inconsistent tab usage 09 April 1998, 21:38:06 UTC
e77a992 Add E_INDENT -- new error to check for bad indentation 09 April 1998, 21:37:20 UTC
e2bb8bb Tons of new names... 09 April 1998, 21:01:06 UTC
4f199ea Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. 09 April 1998, 20:56:35 UTC
b5903ac Another new utility: getpass() prompts for a password, with echo off. Also contains getuser(), which returns the username (not prompting though). These work on Unix and Windows! 09 April 1998, 20:37:16 UTC
f2da4ed Add $(LIBS) to the pgen link line. 09 April 1998, 19:10:38 UTC
007bac3 Added smtplib.py (thanks, Guido!). 09 April 1998, 18:54:01 UTC
2cb824c Don't use \samp when \code is better. Consistently use ' instead of ": this conforms to my unofficial stance that constants should be presented using the repr() whenever it makes sense. This isn't because I think repr() is the greatest thing since spam, just that it's an easy to adopt consistency standard. (It also holds no new surprises!) 09 April 1998, 18:10:35 UTC
5cca42e do_cmd_lineii(), do_cmd_lineiii(): Fix markup style conversion to HTML tags for first column. (The endtag wasn't formed properly.) 09 April 1998, 17:59:11 UTC
99c185e Add not_ and __not__. 09 April 1998, 17:54:26 UTC
c3d3f96 Add PyObject_Not(). 09 April 1998, 17:53:59 UTC
6b529ae Remove @webchecker.pickle in the "clean" target. 09 April 1998, 15:46:36 UTC
45c634e Work around a small (& annoying) limitation of the latex2html support for \seemodule. This is far easier than figuring out the real problem, but it works. 09 April 1998, 15:44:58 UTC
8a254b5 Removed misleading comment about GNU software. This module and the zlib library have no relationship with GNU software other than implementing some of the same algorithms and file format. (The zlib module is more general.) 09 April 1998, 15:41:44 UTC
45084ed Added note about current status of info generation. 09 April 1998, 15:19:41 UTC
2533281 Many markup changes (to \regexp, mostly) Clarified text on 8-bit cleanness, complemented sets like [^5], and {m,n} qualifier. 09 April 1998, 14:56:04 UTC
02a8e6b Update release number and date. 09 April 1998, 14:50:47 UTC
20ca917 Don't assume that \version expands to the 3-character major.minor number; it is the full release version name ("1.5.1beta1", for instance). Add section for previously documented obsolete modules. Includes ni, rand, and soundex. 09 April 1998, 14:32:28 UTC
29e5f5d When getcwd() doesn't exist or raises an exception, don't fail but fall back to using os.curdir instead; if it is fine, don't use os.curdir at all. 09 April 1998, 14:27:57 UTC
c09e6b1 Clarify that put *blocks* when the queue is full. Add some blank lines to doc strings. 09 April 1998, 14:25:32 UTC
363ab1a Comment out the soundex section. 09 April 1998, 14:23:48 UTC
eeec0af Piers' new version (but I unfolded a few doc strings). 09 April 1998, 14:20:31 UTC
2de75ec Don't assume that \version expands to the 3-character major.minor number; it is the full release version name ("1.5.1beta1", for instance). 09 April 1998, 14:12:11 UTC
9da3881 Use the correct URL to AMK's regex-to-re HOWTO! 09 April 1998, 14:06:33 UTC
54c3947 Updated URL to AMK's regex-to-re HOWTO. 09 April 1998, 14:03:00 UTC
5406e70 Added reference to AMK's HOWTO on the topic. 09 April 1998, 14:02:02 UTC
223395c Added imaplib. 09 April 1998, 13:55:06 UTC
c2c07fa Piers Lauder's IMAP module. 09 April 1998, 13:51:46 UTC
03774bb Version with docstrings and some other changes, by Piers Lauder. (Adapted by Just, I believe.) 09 April 1998, 13:50:55 UTC
b8efda0 Update URL to the related HOWTO document. 09 April 1998, 13:49:18 UTC
bd40088 Add section for ni back in, but comment it out. 09 April 1998, 11:04:19 UTC
eac469c Commented out sections on obsolete & Macintosh modules. 09 April 1998, 04:51:07 UTC
f1b72dd Reduced description of the obsolete method Stats.ignore(). 09 April 1998, 04:49:56 UTC
3217be9 Relocating file to Lib/lib-old. 09 April 1998, 04:05:43 UTC
153165c Restore ni as an obsolete module. 09 April 1998, 04:04:18 UTC
058068d Nearly a complete re-write. Basically, it now works and produces a nice-looking HTML index. Shows some promise for extensibility, but still young. Needs useful comments. 08 April 1998, 23:12:51 UTC
166abba Remove option to strip out <tt>...</tt> from index entry text; this is now left to the buildindex.py script. Change the field separator used in the index.dat file so utilities like grep are useful on these files; they can't typically handle NUL bytes. Protect index entries for environment variables from being handled as case-insensitive by buildindex.py. 08 April 1998, 23:10:54 UTC
ae2be71 Correct definition of CTIME. 08 April 1998, 22:44:25 UTC
685fe83 This really needs python 1.5 now... 08 April 1998, 21:37:13 UTC
3f3c25f Set flag to remove <tt>...</tt> markup from the index entries; it just ends up looking really bad in popular browsers, mostly due to vertical size differences between the roman and monospaced fonts. 08 April 1998, 13:46:24 UTC
2764dd3 Separate sections on anydbm and dumbdbm. This is the last separation; each module now gets its own section. This will be useful in performing conversions. 07 April 1998, 22:08:02 UTC
8e729ec Caught a few more spurious \setindexsubitem macros.... 07 April 1998, 22:06:41 UTC
5ab5503 Use {classdesc} and {memberdesc} where appropriate. 07 April 1998, 22:01:33 UTC
a3f5c32 Removed unnecessary \setindexsubitem. 07 April 1998, 21:45:52 UTC
1ce3604 Separate UserDict and UserList documentation into separate sections. 07 April 1998, 20:05:33 UTC
df0e3fc Markup nit. 07 April 1998, 20:04:27 UTC
c708605 Added a reference to the discussion in Knuth's "Sorting and Searching", and noted that the original algorithm produces 4-character results rather than the 6-character results provided by this module. 07 April 1998, 19:58:19 UTC
41565f6 Data attributes of objects should not be indexed with trailing parentheses! 07 April 1998, 19:32:40 UTC
396b827 Minor markup nit. 07 April 1998, 19:17:27 UTC
82d493f Fixed some index entries. 07 April 1998, 19:14:17 UTC
6b9ff72 Added entry for wdb. 07 April 1998, 19:09:32 UTC
810349b Fix the formatting of the list of fields in the disassemble() function. 07 April 1998, 14:16:41 UTC
272fb3a Added poplib. Made the module lists look like the other module lists in the documentation. 07 April 1998, 14:15:28 UTC
484772d Dave Ascher's pop client code. 06 April 1998, 18:27:27 UTC
71543e1 Give in to tabnanny 06 April 1998, 14:46:29 UTC
back to top