summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added test case for pyexpat module that tries to exercise all the handlersAndrew M. Kuchling2000-03-311-0/+107
* Added Python interface to Expat XML parser.Andrew M. Kuchling2000-03-312-0/+872
* Add Python version bump to configure script. (AMK)Guido van Rossum2000-03-312-3/+3
* Added distutils and distutils/command to LIBSUBDIRS. Noted by AndrewGuido van Rossum2000-03-311-1/+2
* Added _sre project to workspace.Guido van Rossum2000-03-312-0/+198
* Removed three unused variables from the Windows code.Guido van Rossum2000-03-311-3/+0
* Added the _sre module. It is always on.Guido van Rossum2000-03-311-0/+1
* Adding Fredrik Lundh's _sre.c module and its header files.Guido van Rossum2000-03-313-0/+1518
* Added Fredrik Lundh's sre module and its supporting cast.Guido van Rossum2000-03-314-0/+856
* Thomas Heller fixes a typo in an error message.Guido van Rossum2000-03-311-1/+1
* More names.Guido van Rossum2000-03-311-0/+20
* Added code to blow away the pseudo-installation tree and a 'keep_tree'Greg Ward2000-03-311-1/+10
* Oops, got a little too enthusiastic deleting code in that last revision:Greg Ward2000-03-311-0/+1
* Fixed 'make_archive()' to explicitly turn of compression when format is "tar".Greg Ward2000-03-311-0/+1
* Rename 'formats' option to 'format', and remove the ability to generateGreg Ward2000-03-311-20/+16
* Import from 'types' module.Greg Ward2000-03-311-0/+3
* Tweaked 'get_platform()' to include the first character of the OS release:Greg Ward2000-03-311-4/+2
* Removed some old test code: don't set 'plat' when calling 'new_compiler()'.Greg Ward2000-03-311-2/+1
* Don't perpetrate the "_d" hack for naming debugging extensions -- that'sGreg Ward2000-03-311-4/+0
* Patch (mostly) from Thomas Heller for building on Windows:Greg Ward2000-03-311-11/+36
* Don't put Python's library directory into the library search path -- that'sGreg Ward2000-03-311-3/+0
* Add back an obscure "feature" to the Obj version of Tkapp_Call(): aGuido van Rossum2000-03-311-0/+4
* Added 'bdist' and 'bdist_dumb'.Greg Ward2000-03-311-0/+2
* A version of FixTk.py that works with the way the installer nowGuido van Rossum2000-03-311-64/+4
* Added 'get_name()' and 'get_full_name()' methods to Distribution.Greg Ward2000-03-311-2/+16
* Added 'create_tree()'.Greg Ward2000-03-311-25/+135
* Added DistutilsInternalError.Greg Ward2000-03-311-0/+6
* The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This isGreg Ward2000-03-311-0/+131
* The 'bdist' command, for creating "built" (binary) distributions.Greg Ward2000-03-311-0/+70
* Added 'get_inputs()'.Greg Ward2000-03-311-0/+20
* Fixed 'get_outputs()' so it actually works.Greg Ward2000-03-311-4/+16
* Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methodsGreg Ward2000-03-311-52/+19
* Bit of cleanup on the projects.Guido van Rossum2000-03-314-73/+54
* Sigh. On Windows, (mode_t)i fails. Assume that there's a prototypeGuido van Rossum2000-03-311-1/+1
* rename args variable in CALL_FUNCTION to callargs (avoids nameJeremy Hylton2000-03-311-8/+11
* Mark Hammond: Ooops - even though Win32 handles the same args, thereGuido van Rossum2000-03-311-4/+1
* Added mmap project. (Mark Hammond.)Guido van Rossum2000-03-312-0/+109
* Hacked for Win32 by Mark Hammond.Guido van Rossum2000-03-311-542/+569
* Improved test, by Mark Hammond, for Win32.Guido van Rossum2000-03-311-11/+10
* New version 1.0.4. I'm sure someone mailed me these patches but IGuido van Rossum2000-03-311-6/+20
* New version 1.0.4. I'm sure someone mailed me these patches but IGuido van Rossum2000-03-311-14/+33
* Fix by Eric Raymond: make the code that looks for various bits ofGuido van Rossum2000-03-311-15/+30
* Don't use the object call interface in Tk 8.0 -- the EvalObj* APIGuido van Rossum2000-03-311-41/+164
* Oops, the previous patch contained a bug in chmod. Fixed now.Guido van Rossum2000-03-311-2/+2
* Two robustness patches:Guido van Rossum2000-03-311-5/+12
* Couple more names. We need to add way more names -- I'll have to digGuido van Rossum2000-03-311-0/+21
* Change traceback error message to "most recent call last" fromGuido van Rossum2000-03-311-1/+1
* Use modern PyArg_ParseTuple style, with function names.Guido van Rossum2000-03-311-8/+8
* Use modern PyArg_ParseTuple style, with function names.Guido van Rossum2000-03-311-8/+8
* robustify UserList constructor -- will now accept any sequenceJeremy Hylton2000-03-312-5/+19