Barry Warsaw
|
d5221a3791
|
import.c -> importexc.c
Added `realclean' target.
|
2001-02-20 20:53:37 +00:00 |
Barry Warsaw
|
e98626d93f
|
Add targets to make building `loop' and `import' easier. Useful for
debugging memory leaks and the like.
|
2001-01-31 22:18:49 +00:00 |
Barry Warsaw
|
7d23b59e34
|
Updates and changes:
- set VERSION to 2.1
- change blddir to ../.. since that seems more common than the old
value (at least for my debugging session).
|
2001-01-23 16:38:57 +00:00 |
Guido van Rossum
|
3559d1f9b3
|
Add loop.c -- a test program for repeatedly calling Py_Initialize()
and Py_Finalize(). It seems to dump core right now...
|
2001-01-10 17:11:51 +00:00 |
Guido van Rossum
|
c716684df8
|
Add linker flag -export-dynamic so symbols in libpython*.a are exported.
|
2000-07-10 16:22:12 +00:00 |
Guido van Rossum
|
964f123346
|
Adapted for Python 2.0 under RH Linux.
|
2000-07-10 14:35:12 +00:00 |
Guido van Rossum
|
6e614e3d2a
|
Updated the Makefile to work with the new build strategy.
|
1997-07-19 20:58:50 +00:00 |
Guido van Rossum
|
3caad8c291
|
adapted to new naming; clarify comments somewhat
|
1995-03-28 09:22:53 +00:00 |
Guido van Rossum
|
705d517e3f
|
initial checkin
|
1994-10-08 19:30:50 +00:00 |