summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* List of subdirs that are generated during the build.Fred Drake2000-03-311-0/+8
* Build rules for the "long HTML" version.Fred Drake2000-03-311-0/+105
* This commit was manufactured by cvs2svn to create tag 'r16a1'.v1.6a1cvs2svn2000-03-311-0/+1
* Quick update to the README file. For intros and books we now point toGuido van Rossum2000-03-311-42/+13
* Add a README file so that cvs update -P doesn't obliterate thisGuido van Rossum2000-03-311-0/+2
* Two more names. I just realize that there may be more contributors toGuido van Rossum2000-03-311-0/+2
* I believe I've now got all the names mentioned in the CVS logs sinceGuido van Rossum2000-03-311-0/+20
* Fixed my simplification to Thomas' patch: winreg and win32api export the sameGreg Ward2000-03-311-8/+13
* Improve explanation of reference counts for PyString_Concat().Fred Drake2000-03-311-2/+3
* Reflect the two new sections in the dependencies.Fred Drake2000-03-311-0/+2
* Two new sections. Preliminary.Fred Drake2000-03-313-0/+239
* Zip file handling module, by Jim Ahlstrom.Guido van Rossum2000-03-311-0/+470
* Marc-Andre Lemburg: The large unicode database table is broken inGuido van Rossum2000-03-313-10/+118
* Marc-Andre Lemburg: Error reporting in the codec registry and lookupGuido van Rossum2000-03-312-13/+51
* Add '#include <netinet/tcp.h>'Andrew M. Kuchling2000-03-311-0/+1
* Some blank lines.Guido van Rossum2000-03-311-0/+3
* Marc-Andre Lemburg: use all lowercase names.Guido van Rossum2000-03-311-8/+8
* This module's name should be linuxaudio*dev*.cGuido van Rossum2000-03-312-2/+1
* Simplified Thomas Heller's registry patch: just assign all thoseGreg Ward2000-03-311-32/+32
* Patch from Thomas Heller: use the new winreg module if available.Greg Ward2000-03-311-24/+47
* Added some clarifications to pyexpat.Guido van Rossum2000-03-311-0/+13
* Make it compile on Windows.Guido van Rossum2000-03-311-2/+4
* Adding pyexpat project.Guido van Rossum2000-03-312-0/+206
* Buncha last-minute fixesGuido van Rossum2000-03-311-16/+33
* Added test case output for pyexpat moduleAndrew M. Kuchling2000-03-311-0/+31
* 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