2000-05-31 |
Greg Ward | Import the new Extension class, so setup scripts can |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Greg Ward | Overhauled to expect 'self.extensions' (taken from... |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Greg Ward | Provides the Extension class, a nicer way to describe... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Fred Drake | Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Guido van Rossum | Add 'r' to docstrings to avoid expanded backslash escap... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Added concrete example of when separate build and insta... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Cosmetic tweak. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Catch CCompiler exceptions in 'setup()'. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Import exceptions from errors.py, not ccompiler.py. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Removed exceptions -- now in errors.py to avoid expensi... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Moved the CCompiler exceptions here, to avoid having... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Greg Ward | Changed to catch compile/link failures and raise Compil... |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Added 'dump_options()' for debugging output. |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Factored '_set_command_options()' out of 'get_command_o... |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Changed order so 'clean' is right after the 'build... |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Only print debugging output if DEBUG (imported from... |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Moved warnings out of 'finalize_options()' into 'run()'. |
commit | commitdiff | tree | snapshot |
2000-05-28 |
Greg Ward | Typo fix in comment. |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Some far-reaching naming changes: |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Andrew M. Kuchling | Article about 1.6 new features |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Patch from Andrew Kuchling: prune out the build and... |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Support for the "install_headers" command: distribution... |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | 'mkpath()' now detects non-string 'name' arguments... |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Tweaked description, help text. |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Support for the "install_headers" command: |
commit | commitdiff | tree | snapshot |
2000-05-27 |
Greg Ward | Added 'install_headers' command to install C/C++ header... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Jeremy Hylton | Patch from M.-A. Lemburg: |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Fred Drake | Added documentation for gettempprefix(). |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Barry Warsaw | This module is obsolete now that the standard exception... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Fred Drake | Added documentation for TemporaryFile() and the siffix... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Barry Warsaw | The standard exception classes. Moved here from .... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Barry Warsaw | Added exceptions.o to the list of object to build in... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Barry Warsaw | _exceptions.c is moved to ../Python/exceptions.c |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Barry Warsaw | The _exceptions module is moved to the Python subdirectory. |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | When building on Solaris and the compiler is GCC, use... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Fred Drake | Piers Lauder <piers@cs.su.oz.au>: |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | Guido's rewording of my definition of "root package... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | Rene Liebscher: check if the extension file (.so or... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | A grab-bag of wording tweakage. |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | Factored out code for extracting-or-creating one of... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | Added the DEBUG global (set from the DISTUTILS_DEBUG... |
commit | commitdiff | tree | snapshot |
2000-05-26 |
Greg Ward | Fixed a couple of long-hidden bugs (amazing what you... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | Built-in class-based standard exceptions. Written... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | Added a test to catch the base class. |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | For backwards compatibility, simply import everything... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | All the exception building related stuff has been moved... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | Added the _exceptions module, implementing the built... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | Py_Initialize(): Now that standard exceptions are built... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | Now that standard exceptions are builtin, we don't... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Take the basename of the script before concatenating... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Fred Drake | Piers Lauder <piers@cs.su.oz.au>: |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Barry Warsaw | bltin_exc: Removed the leaf_exc flag in the structure... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Fix to use 'change_root()' rather than directly manglin... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Improvements to Bastian's build_scripts command: |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Added comment to remind us of the (temporary?) obsolesc... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Use Distribution's 'has_scripts()' method instead of... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Bastian Kleineidam: the "build_scripts" command. |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Bastian Kleineidam: the "build_scripts" command and... |
commit | commitdiff | tree | snapshot |
2000-05-25 |
Greg Ward | Normalized all the end-of-class lines. |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Guido van Rossum | Remove unused "import curses". |
commit | commitdiff | tree | snapshot |
2000-05-24 |
Guido van Rossum | Fix a problem reported by Oleg Broytmann, who complains... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Ward | Catch failure to open installed Makefile, and report... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Andrew M. Kuchling | Updated docs to list all the new methods and functions... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Andrew M. Kuchling | Changes by AMK: Use HAVE_NCURSES_H to include correct... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Andrew M. Kuchling | Oliver Andrich's ncurses-specific curses module, versio... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Barry Warsaw | (py-execute-region): Based on suggestions by Francois... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Ward | Fix 'get_command_obj()' so it checks if a command objec... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Ward | Added some debuging output (actually moved here from... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Ward | Don't take advantage of OptionDummy's new "auto-initial... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Ward | Fixed so options from config files and command lines... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Fred Drake | From Greg Ward <gward@python.net>: |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Ward | Fixed command description. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Ward | Use 'get_command_obj()' instead of 'find_command_obj()'. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Ward | OptionDummy now has a constructor that takes a list... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Ward | Tweaked usage message. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Greg Ward | Marching towards full support of config files: thorough... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Guido van Rossum | Reduce opt level for BeOS - Donn Cave. |
commit | commitdiff | tree | snapshot |
2000-05-21 |
Guido van Rossum | Changed list_directory() somewhat. It is now only... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Greg Ward | Tweaked output of 'copy_file()': if copying to a new... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Greg Ward | Changed the semantics of the 'sub_commands' list: inste... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Greg Ward | Check if the claimed build directory doesn't exist... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Greg Ward | Added 'has_scripts()', 'has_data_files()' methods. |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Greg Ward | Added missing import. |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Greg Ward | Lyle Johnson: added stubs for the four miscellaneous... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Greg Ward | Added support for the 'export_symbols' parameter to... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Guido van Rossum | Add call to putheader('Host', 'www.python.org') to... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Guido van Rossum | Fix the test for socklen_t so that it searches through... |
commit | commitdiff | tree | snapshot |
2000-05-18 |
Fred Drake | New description for math.frexp() -- poor description... |
commit | commitdiff | tree | snapshot |
2000-05-17 |
Jack Jansen | macfsn should always be included, like exceptions and... |
commit | commitdiff | tree | snapshot |
2000-05-16 |
Fred Drake | Donn Cave <donn@oz.net>: |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Jack Jansen | Manually added HRHTMLRenderingLibAvailable. |
commit | commitdiff | tree | snapshot |
2000-05-15 |
Jack Jansen | Slowly becoming functional... |
commit | commitdiff | tree | snapshot |
2000-05-14 |
Jack Jansen | Interface to macOS 9 HTMLRenderingLib. Not yet functional. |
commit | commitdiff | tree | snapshot |
2000-05-13 |
Gregory P.... | Changed default developer name. |
commit | commitdiff | tree | snapshot |
2000-05-13 |
Gregory P.... | Template for writing Distutils command modules. |
commit | commitdiff | tree | snapshot |
2000-05-13 |
Gregory P.... | Contribution from Harry Henry Gebel: the 'bdist_rpm... |
commit | commitdiff | tree | snapshot |
2000-05-13 |
Gregory P.... | In 'install_misc': 'self.outfiles' defaults to the... |
commit | commitdiff | tree | snapshot |
2000-05-13 |
Gregory P.... | List data files are listed in the Distribution attribut... |
commit | commitdiff | tree | snapshot |
2000-05-13 |
Gregory P.... | Added the 'bdist_base' option, the base temp directory... |
commit | commitdiff | tree | snapshot |
2000-05-13 |
Gregory P.... | Added 'get_inputs()' methods, needed by the "install... |
commit | commitdiff | tree | snapshot |
next |