Jack Jansen
e8b9b9f15b
Added keys() and mapping interface to shared-library objects, allowing
...
iteration over all symbols exported
1997-05-23 15:36:13 +00:00
Jack Jansen
a39f1b0ce2
- Added Py_GetProgramFullPath
...
- Added PyMac_StopGUSISpin and have it called at exit time (fixes crash
when exiting with sockets open)
- Added PLstr... funcs needed by gusi: those provided by StdCLib are
broken under cfm68k
1997-05-23 15:35:14 +00:00
Jack Jansen
570e4b7ad1
Added PyMac_StopGUSISpin
1997-05-23 15:33:20 +00:00
Guido van Rossum
5527db5b76
Added code to recognize http/ftp URLs and email addresses, and add <A>
...
tags for them.
1997-05-23 04:44:30 +00:00
Guido van Rossum
821a558f39
Moved the 1.4 NEWS file here (it had to happen someday...).
1997-05-23 04:05:31 +00:00
Fred Drake
69b9ae4e0b
Add doc string to type object.
1997-05-23 04:04:17 +00:00
Guido van Rossum
c6447527aa
Minor change: add prologue() calls to do_info and do_rlog; in
...
do_recent, don't display entries without a last-changed-date.
1997-05-23 00:50:01 +00:00
Guido van Rossum
296b4751e1
Can't return 0 from void function...
1997-05-23 00:19:20 +00:00
Guido van Rossum
c8b6df9004
PyObject_Compare can raise an exception now.
1997-05-23 00:06:51 +00:00
Guido van Rossum
5b2121b25f
PyObject_Compare can now return an error. Unfortunately, there are a
...
few places where we don't know how to test for them without losing
speed; don't know yet how to handle that.
1997-05-23 00:01:41 +00:00
Guido van Rossum
7e8d26d78c
PyFile_WriteString now returns an error indicator instead of calling
...
PyErr_Clear(). Add checking of those errors.
1997-05-22 22:35:47 +00:00
Guido van Rossum
78a1ed3d70
Py_FlushLine and PyFile_WriteString now return error indicators
...
instead of calling PyErr_Clear(). Add checking of those errors.
1997-05-22 22:35:04 +00:00
Guido van Rossum
be27026c09
Py_FlushLine and PyFile_WriteString now return error indicators
...
instead of calling PyErr_Clear(). Add checking of those errors.
1997-05-22 22:26:18 +00:00
Guido van Rossum
27a60b147c
PyFile_WriteString now returns an error indicator instead of calling
...
PyErr_Clear().
1997-05-22 22:25:11 +00:00
Guido van Rossum
745b8cff08
flushline and writestring can now return an error
1997-05-22 22:23:46 +00:00
Guido van Rossum
f1e6354548
The usual
1997-05-22 20:48:03 +00:00
Guido van Rossum
c2d1417615
Added Py_GetProgramFullPath (same as GetProgramName)
1997-05-22 20:45:28 +00:00
Guido van Rossum
39ed1c35e5
Added Py_GetProgramFullPath
1997-05-22 20:45:01 +00:00
Guido van Rossum
36f3502151
Added cvardesc and ctypedesc macros, for api.tex.
1997-05-22 20:43:24 +00:00
Guido van Rossum
64f9105fb7
DG/UX thread patches (Ross Andrus)
1997-05-22 20:41:59 +00:00
Guido van Rossum
b2c8ec4b75
Set sys.executable to full path of python (from argv[0]).
1997-05-22 20:41:20 +00:00
Guido van Rossum
9726690478
More usual effects of a new configure.in
1997-05-22 20:36:45 +00:00
Guido van Rossum
6400c26fbb
DG/UX specific test for threads.
1997-05-22 20:34:27 +00:00
Guido van Rossum
0be3e4936f
The usual effects of a new configure.in
1997-05-22 20:33:33 +00:00
Guido van Rossum
0b82fe773f
Partial(?) 64bit patch (AMK).
1997-05-22 20:24:07 +00:00
Guido van Rossum
23c9446d9a
Added a space in an error message
1997-05-22 20:21:30 +00:00
Guido van Rossum
cbf1b9c40e
Added warning about the optimizer bug on AIX 4.2.1
1997-05-22 20:20:57 +00:00
Guido van Rossum
8d90f9d551
Minor edits for 1.5a2
1997-05-22 20:13:25 +00:00
Guido van Rossum
93cfa95bec
Add kill, execv, fork to tested functions.
1997-05-22 20:12:34 +00:00
Guido van Rossum
fde51691ca
Force PYTHONPATH= empty when running test suite.
1997-05-22 20:11:55 +00:00
Guido van Rossum
ae110af13b
Just another checkin for backup. Nothing substantial yet.
1997-05-22 20:11:52 +00:00
Guido van Rossum
af5be958e3
Added menu entry on deleting FAQ entries.
...
Added a generic error handler function.
Added cookie support to preserve author's name and email.
1997-05-22 16:57:50 +00:00
Guido van Rossum
64099e955d
HTML formatting nits.
...
Added "Reload this entry" link to edit complete screen.
1997-05-22 15:49:23 +00:00
Guido van Rossum
ed531fd9df
Mostly small changes.
...
- Fixed broken HTML in edit form that swallowed <BR> tags
- Removed "another one" link in roulette, replaced with "use Reload" message
- show() now has edit=1 by default; changed all calls
- Display last-changed date, author, email when present and edit=1
- Added back pointers at bottom
- Added a copy of the bootstrap script at the end of the file
1997-05-22 15:21:57 +00:00
Guido van Rossum
b9f866cb7c
Enable putenv and waitpid (== wait4) for NeXT.
1997-05-22 15:12:39 +00:00
Guido van Rossum
b6190d35fc
Defined array.array_type, the type object.
1997-05-22 14:56:36 +00:00
Guido van Rossum
e9eec54798
Fix typo in error checking spotted by Just...
1997-05-22 14:02:25 +00:00
Guido van Rossum
74427e51d7
Separate prologue/epilogue functions.
...
Get the current version on edit and reject commits based on an old
version.
1997-05-21 23:43:39 +00:00
Guido van Rossum
4c45422b13
Oops, left an 'n = n+1' in but n was undefined.
1997-05-21 22:42:23 +00:00
Guido van Rossum
f701bf1098
Add "Log info" to view rcs log.
...
Speed up __getattr__ by storing the value as self.<key>.
1997-05-21 22:25:56 +00:00
Guido van Rossum
d7bfa80c63
Lots of new features:
...
- got rid of the separate search page
- added an index (lists the questions with links to the answers)
- add a mechanism to add new entries
- add a way to list most recently edited entries first
1997-05-21 21:31:39 +00:00
Guido van Rossum
3c3354c0e7
Crude but functional, except for adding new entries.
1997-05-21 16:52:18 +00:00
Guido van Rossum
d6a111e2dd
Fix for boundary case (Jack)
1997-05-21 14:59:17 +00:00
Guido van Rossum
7806c16650
generated from latest doc files
1997-05-21 14:48:15 +00:00
Guido van Rossum
2335c5eaec
Added description of socket_type.
1997-05-21 14:41:42 +00:00
Guido van Rossum
f8580215c1
Add test for presence of socket_type.
1997-05-21 14:38:57 +00:00
Guido van Rossum
3b4b6fc602
Add socket.socket_type, as discussed on c.l.p.
1997-05-21 14:37:37 +00:00
Guido van Rossum
05ba2ab720
Fix ratecv test (Sjoerd).
1997-05-21 14:27:20 +00:00
Guido van Rossum
adb3a9db57
Initial revision
1997-05-21 07:24:50 +00:00
Guido van Rossum
49bff65deb
Include config.h so it can define const away for K&R.
1997-05-20 22:40:26 +00:00