- 26 Aug, 1994 1 commit
-
-
Guido van Rossum authored
-
- 23 Aug, 1994 14 commits
-
-
Guido van Rossum authored
env at configure time and will then be put in all Makefiles as default * */Makefile*.in: remove lib*.a before adding to it
-
Guido van Rossum authored
-
Guido van Rossum authored
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
-
Guido van Rossum authored
-
Guido van Rossum authored
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)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
literal (for "completeness" test) * */Makefile*.in: remove lib*.a before adding to it
-
Guido van Rossum authored
parsing
-
Guido van Rossum authored
-
Guido van Rossum authored
* 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)
-
Guido van Rossum authored
the cache!)
-
Guido van Rossum authored
-
Guido van Rossum authored
millisleep(); document clock() * Doc/ref6.tex (section{Assignment statements}): added warning about overlaps in lhs of assignment (e.g. "i, x[i] = 1, 2")
-
- 20 Aug, 1994 1 commit
-
-
Guido van Rossum authored
-
- 19 Aug, 1994 11 commits
-
-
Guido van Rossum authored
Makefile.in: remove lib*.a before creating new one.
-
Guido van Rossum authored
-
Guido van Rossum authored
Pass value of OPT from configure environment to Makefile. Add check for limits.h. Use <directory>/libreadline.a instead of -lreadline.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
pindent.py: use /usr/local/bin/python; pathfix.py: new script to fix #! lines in a group of scripts.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 18 Aug, 1994 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(NT changes for posixmodule.c re-invented by Guido.)
-
- 17 Aug, 1994 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
removed references to {ato{f,i,l},index}_error
-
Guido van Rossum authored
index/rindex is a wrapper that raises index_error (which is now always ValueError)
-
Guido van Rossum authored
index/rindex (raising and catching an exception is much more expensive than returning and testing -1)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
info about windows stdwin, more about gnu getopt, correct typo
-
- 16 Aug, 1994 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-