- 1d16a9f Put the Python "system" include dir last, rather than first. by Greg Ward · 25 years ago
- 41b4dd6 Call 'find_exe()', not '_find_exe()'. by Greg Ward · 25 years ago
- ed8a0e0 Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
- 044b7c1 Changed 'copy_tree()' so it returns the list of all files that were copied or by Greg Ward · 25 years ago
- 739d066 Documented Bastian's patch. Made handling OSError in 'mkpath()' more standard. by Greg Ward · 25 years ago
- da4d1ae Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
- 7c1a6d4 Added 'make_tarball()' and 'make_zipfile()' functions in preparation by Greg Ward · 25 years ago
- 03d1ae1 Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util by Greg Ward · 25 years ago
- f00c34d Added the "distribution query" methods: 'has_pure_modules()', by Greg Ward · 25 years ago
- ab9d08c Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. by Greg Ward · 25 years ago
- e5dfba5 Be sure to run both 'build_py' and 'build_ext', now that this command by Greg Ward · 25 years ago
- ee94c57 Changed so the sub-commands we rely on to do the real work is specified by Greg Ward · 25 years ago
- ae45b16 Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' by Greg Ward · 25 years ago
- 4d16e0a Added 'get_outputs()' in prepartion for the 'bdist' command. by Greg Ward · 25 years ago
- 8b2e95e Deleted some crufty comments and code. by Greg Ward · 25 years ago
- 003663d fix previous checkin by Jeremy Hylton · 25 years ago
- aed0d8d add test cases for Greg Ewing's extended call syntax patch by Jeremy Hylton · 25 years ago
- 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 25 years ago
- 93a7c0f Fredrik Lundh: by Guido van Rossum · 25 years ago
- 1916b35 Fredrik Lundh: by Guido van Rossum · 25 years ago
- de59855 Mark Hammond: test suite for new winreg module. by Guido van Rossum · 25 years ago
- 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 66d4513 Piers Lauder: by Guido van Rossum · 25 years ago
- 1abd82c MBCS codecs for Windows. Contributed by Mark Hammond. by Guido van Rossum · 25 years ago
- dc8b798 Skip Montanaro: by Guido van Rossum · 25 years ago
- 89489fa Beefed up error-handling in 'setup()' a smidge: by Greg Ward · 25 years ago
- a3c8bf3 Duh, it helps if '_nt_quote_args()' actually returns the mutated list, by Greg Ward · 25 years ago
- cdb20ba Fixed a bunch of screwed-up logic and inconsistent terminology. by Greg Ward · 25 years ago
- 2f557a2 Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that by Greg Ward · 25 years ago
- e21dabe Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed to by Greg Ward · 25 years ago
- f10f95d Added 'runtime_library_dirs' parameter to 'link_*()' methods. by Greg Ward · 25 years ago
- d8855fd Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 7e57bc4 Fix the test so that connect() and bind() are called with a single by Guido van Rossum · 25 years ago
- d8fbcc9 Regenerated with test for 'contains'. by Guido van Rossum · 25 years ago
- a7540bd Import fix. by Greg Ward · 25 years ago
- e2a3307 Fixed '_nt_quote_args()': backwards logic reversed, and now it actually by Greg Ward · 25 years ago
- 297dd9f Fixed the class name. by Greg Ward · 25 years ago
- 790c110 Revised tons of comments to reflect the current state of affairs better. by Greg Ward · 25 years ago
- 048ca7d Run 'install_lib' instead of 'install_py', and ditch 'install_ext' by Greg Ward · 25 years ago
- 55753d4 Renamed install_py.py to install_lib.py, since it now handles installing all by Greg Ward · 25 years ago
- 5b001f1 Obsolete command -- no longer relevant since we now build all modules, pure by Greg Ward · 25 years ago
- 1497b61 Dropped the evil and misguided 'set_peer_option()' method -- it's no by Greg Ward · 25 years ago
- 066af10 Dropped any notion of allowing the user to specify the build directories: by Greg Ward · 25 years ago
- 1b4ede5 Improved an error message in 'mkpath()'. by Greg Ward · 25 years ago
- 7f6ef6c Renamed 'install_path' to 'extra_path'. by Greg Ward · 25 years ago
- a233d86 Yet another complete rewrite. Hopefully the *last* complete rewrite of by Greg Ward · 25 years ago
- 531349f Fix how we set 'build_dir' and 'install_dir' options from 'install' options -- by Greg Ward · 25 years ago
- 4620f30 Took out what looks like old debugging code that probably should never by Greg Ward · 25 years ago
- 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 25 years ago
- fb4ece7 Simplified doc string. Added 'clean' to list of commands. by Greg Ward · 25 years ago
- 89ccb98 Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' -- by Greg Ward · 25 years ago
- 11fc7e4 Tweaked all over: by Greg Ward · 25 years ago
- 2dc139c Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
- b98fe36 Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'. by Greg Ward · 25 years ago
- 06537a5 Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
- dedd5b5 In 'finalize_options()': if 'self.libs' is a string, make it a singleton list. by Greg Ward · 25 years ago
- d03f88a Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' by Greg Ward · 25 years ago
- 908670c Oops, another in the same file; I should read the mail fully before by Fred Drake · 25 years ago
- 3e74c0d "intput" --> "input" (in docstring); noted by Detlef Lannert by Fred Drake · 25 years ago
- 36cc6a2 complete rewrite by Jeremy Hylton · 25 years ago
- f635abe simplify visitor walker class by Jeremy Hylton · 25 years ago
- b631b8e fix list.append problems by Jeremy Hylton · 25 years ago
- e4d6293 change name of Set method: items -> elements (avoids confusion with dict) by Jeremy Hylton · 25 years ago
- d4d2684 Marc-Andre Lemburg: Add tests for mixed use of char in string. by Guido van Rossum · 25 years ago
- a831cac Marc-Andre Lemburg: test script for Unicode implementation. by Guido van Rossum · 25 years ago
- 8f0c5a7 Marc-Andre Lemburg: the maxsplit argument for split() and replace() by Guido van Rossum · 25 years ago
- 0612d84 Module codecs -- Python Codec Registry, API and helpers. Written by by Guido van Rossum · 25 years ago
- b5f2f1b Marc-Andre Lemburg: support pickling Unicode objects, both in text by Guido van Rossum · 25 years ago
- 85eacec Marc-Andre Lemburg: add UnicodeType. by Guido van Rossum · 25 years ago
- 0229bf6 Marc-Andre Lemburg: Unicode encodings. by Guido van Rossum · 25 years ago
- 21288ed Marc-Andre Lemburg: Add UnicodeError, derived from ValueError. by Guido van Rossum · 25 years ago
- 92f3377 Catch up with change to CCompiler API: call 'create_static_lib()', not by Greg Ward · 25 years ago
- 09fc542 Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create by Greg Ward · 25 years ago
- 036c805 Renamed 'link_static_lib() to 'create_static_lib()'. by Greg Ward · 25 years ago
- c1ee39a There are a few places which can raise DistutilsPlatformError; make by Fred Drake · 25 years ago
- 7d73b9e Added Joe Van Andel's 'get_python_inc()', adapted by me to supply by Greg Ward · 25 years ago
- da2361a Add tests for char in string -- including required exceptions for by Guido van Rossum · 25 years ago
- 2663c13 Sjoerd Mullender: by Guido van Rossum · 25 years ago
- 911d866 Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me): by Greg Ward · 25 years ago
- 0eff87a Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'. by Greg Ward · 25 years ago
- 5091929 Added 'native_path()' for use on pathnames from the setup script: split on by Greg Ward · 25 years ago
- e2b4452 Added '_nt_quote_args()' to deal with whitespace in command-line arguments by Greg Ward · 25 years ago
- 7344741 test_contains output by Guido van Rossum · 25 years ago
- 24512e6 Test cases for __contains__ code, by Moshe Zadka. by Guido van Rossum · 25 years ago
- e85c93f Sjoerd Mullender: by Guido van Rossum · 25 years ago
- f728f9a1 import compile function form pycodegen by Jeremy Hylton · 25 years ago
- 7fab23e rename compile.py to pycodegen.py by Jeremy Hylton · 25 years ago
- 8c78341 add a doc string import some useful functions from contained modules by Jeremy Hylton · 25 years ago
- 9812e7b fix import to refer to compiler package by Jeremy Hylton · 25 years ago
- abd7ebf revise arguments for addCode method on lnotab. take several numbers by Jeremy Hylton · 25 years ago
- fa974a9 change node Classdef to Class by Jeremy Hylton · 25 years ago
- ed95861 factor out the tree walking/visitor code that was in compile.py by Jeremy Hylton · 25 years ago
- 9552665 Rewrote 'newer_pairwise(): more natural (and incompatible) interface, by Greg Ward · 25 years ago
- 32c4a8a Serious overhaul of the C compiler interface and the two classes that by Greg Ward · 25 years ago
- eb3f75e Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 25 years ago
- 4ba5da4 Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. by Greg Ward · 25 years ago
- 820314e allow comments beginning with ; in key: value as well as key = value by Jeremy Hylton · 25 years ago
- 56359f5 Typo fix. by Greg Ward · 25 years ago
- 96182d7 Fixed 'mkpath()' to accept empty string silently (it's just the current dir). by Greg Ward · 25 years ago
- 76ec0d6 Renamed 'build_lib' command to 'build_clib': by Greg Ward · 25 years ago