https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
2f6c878 This commit was manufactured by cvs2svn to create tag 'r151'. 14 April 1998, 02:16:23 UTC
0332578 Oops -- Lib/Test should be Lib/test, of course! 14 April 1998, 02:16:23 UTC
64d036c Add connect_ex to list of methods. 14 April 1998, 01:30:45 UTC
4b601ae Missing symbols reported by Andrew Loewenstern. 13 April 1998, 22:30:08 UTC
f61ee63 Update version. 13 April 1998, 22:22:32 UTC
e3ae519 Update to use the new release number. Will generalize in the next round. 13 April 1998, 21:55:56 UTC
f5013f1 Add RELEASE make variable; this gets the entire release # ("1.5.1"). 13 April 1998, 21:02:49 UTC
974f295 Some more new stuff. 13 April 1998, 21:00:54 UTC
68fede7 Added item in Misc. for getpass module. 13 April 1998, 20:31:31 UTC
4d2996d Fix version number. 13 April 1998, 20:29:45 UTC
7c33095 Typo in usage message. 13 April 1998, 20:28:18 UTC
ee0a63b Move 'dict' struct member to end of struct. This ensures binary compatibility for shared libraries. *** WARNING -- IF YOU BUILT 1.5.1BETA1, DO A "MAKE CLEAN" *** 13 April 1998, 20:24:05 UTC
fb9b7fd Be nicer to systems that have neither termios nor msvcrt. 13 April 1998, 20:22:21 UTC
a16e275 The usual edits... Updated some stuff about the mailing list. Ready for 1.5.1 I'd say. 13 April 1998, 20:14:05 UTC
916d8f8 No more threats, just list the new methods under "AST Objects". 13 April 1998, 18:46:16 UTC
503d8d6 The documentation threatened it would happen -- the functions that should have been methods now are! Still available as functions for compatibility. 13 April 1998, 18:45:18 UTC
9238f23 Two more, for beta testers who reported real bugs. 13 April 1998, 18:14:22 UTC
cef113c Don't allow unescaped newlines in doc strings. 13 April 1998, 18:11:55 UTC
b19e2a3 Whoops! Add a missing 'instantiated = 1' to load_inst(); otherwise it would still try to call the class... 13 April 1998, 18:08:45 UTC
c4f1ca1 Add a note that pickling is supported. 13 April 1998, 16:27:27 UTC
43f8f9b Added support for pickling ast objects. 13 April 1998, 16:25:46 UTC
3e7a48e Revert markup around list of display fields from the disassembler; it doesn't look at good in print, but doesn't break the HTML. 13 April 1998, 16:15:02 UTC
1f74016 Support for OpenBSD :-( 13 April 1998, 15:27:21 UTC
3ad125e Fix bug in little-used markup: don't forget to pass the source text along! 13 April 1998, 14:18:57 UTC
7238988 Fixed example to load the startup file from a script (didn't test for the file's existance). Removed some XXX comments about extension modules which support pickling. Added text from AMK about the readline and rlcompleter modules. Thanks, AMK! 13 April 1998, 01:31:10 UTC
003d8da Typo: (and often severly limited) -- severely Typo: (but not to the tuple or list into which the item it put!) -- is put Thanks, AMK! 13 April 1998, 00:53:42 UTC
b85fbec "ZeroDevisionError" --> "ZeroDivisionError" Thanks, AMK! 13 April 1998, 00:50:04 UTC
a608feb Fix typo. (What I get for trying to fix bugs at home and running conversions at work....) 12 April 1998, 03:58:13 UTC
ae9bc67 Don't append () to the name of an object attribute in the index. 12 April 1998, 03:49:46 UTC
6250205 Use {methoddesc} instead of {funcdesc} for object methods. 12 April 1998, 03:31:31 UTC
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
back to top