| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
too little for my needs.
|
| |
|
| |
|
|
|
|
| |
pathconf_names, confstr(), confstr_names, sysconf(), sysconf_names.
|
|
|
|
|
|
|
|
|
|
|
|
| |
strings to integers for the *conf*() functions.
Added code to sort the tables at module initialization. Three
dictionaries, confstr_names, sysconf_names, and pathconf_names, are
added to the module as well. These map known configuration setting
names to the numeric value which is used to represent the setting in
the system call. This code is always called.
Updated related comments.
|
|
|
|
| |
Use MenuEvent in stead of MenuKey.
|
| |
|
|
|
|
|
|
|
|
| |
pathconf() names, from Sjoerd.
Added code to verify that these tables are properly ordered, only
included and used when CHECK_CONFNAME_TABLES is defined. This is only
needed to test the tables, so I haven't enabled this by default.
|
|
|
|
| |
determine suspend/resume -- jvr
|
|
|
|
| |
zero arguments (found by Marc Lemburg).
|
|
|
|
| |
are, we must keep the file around so we can print the body.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
available since the interface is poorly defined on at least one major
platform (Solaris).
Moved table of constant names for fpathconf() & pathconf() into the
conditional that defines the conv_path_confname() helper; Mark Hammond
reported that defining the table when none of the constants were
defined causes the compiler to complain (won't allow 0-length array,
imagine that!).
In posix_fpathconf(), use conv_path_confname() as the O& conversion
function, instead of the conv_confname() helper, which has the wrong
signature (posix_pathconf() already used the right thing).
|
|
|
|
|
|
|
|
| |
least on Solaris (sometimes it's Unix98, sometimes it conforms to an
early draft).
Properly generate config.h.in using autoheader instead of editing it
manually; thanks, Guido!
|
| |
|
|
|
|
| |
which are not parseable in Python have to be blacklisted.
|
|
|
|
| |
(modifierkeys, char [, glyph]).
|
|
|
|
| |
definitions.
|
| |
|
| |
|
|
|
|
|
|
|
| |
I've changed the login command to force proper
quoting of the password argument. I've also added
some extra debugging code, which is removed when
__debug__ is false.
|
| |
|
| |
|
|
|
|
|
|
|
| |
and sysconf().
*Lots* of tables to define names used by *conf*(); explanation to go
in message to python-dev list.
|
|
|
|
| |
confstr(), and sysconf().
|
| |
|
|
|
|
| |
AE stuff got some extra definitions (don't know why these weren't checked in).
|
|
|
|
|
| |
4-char codes. The table which maps codes to datatypes is still pretty empty,
I'll fill it as I need entries (or maybe someone wants to spend a nice day filling it?).
|
|
|
|
| |
Aligned all sizes and such the HIG standards (I think).
|
|
|
|
|
| |
remains to be done, and maybe we should convert everything to movablemodal too
and make things like question look nicer.
|
|
|
|
|
|
| |
in isn't but it does have an as_Resource method use that. This makes life a lot easier
for appearance portability (and was needed anyway).
|
|
|
|
|
|
| |
Appearance 1.1 support, and added workaround for non-existing calls for 68K.
Static 68K Python still has a tk problem.
|
| |
|
|
|
|
|
|
| |
unavailable for 68K. This way we don't have to disable thm in bgen, so we
can still use them on PPC.
|
|
|
|
| |
before...
|
| |
|
|
|
|
|
|
|
|
| |
Added 'nuke_release_tree()' method to blow away the directory from
which the archive file(s) are created, and call it (conditionally)
from 'make_distribution()'.
Added 'keep_tree' option (false by default) to disable the call to
'nuke_release_tree()'.
|
|
|
|
|
|
|
|
| |
install) the setup script itself.
Fixed 'build_module()' so we do *not* preserve file mode (which means
we can install read-only files, which makes the next installation
of this distribution fail -- at least under Unix); added a comment
explaining this.
|
|
|
|
|
| |
call CCompiler method 'compile()' with 'include_dirs' not 'includes'.
Fixed stupid typo in 'get_source_files()'.
|
|
|
|
|
|
| |
consistency with 'build_ext' command option.
Changed 'compile()' and 'link_shared_object()' so 'include_dirs',
'libraries', and 'library_dirs' can be lists or tuples.
|
|
|
|
|
|
|
|
| |
'generate_help()', 'wrap_text()' functions, and a little tiny test
of 'wrap_text()'.
Changed how caller states that one option is the boolean opposite of
another: added 'negative_opt' parameter to 'fancy_getopt()', and changed
to use it instead of parsing long option name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
want no output. Still no option for a happy medium though.
Added "--help" global option.
Changed 'parse_command_line()' to recognize help options (both for the
whole distribution and per-command), and to distinguish "regular run"
and "user asked for help" by returning false in the latter case.
Also in 'parse_command_line()', detect invalid command name on command
line by catching DistutilsModuleError.
a 'negative_opt' class attribute right after 'global_options'; changed
how we call 'fancy_getopt()' accordingly.
Initialize 'maintainer' and 'maintainer_email' attributes to Distribution
to avoid AttributeError when 'author' and 'author_email' not defined.
Initialize 'help' attribute in Command constructor (to avoid
AttributeError when user *doesn't* ask for help).
In 'setup()':
* show usage message before dying when we catch DistutilsArgError
* only run commands if 'parse_command_line()' returned true (that
way, we exit immediately when a help option is found)
* catch KeyboardInterrupt and IOError from running commands
Bulked up usage message to show --help options.
Comment, docstring, and error message tweaks.
|
|
|
|
| |
problems that I'll fix tonight, so don't check it out.
|
|
|
|
| |
This fixes PR#157.
|
|
|
|
| |
button types in those dialogs.
|
|
|
|
| |
enum defs, and bgen doesn't understand this yet.
|
|
|
|
| |
few routines that seem to be missing in my CW Pro 5.1.
|
| |
|
| |
|