- 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
- c392caa Spewed a bunch more verbiage. Lots of scattered wording changes. by Greg Ward · 25 years ago
- 36d4f8b Correct fix by Mark Favas for the cast problems. by Guido van Rossum · 25 years ago
- e110dcf I've had complaints about the comparison "where >= 0" before -- on by Guido van Rossum · 25 years ago
- 2581764 Version 1.3 of the Python Unicode Integration proposal. by Guido van Rossum · 25 years ago
- 8520cc2 Added reference count information for Py_FindMethod(). by Fred Drake · 25 years ago
- a901f8f Install the docs (with fewer rules). Add descriptions for the system variables. by Guido van Rossum · 25 years ago
- 0b4400e Bunch of new names, mostly from patches and bugs mailing lists by Guido van Rossum · 25 years ago
- 7357770 Yet another markup nit: functions that are part of the Python/C API by Fred Drake · 25 years ago
- 37f4156 PyErr_Format(): by Fred Drake · 25 years ago
- 98605b5 document PyErr_Format by Jeremy Hylton · 25 years ago
- 0682be4 letters: by Fred Drake · 25 years ago
- 8394595 Add to the comment a description of the "null" value for returned by Fred Drake · 25 years ago
- c2578c5 load_refcounts(), by Fred Drake · 25 years ago
- db2764d The reference count field for PyErr_NoMemory() and by Fred Drake · 25 years ago
- 5e872de If the refcount field is "null", that's ok; the value will be None. by Fred Drake · 25 years ago
- 729eca1 For functions which return a PyObject* but use "null" for the by Fred Drake · 25 years ago
- 0a863da cfuncdesc environment: by Fred Drake · 25 years ago
- 4dfcd76 Added project dependencies -- Mark is right, these are needed. by Guido van Rossum · 25 years ago
- 6d2332d Strangely, we *do* need to define ZLIB_DLL. by Guido van Rossum · 25 years ago
- adb272c do_cmd_datalineni(): New function, to implement the non-indexing form by Fred Drake · 25 years ago
- 6e277cf Christian Tismer: added test to ensure that multiplication commutes. by Guido van Rossum · 25 years ago
- ba71a24 Simple optimization by Christian Tismer, who gives credit to Lenny by Guido van Rossum · 25 years ago
- 2516b39 Implement suggestion from Lawrence Kesteloot in PR#280, to change the by Guido van Rossum · 25 years ago
- b81e70e Fredrik Lundh: new snapshot. Mostly reindented. by Guido van Rossum · 25 years ago
- 5de435a Removed CRLF line endings. by Guido van Rossum · 25 years ago
- 2953088 Remove CRLF line endings. by Guido van Rossum · 25 years ago
- a25d7dd Some cleanup -- don't use splitfields/joinfields, standardize by Guido van Rossum · 25 years ago
- 3bb1edb Match the error messages to say "(most recent call last)" like the by Guido van Rossum · 25 years ago
- d6904ea Use a better approach to locating IDLE's default configuration, by Fred Drake · 25 years ago
- 4467959 Patch by Vladimir Marangozov to include the function name when by Guido van Rossum · 25 years ago
- 1a4b593 Use a constant to specify the number of child threads to create. by Fred Drake · 25 years ago
- 9706486 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 45ad3c4 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- fd4b957 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 90daa87 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- b244f69 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 52c2359 Marc-Andre Lemburg: New exported API PyUnicode_Resize(). by Guido van Rossum · 25 years ago
- 4b49101 Don't be so strict in checking AttributeError -- the error message by Guido van Rossum · 25 years ago
- 547e952 Output from test_zipfile.py. by Guido van Rossum · 25 years ago
- 368f04a Test for zipfile.py, by Jim Ahlstrom. by Guido van Rossum · 25 years ago
- d197a3a Define 'self.force' in the constructor and remove the hack in '__getattr__()' by Greg Ward · 25 years ago
- 5f8b12f Mark Hammond: by Guido van Rossum · 25 years ago
- 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 25 years ago
- fa972c9 In dealloc(), only close the socket if fd != -1. by Guido van Rossum · 25 years ago
- 7aff6f3 Delete some debugging print statements. by Greg Ward · 25 years ago
- e9613ae Added a check for the 'force' attribute in '__getattr__()' -- better than by Greg Ward · 25 years ago
- d38e6f7 Added optional 'prefix' arguments to 'get_python_inc()' and 'get_python_lib()'. by Greg Ward · 25 years ago
- cf6bea3 Better variable names here and there. by Greg Ward · 25 years ago
- c41d6b3 Added '--force' option -- very clear what it means for building (ignore by Greg Ward · 25 years ago
- 68a0757 Removed global '--force' option -- just too vague a concept to be applicable by Greg Ward · 25 years ago
- 582a870 Added __version__ to store the Distutils version number. by Greg Ward · 25 years ago
- c248bae Moved definition of \XXX command out to distutils.sty. by Greg Ward · 25 years ago
- 6002ffc Wrote the introduction (including several subsections). by Greg Ward · 25 years ago
- ae78718 minor tweak (jvr) by Just van Rossum · 25 years ago
- 73efed2 added experimental microthread support for use with stackless python -- bw compatible (jvr) by Just van Rossum · 25 years ago
- d949b5c added popup control (jvr) by Just van Rossum · 25 years ago
- 7051e52 added setbound() method, some cleanups (jvr) by Just van Rossum · 25 years ago
- 6e5f2d1 oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr) by Just van Rossum · 25 years ago
- 7d7bb91 Installer Vise vct file for 1.6a1. Not very pretty (and needs funny directory structure). by Jack Jansen · 25 years ago
- 4aafaf9 Modified for 1.6a1. by Jack Jansen · 25 years ago