- 30 Agu, 1994 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 29 Agu, 1994 24 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
*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 yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
pow(x,y,z) == pow(x,y)%z, but without incurring overflow
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
the exception returned by a syntax error (when reported) would contain an object with refcnt zero! MPW changes
-
Guido van Rossum yazdı
pow(x,y,z) == pow(x,y)%z, but without incurring overflow Correct problems found by THINK C 6.0
-
Guido van Rossum yazdı
Add cast for Lance
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
literal (for "completeness" test)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
CHILD(n,i) for i >= NCH(n)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
MPW fixes
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
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 yazdı
tokenizer.c: move tok_backup call around
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 Agu, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Agu, 1994 12 kayıt (commit)
-
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
literal (for "completeness" test) * */Makefile*.in: remove lib*.a before adding to it
-
Guido van Rossum yazdı
parsing
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
* 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 yazdı
the cache!)
-