- 27 Şub, 2001 40 kayıt (commit)
-
-
Ka-Ping Yee yazdı
-
Ka-Ping Yee yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Changed SIZE resource to be carbon-compatible.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Ka-Ping Yee yazdı
-
Ka-Ping Yee yazdı
-
Ka-Ping Yee yazdı
-
Fred Drake yazdı
for constant definitions. Add a deprecation to the TERMIOS module.
-
Fred Drake yazdı
module; that won't happen.
-
Fred Drake yazdı
based on the termios module. The only added "feature" is the deprecation warning it spits out.
-
Fred Drake yazdı
-
Fred Drake yazdı
in this module; no more need for TERMIOS.py.
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
building under Cygwin. Makes some fixes to the dlmodule in order to compile with Cygwin.
-
Jeremy Hylton yazdı
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
the Cygwin-specific compiler class. (According to Jason Tishler, cygwinccompiler needs some work to handle the differences in Cygwin- and MSVC-Python. Makefile and config files are currently ignored by cygwinccompiler, as it was written to support cygwin for extensions which are intended to be used with the standard MSVC built Python.)
-
Jeremy Hylton yazdı
Makefile.pre.in: add target future.o Include/compile.h: define PyFutureFeaters and PyNode_Future() add c_future slot to struct compiling Include/symtable.h: add st_future slot to struct symtable Python/future.c: implementation of PyNode_Future() Python/compile.c: use PyNode_Future() for nested_scopes support Python/symtable.c: include compile.h to pick up PyFutureFeatures decl
-
Fred Drake yazdı
Fixed recno support (keys are integers rather than strings). Work around DB bug that cause stdin to be closed by rnopen() when the DB file needed to exist but did not (no longer segfaults). This closes SF tracker patch #403445. Also wrapped some long lines and added whitespace around operators -- FLD.
-
Neil Schemenauer yazdı
The name in configure is still EXEEXT because that's what autoconf calls it. Also, replace a few occurrences of "python" with "$(PYTHON)".
-
Andrew M. Kuchling yazdı
-
Jeremy Hylton yazdı
non-existent variable :-). Reflow long lines.
-
Martin v. Löwis yazdı
-
Jeremy Hylton yazdı
-
Skip Montanaro yazdı
squelch warning from GCC 2.95.2 on Solaris - partially addresses bug #232787.
-
Ka-Ping Yee yazdı
-
Ka-Ping Yee yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
comment. This way the generated files are identical when generated on different machines.
-
Moshe Zadka yazdı
an invalid 401 request is being handled.
-
Jeremy Hylton yazdı
SF bug #233532 XXX Can't figure out how to write test cases that work with warnings
-
Neil Schemenauer yazdı
closes SF patch #401229.
-
Jeremy Hylton yazdı
compile.h: #define NESTED_SCOPES_DEFAULT 0 for Python 2.1 __future__ feature name: "nested_scopes" symtable.h: Add st_nested_scopes slot. Define flags to track exec and import star. Lib/test/test_scope.py: requires nested scopes compile.c: Fiddle with error messages. Reverse the sense of ste_optimized flag on PySymtableEntryObjects. If it is true, there is an optimization conflict. Modify get_ref_type to respect st_nested_scopes flags. Refactor symtable_load_symbols() into several smaller functions, which use struct symbol_info to share variables. In new function symtable_update_flags(), raise an error or warning for import * or bare exec that conflicts with nested scopes. Also, modify handle for free variables to respect st_nested_scopes flag. In symtable_init() assign st_nested_scopes flag to NESTED_SCOPES_DEFAULT (defined in compile.h). Add preliminary and often incorrect implementation of symtable_check_future(). Add symtable_lookup() helper for future use.
-
Martin v. Löwis yazdı
-