]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2000-06-02  Greg WardBumped version number to 0.9pre (there will be a couple...
2000-06-02  Greg WardOnly print debugging output if DEBUG true.
2000-06-02  Greg WardOnly print debugging output if DEBUG true (and deleted...
2000-06-02  Greg WardUse Distribution method 'dump_option_dicts()' for debug...
2000-06-02  Greg WardDitched the obsolete '_get_package_data()' method and its
2000-06-02  Greg WardFairly massive overhaul to support getting RPM inputs...
2000-06-02  Greg WardReformatted and updated many docstrings.
2000-06-01  Fred DrakeTrent Mick <trentm@ActiveState.com>:
2000-06-01  Fred DrakeTrent Mick <trentm@activestate.com>:
2000-06-01  Jeremy HyltonFredrik Lundh: here's the 96.6% version of SRE
2000-06-01  Jeremy Hyltonadd new Python/exceptions.c to python16 project (courte...
2000-06-01  Fred DrakeImprove TypeError exception message for list catenation.
2000-06-01  Fred DrakeMichael Hudson <mwh21@cam.ac.uk>:
2000-06-01  Andrew M. KuchlingFix bug reported by atkins@gweep.net; re.compile(r...
2000-06-01  Fred DrakeMichael Hudson <mwh21@cam.ac.uk>:
2000-06-01  Jeremy Hyltonpatch from Charles Waldman--
2000-06-01  Greg WardRemember the list of archive files created in 'make_dis...
2000-06-01  Greg WardOops, 'reinitialize_command()' forgot to return the...
2000-06-01  Greg WardAdded 'reinitialize_command()' method -- delegated...
2000-06-01  Greg WardEnsure that 'make_archive()' returns the name of the...
2000-06-01  Greg WardMore tweaking to make this command act like other Distu...
2000-05-31  Greg WardRegularize options a bit:
2000-05-31  Fred DrakeDo not expose __builtins__ name as a completion; this...
2000-05-31  Andrew M. KuchlingFilled out the "Core Changes" section.
2000-05-31  Greg WardRenamed 'native_path()' to 'convert_path()'.
2000-05-31  Greg WardNormalize paths before writing them to a zipfile.
2000-05-31  Greg WardFixed 'change_root() to work at all on Windows, and...
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()'.
next