| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed exceptions -- now in errors.py to avoid expensive import of ccompiler. | Greg Ward | 2000-05-30 | 1 | -16/+0 |
|
|
* | Moved the CCompiler exceptions here, to avoid having to import ccompiler.py | Greg Ward | 2000-05-30 | 1 | -79/+78 |
|
|
* | Changed to catch compile/link failures and raise CompileError, LibError, | Greg Ward | 2000-05-30 | 3 | -17/+74 |
|
|
* | Added 'dump_options()' for debugging output. | Greg Ward | 2000-05-28 | 1 | -0/+15 |
|
|
* | Factored '_set_command_options()' out of 'get_command_obj()'. | Greg Ward | 2000-05-28 | 1 | -8/+82 |
|
|
* | Changed order so 'clean' is right after the 'build' commands. | Greg Ward | 2000-05-28 | 1 | -1/+1 |
|
|
* | Only print debugging output if DEBUG (imported from distutils.core) is true. | Greg Ward | 2000-05-28 | 1 | -14/+15 |
|
|
* | Moved warnings out of 'finalize_options()' into 'run()'. | Greg Ward | 2000-05-28 | 1 | -7/+13 |
|
|
* | Typo fix in comment. | Greg Ward | 2000-05-28 | 1 | -1/+1 |
|
|
* | Some far-reaching naming changes: | Greg Ward | 2000-05-27 | 11 | -78/+59 |
|
|
* | Article about 1.6 new features | Andrew M. Kuchling | 2000-05-27 | 1 | -0/+233 |
|
|
* | Patch from Andrew Kuchling: prune out the build and source distribution | Greg Ward | 2000-05-27 | 1 | -0/+7 |
|
|
* | Support for the "install_headers" command: distribution option 'headers' | Greg Ward | 2000-05-27 | 1 | -0/+4 |
|
|
* | 'mkpath()' now detects non-string 'name' arguments -- this is a fairly common | Greg Ward | 2000-05-27 | 1 | -1/+7 |
|
|
* | Tweaked description, help text. | Greg Ward | 2000-05-27 | 1 | -3/+3 |
|
|
* | Support for the "install_headers" command: | Greg Ward | 2000-05-27 | 1 | -5/+22 |
|
|
* | Added 'install_headers' command to install C/C++ header files. | Greg Ward | 2000-05-27 | 2 | -0/+41 |
|
|
* | Patch from M.-A. Lemburg: | Jeremy Hylton | 2000-05-26 | 3 | -29/+27 |
|
|
* | Added documentation for gettempprefix(). | Fred Drake | 2000-05-26 | 1 | -2/+15 |
|
|
* | This module is obsolete now that the standard exceptions are built-in. | Barry Warsaw | 2000-05-26 | 1 | -4/+0 |
|
|
* | Added documentation for TemporaryFile() and the siffix parameter to mktemp(). | Fred Drake | 2000-05-26 | 1 | -13/+26 |
|
|
* | The standard exception classes. Moved here from ../Modules/_exceptions.c | Barry Warsaw | 2000-05-26 | 1 | -0/+994 |
|
|
* | Added exceptions.o to the list of object to build in this subdir. | Barry Warsaw | 2000-05-26 | 1 | -1/+2 |
|
|
* | _exceptions.c is moved to ../Python/exceptions.c | Barry Warsaw | 2000-05-26 | 1 | -994/+0 |
|
|
* | The _exceptions module is moved to the Python subdirectory. | Barry Warsaw | 2000-05-26 | 1 | -1/+0 |
|
|
* | When building on Solaris and the compiler is GCC, use '$(CC) -G' to | Greg Ward | 2000-05-26 | 2 | -191/+199 |
|
|
* | Piers Lauder <piers@cs.su.oz.au>: | Fred Drake | 2000-05-26 | 1 | -8/+29 |
|
|
* | Guido's rewording of my definition of "root package", with an addition by me. | Greg Ward | 2000-05-26 | 1 | -6/+8 |
|
|
* | Rene Liebscher: check if the extension file (.so or .pyd) is | Greg Ward | 2000-05-26 | 1 | -19/+24 |
|
|
* | A grab-bag of wording tweakage. | Greg Ward | 2000-05-26 | 1 | -29/+54 |
|
|
* | Factored out code for extracting-or-creating one of the option | Greg Ward | 2000-05-26 | 1 | -13/+20 |
|
|
* | Added the DEBUG global (set from the DISTUTILS_DEBUG environment variable). | Greg Ward | 2000-05-26 | 1 | -6/+19 |
|
|
* | Fixed a couple of long-hidden bugs (amazing what you find when you | Greg Ward | 2000-05-26 | 1 | -6/+33 |
|
|
* | Built-in class-based standard exceptions. Written by Fredrik Lundh. | Barry Warsaw | 2000-05-25 | 1 | -0/+994 |
|
|
* | Added a test to catch the base class. | Barry Warsaw | 2000-05-25 | 2 | -0/+5 |
|
|
* | For backwards compatibility, simply import everything from the | Barry Warsaw | 2000-05-25 | 1 | -247/+4 |
|
|
* | All the exception building related stuff has been moved out of this | Barry Warsaw | 2000-05-25 | 1 | -190/+1 |
|
|
* | Added the _exceptions module, implementing the built-in class-based | Barry Warsaw | 2000-05-25 | 1 | -0/+1 |
|
|
* | Py_Initialize(): Now that standard exceptions are builtin, we don't | Barry Warsaw | 2000-05-25 | 1 | -11/+11 |
|
|
* | Now that standard exceptions are builtin, we don't need two phase init | Barry Warsaw | 2000-05-25 | 1 | -6/+3 |
|
|
* | Take the basename of the script before concatenating it with the build dir. | Greg Ward | 2000-05-25 | 1 | -1/+1 |
|
|
* | Piers Lauder <piers@cs.su.oz.au>: | Fred Drake | 2000-05-25 | 1 | -8/+16 |
|
|
* | bltin_exc: Removed the leaf_exc flag in the structure, which was only | Barry Warsaw | 2000-05-25 | 1 | -35/+29 |
|
|
* | Fix to use 'change_root()' rather than directly mangling path. | Greg Ward | 2000-05-25 | 1 | -1/+2 |
|
|
* | Improvements to Bastian's build_scripts command: | Greg Ward | 2000-05-25 | 1 | -31/+58 |
|
|
* | Added comment to remind us of the (temporary?) obsolescense of the | Greg Ward | 2000-05-25 | 1 | -0/+5 |
|
|
* | Use Distribution's 'has_scripts()' method instead of directly accessing | Greg Ward | 2000-05-25 | 1 | -1/+1 |
|
|
* | Bastian Kleineidam: the "build_scripts" command. | Greg Ward | 2000-05-25 | 1 | -0/+71 |
|
|
* | Bastian Kleineidam: the "build_scripts" command and changes | Greg Ward | 2000-05-25 | 4 | -11/+74 |
|
|
* | Normalized all the end-of-class lines. | Greg Ward | 2000-05-25 | 8 | -6/+10 |
|
|