- 27 Şub, 2001 22 kayıt (commit)
-
-
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ı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Andrew M. Kuchling yazdı
Add note about linuxaudiodev possibly working on BSD
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
be created (perhaps the source directory is read-only).
-
Neil Schemenauer yazdı
directory. Closes SF #403930.
-
- 26 Şub, 2001 7 kayıt (commit)
-
-
Fred Drake yazdı
.has_option(), .remove_option(), and .set(). This closes SF tracker #232913.
-
Tim Peters yazdı
therein are of the proper form.
-
Fred Drake yazdı
comments to reflect reality.
-
Fred Drake yazdı
so make it void.
-
Barry Warsaw yazdı
set a function attribute on a method (either bound or unbound). This reverts to Python 2.0 behavior that no attributes of the method are writable, but provides a more informative error message.
-
Barry Warsaw yazdı
- func.__dict__ is None until the first attribute is assigned - del func.__dict__ is equivalent to func.__dict__ = None - disallowing assignment to function attribute through unbound method (it was always illegal to assign through bound method). - verifying that setting attribute explicitly on underlying function via meth.im_func is okay.
-
Barry Warsaw yazdı
occurs. Also, continue processing.
-
- 24 Şub, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
multi-line list comprehensions.
-
- 23 Şub, 2001 10 kayıt (commit)
-
-
Tim Peters yazdı
Fixes the "debug-build -O test_builtin.py and no test_b2.pyo" crash just discussed on Python-Dev.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Turn on the "multifinder aware" bit. This should always have been on, but was was never a problem that it was off until CarbonLib 1.1 (which requires it, for some reason).
-
Fred Drake yazdı
will not have been done, and applications need to know that. Also, do not print a message about it; the exception is the right thing. This closes SF bug #133717.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
symtable_enter_scope(): Removed some unnecessary backslashes at the end of lines. C != Python. :)
-