| Commit message (Expand) | Author | Age | Files | Lines |
* | Added test case output for pyexpat module | Andrew M. Kuchling | 2000-03-31 | 1 | -0/+31 |
|
|
* | Added test case for pyexpat module that tries to exercise all the handlers | Andrew M. Kuchling | 2000-03-31 | 1 | -0/+107 |
|
|
* | Added Fredrik Lundh's sre module and its supporting cast. | Guido van Rossum | 2000-03-31 | 4 | -0/+856 |
|
|
* | Added code to blow away the pseudo-installation tree and a 'keep_tree' | Greg Ward | 2000-03-31 | 1 | -1/+10 |
|
|
* | Oops, got a little too enthusiastic deleting code in that last revision: | Greg Ward | 2000-03-31 | 1 | -0/+1 |
|
|
* | Fixed 'make_archive()' to explicitly turn of compression when format is "tar". | Greg Ward | 2000-03-31 | 1 | -0/+1 |
|
|
* | Rename 'formats' option to 'format', and remove the ability to generate | Greg Ward | 2000-03-31 | 1 | -20/+16 |
|
|
* | Import from 'types' module. | Greg Ward | 2000-03-31 | 1 | -0/+3 |
|
|
* | Tweaked 'get_platform()' to include the first character of the OS release: | Greg Ward | 2000-03-31 | 1 | -4/+2 |
|
|
* | Removed some old test code: don't set 'plat' when calling 'new_compiler()'. | Greg Ward | 2000-03-31 | 1 | -2/+1 |
|
|
* | Don't perpetrate the "_d" hack for naming debugging extensions -- that's | Greg Ward | 2000-03-31 | 1 | -4/+0 |
|
|
* | Patch (mostly) from Thomas Heller for building on Windows: | Greg Ward | 2000-03-31 | 1 | -11/+36 |
|
|
* | Don't put Python's library directory into the library search path -- that's | Greg Ward | 2000-03-31 | 1 | -3/+0 |
|
|
* | Added 'bdist' and 'bdist_dumb'. | Greg Ward | 2000-03-31 | 1 | -0/+2 |
|
|
* | A version of FixTk.py that works with the way the installer now | Guido van Rossum | 2000-03-31 | 1 | -64/+4 |
|
|
* | Added 'get_name()' and 'get_full_name()' methods to Distribution. | Greg Ward | 2000-03-31 | 1 | -2/+16 |
|
|
* | Added 'create_tree()'. | Greg Ward | 2000-03-31 | 1 | -25/+135 |
|
|
* | Added DistutilsInternalError. | Greg Ward | 2000-03-31 | 1 | -0/+6 |
|
|
* | The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is | Greg Ward | 2000-03-31 | 1 | -0/+131 |
|
|
* | The 'bdist' command, for creating "built" (binary) distributions. | Greg Ward | 2000-03-31 | 1 | -0/+70 |
|
|
* | Added 'get_inputs()'. | Greg Ward | 2000-03-31 | 1 | -0/+20 |
|
|
* | Fixed 'get_outputs()' so it actually works. | Greg Ward | 2000-03-31 | 1 | -4/+16 |
|
|
* | Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods | Greg Ward | 2000-03-31 | 1 | -52/+19 |
|
|
* | Mark Hammond: Ooops - even though Win32 handles the same args, there | Guido van Rossum | 2000-03-31 | 1 | -4/+1 |
|
|
* | Improved test, by Mark Hammond, for Win32. | Guido van Rossum | 2000-03-31 | 1 | -11/+10 |
|
|
* | robustify UserList constructor -- will now accept any sequence | Jeremy Hylton | 2000-03-31 | 2 | -5/+19 |
|
|
* | Two fixes for extended call syntax: | Jeremy Hylton | 2000-03-30 | 2 | -0/+48 |
|
|
* | Show Tcl/Tk version number in _test() and show Unicode test if possible. | Guido van Rossum | 2000-03-30 | 1 | -1/+4 |
|
|
* | Output for simple test case for mmap on Unix; someone needs to write a | Andrew M. Kuchling | 2000-03-30 | 1 | -0/+0 |
|
|
* | Added simple test case for mmap on Unix; someone needs to write a | Andrew M. Kuchling | 2000-03-30 | 1 | -0/+69 |
|
|
* | Oops: 'build_extensions()' no longer takes an 'extensions' list. | Greg Ward | 2000-03-30 | 1 | -1/+1 |
|
|
* | Michael Hudson: With the (cool!) new call syntax, the longest opcode | Guido van Rossum | 2000-03-30 | 1 | -1/+1 |
|
|
* | Lawrence Kesteloot noted: Lib/user.py has a comment that says that the | Guido van Rossum | 2000-03-30 | 1 | -1/+1 |
|
|
* | Put the Python "system" include dir last, rather than first. | Greg Ward | 2000-03-29 | 1 | -1/+3 |
|
|
* | Call 'find_exe()', not '_find_exe()'. | Greg Ward | 2000-03-29 | 1 | -3/+3 |
|
|
* | Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: | Greg Ward | 2000-03-29 | 1 | -12/+7 |
|
|
* | Changed 'copy_tree()' so it returns the list of all files that were copied or | Greg Ward | 2000-03-29 | 1 | -11/+12 |
|
|
* | Documented Bastian's patch. | Greg Ward | 2000-03-29 | 1 | -7/+9 |
|
|
* | Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: | Greg Ward | 2000-03-29 | 1 | -3/+5 |
|
|
* | Added 'make_tarball()' and 'make_zipfile()' functions in preparation | Greg Ward | 2000-03-29 | 1 | -2/+90 |
|
|
* | Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util | Greg Ward | 2000-03-29 | 1 | -53/+4 |
|
|
* | Added the "distribution query" methods: 'has_pure_modules()', | Greg Ward | 2000-03-29 | 1 | -2/+22 |
|
|
* | Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. | Greg Ward | 2000-03-29 | 1 | -2/+2 |
|
|
* | Be sure to run both 'build_py' and 'build_ext', now that this command | Greg Ward | 2000-03-29 | 1 | -5/+47 |
|
|
* | Changed so the sub-commands we rely on to do the real work is specified | Greg Ward | 2000-03-29 | 1 | -4/+24 |
|
|
* | Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' | Greg Ward | 2000-03-29 | 1 | -3/+3 |
|
|
* | Added 'get_outputs()' in prepartion for the 'bdist' command. | Greg Ward | 2000-03-29 | 1 | -8/+29 |
|
|
* | Deleted some crufty comments and code. | Greg Ward | 2000-03-29 | 1 | -36/+49 |
|
|
* | fix previous checkin | Jeremy Hylton | 2000-03-28 | 3 | -24/+8 |
|
|
* | add test cases for Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 4 | -2/+174 |
|
|