Commit Graph

1535 Commits

Author SHA1 Message Date
Guido van Rossum a85d053135 Initial revision 1994-01-26 17:24:14 +00:00
Guido van Rossum 95f61a7ef0 Changes for release of 1.0.0 1994-01-26 17:23:37 +00:00
Guido van Rossum 62326f2108 builtin -> __builtin__ 1994-01-26 16:04:38 +00:00
Guido van Rossum 6dfccb34c2 Remove unused import of builtin 1994-01-26 16:03:50 +00:00
Guido van Rossum 34e5dcacb0 Descripbe new files 1994-01-26 15:39:28 +00:00
Guido van Rossum a7925f18de Initial revision 1994-01-26 10:20:16 +00:00
Guido van Rossum 8f0d0c8a21 correct typo on DL_DIRECTORY; Doc/ext.tex log message 1994-01-25 20:08:34 +00:00
Guido van Rossum 9e93fb6879 Support for latex2html (at version 0.5.1) 1994-01-25 20:06:09 +00:00
Guido van Rossum 23d19398fa Final changes for 1.0.0 BETA 6 1994-01-24 15:42:32 +00:00
Guido van Rossum 5ec8b525d2 Restructured main, use getopt, use regular expression search instead
of prefix match
1994-01-21 15:47:00 +00:00
Guido van Rossum cb38cd01c7 fcntl.h, AIX, TESTPATH 1994-01-18 15:09:30 +00:00
Guido van Rossum 381f65c057 Removed www (now in Demo2), added embed (formerly one level higher up) 1994-01-18 13:35:31 +00:00
Guido van Rossum a1238eb734 Fix copyright -- 1994 instead of 1004! 1994-01-18 10:09:50 +00:00
Guido van Rossum b46152ade1 * configure.in: check for sys/time.h; substitute and check for AR;
check for nice()
* Makefile.in: make python .PRECIOUS; define OPT=-O and pass it to
submakes
1994-01-14 16:59:57 +00:00
Guido van Rossum cbcd8d796f Make more robust against Minix and Mac 1994-01-14 16:55:50 +00:00
Guido van Rossum 4de6cbccf0 new file, setup for minix 1994-01-14 16:55:10 +00:00
Guido van Rossum b90bdebf19 sndhdr.py: restored lost file; audiodev.py: import platform specific
modules only when needed
1994-01-14 16:46:14 +00:00
Guido van Rossum 8f0d15c637 *** empty log message *** 1994-01-13 16:16:30 +00:00
Guido van Rossum 7590193909 Add colon to TESTPATH (oops!) 1994-01-13 16:03:27 +00:00
Guido van Rossum 42f69dab7e Added TESTPATH 1994-01-13 16:01:38 +00:00
Guido van Rossum 4c627be931 Small changes 1994-01-13 15:47:04 +00:00
Guido van Rossum 4600566285 os.exec -> os.execv 1994-01-12 14:05:27 +00:00
Guido van Rossum 3303315ff3 Fix test for bad static forward; minor other changes 1994-01-12 09:58:23 +00:00
Guido van Rossum fa7fcb93e9 Add test code for audioop and rgbimg (includes three binary files!) 1994-01-12 09:55:11 +00:00
Guido van Rossum 2712c162f2 Lots of minor stuff, install prefix, LIBM/LIBC, bad static forward,
irix4 and GNU dynamic loading, version 1.0.0 BETA 6
1994-01-11 12:00:38 +00:00
Guido van Rossum 6eb1d4a4da Clarified comments about build process.
Removed whitespace from variables used to build PYTHONPATH.
1994-01-11 11:31:44 +00:00
Sjoerd Mullender 8b03cae9a8 Integers are specified as "i" and not as "d". 1994-01-07 11:47:39 +00:00
Guido van Rossum 0b7dfbb9b7 Initial revision 1994-01-07 11:43:11 +00:00
Guido van Rossum a635b9a6ff remove references to /ufs/guido/bin/sgi/python 1994-01-07 11:43:11 +00:00
Guido van Rossum 8425b79c54 Add fixheader.py 1994-01-07 11:38:28 +00:00
Guido van Rossum e024873397 Added ftpstats.py 1994-01-07 10:56:05 +00:00
Guido van Rossum 032d39461b Minor output format change 1994-01-07 10:55:55 +00:00
Guido van Rossum f62f687453 Various changes, andded -c option 1994-01-07 10:55:15 +00:00
Guido van Rossum 4e8aef842c Initial revision 1994-01-07 10:53:41 +00:00
Guido van Rossum 658c9982d8 Finishing touch before release of 1.0.0 BETA 5 1994-01-06 17:20:58 +00:00
Sjoerd Mullender e03bf9c497 Removed now useless convert functions. 1994-01-06 17:00:04 +00:00
Sjoerd Mullender 49c2df16f5 Removed silly dependence on AL module. 1994-01-06 16:35:34 +00:00
Guido van Rossum e0d95c3aab New versions; changed Setup procedure 1994-01-06 14:47:25 +00:00
Guido van Rossum 516d4d999b Assorted Mac changes 1994-01-05 17:53:05 +00:00
Guido van Rossum ce9739ba76 Initial revision 1994-01-05 16:17:15 +00:00
Guido van Rossum 718581a522 Final touch for BETA 4 (only getting rid of --with-solaris) 1994-01-05 01:17:12 +00:00
Guido van Rossum 2f3e8d56f3 The final touch for release of BETA 3 (Makefile: fix "find" target) 1994-01-05 00:15:29 +00:00
Guido van Rossum 04e74c4e0c made depend target work with VPATH 1994-01-05 00:00:14 +00:00
Guido van Rossum f1009e8373 * README: describe new build procedure; added section on building
for multiple architectures
* acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
1994-01-04 23:29:10 +00:00
Guido van Rossum afee3eb347 Initial revision 1994-01-04 23:24:38 +00:00
Guido van Rossum 80e32bf546 Added Makefile with clean and clobber targets 1994-01-04 23:24:22 +00:00
Guido van Rossum 7dd31d0608 Makefile.pre.in (renamed from Makefile.in.in), makesetup: changes to
support new build process and VPATH
Setup*: disable nis and fix comments
rest: fix compiler warnings
1994-01-04 22:08:35 +00:00
Guido van Rossum 79556aab81 redid build process; added --with-svr4; renamed USE_THREAD to
WITH_THREAD; bumped version to 1.0.0 BETA 3
1994-01-04 22:02:27 +00:00
Guido van Rossum e182fe5342 The usual... 1994-01-03 15:21:29 +00:00
Guido van Rossum 61fe8619fb Now generated automatically by autoheader 1994-01-03 14:56:37 +00:00