]> granicus.if.org Git - python/shortlog
python
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...
2000-05-13 Gregory P.... Drastically simplified by taking advantage of the ...
2000-05-13 Gregory P.... Rename 'build_bdist' to 'bdist_base', and get it by...
2000-05-13 Gregory P.... Typo fix.
2000-05-13 Gregory P.... Made the '--record' option take an argument, which...
2000-05-13 Gregory P.... Ditch the explicit search for *.py[co] files -- they...
2000-05-13 Gregory P.... Added '_bytecode_filenames()' method, and use it in...
2000-05-13 Gregory P.... Moved check for installation to non-sys.path location...
2000-05-13 Gregory P.... Harry Henry Gebel: add the "--record" option to write...
2000-05-13 Gregory P.... Added the 'build_bdist' option and code to clean it...
2000-05-13 Gregory P.... Harry Henry Gebel: get extra compiler flags from the...
2000-05-13 Gregory P.... Harry Henry Gebel: add support for the 'bdist_rpm'...
2000-05-13 Gregory P.... Harry Henry Gebel: add 'bdist_rpm' command.
2000-05-13 Gregory P.... From Lyle Johnson: renamed 'implib_dir' to 'implib_file...
2000-05-12 Jack Jansen(Temporarily) revived after a long sleep, for building...
2000-05-12 Jack JansenFixed to work again without USE_GUSI and with USE_MSL_M...
2000-05-12 Jack JansenFixed to work again without USE_GUSI
2000-05-12 Jack JansenAdded unicodedata and _codecs modules (which had appare...
2000-05-12 Jack JansenFirst tiny steps towards Carbon: this project currently...
2000-05-12 Guido van RossumRemoving thread.h -- it has been obsolete for quite...
2000-05-12 Gregory P.... Added comment/docstring/revision header.
2000-05-12 Gregory P.... Fixed 'select_scheme()' so it doesn't override a direct...
2000-05-12 Gregory P.... Added --skip-build option, so lazy debuggers/testers...
2000-05-12 Gregory P.... Caught up with renaming in 'install_misc' base class.
2000-05-12 Gregory P.... Deleted some cruft.
2000-05-12 Gregory P.... In 'install_misc' class:
2000-05-12 Gregory P.... Doc patch from Bastein Kleineidam: start to describe...
2000-05-12 Gregory P.... Patch from Bastien Kleineidam:
2000-05-12 Gregory P.... Call 'parse_config_files()' at the appropriate point.
2000-05-12 Gregory P.... Preliminary support for config files:
2000-05-12 Gregory P.... Made 'check_environ()' "public" by stripping the leadin...
2000-05-12 Gregory P.... Fix from Lyle Johnson: add the '--compiler' option.
2000-05-12 Gregory P.... Fix from Lyle Johnson: add the '--compiler' option.
2000-05-11 Guido van RossumThe addition of rint() (by Peter Schneider-Kamp; I...
2000-05-11 Guido van RossumAdd check for rint() in math library.
2000-05-11 Guido van RossumRemove stdwin references
2000-05-11 Guido van RossumRemoving junk
2000-05-11 Guido van Rossumremoving more stdwin users
2000-05-11 Guido van RossumAdded a few new names...
2000-05-11 Guido van RossumAdded math.rint() -- round according to current IEEE754...
2000-05-11 Guido van Rossumremoving more stdwin users
2000-05-11 Guido van RossumBill Tutt:
2000-05-10 Fred DrakeOops, better also note that the module initialization...
2000-05-10 Fred DrakeSection "The Module's Method Table and Initialization...
2000-05-10 Guido van RossumAt Bob Kahn's request, add CNRI to the copyright string...
2000-05-10 Fred DrakeRename the "browser" module to "BrowserControl", since...
2000-05-10 Fred DrakeEditorWindow.python_docs():
2000-05-10 Fred DrakeCollection of classes and convenience functions to...
2000-05-10 Jack JansenGUSI 2.0.5 has a non-functional getsockname() if you...
2000-05-10 Guido van RossumTrent Mick:
2000-05-09 Fred DrakeTrent Mick <trentm@activestate.com>:
2000-05-09 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
2000-05-09 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
2000-05-09 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
2000-05-09 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
2000-05-09 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
2000-05-09 Fred DrakeMinimal change so I can add the rest of MAL's checkin...
2000-05-09 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
2000-05-09 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
next