1. e0243e2 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  2. 49fd107 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  3. 4e998bc M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  4. afe73a4 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  5. 078b24f When refering to Unicode characters in exception messages and by Fred Drake · 24 years ago
  6. 127b2ef raise TypeError when bad argument passed to cStringIO.StringIO by Jeremy Hylton · 24 years ago
  7. 394b54d ord: provide better error messages by Jeremy Hylton · 24 years ago
  8. 502d2b4 Added note about usual default prefix under Linux (thanks to Peter Funk by Greg Ward · 24 years ago
  9. 822a86a Trying to placate Fred: redefine \tilde and \bslash; document everything. by Greg Ward · 24 years ago
  10. d5faa7e Changed the table of per-platform default installation locations to be by Greg Ward · 24 years ago
  11. ee775a1 Make use of \longprogramopt where appropriate. by Fred Drake · 24 years ago
  12. 2b85341 Elaborate descriptions of \e, \module. by Fred Drake · 24 years ago
  13. ce44498 Revise the description of \programopt, document \longprogramopt. by Fred Drake · 24 years ago
  14. 4936249 \longprogramopt: New macro. by Fred Drake · 24 years ago
  15. 0cd6021 do_cmd_longprogramopt(): New function. by Fred Drake · 24 years ago
  16. 080daa0 This commit was manufactured by cvs2svn to create tag 'r16a2'. by cvs2svn · 24 years ago
  17. 9144763 Add weasel-words about versioning, so I don't have to check in a new by Guido van Rossum · 24 years ago
  18. 1c89b0e Deleted trailing whitespace. This is really a way to be able to add by Guido van Rossum · 24 years ago
  19. 004d64f Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  20. f0b7b04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  21. dc742b3 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  22. 8666291 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  23. 3afba76 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  24. a327713 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  25. b28bc8c Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  26. 7ee801d Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  27. e39a88f Two more items. by Guido van Rossum · 24 years ago
  28. 08c68fc LaTeX macros for the Distutils manuals. by Greg Ward · 24 years ago
  29. c392caa Spewed a bunch more verbiage. Lots of scattered wording changes. by Greg Ward · 24 years ago
  30. 36d4f8b Correct fix by Mark Favas for the cast problems. by Guido van Rossum · 24 years ago
  31. e110dcf I've had complaints about the comparison "where >= 0" before -- on by Guido van Rossum · 24 years ago
  32. 2581764 Version 1.3 of the Python Unicode Integration proposal. by Guido van Rossum · 24 years ago
  33. 8520cc2 Added reference count information for Py_FindMethod(). by Fred Drake · 24 years ago
  34. a901f8f Install the docs (with fewer rules). Add descriptions for the system variables. by Guido van Rossum · 24 years ago
  35. 0b4400e Bunch of new names, mostly from patches and bugs mailing lists by Guido van Rossum · 24 years ago
  36. 7357770 Yet another markup nit: functions that are part of the Python/C API by Fred Drake · 24 years ago
  37. 37f4156 PyErr_Format(): by Fred Drake · 24 years ago
  38. 98605b5 document PyErr_Format by Jeremy Hylton · 24 years ago
  39. 0682be4 letters: by Fred Drake · 24 years ago
  40. 8394595 Add to the comment a description of the "null" value for returned by Fred Drake · 24 years ago
  41. c2578c5 load_refcounts(), by Fred Drake · 24 years ago
  42. db2764d The reference count field for PyErr_NoMemory() and by Fred Drake · 24 years ago
  43. 5e872de If the refcount field is "null", that's ok; the value will be None. by Fred Drake · 24 years ago
  44. 729eca1 For functions which return a PyObject* but use "null" for the by Fred Drake · 24 years ago
  45. 0a863da cfuncdesc environment: by Fred Drake · 24 years ago
  46. 4dfcd76 Added project dependencies -- Mark is right, these are needed. by Guido van Rossum · 24 years ago
  47. 6d2332d Strangely, we *do* need to define ZLIB_DLL. by Guido van Rossum · 24 years ago
  48. adb272c do_cmd_datalineni(): New function, to implement the non-indexing form by Fred Drake · 24 years ago
  49. 6e277cf Christian Tismer: added test to ensure that multiplication commutes. by Guido van Rossum · 24 years ago
  50. ba71a24 Simple optimization by Christian Tismer, who gives credit to Lenny by Guido van Rossum · 24 years ago
  51. 2516b39 Implement suggestion from Lawrence Kesteloot in PR#280, to change the by Guido van Rossum · 24 years ago
  52. b81e70e Fredrik Lundh: new snapshot. Mostly reindented. by Guido van Rossum · 24 years ago
  53. 5de435a Removed CRLF line endings. by Guido van Rossum · 24 years ago
  54. 2953088 Remove CRLF line endings. by Guido van Rossum · 24 years ago
  55. a25d7dd Some cleanup -- don't use splitfields/joinfields, standardize by Guido van Rossum · 24 years ago
  56. 3bb1edb Match the error messages to say "(most recent call last)" like the by Guido van Rossum · 24 years ago
  57. d6904ea Use a better approach to locating IDLE's default configuration, by Fred Drake · 24 years ago
  58. 4467959 Patch by Vladimir Marangozov to include the function name when by Guido van Rossum · 24 years ago
  59. 1a4b593 Use a constant to specify the number of child threads to create. by Fred Drake · 24 years ago
  60. 9706486 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  61. 45ad3c4 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  62. fd4b957 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  63. 90daa87 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  64. b244f69 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  65. 52c2359 Marc-Andre Lemburg: New exported API PyUnicode_Resize(). by Guido van Rossum · 24 years ago
  66. 4b49101 Don't be so strict in checking AttributeError -- the error message by Guido van Rossum · 24 years ago
  67. 547e952 Output from test_zipfile.py. by Guido van Rossum · 24 years ago
  68. 368f04a Test for zipfile.py, by Jim Ahlstrom. by Guido van Rossum · 24 years ago
  69. d197a3a Define 'self.force' in the constructor and remove the hack in '__getattr__()' by Greg Ward · 24 years ago
  70. 5f8b12f Mark Hammond: by Guido van Rossum · 24 years ago
  71. 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 24 years ago
  72. fa972c9 In dealloc(), only close the socket if fd != -1. by Guido van Rossum · 24 years ago
  73. 7aff6f3 Delete some debugging print statements. by Greg Ward · 24 years ago
  74. e9613ae Added a check for the 'force' attribute in '__getattr__()' -- better than by Greg Ward · 24 years ago
  75. d38e6f7 Added optional 'prefix' arguments to 'get_python_inc()' and 'get_python_lib()'. by Greg Ward · 24 years ago
  76. cf6bea3 Better variable names here and there. by Greg Ward · 24 years ago
  77. c41d6b3 Added '--force' option -- very clear what it means for building (ignore by Greg Ward · 24 years ago
  78. 68a0757 Removed global '--force' option -- just too vague a concept to be applicable by Greg Ward · 24 years ago
  79. 582a870 Added __version__ to store the Distutils version number. by Greg Ward · 24 years ago
  80. c248bae Moved definition of \XXX command out to distutils.sty. by Greg Ward · 24 years ago
  81. 6002ffc Wrote the introduction (including several subsections). by Greg Ward · 24 years ago
  82. ae78718 minor tweak (jvr) by Just van Rossum · 24 years ago
  83. 73efed2 added experimental microthread support for use with stackless python -- bw compatible (jvr) by Just van Rossum · 24 years ago
  84. d949b5c added popup control (jvr) by Just van Rossum · 24 years ago
  85. 7051e52 added setbound() method, some cleanups (jvr) by Just van Rossum · 24 years ago
  86. 6e5f2d1 oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr) by Just van Rossum · 24 years ago
  87. 7d7bb91 Installer Vise vct file for 1.6a1. Not very pretty (and needs funny directory structure). by Jack Jansen · 24 years ago
  88. 4aafaf9 Modified for 1.6a1. by Jack Jansen · 24 years ago
  89. ffd61a6 Quick readme for 1.6a1. by Jack Jansen · 24 years ago
  90. facb8db Fixed so LaTeX can actually process it, and so it looks like the other by Greg Ward · 24 years ago
  91. 16aafcd Got started for real on this manual. Completely untested and unread -- just by Greg Ward · 24 years ago
  92. 7593eb3 Extracted a bunch of Distutils-specific commands and macros to distutils.sty by Greg Ward · 24 years ago
  93. 60908f1 Ditched the unused 'list_only' option. by Greg Ward · 24 years ago
  94. b2e2c29 Catch DistutilsFileError in addition to DistutilsExecError in 'setup()'. by Greg Ward · 24 years ago
  95. b361233 Added (currently) pointless and trivial main body (for future tests). by Greg Ward · 24 years ago
  96. d759f5f This little note is to clarify things for people who go poking around the by Greg Ward · 24 years ago
  97. 6c38e5b Drag was missing from the modules built. by Jack Jansen · 24 years ago
  98. d96f04c This hadn't been checked in for a while. by Jack Jansen · 24 years ago
  99. 9164f88 Fix Skip's email address in his attribution! (Thanks, Skip!) by Fred Drake · 24 years ago
  100. e7a8c97 Added support for the "Long HTML" version to the build/packaging process. by Fred Drake · 24 years ago