- 08 Agu, 2000 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Greg Ward yazdı
-
Marc-André Lemburg yazdı
function (together with other locale aware ones) should into a new collation support module. See python-dev for a discussion of this removal. Note: This patch should also be applied to the 1.6 branch.
-
- 07 Agu, 2000 11 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Fredrik Lundh yazdı
(this should fix Sjoerd's xmllib problem) -- added skip field to INFO header -- changed compiler to generate charset INFO header -- changed trace messages to support post-mortem analysis
-
Fredrik Lundh yazdı
with uintptr_t (fix MSVC 5.0 build)
-
Guido van Rossum yazdı
PyNode_Compile()), make sure that an exception is actually set -- otherwise someone stomped on our error. [2.0 checkin of this fix.]
-
Guido van Rossum yazdı
an exception set. This shouldn't happen, but we see it at times...
-
Fredrik Lundh yazdı
for excessive recursion.
-
Moshe Zadka yazdı
-
Greg Ward yazdı
participates in the "--root" hack, ie. it also has a new root directory hacked on at the very last minute (essential if the .pth file is to be included in an RPM or other smart installer!).
-
Greg Ward yazdı
(allows the same FancyGetopt object to be used multiple times with different option tables).
-
- 06 Agu, 2000 4 kayıt (commit)
-
-
Vladimir Marangozov yazdı
Small stylistic changes by VM: - is_enabled() -> isenabled() - static ... Py_<func> -> static ... gc_<func>
-
Jack Jansen yazdı
-
Jack Jansen yazdı
(except for : and volume:, where they are needed).
-
Greg Ward yazdı
-
- 05 Agu, 2000 7 kayıt (commit)
-
-
Thomas Wouters yazdı
- Don't call both AC_CHECK_FUNCS and AC_REPLACE_FUNC for 'hypot', as the latter already does everything the former does (because it's implemented as a call to the former.) - Don't call AC_CHECK_FUNC() without any 'action' clauses or with an action clause that just defines HAVE_<function>. Instead, call AC_CHECK_FUNCS, which defines 'HAVE_<function>' of itself, possibly with aditional 'action' clauses. No checks are removed by this patch, only moved around, and some duplicates are removed.
-
Thomas Wouters yazdı
weeks.
-
Jack Jansen yazdı
-32768..65535 is acceptable. Added B specifier (with values from -128..255). No L added (which would have completed the set) because l already accepts any value (and the letter L is taken for quadwords).
-
Greg Ward yazdı
-
Greg Ward yazdı
wasn't actually used anywhere. Drop the "from xxx_util import*" backwards compability hacks.
-
Greg Ward yazdı
python20_d.lib) only active on MSVC++; different library formats needed for different compilers, and it's handled by the Distutils anyways.
-
Greg Ward yazdı
and so forth.
-
- 04 Agu, 2000 15 kayıt (commit)
-
-
Moshe Zadka yazdı
-
Moshe Zadka yazdı
-
Jeremy Hylton yazdı
(is bgen still "still under development"?)
-
Jeremy Hylton yazdı
based on bug report by Neil Schemenauer
-
Jeremy Hylton yazdı
fix com_call_function to cope with trailing comma in "f(a, b,)"
-
Moshe Zadka yazdı
-
Moshe Zadka yazdı
-
Moshe Zadka yazdı
-
Guido van Rossum yazdı
python-dev discussion. This should catch future version incompatibilities on Windows. Alas, this doesn't help for 1.5 vs. 1.6; but it will help for 1.6 vs. 2.0.
-
Thomas Wouters yazdı
to signify a test that should be marked as 'skipped' rather than 'failed'. Also 'document' it, in README.
-
Moshe Zadka yazdı
Honesty's the best policy.
-
Thomas Wouters yazdı
mark the test as 'skipped', rather than 'failed'.
-
Moshe Zadka yazdı
at all (my computer doesn't have a Sound Blaster), this doesn't mean there's a bug in linuxaudiodev. The only error the test suite skips is currently ImportError -- so that's what we raise. If you see a problem with this patch, say so and I'll retract. If you think raising an ImportError sucks, you're right -- but I ain't gonna buy a SB and I sure ain't gonna let the test-suite fail on my machine.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-