summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changes for release of 1.0.0Guido van Rossum1994-01-261-62/+51
|
* builtin -> __builtin__Guido van Rossum1994-01-261-2/+2
|
* Remove unused import of builtinGuido van Rossum1994-01-261-1/+0
|
* Descripbe new filesGuido van Rossum1994-01-261-2/+10
|
* Initial revisionGuido van Rossum1994-01-2616-0/+4571
|
* correct typo on DL_DIRECTORY; Doc/ext.tex log messageGuido van Rossum1994-01-251-0/+8
|
* Support for latex2html (at version 0.5.1)Guido van Rossum1994-01-251-0/+152
|
* Final changes for 1.0.0 BETA 6Guido van Rossum1994-01-241-0/+14
|
* Restructured main, use getopt, use regular expression search insteadGuido van Rossum1994-01-211-10/+23
| | | | of prefix match
* fcntl.h, AIX, TESTPATHGuido van Rossum1994-01-181-0/+18
|
* Removed www (now in Demo2), added embed (formerly one level higher up)Guido van Rossum1994-01-181-7/+2
|
* Fix copyright -- 1994 instead of 1004!Guido van Rossum1994-01-181-1/+1
|
* * configure.in: check for sys/time.h; substitute and check for AR;Guido van Rossum1994-01-141-1/+17
| | | | | | check for nice() * Makefile.in: make python .PRECIOUS; define OPT=-O and pass it to submakes
* Make more robust against Minix and MacGuido van Rossum1994-01-142-5/+22
|
* new file, setup for minixGuido van Rossum1994-01-141-0/+160
|
* sndhdr.py: restored lost file; audiodev.py: import platform specificGuido van Rossum1994-01-141-0/+270
| | | | modules only when needed
* *** empty log message ***Guido van Rossum1994-01-131-0/+4
|
* Add colon to TESTPATH (oops!)Guido van Rossum1994-01-132-2/+2
|
* Added TESTPATHGuido van Rossum1994-01-132-3/+23
|
* Small changesGuido van Rossum1994-01-132-0/+17
|
* os.exec -> os.execvGuido van Rossum1994-01-121-1/+1
|
* Fix test for bad static forward; minor other changesGuido van Rossum1994-01-121-1/+9
|
* Add test code for audioop and rgbimg (includes three binary files!)Guido van Rossum1994-01-125-0/+405
|
* Lots of minor stuff, install prefix, LIBM/LIBC, bad static forward,Guido van Rossum1994-01-112-0/+115
| | | | irix4 and GNU dynamic loading, version 1.0.0 BETA 6
* Clarified comments about build process.Guido van Rossum1994-01-112-9/+154
| | | | Removed whitespace from variables used to build PYTHONPATH.
* Integers are specified as "i" and not as "d".Sjoerd Mullender1994-01-071-1/+1
|
* Initial revisionGuido van Rossum1994-01-071-0/+49
|
* remove references to /ufs/guido/bin/sgi/pythonGuido van Rossum1994-01-079-9/+1
|
* Add fixheader.pyGuido van Rossum1994-01-071-0/+1
|
* Added ftpstats.pyGuido van Rossum1994-01-071-0/+2
|
* Minor output format changeGuido van Rossum1994-01-071-1/+2
|
* Various changes, andded -c optionGuido van Rossum1994-01-071-10/+23
|
* Initial revisionGuido van Rossum1994-01-071-0/+143
|
* Finishing touch before release of 1.0.0 BETA 5Guido van Rossum1994-01-061-0/+4
|
* Removed now useless convert functions.Sjoerd Mullender1994-01-061-12/+0
|
* Removed silly dependence on AL module.Sjoerd Mullender1994-01-061-54/+31
|
* New versions; changed Setup procedureGuido van Rossum1994-01-061-0/+16
|
* Assorted Mac changesGuido van Rossum1994-01-051-0/+33
|
* Initial revisionGuido van Rossum1994-01-055-0/+720
|
* Final touch for BETA 4 (only getting rid of --with-solaris)Guido van Rossum1994-01-051-0/+19
|
* The final touch for release of BETA 3 (Makefile: fix "find" target)Guido van Rossum1994-01-051-0/+4
|
* made depend target work with VPATHGuido van Rossum1994-01-051-0/+3
|
* * README: describe new build procedure; added section on buildingGuido van Rossum1994-01-042-2/+12
| | | | | for multiple architectures * acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
* Initial revisionGuido van Rossum1994-01-041-0/+12
|
* Added Makefile with clean and clobber targetsGuido van Rossum1994-01-042-0/+24
|
* Makefile.pre.in (renamed from Makefile.in.in), makesetup: changes toGuido van Rossum1994-01-041-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 toGuido van Rossum1994-01-042-2/+94
| | | | WITH_THREAD; bumped version to 1.0.0 BETA 3
* The usual...Guido van Rossum1994-01-031-0/+11
|
* Now generated automatically by autoheaderGuido van Rossum1994-01-031-83/+215
|
* Added AC_REVISION; swapped -lnsl and -lsocket test; test whetherGuido van Rossum1994-01-031-0/+26
| | | | sys/socket.h and sys/time.h can be used together