- 08 Haz, 2000 5 kayıt (commit)
-
-
Greg Ward yazdı
a short form and text that wraps onto multiple lines.
-
Greg Ward yazdı
-
Greg Ward yazdı
'help_options' list; also added an editorial comment.
-
Greg Ward yazdı
directly printing to stdout. This was a bit more work than it sounds like it should have been: * turned 'select_pattern()' and 'exclude_pattern()' from functions into methods, so they can refer to 'self' to access the method * commented out the *other* 'exclude_pattern()' method, which appears to be vestigial code that was never cleaned up when the 'exclude_pattern()' function was created * changed the one use of the old 'exclude_pattern()' method to use the new 'exclude_pattern()' (same behaviour, slightly different args) * some code and docstring reformatting * and, of course, changed all the debugging prints to 'debug_print()' calls Added/tweaked some regular ('self.announce()') output for better runtime feedback.
-
Greg Ward yazdı
-
- 07 Haz, 2000 19 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Nav and AE have been moved to core toolbox modules: fixup dependent modules, export symbol list, etc.
-
Jack Jansen yazdı
Modified for new builtin exceptions.c.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Marc-André Lemburg yazdı
Changed the API names for setting the default encoding. These are now in line with the other hooks API names (no underscores).
-
Marc-André Lemburg yazdı
Change the default encoding to 'ascii' (it was previously defined as UTF-8). Note: The implementation still uses UTF-8 to implement the buffer protocol, so C APIs will still see UTF-8. This is on purpose: rather than fixing the Unicode implementation, the C APIs should be made Unicode aware.
-
Marc-André Lemburg yazdı
The locale module is turned on per default.
-
Marc-André Lemburg yazdı
Added some more codec aliases. Some of them are needed by the new locale.py encoding support.
-
Marc-André Lemburg yazdı
Added support to set the default encoding of strings at startup time to the values defined by the C locale. The sys.setdefaultencoding() API is deleted after having set up the encoding, so that user code cannot subsequentely change the setting. This effectively means that only site.py may alter the default setting.
-
Marc-André Lemburg yazdı
Added a new locale name aliasing engine which also supports locale encodings, a feature which is used by the new default encoding support in site.py.
-
Marc-André Lemburg yazdı
codec can be used to effectively switch off string coercion to Unicode.
-
Fred Drake yazdı
by Mark Hammond <markh@activestate.com>. Limited markup & consistency revisions by FLD.
-
Greg Ward yazdı
values that "--foo" can take for various commands: eg. what formats for "sdist" and "bdist", what compilers for "build_ext" and "build_clib". I have *not* reviewed this patch; I'm checking it in as-is because it also fixes a paper-bag-over-head bug in bdist.py, and because I won't have time to review it properly for several days: so someone else can test it for me, instead!
-
Greg Ward yazdı
and call it "distutils.cfg" instead of "pydistutils.cfg" (personal config files are still ".pydistutils.cfg" or "pydistutils.cfg", though).
-
Greg Ward yazdı
Look for personal config file in /home/greg on Windows, too: users will have to set /home/greg to use this, so it's not something that many people will use. But if python-dev comes up with the "right way" to divine a home directory on Windows, we can use that to set /home/greg and poof! -- personal Distutils config files on Windows.
-
- 06 Haz, 2000 6 kayıt (commit)
-
-
Trent Mick yazdı
-
Andrew M. Kuchling yazdı
Fix a small bug in posixmodule.c where a char* is being dereferenced where it should not be.
-
Greg Ward yazdı
one doesn't *do* anything by default; it's just there as a conduit for data (eg. include dirs, libraries) from the user to the "build" commands. However, it provides a couple of Autoconf-ish methods ('try_compile()', 'try_link()', 'try_run()') that derived, per-distribution "config" commands can use to poke around the target system and see what's available. Initial experimenst with mxDateTime indicate that higher-level methods are necessary: analogs of Autoconf's AC_CHECK_HEADER, AC_CHECK_LIB will be needed too (and that's just to probe the C/C++ system: how to probe the Python system is wide open, and someday we'll have to worry about probing a Java system too).
-
Greg Ward yazdı
command being reinitialized to false.
-
Greg Ward yazdı
-
Greg Ward yazdı
-
- 05 Haz, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 04 Haz, 2000 9 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due to tk issues, though, but it isn't important right now.
-
Jack Jansen yazdı
Added a CARBON indicator to the version string.
-
Greg Ward yazdı
Half-fixed RPM 2 compatibility:added 'rpm_base' option, which must be set (to eg. /usr/src/redhat on a stock Red Hat system) if rpm2_mode is on. Still not quite working, though.
-
Greg Ward yazdı
spelled sensibly in a config file.
-