summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Try to deal with pre-1.5.2 IOError exception objects.Greg Ward2000-02-261-2/+6
* Unfinished, untested implementation of the lovely baroque installation schemeGreg Ward2000-02-264-183/+118
* Fix from est@hyperreal.org: missing initialize in 'find_defaults()'.Greg Ward2000-02-241-0/+1
* Changed all references to command methods 'set_default_options()' andGreg Ward2000-02-181-23/+23
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-1810-28/+28
* Changed references to the command class 'options' attribute to 'user_options'.Greg Ward2000-02-181-26/+27
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-1810-105/+115
* Command classes are now named identically to their commands, so reflect thisGreg Ward2000-02-181-2/+1
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-1810-10/+10
* Changed 'dist' to 'sdist'.Greg Ward2000-02-181-1/+1
* The 'sdist' command to create a source distribution. This is derived from theGreg Ward2000-02-171-0/+716
* The 'dist' command is dead -- long live the 'sdist' command!Greg Ward2000-02-171-558/+0
* Ditched '_find_SET()', since it was a no-value-added wrapper aroundGreg Ward2000-02-111-23/+14
* Latest patch from Thomas Heller/Robin Becker:Greg Ward2000-02-111-47/+68
* Stylistic changes to the registry-grovelling code: code formatting, changedGreg Ward2000-02-101-23/+51
* Typecheck 'output_dir' argument to compile/link methods.Greg Ward2000-02-101-0/+6
* Path from Thomas Heller: resurrect the .def file kludge while preserving theGreg Ward2000-02-101-2/+14
* Patch from Thomas heller:Greg Ward2000-02-101-11/+33
* Added 'debug' option, and changed compile/link calls to use it.Greg Ward2000-02-093-10/+30
* Added 'debug' option (just there for 'build_ext' and 'build_lib' commandsGreg Ward2000-02-091-0/+3
* Added 'debug' flags to compile and link methods, and added dummy code forGreg Ward2000-02-091-3/+13
* Added 'debug' flags to compile and link methods, and modified code to addGreg Ward2000-02-091-1/+13
* Added 'debug' flag to compile and link method signatures.Greg Ward2000-02-091-23/+43
* get_config_h_filename(): Support NT as well as Posix systems.Fred Drake2000-02-081-10/+14
* Revised version (thank to Thomas Heller and Robin Becker) that tries a lotGreg Ward2000-02-081-3/+98
* Ditch .def file kludge for (much smaller) /export option kludge.Greg Ward2000-02-081-12/+1
* Added 'libraries' option for use by the 'build_lib' command.Greg Ward2000-02-051-1/+2
* Run the 'build_lib' command before building extensions, if necessary.Greg Ward2000-02-051-0/+6
* New command to build C (and C++, hopefully) libraries needed by extensionsGreg Ward2000-02-052-0/+322
* Tweaked various comments, docstrings, and error messages.Greg Ward2000-02-051-2/+12
* Improved an error message.Greg Ward2000-02-031-2/+5
* Changed 'compile()' method to compile files one-at-a-time -- gives betterGreg Ward2000-02-031-28/+21
* Patch from Joe Van Andel: fix arg to % operator in warning.Greg Ward2000-02-021-2/+2
* Comment fix.Greg Ward2000-02-021-8/+13
* Allow either README or README.txt as a "standard file".Greg Ward2000-01-301-4/+16
* Fixed broken list extend in 'copy_tree()'.Greg Ward2000-01-301-2/+2
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-308-6/+26
* Added 'dist' command.Greg Ward2000-01-301-0/+2
* Improvements to the help system:Greg Ward2000-01-301-5/+89
* Added missing run of corresponding 'build' command.Greg Ward2000-01-303-0/+9
* Fix indentation bug.Greg Ward2000-01-171-2/+2
* Catch OSError from 'spawnv()' in '_spawn_nt()'.Greg Ward2000-01-171-5/+12
* Removed /GD switch -- currently ignored by MSVC.Greg Ward2000-01-171-1/+1
* Added compiler flags suggested by Thomas Heller: optimize, use multi-threadedGreg Ward2000-01-171-1/+1
* Added missing import.Greg Ward2000-01-171-8/+23
* Added code to use Jim Ahlstrom's zipfile.py module if the external zipGreg Ward2000-01-171-5/+32
* Fix library filename methods -- there is no 'lib' prefix under DOS/Windows.Greg Ward2000-01-171-5/+2
* Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'Greg Ward2000-01-171-4/+4
* Ditch unneeded imports.Greg Ward2000-01-171-1/+0
* 'newer_group()' can now deal with missing files, in a way specified byGreg Ward2000-01-091-2/+17