- e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 25 years ago
- 20082d9 Merge in changes from the 1.5.2p2 release. by Fred Drake · 25 years ago
- ba82878 Merged changes from the 1.5.2p2 release. by Fred Drake · 25 years ago
- a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 25 years ago
- e3ba931 This patch looks large, but it just deletes the ^M characters and by Andrew M. Kuchling · 25 years ago
- e188d52 Untabified file to fix problems reported by tabnanny by Andrew M. Kuchling · 25 years ago
- d9b0f26 Mark Hammond: Uncomment call to delete test data when done. by Fred Drake · 25 years ago
- 9a257b4 Added --numeric option, similar to mkhtml.sh. by Fred Drake · 25 years ago
- 9c26f5d Added rule to copy in the icons/ directory. by Fred Drake · 25 years ago
- 3bb719f List of subdirs that are generated during the build. by Fred Drake · 25 years ago
- e018bee Build rules for the "long HTML" version. by Fred Drake · 25 years ago
- c0605ad This commit was manufactured by cvs2svn to create tag 'r16a1'. by cvs2svn · 25 years ago
- d0a42e2 Quick update to the README file. For intros and books we now point to by Guido van Rossum · 25 years ago
- 431ae48 Add a README file so that cvs update -P doesn't obliterate this by Guido van Rossum · 25 years ago
- 494ef17 Two more names. I just realize that there may be more contributors to by Guido van Rossum · 25 years ago
- 5964f8d I believe I've now got all the names mentioned in the CVS logs since by Guido van Rossum · 25 years ago
- 19ce166 Fixed my simplification to Thomas' patch: winreg and win32api export the same by Greg Ward · 25 years ago
- ddc6c27 Improve explanation of reference counts for PyString_Concat(). by Fred Drake · 25 years ago
- 38d062d Reflect the two new sections in the dependencies. by Fred Drake · 25 years ago
- 3c9f936 Two new sections. Preliminary. by Fred Drake · 25 years ago
- 32abe6f Zip file handling module, by Jim Ahlstrom. by Guido van Rossum · 25 years ago
- 8a16054 Marc-Andre Lemburg: The large unicode database table is broken in by Guido van Rossum · 25 years ago
- b95de4f Marc-Andre Lemburg: Error reporting in the codec registry and lookup by Guido van Rossum · 25 years ago
- 52a644c Add '#include <netinet/tcp.h>' by Andrew M. Kuchling · 25 years ago
- 2ea3e14 Some blank lines. by Guido van Rossum · 25 years ago
- 68895ed Marc-Andre Lemburg: use all lowercase names. by Guido van Rossum · 25 years ago
- 8de1693 This module's name should be linuxaudio*dev*.c by Guido van Rossum · 25 years ago
- 1027e3f Simplified Thomas Heller's registry patch: just assign all those by Greg Ward · 25 years ago
- 7642f5c Patch from Thomas Heller: use the new winreg module if available. by Greg Ward · 25 years ago
- d1bda0c Added some clarifications to pyexpat. by Guido van Rossum · 25 years ago
- 5961f5a Make it compile on Windows. by Guido van Rossum · 25 years ago
- 7025599 Adding pyexpat project. by Guido van Rossum · 25 years ago
- e042dc4 Buncha last-minute fixes by Guido van Rossum · 25 years ago
- d553e99 Added test case output for pyexpat module by Andrew M. Kuchling · 25 years ago
- b17664d Added test case for pyexpat module that tries to exercise all the handlers by Andrew M. Kuchling · 25 years ago
- b7f1053 Added Python interface to Expat XML parser. by Andrew M. Kuchling · 25 years ago
- 6a6a77c Add Python version bump to configure script. (AMK) by Guido van Rossum · 25 years ago
- 5d35bf9 Added distutils and distutils/command to LIBSUBDIRS. Noted by Andrew Kuchling. by Guido van Rossum · 25 years ago
- 5fc4e20 Added _sre project to workspace. by Guido van Rossum · 25 years ago
- 325942a Removed three unused variables from the Windows code. by Guido van Rossum · 25 years ago
- e567935 Added the _sre module. It is always on. by Guido van Rossum · 25 years ago
- b700df9 Adding Fredrik Lundh's _sre.c module and its header files. by Guido van Rossum · 25 years ago
- 7627c0d Added Fredrik Lundh's sre module and its supporting cast. by Guido van Rossum · 25 years ago
- 7a5b796 Thomas Heller fixes a typo in an error message. by Guido van Rossum · 25 years ago
- 0380c26 More names. by Guido van Rossum · 25 years ago
- b4c850c Added code to blow away the pseudo-installation tree and a 'keep_tree' by Greg Ward · 25 years ago
- e5796fe Oops, got a little too enthusiastic deleting code in that last revision: by Greg Ward · 25 years ago
- 1889de8 Fixed 'make_archive()' to explicitly turn of compression when format is "tar". by Greg Ward · 25 years ago
- 02296ce Rename 'formats' option to 'format', and remove the ability to generate by Greg Ward · 25 years ago
- 6b21376 Import from 'types' module. Added 'ztar', 'tar' to 'format_command' dictionary. by Greg Ward · 25 years ago
- 6ce00b4 Tweaked 'get_platform()' to include the first character of the OS release: by Greg Ward · 25 years ago
- 7d51034 Removed some old test code: don't set 'plat' when calling 'new_compiler()'. by Greg Ward · 25 years ago
- 95c0b26 Don't perpetrate the "_d" hack for naming debugging extensions -- that's by Greg Ward · 25 years ago
- 8422964 Patch (mostly) from Thomas Heller for building on Windows: by Greg Ward · 25 years ago
- 6e8ee5d Don't put Python's library directory into the library search path -- that's by Greg Ward · 25 years ago
- 64231e5 Add back an obscure "feature" to the Obj version of Tkapp_Call(): a by Guido van Rossum · 25 years ago
- 6148c2c Added 'bdist' and 'bdist_dumb'. by Greg Ward · 25 years ago
- 42405a5 A version of FixTk.py that works with the way the installer now installs Tcl/Tk. by Guido van Rossum · 25 years ago
- 1b64a7e Added 'get_name()' and 'get_full_name()' methods to Distribution. by Greg Ward · 25 years ago
- 32ce329 Added 'create_tree()'. by Greg Ward · 25 years ago
- 318a9d7 Added DistutilsInternalError. by Greg Ward · 25 years ago
- e1664bd The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is by Greg Ward · 25 years ago
- 0f77f95 The 'bdist' command, for creating "built" (binary) distributions. by Greg Ward · 25 years ago
- 1aab6e9 Added 'get_inputs()'. by Greg Ward · 25 years ago
- ba38d12 Fixed 'get_outputs()' so it actually works. by Greg Ward · 25 years ago
- 578c10d Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods by Greg Ward · 25 years ago
- 43da798 Bit of cleanup on the projects. by Guido van Rossum · 25 years ago
- ef40e77 Sigh. On Windows, (mode_t)i fails. Assume that there's a prototype by Guido van Rossum · 25 years ago
- 387b101 rename args variable in CALL_FUNCTION to callargs (avoids name override) by Jeremy Hylton · 25 years ago
- 706dbd0 Mark Hammond: Ooops - even though Win32 handles the same args, there by Guido van Rossum · 25 years ago
- a7937e5 Added mmap project. (Mark Hammond.) by Guido van Rossum · 25 years ago
- 09fdf07 Hacked for Win32 by Mark Hammond. by Guido van Rossum · 25 years ago
- 767e775 Improved test, by Mark Hammond, for Win32. by Guido van Rossum · 25 years ago
- 2b6004a New version 1.0.4. I'm sure someone mailed me these patches but I by Guido van Rossum · 25 years ago
- 8daef37 New version 1.0.4. I'm sure someone mailed me these patches but I by Guido van Rossum · 25 years ago
- ab5ca15 Fix by Eric Raymond: make the code that looks for various bits of by Guido van Rossum · 25 years ago
- a1f0a8f Don't use the object call interface in Tk 8.0 -- the EvalObj* API by Guido van Rossum · 25 years ago
- 49679b4 Oops, the previous patch contained a bug in chmod. Fixed now. by Guido van Rossum · 25 years ago
- ffd15f5 Two robustness patches: by Guido van Rossum · 25 years ago
- fb2789f Couple more names. We need to add way more names -- I'll have to dig by Guido van Rossum · 25 years ago
- 6d10887 Change traceback error message to "most recent call last" from by Guido van Rossum · 25 years ago
- ffc0f4f Use modern PyArg_ParseTuple style, with function names. (Mostly.) by Guido van Rossum · 25 years ago
- 2efa369 Use modern PyArg_ParseTuple style, with function names. by Guido van Rossum · 25 years ago
- 6a973c7 robustify UserList constructor -- will now accept any sequence by Jeremy Hylton · 25 years ago
- 074c3e6 Two fixes for extended call syntax: by Jeremy Hylton · 25 years ago
- aaf0ab2 Add linuxaudio module. by Guido van Rossum · 25 years ago
- b130dc7 Audio module for Linux, contributed by Peter Bosch. by Guido van Rossum · 25 years ago
- 2ab9082 Show Tcl/Tk version number in _test() and show Unicode test if possible. by Guido van Rossum · 25 years ago
- a14253d Make it version 1.6a1. by Guido van Rossum · 25 years ago
- 5cf648b Seems there was a version string here that still looked like 1.5.2. by Guido van Rossum · 25 years ago
- 8c4cba8 Mark Hammond: ensure the new standard module winreg is installed. by Guido van Rossum · 25 years ago
- a12c7a7 Add PyDict_Copy() function to C API for dicts. It returns a new by Jeremy Hylton · 25 years ago
- c06653f Internal changes. by Guido van Rossum · 25 years ago
- fb515f8 Added Tcl 8.3. by Guido van Rossum · 25 years ago
- 426e39f Deleting Python 1.5 project and Wise file. by Guido van Rossum · 25 years ago
- a35be2f Output for simple test case for mmap on Unix; someone needs to write a by Andrew M. Kuchling · 25 years ago
- e81b9cf Added simple test case for mmap on Unix; someone needs to write a by Andrew M. Kuchling · 25 years ago
- 1ed7d2d Added mmap module -- map a view of a file into memory on Win32 and Unix. by Andrew M. Kuchling · 25 years ago
- e0dd301 Removed two files that were added temporarily. by Guido van Rossum · 25 years ago
- b8f512b Bump version to 0.6 for the event of the Python 1.6 alpha 1 release. by Guido van Rossum · 25 years ago