Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes for release of 1.0.0 | Guido van Rossum | 1994-01-26 | 1 | -62/+51 |
| | |||||
* | builtin -> __builtin__ | Guido van Rossum | 1994-01-26 | 1 | -2/+2 |
| | |||||
* | Remove unused import of builtin | Guido van Rossum | 1994-01-26 | 1 | -1/+0 |
| | |||||
* | Descripbe new files | Guido van Rossum | 1994-01-26 | 1 | -2/+10 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-26 | 16 | -0/+4571 |
| | |||||
* | correct typo on DL_DIRECTORY; Doc/ext.tex log message | Guido van Rossum | 1994-01-25 | 1 | -0/+8 |
| | |||||
* | Support for latex2html (at version 0.5.1) | Guido van Rossum | 1994-01-25 | 1 | -0/+152 |
| | |||||
* | Final changes for 1.0.0 BETA 6 | Guido van Rossum | 1994-01-24 | 1 | -0/+14 |
| | |||||
* | Restructured main, use getopt, use regular expression search instead | Guido van Rossum | 1994-01-21 | 1 | -10/+23 |
| | | | | of prefix match | ||||
* | fcntl.h, AIX, TESTPATH | Guido van Rossum | 1994-01-18 | 1 | -0/+18 |
| | |||||
* | Removed www (now in Demo2), added embed (formerly one level higher up) | Guido van Rossum | 1994-01-18 | 1 | -7/+2 |
| | |||||
* | Fix copyright -- 1994 instead of 1004! | Guido van Rossum | 1994-01-18 | 1 | -1/+1 |
| | |||||
* | * configure.in: check for sys/time.h; substitute and check for AR; | Guido van Rossum | 1994-01-14 | 1 | -1/+17 |
| | | | | | | check for nice() * Makefile.in: make python .PRECIOUS; define OPT=-O and pass it to submakes | ||||
* | Make more robust against Minix and Mac | Guido van Rossum | 1994-01-14 | 2 | -5/+22 |
| | |||||
* | new file, setup for minix | Guido van Rossum | 1994-01-14 | 1 | -0/+160 |
| | |||||
* | sndhdr.py: restored lost file; audiodev.py: import platform specific | Guido van Rossum | 1994-01-14 | 1 | -0/+270 |
| | | | | modules only when needed | ||||
* | *** empty log message *** | Guido van Rossum | 1994-01-13 | 1 | -0/+4 |
| | |||||
* | Add colon to TESTPATH (oops!) | Guido van Rossum | 1994-01-13 | 2 | -2/+2 |
| | |||||
* | Added TESTPATH | Guido van Rossum | 1994-01-13 | 2 | -3/+23 |
| | |||||
* | Small changes | Guido van Rossum | 1994-01-13 | 2 | -0/+17 |
| | |||||
* | os.exec -> os.execv | Guido van Rossum | 1994-01-12 | 1 | -1/+1 |
| | |||||
* | Fix test for bad static forward; minor other changes | Guido van Rossum | 1994-01-12 | 1 | -1/+9 |
| | |||||
* | Add test code for audioop and rgbimg (includes three binary files!) | Guido van Rossum | 1994-01-12 | 5 | -0/+405 |
| | |||||
* | Lots of minor stuff, install prefix, LIBM/LIBC, bad static forward, | Guido van Rossum | 1994-01-11 | 2 | -0/+115 |
| | | | | irix4 and GNU dynamic loading, version 1.0.0 BETA 6 | ||||
* | Clarified comments about build process. | Guido van Rossum | 1994-01-11 | 2 | -9/+154 |
| | | | | Removed whitespace from variables used to build PYTHONPATH. | ||||
* | Integers are specified as "i" and not as "d". | Sjoerd Mullender | 1994-01-07 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-07 | 1 | -0/+49 |
| | |||||
* | remove references to /ufs/guido/bin/sgi/python | Guido van Rossum | 1994-01-07 | 9 | -9/+1 |
| | |||||
* | Add fixheader.py | Guido van Rossum | 1994-01-07 | 1 | -0/+1 |
| | |||||
* | Added ftpstats.py | Guido van Rossum | 1994-01-07 | 1 | -0/+2 |
| | |||||
* | Minor output format change | Guido van Rossum | 1994-01-07 | 1 | -1/+2 |
| | |||||
* | Various changes, andded -c option | Guido van Rossum | 1994-01-07 | 1 | -10/+23 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-07 | 1 | -0/+143 |
| | |||||
* | Finishing touch before release of 1.0.0 BETA 5 | Guido van Rossum | 1994-01-06 | 1 | -0/+4 |
| | |||||
* | Removed now useless convert functions. | Sjoerd Mullender | 1994-01-06 | 1 | -12/+0 |
| | |||||
* | Removed silly dependence on AL module. | Sjoerd Mullender | 1994-01-06 | 1 | -54/+31 |
| | |||||
* | New versions; changed Setup procedure | Guido van Rossum | 1994-01-06 | 1 | -0/+16 |
| | |||||
* | Assorted Mac changes | Guido van Rossum | 1994-01-05 | 1 | -0/+33 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-05 | 5 | -0/+720 |
| | |||||
* | Final touch for BETA 4 (only getting rid of --with-solaris) | Guido van Rossum | 1994-01-05 | 1 | -0/+19 |
| | |||||
* | The final touch for release of BETA 3 (Makefile: fix "find" target) | Guido van Rossum | 1994-01-05 | 1 | -0/+4 |
| | |||||
* | made depend target work with VPATH | Guido van Rossum | 1994-01-05 | 1 | -0/+3 |
| | |||||
* | * README: describe new build procedure; added section on building | Guido van Rossum | 1994-01-04 | 2 | -2/+12 |
| | | | | | for multiple architectures * acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME | ||||
* | Initial revision | Guido van Rossum | 1994-01-04 | 1 | -0/+12 |
| | |||||
* | Added Makefile with clean and clobber targets | Guido van Rossum | 1994-01-04 | 2 | -0/+24 |
| | |||||
* | Makefile.pre.in (renamed from Makefile.in.in), makesetup: changes to | Guido van Rossum | 1994-01-04 | 1 | -1/+1 |
| | | | | | | support new build process and VPATH Setup*: disable nis and fix comments rest: fix compiler warnings | ||||
* | redid build process; added --with-svr4; renamed USE_THREAD to | Guido van Rossum | 1994-01-04 | 2 | -2/+94 |
| | | | | WITH_THREAD; bumped version to 1.0.0 BETA 3 | ||||
* | The usual... | Guido van Rossum | 1994-01-03 | 1 | -0/+11 |
| | |||||
* | Now generated automatically by autoheader | Guido van Rossum | 1994-01-03 | 1 | -83/+215 |
| | |||||
* | Added AC_REVISION; swapped -lnsl and -lsocket test; test whether | Guido van Rossum | 1994-01-03 | 1 | -0/+26 |
| | | | | sys/socket.h and sys/time.h can be used together |