- 30 Aug, 1994 7 commits
-
-
Guido van Rossum authored
example
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 29 Aug, 1994 24 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
*module.o/*module.so * Python/import.c: if initializing a module did not enter the module into sys.modules, it may have raised an exception -- don't override this exception. Merged NT changes * Python/import.c: add lost NT-specific code back in Fixed NT changes
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
pow(x,y,z) == pow(x,y)%z, but without incurring overflow
-
Guido van Rossum authored
-
Guido van Rossum authored
the exception returned by a syntax error (when reported) would contain an object with refcnt zero! MPW changes
-
Guido van Rossum authored
pow(x,y,z) == pow(x,y)%z, but without incurring overflow Correct problems found by THINK C 6.0
-
Guido van Rossum authored
Add cast for Lance
-
Guido van Rossum authored
-
Guido van Rossum authored
literal (for "completeness" test)
-
Guido van Rossum authored
-
Guido van Rossum authored
CHILD(n,i) for i >= NCH(n)
-
Guido van Rossum authored
-
Guido van Rossum authored
MPW fixes
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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)
-
Guido van Rossum authored
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
-
Guido van Rossum authored
tokenizer.c: move tok_backup call around
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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.
-
- 26 Aug, 1994 1 commit
-
-
Guido van Rossum authored
-
- 23 Aug, 1994 8 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
-