]> granicus.if.org Git - python/shortlog
python
2000-05-31 Greg WardImport the new Extension class, so setup scripts can
2000-05-31 Greg WardOverhauled to expect 'self.extensions' (taken from...
2000-05-31 Greg WardProvides the Extension class, a nicer way to describe...
2000-05-30 Fred DrakeFixed typo noted by Guido Kollerie <gkoller@cs.vu.nl...
2000-05-30 Guido van RossumAdd 'r' to docstrings to avoid expanded backslash escap...
2000-05-30 Greg WardAdded concrete example of when separate build and insta...
2000-05-30 Greg WardCosmetic tweak.
2000-05-30 Greg WardCatch CCompiler exceptions in 'setup()'.
2000-05-30 Greg WardImport exceptions from errors.py, not ccompiler.py.
2000-05-30 Greg WardRemoved exceptions -- now in errors.py to avoid expensi...
2000-05-30 Greg WardMoved the CCompiler exceptions here, to avoid having...
2000-05-30 Greg WardChanged to catch compile/link failures and raise Compil...
2000-05-28 Greg WardAdded 'dump_options()' for debugging output.
2000-05-28 Greg WardFactored '_set_command_options()' out of 'get_command_o...
2000-05-28 Greg WardChanged order so 'clean' is right after the 'build...
2000-05-28 Greg WardOnly print debugging output if DEBUG (imported from...
2000-05-28 Greg WardMoved warnings out of 'finalize_options()' into 'run()'.
2000-05-28 Greg WardTypo fix in comment.
2000-05-27 Greg WardSome far-reaching naming changes:
2000-05-27 Andrew M. KuchlingArticle about 1.6 new features
2000-05-27 Greg WardPatch from Andrew Kuchling: prune out the build and...
2000-05-27 Greg WardSupport for the "install_headers" command: distribution...
2000-05-27 Greg Ward'mkpath()' now detects non-string 'name' arguments...
2000-05-27 Greg WardTweaked description, help text.
2000-05-27 Greg WardSupport for the "install_headers" command:
2000-05-27 Greg WardAdded 'install_headers' command to install C/C++ header...
2000-05-26 Jeremy HyltonPatch from M.-A. Lemburg:
2000-05-26 Fred DrakeAdded documentation for gettempprefix().
2000-05-26 Barry WarsawThis module is obsolete now that the standard exception...
2000-05-26 Fred DrakeAdded documentation for TemporaryFile() and the siffix...
2000-05-26 Barry WarsawThe standard exception classes. Moved here from ....
2000-05-26 Barry WarsawAdded exceptions.o to the list of object to build in...
2000-05-26 Barry Warsaw_exceptions.c is moved to ../Python/exceptions.c
2000-05-26 Barry WarsawThe _exceptions module is moved to the Python subdirectory.
2000-05-26 Greg WardWhen building on Solaris and the compiler is GCC, use...
2000-05-26 Fred DrakePiers Lauder <piers@cs.su.oz.au>:
2000-05-26 Greg WardGuido's rewording of my definition of "root package...
2000-05-26 Greg WardRene Liebscher: check if the extension file (.so or...
2000-05-26 Greg WardA grab-bag of wording tweakage.
2000-05-26 Greg WardFactored out code for extracting-or-creating one of...
2000-05-26 Greg WardAdded the DEBUG global (set from the DISTUTILS_DEBUG...
2000-05-26 Greg WardFixed a couple of long-hidden bugs (amazing what you...
2000-05-25 Barry WarsawBuilt-in class-based standard exceptions. Written...
2000-05-25 Barry WarsawAdded a test to catch the base class.
2000-05-25 Barry WarsawFor backwards compatibility, simply import everything...
2000-05-25 Barry WarsawAll the exception building related stuff has been moved...
2000-05-25 Barry WarsawAdded the _exceptions module, implementing the built...
2000-05-25 Barry WarsawPy_Initialize(): Now that standard exceptions are built...
2000-05-25 Barry WarsawNow that standard exceptions are builtin, we don't...
2000-05-25 Greg WardTake the basename of the script before concatenating...
2000-05-25 Fred DrakePiers Lauder <piers@cs.su.oz.au>:
2000-05-25 Barry Warsawbltin_exc: Removed the leaf_exc flag in the structure...
2000-05-25 Greg WardFix to use 'change_root()' rather than directly manglin...
2000-05-25 Greg WardImprovements to Bastian's build_scripts command:
2000-05-25 Greg WardAdded comment to remind us of the (temporary?) obsolesc...
2000-05-25 Greg WardUse Distribution's 'has_scripts()' method instead of...
2000-05-25 Greg WardBastian Kleineidam: the "build_scripts" command.
2000-05-25 Greg WardBastian Kleineidam: the "build_scripts" command and...
2000-05-25 Greg WardNormalized all the end-of-class lines.
2000-05-24 Guido van RossumRemove unused "import curses".
2000-05-24 Guido van RossumFix a problem reported by Oleg Broytmann, who complains...
2000-05-23 Greg WardCatch failure to open installed Makefile, and report...
2000-05-23 Andrew M. KuchlingUpdated docs to list all the new methods and functions...
2000-05-23 Andrew M. KuchlingChanges by AMK: Use HAVE_NCURSES_H to include correct...
2000-05-23 Andrew M. KuchlingOliver Andrich's ncurses-specific curses module, versio...
2000-05-23 Barry Warsaw(py-execute-region): Based on suggestions by Francois...
2000-05-23 Greg WardFix 'get_command_obj()' so it checks if a command objec...
2000-05-23 Greg WardAdded some debuging output (actually moved here from...
2000-05-23 Greg WardDon't take advantage of OptionDummy's new "auto-initial...
2000-05-23 Greg WardFixed so options from config files and command lines...
2000-05-23 Fred DrakeFrom Greg Ward <gward@python.net>:
2000-05-23 Greg WardFixed command description.
2000-05-23 Greg WardUse 'get_command_obj()' instead of 'find_command_obj()'.
2000-05-23 Greg WardOptionDummy now has a constructor that takes a list...
2000-05-23 Greg WardTweaked usage message.
2000-05-23 Greg WardMarching towards full support of config files: thorough...
2000-05-22 Guido van RossumReduce opt level for BeOS - Donn Cave.
2000-05-21 Guido van RossumChanged list_directory() somewhat. It is now only...
2000-05-20 Greg WardTweaked output of 'copy_file()': if copying to a new...
2000-05-20 Greg WardChanged the semantics of the 'sub_commands' list: inste...
2000-05-20 Greg WardCheck if the claimed build directory doesn't exist...
2000-05-20 Greg WardAdded 'has_scripts()', 'has_data_files()' methods.
2000-05-20 Greg WardAdded missing import.
2000-05-20 Greg WardLyle Johnson: added stubs for the four miscellaneous...
2000-05-20 Greg WardAdded support for the 'export_symbols' parameter to...
2000-05-19 Guido van RossumAdd call to putheader('Host', 'www.python.org') to...
2000-05-18 Guido van RossumFix the test for socklen_t so that it searches through...
2000-05-18 Fred DrakeNew description for math.frexp() -- poor description...
2000-05-17 Jack Jansenmacfsn should always be included, like exceptions and...
2000-05-16 Fred DrakeDonn Cave <donn@oz.net>:
2000-05-15 Jack JansenManually added HRHTMLRenderingLibAvailable.
2000-05-15 Jack JansenSlowly becoming functional...
2000-05-14 Jack JansenInterface to macOS 9 HTMLRenderingLib. Not yet functional.
2000-05-13 Gregory P.... Changed default developer name.
2000-05-13 Gregory P.... Template for writing Distutils command modules.
2000-05-13 Gregory P.... Contribution from Harry Henry Gebel: the 'bdist_rpm...
2000-05-13 Gregory P.... In 'install_misc': 'self.outfiles' defaults to the...
2000-05-13 Gregory P.... List data files are listed in the Distribution attribut...
2000-05-13 Gregory P.... Added the 'bdist_base' option, the base temp directory...
2000-05-13 Gregory P.... Added 'get_inputs()' methods, needed by the "install...
next