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

sort by:
Revision Author Date Message Commit Date
898601b Add cPickle to the list of modules in the chapter. 12 April 1998, 03:08:41 UTC
d6d88ff Add cStringIO to the list of modules in the chapter. 12 April 1998, 03:07:35 UTC
c303e67 The built-in exceptions are not still strings, so make no claims about them. 12 April 1998, 02:48:47 UTC
c94d934 In descriptions of Py_GetPrefix() and Py_GetExecPrefix(), make sure the "--" at the start of the configure options isn't collapsed to "-" when the HTML is generated. 12 April 1998, 02:39:13 UTC
1072e46 Added a simpler, working {verbatim} support that generates legitimate HTML. (2 lines, explained by 6 lines of comments....) 12 April 1998, 02:16:34 UTC
b73bc31 Removed partially broken {verbatim} support. 12 April 1998, 02:13:14 UTC
ee60191 Lighten up tables. 11 April 1998, 20:53:03 UTC
17e5640 Change order of \seemodule macros at end of pickle module section. 11 April 1998, 20:43:51 UTC
9463de2 Document cPickle and cStringIO. 11 April 1998, 20:05:43 UTC
10032eb Module docstring indicated seek() isn't implemented, but it is. 11 April 1998, 19:54:54 UTC
fab2f34 When the text of a table cell should be wrapped, used a "p" column. 11 April 1998, 18:46:56 UTC
7e9383a Add a comment to indicate the methods of the StringIO are being discussed... 11 April 1998, 18:05:24 UTC
111c20b Reject empty module names -- otherwise __import__("") does something weird! 11 April 1998, 17:38:22 UTC
70c460c Remove imaplib from the undocumented list. 11 April 1998, 16:58:26 UTC
a38a286 Include () after function name. One more logical mark. 11 April 1998, 16:57:05 UTC
0d213d3 When the text of a table cell should be wrapped, used a "p" column. 11 April 1998, 16:40:46 UTC
2b8c95e Minor housing cleaning in HTML that gets generated. 11 April 1998, 16:26:02 UTC
34672db Remove over-active replace-string turds. 11 April 1998, 16:24:21 UTC
eb90946 Some robustness checks in Py_ReprLeave() in the unlikely event someone has messed with the dictionary or list. 11 April 1998, 15:17:34 UTC
8f6b958 Use {memberdesc} to mark the instance attributes. 11 April 1998, 15:11:55 UTC
7dba8e2 Hmmm... better add some \label macros for logical addressing while I'm at it. 11 April 1998, 13:51:05 UTC
2a37455 It's "Lauder", not "Lauders"! 11 April 1998, 13:48:26 UTC
9d4b6c5 Update the module index support to use the changed field separator for the input file to buildindex.py. 11 April 1998, 05:21:14 UTC
e5cf53a Formatting nits. An index entry. 11 April 1998, 05:02:45 UTC
eb4ed15 Shift index entries around a little so the HTML doesn't have weird spacing. 11 April 1998, 04:52:15 UTC
1e0f8bf Add imaplib to appropriate lists. 11 April 1998, 04:27:07 UTC
36751b0 Remove obsolete module soundex from list of modules. 11 April 1998, 04:23:07 UTC
c48b772 Remove obsolete module rand from list of modules. Add fileinput to list. 11 April 1998, 04:22:02 UTC
89de314 First cut at documentation for imaplib. Based on original documentation by Piers Lauders. 11 April 1998, 04:19:04 UTC
756a9e8 do_env_memberdesc(): Fix argument parsing for {memberdesc} environments. (The bug was detected by the Q/A team -- me! Please, help review the docs!) 11 April 1998, 03:12:06 UTC
be14e69 New revision -- sometimes it's AUTH-LOGIN, sometimes AUTH=LOGIN! 11 April 1998, 03:11:51 UTC
5c7e8cd Avoid using the obsolete rand module; and improve the randomness of the boundary chosen by choose_boudary() by using milliseconds of the timestamp. 11 April 1998, 03:06:02 UTC
5fb2b61 Set version and title to Python 1.5.1. 11 April 1998, 02:36:35 UTC
52f4915 Oops, ".\DLLs" should be in the default path now. 11 April 1998, 02:31:30 UTC
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
back to top