- 05 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 03 Ara, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 28 Kas, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
that basechain isn't set, and made the output a bit prettier.
-
- 25 Kas, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
get PEP-252 style objects in stead of old-fashioned objects. In stead of defining a GetattrHook you declare a class variable getsetlist, which contains tuples (name, getcode, setcode, docstring). Only lightly tested: the code still works if you don't inherit PEP252Mixin and the code works if you inherit it but don't define any getters or setters. Also, this will not work together with the "poor mans inheritance" offered by method chains, so the CF module will remain with old-style objects until PEP253 is supported too.
-
- 11 Eyl, 2002 1 kayıt (commit)
-
-
http://www.python.org/sf/572113Walter Dörwald yazdı
(with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining.
-
- 22 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 16 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 05 Agu, 2002 3 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
possibly being missing.
-
Jack Jansen yazdı
where it was: it is really a configuration file, not a normal module. By moving it into Mac/Lib we can now also store the location of bgen itself in there, which is needed because bgen isn't installed.
-
- 04 Agu, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
You'll still have to manually edit it, though...
-
Jack Jansen yazdı
-
- 17 Tem, 2002 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
The staticforward define was needed to support certain broken C compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the static keyword when it was used with a forward declaration of a static initialized structure. Standard C allows the forward declaration with static, and we've decided to stop catering to broken C compilers. (In fact, we expect that the compilers are all fixed eight years later.) I'm leaving staticforward and statichere defined in object.h as static. This is only for backwards compatibility with C extensions that might still use it. XXX I haven't updated the documentation.
-
- 09 Haz, 2002 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 23 Nis, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 19 Nis, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
pymalloc, apparently. Fixed, but this means all bgen-generated modules will have to be re-generated. I hope (and expect) that the pymalloc fixes aren't bugfix candidates, because if they are this is one too.
-
- 12 Nis, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
- Added a debug class variable to enable parser debugging.
-
Jack Jansen yazdı
or v.v.
-
- 18 Mar, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
notably FSSpec and FSRef objects. First half of fix for #531291. 2.2.1 candidate.
-
- 01 Ock, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
Added some support for Uicode arguments. Still leaves something to be desired, especially because of poor unicode support in PyArg_ParseTuple.
-
Jack Jansen yazdı
-
- 18 Ara, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 12 Ara, 2001 1 kayıt (commit)
-
-
Just van Rossum yazdı
Jack: I hope I didn't break anything for you!
-
- 09 Ara, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
The module generator now tells its object generators about the module name (through the new setmodulename() method). If the module name has been set the object generators output it as part of the tp_name field for the object type.
-
- 30 Kas, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
changes from start of branch upto r22b2 were already merged, of course).
-
- 14 Kas, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
by Thomas Heller (patch 459442).
-
- 30 Eki, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
generating Waste.
-
- 05 Eyl, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Shuts up another couple of gcc warnings.
-
- 04 Eyl, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 27 Agu, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
- make the selftests work again (they were apparently not used since very early in bgen's development), with some minor cleanup by me - make emacs python mode happier
-
- 17 Tem, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 13 Tem, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Allow [] after a parameter name. We currently take this to be the same as * in front, which isn't 100% correct but good enough.
-
- 01 Tem, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Added WeakLink...Generator classes (should have done that ages ago). These check the c-function pointer for being NULL before calling it and raise UnimplementedError if it is. This allows system libs to be weak-linked, thereby allowing us to generate functions that are only available on some OS versions without getting a NULL dereference if the function isn't available.
-
- 28 Haz, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Make basechain a class variable in stead of initializing it in __init__. That way it's more easily overridden.
-
- 27 Haz, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 26 Haz, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
such as the Core Foundation ones.
-
- 19 May, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
Generate prototype-style function headers in stead of K&R style. Makes life easier with gcc -Wstrict-function-prototypes.
-
- 27 Şub, 2001 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
comment. This way the generated files are identical when generated on different machines.
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
happens because the scanner ignores preprocessor #ifs).
-