1. ace88ae Patch by Brian Hooper, somewhat augmented by GvR, to strip a trailing by Guido van Rossum · 24 years ago
  2. e0cd291 Doc strings for the spawn* functions, by Michael Hudson. by Guido van Rossum · 24 years ago
  3. 535f2d9 Fix 'check_metadata()' so it grovels through the distribution's metadata by Greg Ward · 24 years ago
  4. 87da1ea Patch from Andrew Kuchling: document the new multiple pattern feature in the by Greg Ward · 24 years ago
  5. 9d5afa9 Patch from Andrew Kuchling: allow multiple include/exclude patterns by Greg Ward · 24 years ago
  6. 58ec6ed Fixed the '--license' option so it's officially an alias for '--licence', by Greg Ward · 24 years ago
  7. 1e7b509 Added the capability for alias options. by Greg Ward · 24 years ago
  8. 320df70 Added 'has_option()', 'get_attr_name()' methods. by Greg Ward · 24 years ago
  9. 82715e1 Patch, originally from Bastian Kleineidam and savagely mutilated by me, by Greg Ward · 24 years ago
  10. 283c745 Made 'generate_help()' and 'print_help()' methods of FancyGetopt. by Greg Ward · 24 years ago
  11. ead5c29 Continuing the refactoring: deleted the old 'fancy_getopt()' function, by Greg Ward · 24 years ago
  12. ffc10d9 Hefty refactoring: converted 'fancy_getopt()' function into FancyGetopt by Greg Ward · 24 years ago
  13. d5767a5 Reformatted wide paragraphs. by Greg Ward · 24 years ago
  14. 4eaa3bf Reverted '\var' in the "standard installation location" table to '\filevar'. by Greg Ward · 24 years ago
  15. c402fa1 Dropped '\tilde' and '\bslash' definitions. by Greg Ward · 24 years ago
  16. 4756e5f Changed '\tilde' and '\bslash' to the standard '\textasciitilde' and by Greg Ward · 24 years ago
  17. 95da443 Removed '\package' definition. by Greg Ward · 24 years ago
  18. 1ecc251 Changed '\package' to \module'. by Greg Ward · 24 years ago
  19. a021aca Changed '\option' to '\longprogramopt' wherever it referred to a command-line by Greg Ward · 24 years ago
  20. ff9ea48 ANSI-fy & de-tabify the source. (4-space indents already used.) by Fred Drake · 24 years ago
  21. 3314c8e Bumped version to 0.8.1. by Greg Ward · 24 years ago
  22. b1e4a6e Added kludge to deal with the "./ld_so_aix" problem: force all strings by Greg Ward · 24 years ago
  23. 434ef8f Don't load the config.h file, even under Unix, because we never use the by Greg Ward · 24 years ago
  24. f70c603 Added 'link_executable()' method (Berthold Hoellmann). by Greg Ward · 24 years ago
  25. 3167788 Fix by Dan Green and Corran Webster to support LongDateTime by Jack Jansen · 24 years ago
  26. cebda6f Added documentation for WindowsError; omission noted by Michal Bozon by Fred Drake · 24 years ago
  27. e99d1db Clarify the description of the else clause for try/except, and add an by Fred Drake · 24 years ago
  28. eacdea8 Reformatted all exception documentation as docstrings. by Greg Ward · 24 years ago
  29. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 24 years ago
  30. 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 24 years ago
  31. 0556501 Anthony Baxter <anthony@interlink.com.au>: by Fred Drake · 24 years ago
  32. 8eef583 Don't run "ranlib" if sysconfig's RANLIB (from Python's Makefile) starts by Greg Ward · 24 years ago
  33. 46b98e3 Various wording/formattin tweaks. by Greg Ward · 24 years ago
  34. 1561ae1 Use 'get_python_inc()' to figure out the Python include directories by Greg Ward · 24 years ago
  35. 2b9e43f Coerce all paths in the manifest template to the local path syntax with by Greg Ward · 24 years ago
  36. 1c79330 Cleaned up use of sysconfig module a bit: don't import more names by Greg Ward · 24 years ago
  37. b6f5ada Don't bother reading config.h on NT or Mac OS. (It's not really needed by Greg Ward · 24 years ago
  38. 6d27c1e Simplify creation of the version_info value for clarity, per by Fred Drake · 24 years ago
  39. 9cf7587 Update change to version_info structure. by Fred Drake · 24 years ago
  40. 93a20bf Capitulate, changing version_info to a 5-tuple: by Fred Drake · 24 years ago
  41. 4d65d73 Document hexversion (incompletely explained) and version_info (easily by Fred Drake · 24 years ago
  42. 801c08d Define version_info to be a tuple (major, minor, micro, level); level by Fred Drake · 24 years ago
  43. 3155db3 setup_confname_table(): Close memory leak caused by not decref'ing the by Barry Warsaw · 24 years ago
  44. 8deeced Thomas Heller <thomas.heller@ion-tof.com>: by Fred Drake · 24 years ago
  45. 10dfd4c M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  46. e0243e2 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  47. 49fd107 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  48. 4e998bc M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  49. afe73a4 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  50. 078b24f When refering to Unicode characters in exception messages and by Fred Drake · 24 years ago
  51. 127b2ef raise TypeError when bad argument passed to cStringIO.StringIO by Jeremy Hylton · 24 years ago
  52. 394b54d ord: provide better error messages by Jeremy Hylton · 24 years ago
  53. 502d2b4 Added note about usual default prefix under Linux (thanks to Peter Funk by Greg Ward · 24 years ago
  54. 822a86a Trying to placate Fred: redefine \tilde and \bslash; document everything. by Greg Ward · 24 years ago
  55. d5faa7e Changed the table of per-platform default installation locations to be by Greg Ward · 24 years ago
  56. ee775a1 Make use of \longprogramopt where appropriate. by Fred Drake · 24 years ago
  57. 2b85341 Elaborate descriptions of \e, \module. by Fred Drake · 24 years ago
  58. ce44498 Revise the description of \programopt, document \longprogramopt. by Fred Drake · 24 years ago
  59. 4936249 \longprogramopt: New macro. by Fred Drake · 24 years ago
  60. 0cd6021 do_cmd_longprogramopt(): New function. by Fred Drake · 24 years ago
  61. 080daa0 This commit was manufactured by cvs2svn to create tag 'r16a2'. by cvs2svn · 24 years ago
  62. 9144763 Add weasel-words about versioning, so I don't have to check in a new by Guido van Rossum · 24 years ago
  63. 1c89b0e Deleted trailing whitespace. This is really a way to be able to add by Guido van Rossum · 24 years ago
  64. 004d64f Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  65. f0b7b04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  66. dc742b3 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  67. 8666291 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  68. 3afba76 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  69. a327713 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  70. b28bc8c Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  71. 7ee801d Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  72. e39a88f Two more items. by Guido van Rossum · 24 years ago
  73. 08c68fc LaTeX macros for the Distutils manuals. by Greg Ward · 24 years ago
  74. c392caa Spewed a bunch more verbiage. Lots of scattered wording changes. by Greg Ward · 24 years ago
  75. 36d4f8b Correct fix by Mark Favas for the cast problems. by Guido van Rossum · 24 years ago
  76. e110dcf I've had complaints about the comparison "where >= 0" before -- on by Guido van Rossum · 24 years ago
  77. 2581764 Version 1.3 of the Python Unicode Integration proposal. by Guido van Rossum · 24 years ago
  78. 8520cc2 Added reference count information for Py_FindMethod(). by Fred Drake · 24 years ago
  79. a901f8f Install the docs (with fewer rules). Add descriptions for the system variables. by Guido van Rossum · 24 years ago
  80. 0b4400e Bunch of new names, mostly from patches and bugs mailing lists by Guido van Rossum · 24 years ago
  81. 7357770 Yet another markup nit: functions that are part of the Python/C API by Fred Drake · 24 years ago
  82. 37f4156 PyErr_Format(): by Fred Drake · 24 years ago
  83. 98605b5 document PyErr_Format by Jeremy Hylton · 24 years ago
  84. 0682be4 letters: by Fred Drake · 24 years ago
  85. 8394595 Add to the comment a description of the "null" value for returned by Fred Drake · 24 years ago
  86. c2578c5 load_refcounts(), by Fred Drake · 24 years ago
  87. db2764d The reference count field for PyErr_NoMemory() and by Fred Drake · 24 years ago
  88. 5e872de If the refcount field is "null", that's ok; the value will be None. by Fred Drake · 24 years ago
  89. 729eca1 For functions which return a PyObject* but use "null" for the by Fred Drake · 24 years ago
  90. 0a863da cfuncdesc environment: by Fred Drake · 24 years ago
  91. 4dfcd76 Added project dependencies -- Mark is right, these are needed. by Guido van Rossum · 24 years ago
  92. 6d2332d Strangely, we *do* need to define ZLIB_DLL. by Guido van Rossum · 24 years ago
  93. adb272c do_cmd_datalineni(): New function, to implement the non-indexing form by Fred Drake · 24 years ago
  94. 6e277cf Christian Tismer: added test to ensure that multiplication commutes. by Guido van Rossum · 24 years ago
  95. ba71a24 Simple optimization by Christian Tismer, who gives credit to Lenny by Guido van Rossum · 24 years ago
  96. 2516b39 Implement suggestion from Lawrence Kesteloot in PR#280, to change the by Guido van Rossum · 24 years ago
  97. b81e70e Fredrik Lundh: new snapshot. Mostly reindented. by Guido van Rossum · 24 years ago
  98. 5de435a Removed CRLF line endings. by Guido van Rossum · 24 years ago
  99. 2953088 Remove CRLF line endings. by Guido van Rossum · 24 years ago
  100. a25d7dd Some cleanup -- don't use splitfields/joinfields, standardize by Guido van Rossum · 24 years ago