| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added Fredrik Lundh's sre module and its supporting cast. | Guido van Rossum | 2000-03-31 | 4 | -0/+856 |
|
|
* | Thomas Heller fixes a typo in an error message. | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
|
|
* | More names. | Guido van Rossum | 2000-03-31 | 1 | -0/+20 |
|
|
* | 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 |
|
|
* | Add back an obscure "feature" to the Obj version of Tkapp_Call(): a | Guido van Rossum | 2000-03-31 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | Bit of cleanup on the projects. | Guido van Rossum | 2000-03-31 | 4 | -73/+54 |
|
|
* | Sigh. On Windows, (mode_t)i fails. Assume that there's a prototype | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
|
|
* | rename args variable in CALL_FUNCTION to callargs (avoids name | Jeremy Hylton | 2000-03-31 | 1 | -8/+11 |
|
|
* | Mark Hammond: Ooops - even though Win32 handles the same args, there | Guido van Rossum | 2000-03-31 | 1 | -4/+1 |
|
|
* | Added mmap project. (Mark Hammond.) | Guido van Rossum | 2000-03-31 | 2 | -0/+109 |
|
|
* | Hacked for Win32 by Mark Hammond. | Guido van Rossum | 2000-03-31 | 1 | -542/+569 |
|
|
* | Improved test, by Mark Hammond, for Win32. | Guido van Rossum | 2000-03-31 | 1 | -11/+10 |
|
|
* | New version 1.0.4. I'm sure someone mailed me these patches but I | Guido van Rossum | 2000-03-31 | 1 | -6/+20 |
|
|
* | New version 1.0.4. I'm sure someone mailed me these patches but I | Guido van Rossum | 2000-03-31 | 1 | -14/+33 |
|
|
* | Fix by Eric Raymond: make the code that looks for various bits of | Guido van Rossum | 2000-03-31 | 1 | -15/+30 |
|
|
* | Don't use the object call interface in Tk 8.0 -- the EvalObj* API | Guido van Rossum | 2000-03-31 | 1 | -41/+164 |
|
|
* | Oops, the previous patch contained a bug in chmod. Fixed now. | Guido van Rossum | 2000-03-31 | 1 | -2/+2 |
|
|
* | Two robustness patches: | Guido van Rossum | 2000-03-31 | 1 | -5/+12 |
|
|
* | Couple more names. We need to add way more names -- I'll have to dig | Guido van Rossum | 2000-03-31 | 1 | -0/+21 |
|
|
* | Change traceback error message to "most recent call last" from | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
|
|
* | Use modern PyArg_ParseTuple style, with function names. | Guido van Rossum | 2000-03-31 | 1 | -8/+8 |
|
|
* | Use modern PyArg_ParseTuple style, with function names. | Guido van Rossum | 2000-03-31 | 1 | -8/+8 |
|
|
* | 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 | 3 | -12/+69 |
|
|
* | Add linuxaudio module. | Guido van Rossum | 2000-03-30 | 1 | -0/+5 |
|
|
* | Audio module for Linux, contributed by Peter Bosch. | Guido van Rossum | 2000-03-30 | 1 | -0/+467 |
|
|
* | Show Tcl/Tk version number in _test() and show Unicode test if possible. | Guido van Rossum | 2000-03-30 | 1 | -1/+4 |
|
|
* | Make it version 1.6a1. | Guido van Rossum | 2000-03-30 | 1 | -3/+3 |
|
|
* | Seems there was a version string here that still looked like 1.5.2. | Guido van Rossum | 2000-03-30 | 1 | -2/+2 |
|
|
* | Mark Hammond: ensure the new standard module winreg is installed. | Guido van Rossum | 2000-03-30 | 1 | -0/+5 |
|
|
* | Add PyDict_Copy() function to C API for dicts. It returns a new | Jeremy Hylton | 2000-03-30 | 4 | -2/+25 |
|
|