]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2000-06-04  Greg WardPatch from Harry Henry Gebel:
2000-06-04  Greg WardAdded the 'ensure_*' methods from bdist_rpm; refactored...
2000-06-04  Greg WardRemoved the 'ensure_*' methods -- they're just too...
2000-06-04  Greg WardRenamed 'modules' option to 'py_modules', for consisten...
2000-06-03  Andrew M. KuchlingUse PyArg_ParseTuple and specify the method names,...
2000-06-03  Andrew M. KuchlingAdd missing PyArg_NoArgs() calls to methods that didn...
2000-06-03  Andrew M. KuchlingLatex formatting fixes
2000-06-03  Andrew M. KuchlingPatches from Moshe, w/ AMK's revisions
2000-06-03  Greg WardPatch from Harry Henry Gebel: fixes a bit of code that...
2000-06-03  Greg WardCatch DistutilSetupError from the Distribution constructor.
2000-06-03  Greg WardAdded a bunch of new globals in '_init_mac()' -- these...
2000-06-02  Jack JansenFirst version of the project that produces a working...
2000-06-02  Jack JansenRevived various of the compatability routines and made...
2000-06-02  Jack JansenRemoved hfsrunning() macro. This means MacPython won...
2000-06-02  Jack JansenMade the core toolbox modules carbon-compatible using...
2000-06-02  Jack JansenReplaced GetFInfo and SetFInfo calls with FspGetFInfo...
2000-06-02  Jack JansenRemoved (within an #ifdef) Carbon-incompatabilities:
2000-06-02  Jack JansenRemoved (within an #ifdef) Carbon-incompatabilities:
2000-06-02  Jack JansenFixed callback function arguments to be carbon-compatible.
2000-06-02  Jack JansenConfig file for PythonStandCarbon (small non-shared...
2000-06-02  Jack JansenMade compatible with MSL Carbon libraries.
2000-06-02  Jeremy Hyltonmake sure the case is correct (damned case-sensitive...
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>:
next