Fred Drake
7dba8e2ab4
Hmmm... better add some \label macros for logical addressing while I'm at it.
1998-04-11 13:51:05 +00:00
Fred Drake
2a37455967
It's "Lauder", not "Lauders"!
1998-04-11 13:48:26 +00:00
Fred Drake
9d4b6c52c3
Update the module index support to use the changed field separator for the
...
input file to buildindex.py.
1998-04-11 05:21:14 +00:00
Fred Drake
e5cf53ad89
Formatting nits.
...
An index entry.
1998-04-11 05:02:45 +00:00
Fred Drake
eb4ed15be8
Shift index entries around a little so the HTML doesn't have weird spacing.
1998-04-11 04:52:15 +00:00
Fred Drake
1e0f8bfea9
Add imaplib to appropriate lists.
1998-04-11 04:27:07 +00:00
Fred Drake
36751b0ed2
Remove obsolete module soundex from list of modules.
1998-04-11 04:23:07 +00:00
Fred Drake
c48b772a77
Remove obsolete module rand from list of modules.
...
Add fileinput to list.
1998-04-11 04:22:02 +00:00
Fred Drake
89de314cfc
First cut at documentation for imaplib. Based on original documentation by
...
Piers Lauders.
1998-04-11 04:19:04 +00:00
Fred Drake
756a9e87b1
do_env_memberdesc(): Fix argument parsing for {memberdesc} environments.
...
(The bug was detected by the Q/A team -- me! Please, help review the docs!)
1998-04-11 03:12:06 +00:00
Guido van Rossum
be14e69742
New revision -- sometimes it's AUTH-LOGIN, sometimes AUTH=LOGIN!
1998-04-11 03:11:51 +00:00
Guido van Rossum
5c7e8cd267
Avoid using the obsolete rand module; and improve the randomness
...
of the boundary chosen by choose_boudary() by using milliseconds
of the timestamp.
1998-04-11 03:06:02 +00:00
Guido van Rossum
5fb2b61c64
Set version and title to Python 1.5.1.
1998-04-11 02:36:35 +00:00
Guido van Rossum
52f4915269
Oops, ".\DLLs" should be in the default path now.
1998-04-11 02:31:30 +00:00
Guido van Rossum
38d8f4e1c2
New version doesn't require REV1 capability.
1998-04-11 01:22:34 +00:00
Guido van Rossum
c74521acc4
Oops -- remove some debug print statements!
1998-04-11 01:18:35 +00:00
Guido van Rossum
cecadc469b
Move #include <sys/param.h> to before osdefs.h (Donn Cave).
1998-04-10 23:45:14 +00:00
Guido van Rossum
8766a7797e
Comment out a label on an #endif.
1998-04-10 23:44:32 +00:00
Guido van Rossum
fb376dee55
Use Py_Repr{Enter,Leave} to display recursive lists in finite space.
...
(Jeremy will hardly recognize his patch :-)
1998-04-10 22:47:27 +00:00
Guido van Rossum
255443b720
Use Py_Repr{Enter,Leave} to display recursive dictionaries in finite space.
...
(Jeremy will hardly recognize his patch :-)
1998-04-10 22:47:14 +00:00
Guido van Rossum
8661036cb8
Add implementations of Py_Repr{Enter,Leave}.
...
(Jeremy will hardly recognize his patch :-)
1998-04-10 22:32:46 +00:00
Guido van Rossum
26d4ac30be
Add prototypes for Py_Repr{Enter,Leave}.
...
(Jeremy will hardly recognize his patch :-)
1998-04-10 22:32:24 +00:00
Guido van Rossum
730806d3d9
Make new gcc -Wall happy
1998-04-10 22:27:42 +00:00
Guido van Rossum
1109fbca76
Make new gcc -Wall happy
1998-04-10 22:16:39 +00:00
Guido van Rossum
bb3649e2ba
Make new gcc -Wall happy
1998-04-10 22:09:39 +00:00
Guido van Rossum
39b0f8976c
Address warnings issued by the MSVC++ compiler
1998-04-10 21:52:06 +00:00
Guido van Rossum
462a5495fb
README ready for 1.5.1
1998-04-10 21:36:04 +00:00
Guido van Rossum
cfb798e708
Delete reopmodule.c
1998-04-10 21:30:05 +00:00
Guido van Rossum
4a7d701f00
Delete references to initreop().
1998-04-10 21:29:11 +00:00
Guido van Rossum
63096d48fa
Add HAVE_MKTIME.
1998-04-10 21:28:49 +00:00
Guido van Rossum
9cd9fbb72a
Change the example of what's in scripts/.
1998-04-10 20:58:53 +00:00
Guido van Rossum
5d30e740f5
Delete reference to reopmodule.c. Add comment about soundex' obsolescence.
1998-04-10 20:44:11 +00:00
Guido van Rossum
b53dc43769
Delete this obsolete module.
1998-04-10 20:38:41 +00:00
Guido van Rossum
204751b127
Add dict struct member and PyThreadState_GetDict() prototype.
1998-04-10 20:19:01 +00:00
Guido van Rossum
ede0439cd8
/* 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()
1998-04-10 20:18:25 +00:00
Guido van Rossum
c45cf02938
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.
1998-04-10 20:06:21 +00:00
Guido van Rossum
07c44c7ad5
Document -x too.
1998-04-10 19:46:00 +00:00
Guido van Rossum
560e8adef7
Translate E_INDENT to the clearest error message I can think of.
1998-04-10 19:43:42 +00:00
Guido van Rossum
bba92ca555
Add -t option to set the Py_TabcheckFlag flag.
1998-04-10 19:39:15 +00:00
Guido van Rossum
29d465bef7
Document -t flag.
1998-04-10 19:36:09 +00:00
Guido van Rossum
6135df6626
Declare and use Py_TabcheckFlag here.
1998-04-10 19:35:06 +00:00
Guido van Rossum
c095200783
Add dummy Py_VerboseFlag now that it's referenced in parsetok.c.
1998-04-10 19:34:15 +00:00
Guido van Rossum
13aa5cedcb
Jeff Epler
1998-04-10 19:18:03 +00:00
Guido van Rossum
bd8341eeeb
Catch exceptions in final self.destroy() call.
1998-04-10 19:17:41 +00:00
Guido van Rossum
bd24eb447e
We no longer check for libsun.a.
1998-04-10 19:17:15 +00:00
Guido van Rossum
c296651e10
Add image_types() and image_names() as methods to Misc class.
1998-04-10 19:16:10 +00:00
Guido van Rossum
a16a509dfc
tabnanny stuff
1998-04-10 19:15:27 +00:00
Guido van Rossum
ce73acf5e6
Tim's version 4, with my mods
1998-04-10 19:14:59 +00:00
Guido van Rossum
c9ea7572e9
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.)
1998-04-10 18:08:06 +00:00
Guido van Rossum
4d856ee652
Added Tabcheck flag.
1998-04-10 17:59:44 +00:00