- 12 Ara, 1999 12 kayıt (commit)
-
-
Jack Jansen yazdı
In places where a ResObj is expected for PyArg_Parse and the object passed 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).
-
Jack Jansen yazdı
Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support, and added workaround for non-existing calls for 68K. Static 68K Python still has a tk problem.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Dummy functions which return unimpErr for lots of toolbox calls that are unavailable for 68K. This way we don't have to disable thm in bgen, so we can still use them on PPC.
-
Jack Jansen yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
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()'.
-
Greg Ward yazdı
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.
-
Greg Ward yazdı
call CCompiler method 'compile()' with 'include_dirs' not 'includes'. Fixed stupid typo in 'get_source_files()'.
-
Greg Ward yazdı
consistency with 'build_ext' command option. Changed 'compile()' and 'link_shared_object()' so 'include_dirs', 'libraries', and 'library_dirs' can be lists or tuples.
-
Greg Ward yazdı
'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.
-
Greg Ward yazdı
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.
-
- 10 Ara, 1999 2 kayıt (commit)
-
-
Jack Jansen yazdı
New appearance mgr support. This appears (no pun intended) to have some problems that I'll fix tonight, so don't check it out.
-
Guido van Rossum yazdı
This fixes PR#157.
-
- 09 Ara, 1999 9 kayıt (commit)
-
-
Jack Jansen yazdı
button types in those dialogs.
-
Jack Jansen yazdı
Regenerated, and manually massaged (sigh): there can now be comments after enum defs, and bgen doesn't understand this yet.
-
Jack Jansen yazdı
Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few routines that seem to be missing in my CW Pro 5.1.
-
Jack Jansen yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
and TMP_MAX. Converted all functions that used PyArg_Parse() or PyArg_NoArgs() to use PyArg_ParseTuple() and specified all function names using the :name syntax in the format strings, to allow better error messages when TypeError is raised for parameter type mismatches.
-
Jack Jansen yazdı
HandleControlClick. Untested.
-
Jack Jansen yazdı
ring around a button. Mainly here so I can transfer it home:-)
-
- 07 Ara, 1999 3 kayıt (commit)
-
-
Jack Jansen yazdı
First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE is off the code is disabled (but the variables are still there, set to 0).
-
Guido van Rossum yazdı
Brian E Gallew, which were improved and adapted to OpenSSL 0.9.4 by Laszlo Kovacs of HP. Both have kindly given permission to include the patches in the Python distribution. Final formatting by GvR.
-
Guido van Rossum yazdı
Brian E Gallew, which were improved and adapted to OpenSSL 0.9.4 by Laszlo Kovacs of HP. Both have kindly given permission to include the patches in the Python distribution. Final formatting by GvR.
-
- 06 Ara, 1999 2 kayıt (commit)
-
-
Guido van Rossum yazdı
uses the BSD version of the lock structure. Sigh, @!%$.
-
Barry Warsaw yazdı
correctly. Patch suggested by Mads Kiilerich <mk@solit.dk>.
-
- 03 Ara, 1999 7 kayıt (commit)
-
-
Jack Jansen yazdı
Set the finder "is shared" bit, by request of Joe Strout. It seems this allows multiple simultaneous copies to be run from a server, and Applets shouldn't write their datafork so it appears safe.
-
Jack Jansen yazdı
-
Fred Drake yazdı
<bernhard@uwm.edu>. Added a check that no parameters were passed to byteswap(); previously allowed any parameters you happened to pass.
-
Greg Ward yazdı
Bunch of little bug fixes that appeared in building non-packagized distributions. Mainly: - brain-slip typo in 'get_package_dir()' - don't try to os.path.join() an empty path tuple -- it doesn't like it - more type-safety in 'build_module()'
-
Jack Jansen yazdı
was always meant to be the default, and the new example-2 was pretty critical of this.
-
Jack Jansen yazdı
process to freezing.html.
-
Jack Jansen yazdı
module.
-
- 02 Ara, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
may have missed an applet being dropped on us). This may fix the obscure bug Tony Ingraldi was experiencing.
-
- 01 Ara, 1999 4 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-