- 141e989 Fixed bug reported by JP Calderone: https:// URL's didn't work. by Andrew M. Kuchling · 25 years ago
- 66bf446 Patch from Harry Henry Gebel: fix two stupid bugs in help-printing stuff. by Greg Ward · 25 years ago
- 01ae9eb Added a couple of contributors. Still needs work for the next distribution. by Jack Jansen · 25 years ago
- 6a2fdab Erik van Blokland's CaptureAE. by Jack Jansen · 25 years ago
- 2ea47f9 Added a reference to the Open Directory page on macPython. by Jack Jansen · 25 years ago
- 82add28 The .exp file hadn't been regenerated after adding the threading stuff. This means that building a nonthreaded PythonCore will now require massaging of the .exp. by Jack Jansen · 25 years ago
- 2f2c5f6 Added a note about Personal Webserver, and replaced "netpresenz" by a list of the current mac webservers. by Jack Jansen · 25 years ago
- 968cde9 Added Corran Webster's explanation of how to write extensions in MPW and a pointer to his W documentation. by Jack Jansen · 25 years ago
- 3af07e9 Sporadic, untested Python 1.5.1 compatibility changes. by Greg Ward · 25 years ago
- aa458bc Merged in Python 1.5.1 compatibility changes from the 0.1.3 branch: by Greg Ward · 25 years ago
- d80506c Merged in code from the 0.1.5 release to handle IOError and OSError by Greg Ward · 25 years ago
- 6a9a545 Check that 'self.formats' is good early on. by Greg Ward · 25 years ago
- ddad73b Catch DistutilsOptionError in 'setup()' -- it's thrown either because of by Greg Ward · 25 years ago
- db80754 Extracted the "what-do-I-do-for-this-format" logic from code in by Greg Ward · 25 years ago
- 4982f98 Fix how we generate the meta-data query methods to include 'get_fullname()' by Greg Ward · 25 years ago
- 0ae7f76 Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. by Greg Ward · 25 years ago
- ee08104 Made the GUSI options work again with GUSI 2. by Jack Jansen · 25 years ago
- 6dd9fc1 Added winsound project to workspace, and added -I options to winsound by Guido van Rossum · 25 years ago
- 5796d26 Patch by Vladimir Marangozov to unload additionally imported modules by Guido van Rossum · 25 years ago
- cdd092f Added test_winsound by Mark Hammond. by Guido van Rossum · 25 years ago
- a8ee4c3 Mark Hammond: by Guido van Rossum · 25 years ago
- 7053b8a Mark Hammond: by Guido van Rossum · 25 years ago
- 25826c9 Charles Waldman writes: by Guido van Rossum · 25 years ago
- 5ce78f8 Patch by Charles G Waldman to avoid a sneaky memory leak in by Guido van Rossum · 25 years ago
- 8421968 Charles Waldman writes: by Guido van Rossum · 25 years ago
- 83addc7 Charles Waldman writes: by Guido van Rossum · 25 years ago
- 2dd8ddd Use an explicit macro SOCKETCLOSE which expands to closesocket (on by Guido van Rossum · 25 years ago
- ace88ae Patch by Brian Hooper, somewhat augmented by GvR, to strip a trailing by Guido van Rossum · 25 years ago
- e0cd291 Doc strings for the spawn* functions, by Michael Hudson. by Guido van Rossum · 25 years ago
- 535f2d9 Fix 'check_metadata()' so it grovels through the distribution's metadata by Greg Ward · 25 years ago
- 87da1ea Patch from Andrew Kuchling: document the new multiple pattern feature in the by Greg Ward · 25 years ago
- 9d5afa9 Patch from Andrew Kuchling: allow multiple include/exclude patterns by Greg Ward · 25 years ago
- 58ec6ed Fixed the '--license' option so it's officially an alias for '--licence', by Greg Ward · 25 years ago
- 1e7b509 Added the capability for alias options. by Greg Ward · 25 years ago
- 320df70 Added 'has_option()', 'get_attr_name()' methods. by Greg Ward · 25 years ago
- 82715e1 Patch, originally from Bastian Kleineidam and savagely mutilated by me, by Greg Ward · 25 years ago
- 283c745 Made 'generate_help()' and 'print_help()' methods of FancyGetopt. by Greg Ward · 25 years ago
- ead5c29 Continuing the refactoring: deleted the old 'fancy_getopt()' function, by Greg Ward · 25 years ago
- ffc10d9 Hefty refactoring: converted 'fancy_getopt()' function into FancyGetopt by Greg Ward · 25 years ago
- d5767a5 Reformatted wide paragraphs. by Greg Ward · 25 years ago
- 4eaa3bf Reverted '\var' in the "standard installation location" table to '\filevar'. by Greg Ward · 25 years ago
- c402fa1 Dropped '\tilde' and '\bslash' definitions. by Greg Ward · 25 years ago
- 4756e5f Changed '\tilde' and '\bslash' to the standard '\textasciitilde' and by Greg Ward · 25 years ago
- 95da443 Removed '\package' definition. by Greg Ward · 25 years ago
- 1ecc251 Changed '\package' to \module'. by Greg Ward · 25 years ago
- a021aca Changed '\option' to '\longprogramopt' wherever it referred to a command-line by Greg Ward · 25 years ago
- ff9ea48 ANSI-fy & de-tabify the source. (4-space indents already used.) by Fred Drake · 25 years ago
- 3314c8e Bumped version to 0.8.1. by Greg Ward · 25 years ago
- b1e4a6e Added kludge to deal with the "./ld_so_aix" problem: force all strings by Greg Ward · 25 years ago
- 434ef8f Don't load the config.h file, even under Unix, because we never use the by Greg Ward · 25 years ago
- f70c603 Added 'link_executable()' method (Berthold Hoellmann). by Greg Ward · 25 years ago
- 3167788 Fix by Dan Green and Corran Webster to support LongDateTime by Jack Jansen · 25 years ago
- cebda6f Added documentation for WindowsError; omission noted by Michal Bozon by Fred Drake · 25 years ago
- e99d1db Clarify the description of the else clause for try/except, and add an by Fred Drake · 25 years ago
- eacdea8 Reformatted all exception documentation as docstrings. by Greg Ward · 25 years ago
- 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 25 years ago
- 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 25 years ago
- 0556501 Anthony Baxter <anthony@interlink.com.au>: by Fred Drake · 25 years ago
- 8eef583 Don't run "ranlib" if sysconfig's RANLIB (from Python's Makefile) starts by Greg Ward · 25 years ago
- 46b98e3 Various wording/formattin tweaks. by Greg Ward · 25 years ago
- 1561ae1 Use 'get_python_inc()' to figure out the Python include directories by Greg Ward · 25 years ago
- 2b9e43f Coerce all paths in the manifest template to the local path syntax with by Greg Ward · 25 years ago
- 1c79330 Cleaned up use of sysconfig module a bit: don't import more names by Greg Ward · 25 years ago
- b6f5ada Don't bother reading config.h on NT or Mac OS. (It's not really needed by Greg Ward · 25 years ago
- 6d27c1e Simplify creation of the version_info value for clarity, per by Fred Drake · 25 years ago
- 9cf7587 Update change to version_info structure. by Fred Drake · 25 years ago
- 93a20bf Capitulate, changing version_info to a 5-tuple: by Fred Drake · 25 years ago
- 4d65d73 Document hexversion (incompletely explained) and version_info (easily by Fred Drake · 25 years ago
- 801c08d Define version_info to be a tuple (major, minor, micro, level); level by Fred Drake · 25 years ago
- 3155db3 setup_confname_table(): Close memory leak caused by not decref'ing the by Barry Warsaw · 25 years ago
- 8deeced Thomas Heller <thomas.heller@ion-tof.com>: by Fred Drake · 25 years ago
- 10dfd4c M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- e0243e2 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- 49fd107 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- 4e998bc M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- afe73a4 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- 078b24f When refering to Unicode characters in exception messages and by Fred Drake · 25 years ago
- 127b2ef raise TypeError when bad argument passed to cStringIO.StringIO by Jeremy Hylton · 25 years ago
- 394b54d ord: provide better error messages by Jeremy Hylton · 25 years ago
- 502d2b4 Added note about usual default prefix under Linux (thanks to Peter Funk by Greg Ward · 25 years ago
- 822a86a Trying to placate Fred: redefine \tilde and \bslash; document everything. by Greg Ward · 25 years ago
- d5faa7e Changed the table of per-platform default installation locations to be by Greg Ward · 25 years ago
- ee775a1 Make use of \longprogramopt where appropriate. by Fred Drake · 25 years ago
- 2b85341 Elaborate descriptions of \e, \module. by Fred Drake · 25 years ago
- ce44498 Revise the description of \programopt, document \longprogramopt. by Fred Drake · 25 years ago
- 4936249 \longprogramopt: New macro. by Fred Drake · 25 years ago
- 0cd6021 do_cmd_longprogramopt(): New function. by Fred Drake · 25 years ago
- 080daa0 This commit was manufactured by cvs2svn to create tag 'r16a2'. by cvs2svn · 25 years ago
- 9144763 Add weasel-words about versioning, so I don't have to check in a new by Guido van Rossum · 25 years ago
- 1c89b0e Deleted trailing whitespace. This is really a way to be able to add by Guido van Rossum · 25 years ago
- 004d64f Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- f0b7b04 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- dc742b3 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 8666291 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 3afba76 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- a327713 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- b28bc8c Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 7ee801d Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- e39a88f Two more items. by Guido van Rossum · 25 years ago
- 08c68fc LaTeX macros for the Distutils manuals. by Greg Ward · 25 years ago