Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For THINK C 6.0 | Guido van Rossum | 1994-08-29 | 1 | -6/+1 |
| | |||||
* | New way of generating .pyc files, thanks to Sjoerd. | Guido van Rossum | 1994-08-29 | 5 | -2/+96 |
| | | | | | | urllib.py: '+' is not always safe (even though the RFC says so :-( ) whrandom.py: throw away top bits of time to avoid overflow on Mac (where times can be negative) | ||||
* | Makefile.pre.in: add $(OPT) to link command | Guido van Rossum | 1994-08-29 | 5 | -105/+128 |
| | | | | | | | audioop.c: fix for MPW config.c.in: save original argc/argv for Lance rotormodule.c: new coding conventions timemodule.c: add casts for Lance | ||||
* | Makefile: add $(OPT) to linking line | Guido van Rossum | 1994-08-29 | 1 | -1/+1 |
| | | | | tokenizer.c: move tok_backup call around | ||||
* | MPW changes | Guido van Rossum | 1994-08-29 | 1 | -5/+0 |
| | |||||
* | Restructured MPW notes | Guido van Rossum | 1994-08-29 | 2 | -22/+46 |
| | |||||
* | README, Makfiles and `buildall' script to build Python under MPW 3.2. | Guido van Rossum | 1994-08-29 | 2 | -0/+78 |
| | |||||
* | Completed (hopefully) the unification of THINK 6.0 and MPW 3.2 | Guido van Rossum | 1994-08-29 | 8 | -53/+71 |
| | | | | | | | versions -- they now share config.c and config.h, and statting is always done through macstat.[ch] (THINK's <stat.h> defines funny constants). Also the configuration of stdwin is done differently: you have to define USE_STDWIN to the compiler prefix. | ||||
* | Intermediate version of changes after porting to MPW 3.2 | Guido van Rossum | 1994-08-26 | 6 | -53/+132 |
| | |||||
* | * configure.in, */Makefile*.in: OPT can now be specified in the | Guido van Rossum | 1994-08-23 | 1 | -1/+2 |
| | | | | | | env at configure time and will then be put in all Makefiles as default * */Makefile*.in: remove lib*.a before adding to it | ||||
* | The usual... | Guido van Rossum | 1994-08-23 | 4 | -127/+222 |
| | |||||
* | * Modules/Setup.*: removed all except Setup.in (huh? I thought | Guido van Rossum | 1994-08-23 | 2 | -2/+3 |
| | | | | | | | | I'd done that already?!); disable gdbm by default * configure.in, */Makefile*.in: OPT can now be specified in the env at configure time and will then be put in all Makefiles as default * */Makefile*.in: remove lib*.a before adding to it | ||||
* | * Modules/signalmodule.c: added pause(). | Guido van Rossum | 1994-08-23 | 1 | -1/+13 |
| | |||||
* | * Modules/makesetup: support C++ files now; these should be given | Guido van Rossum | 1994-08-23 | 1 | -1/+36 |
| | | | | | as file.C or file.cc or file.c++; C files can be given as file.c (instead of file.o, which is still supported) | ||||
* | * Modules/posixmodule.c: some more NT changes | Guido van Rossum | 1994-08-23 | 1 | -3/+20 |
| | |||||
* | * Modules/config.c.in: change mac specific things | Guido van Rossum | 1994-08-23 | 1 | -4/+6 |
| | |||||
* | * Parser/tokenizer.c: backup over illegal newline in string | Guido van Rossum | 1994-08-23 | 1 | -1/+2 |
| | | | | | literal (for "completeness" test) * */Makefile*.in: remove lib*.a before adding to it | ||||
* | Include/node.h: make some fields short to save space during | Guido van Rossum | 1994-08-23 | 1 | -3/+3 |
| | | | | parsing | ||||
* | Added macmain.c (separate Mac specific main prog); bump version to 1.1 | Guido van Rossum | 1994-08-23 | 3 | -2/+85 |
| | |||||
* | * Lib/linecache.py: don't crash on empty filename | Guido van Rossum | 1994-08-23 | 6 | -18/+131 |
| | | | | | | | | | | | * Lib/macpath.py: don't return trailing colon for dirname() (XXX won't do for volume names -- but otherwise glob(':*:*.py') loops forever) * Lib/traceback.py: print SyntaxError correctly * Lib/stat.py: moved to posixstat.py; added macstat.py which has the constants for the Mac; and created new stat.py which includes the right one * Lib/urllib.py: fix caching bug (by disabling the cache) | ||||
* | * Lib/sgi/flp.py: fix caching bug (always write the whole file to | Guido van Rossum | 1994-08-23 | 2 | -28/+8 |
| | | | | the cache!) | ||||
* | Some more changes | Guido van Rossum | 1994-08-23 | 5 | -22/+25 |
| | |||||
* | * Doc/libtime.tex: get rid of references to millitime() and | Guido van Rossum | 1994-08-23 | 4 | -34/+48 |
| | | | | | | | millisleep(); document clock() * Doc/ref6.tex (section{Assignment statements}): added warning about overlaps in lhs of assignment (e.g. "i, x[i] = 1, 2") | ||||
* | Description of how to build Python for the Mac. | Guido van Rossum | 1994-08-20 | 2 | -0/+324 |
| | |||||
* | errors.c: clear traceback too. | Guido van Rossum | 1994-08-19 | 1 | -1/+2 |
| | | | | Makefile.in: remove lib*.a before creating new one. | ||||
* | Match new configure.in | Guido van Rossum | 1994-08-19 | 1 | -69/+18 |
| | |||||
* | Simplify value of INSTALL (always 'cp'). | Guido van Rossum | 1994-08-19 | 3 | -6/+17 |
| | | | | | | Pass value of OPT from configure environment to Makefile. Add check for limits.h. Use <directory>/libreadline.a instead of -lreadline. | ||||
* | Moved mpzpi.py to scripts subdirectory | Guido van Rossum | 1994-08-19 | 1 | -3/+0 |
| | |||||
* | Add test for mpz module | Guido van Rossum | 1994-08-19 | 2 | -0/+35 |
| | |||||
* | Added pathfix | Guido van Rossum | 1994-08-19 | 1 | -0/+1 |
| | |||||
* | newslist.py: Added search for .newslistrc.py; | Guido van Rossum | 1994-08-19 | 3 | -1/+158 |
| | | | | | pindent.py: use /usr/local/bin/python; pathfix.py: new script to fix #! lines in a group of scripts. | ||||
* | Move all code from version.c into config.c | Guido van Rossum | 1994-08-19 | 2 | -2/+37 |
| | |||||
* | Changes for Mac | Guido van Rossum | 1994-08-19 | 1 | -0/+4 |
| | |||||
* | No need to define THINK_C any more | Guido van Rossum | 1994-08-19 | 1 | -5/+1 |
| | |||||
* | Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here. | Guido van Rossum | 1994-08-19 | 16 | -51/+618 |
| | |||||
* | Changes for dynamic linking under NT | Guido van Rossum | 1994-08-18 | 21 | -59/+72 |
| | |||||
* | version.c is no longer... | Guido van Rossum | 1994-08-18 | 1 | -1/+0 |
| | |||||
* | Changes to make it work and compile on NT, by Mark Hammond. | Guido van Rossum | 1994-08-18 | 2 | -173/+185 |
| | | | | (NT changes for posixmodule.c re-invented by Guido.) | ||||
* | Moved to Include and changed format to "<complete_version>" | Guido van Rossum | 1994-08-17 | 1 | -1/+1 |
| | |||||
* | Added #diagram:... comments for Kees Blom's railroad diagram generator | Guido van Rossum | 1994-08-17 | 1 | -3/+19 |
| | |||||
* | * Doc/libstring.tex (section{Standard Module \sectcode{string}}): | Guido van Rossum | 1994-08-17 | 2 | -60/+4 |
| | | | | removed references to {ato{f,i,l},index}_error | ||||
* | * Lib/string.py: find/rfind is now the main implementation and | Guido van Rossum | 1994-08-17 | 2 | -126/+82 |
| | | | | | index/rindex is a wrapper that raises index_error (which is now always ValueError) | ||||
* | * Modules/stropmodule.c: implement find/rfind instead of | Guido van Rossum | 1994-08-17 | 1 | -8/+6 |
| | | | | | index/rindex (raising and catching an exception is much more expensive than returning and testing -1) | ||||
* | The usual | Guido van Rossum | 1994-08-17 | 2 | -0/+23 |
| | |||||
* | do fake "import posix" for freeze.py script | Guido van Rossum | 1994-08-17 | 1 | -0/+4 |
| | |||||
* | 1.12 -- new address for fu-berlin mirror, infoseek uses python, more | Guido van Rossum | 1994-08-17 | 1 | -8/+20 |
| | | | | info about windows stdwin, more about gnu getopt, correct typo | ||||
* | delattr, strncopy in parsetok.c | Guido van Rossum | 1994-08-16 | 1 | -0/+12 |
| | |||||
* | Added docs for delattr | Guido van Rossum | 1994-08-16 | 2 | -0/+18 |
| | |||||
* | If an attribute is deleted, __setattr__ is called with 2 instead of 3 | Guido van Rossum | 1994-08-16 | 1 | -1/+5 |
| | | | | arguments (adding __delattr__ was deemed too much overhead) | ||||
* | The usual | Guido van Rossum | 1994-08-12 | 3 | -14/+128 |
| |