1. 7f6270d Minor fixes, additions to notes by Andrew M. Kuchling · 24 years ago
  2. d1a65ff Added preliminary documentation for the winreg module, by Fred Drake · 24 years ago
  3. b853ea0 Latex formatting fixes by Andrew M. Kuchling · 24 years ago
  4. fa33a4e Patches from Moshe, w/ AMK's revisions Wrote Unicode section by Andrew M. Kuchling · 24 years ago
  5. 5b8311e Filled out the "Core Changes" section. by Andrew M. Kuchling · 24 years ago
  6. 6c16019 Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code. by Fred Drake · 24 years ago
  7. 3e7b133 Added concrete example of when separate build and install might be by Greg Ward · 24 years ago
  8. 25bfd0e Article about 1.6 new features by Andrew M. Kuchling · 24 years ago
  9. b80a777 Added documentation for gettempprefix(). by Fred Drake · 24 years ago
  10. 0233075 Added documentation for TemporaryFile() and the siffix parameter to mktemp(). by Fred Drake · 24 years ago
  11. 99d707a Piers Lauder <piers@cs.su.oz.au>: by Fred Drake · 24 years ago
  12. 6153fa1 Guido's rewording of my definition of "root package", with an addition by me. by Greg Ward · 24 years ago
  13. 59d382e A grab-bag of wording tweakage. by Greg Ward · 24 years ago
  14. 51060be Remove unused "import curses". by Guido van Rossum · 24 years ago
  15. f1dc5fa Updated docs to list all the new methods and functions. The docs are by Andrew M. Kuchling · 24 years ago
  16. 7cb42cd From Greg Ward <gward@python.net>: by Fred Drake · 24 years ago
  17. 8c5cede New description for math.frexp() -- poor description noted by Francois Pinard. by Fred Drake · 24 years ago
  18. 147e5f3 Doc patch from Bastein Kleineidam: start to describe the 'install' command by Gregory P. Smith · 24 years ago
  19. c9a5f34 The addition of rint() (by Peter Schneider-Kamp; I forgot to mention by Guido van Rossum · 24 years ago
  20. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  21. 65e6900 Oops, better also note that the module initialization function must be by Fred Drake · 24 years ago
  22. 2d54523 Section "The Module's Method Table and Initialization Function": by Fred Drake · 24 years ago
  23. 625d70a Fix references to the built-in compile() that don't include the by Fred Drake · 24 years ago
  24. 35784df Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  25. 51313f1 Define \seeurl in the seealso environment. Two parameters: url, why. by Fred Drake · 24 years ago
  26. ef4d111 do_cmd_seeurl(): New function. by Fred Drake · 24 years ago
  27. d85f059 read() method: clarify that strings are accepted and interpreted by Fred Drake · 24 years ago
  28. 3d69c0e Someone found the examples of poor practice on socket addresses! by Fred Drake · 24 years ago
  29. 25871c0 Brian Hooper <brian_takashi@hotmail.com>: by Fred Drake · 24 years ago
  30. ae08853 Clarify status of connection of a new instance; it *is* connected if by Fred Drake · 24 years ago
  31. c26cc91 Added descriptions of \versionadded and \versionchanged. by Fred Drake · 24 years ago
  32. 52e7684 do_cmd_versionchanged(): by Fred Drake · 24 years ago
  33. e06d025 Use \versionchanged to indicate when the second parameter to utime() by Fred Drake · 24 years ago
  34. a6e8339 \versionchanged: Added optional parameter for explanation of change. by Fred Drake · 24 years ago
  35. d67ddbb Eric Raymond: by Guido van Rossum · 24 years ago
  36. 93a8eac Document the new additional signature for utime(). In addition to the by Barry Warsaw · 24 years ago
  37. 40ee7ac \file and \filenq should not be used in section titles; they are not by Fred Drake · 24 years ago
  38. 20bab56 Don't worry about the output dirs for the distutils manuals. by Fred Drake · 24 years ago
  39. 8187cb9 Added distutils manuals. by Fred Drake · 24 years ago
  40. e78298a Stripped leading 'sec:' from all section labels -- generates bad filenames, by Greg Ward · 24 years ago
  41. e9792c4 When building HTML releases, refer to */*.css and */*.html instead of by Greg Ward · 24 years ago
  42. 3abb104 Added the Distutils manuals. by Greg Ward · 24 years ago
  43. 0784c33 Added the Distutils manuals: inst and dist. by Greg Ward · 24 years ago
  44. 0862f80 Added 'inst' and 'dist' -- the two Distutils manuals. by Greg Ward · 24 years ago
  45. 3c3507f Documentation patch describing the 'u' and 'u#' format specifiers, by Fred Drake · 24 years ago
  46. 638ae9d Support for the special macros used by the distutils documentation. by Fred Drake · 24 years ago
  47. 38c28e3 Added a note to the section on 'exec' about the need for a trailing newline by Greg Ward · 24 years ago
  48. ac308d0 Added a "See also:" section that exhibits the \seerfc markup. by Fred Drake · 24 years ago
  49. 64b72b6 Define \seerfc within the seealso environment. by Fred Drake · 24 years ago
  50. 37cc0c0 ref_module_index_helper(): Use "my" instead of "local". by Fred Drake · 24 years ago
  51. c009d19 Removed some extraneous and confusing parenthesized expressions. by Fred Drake · 24 years ago
  52. 4a9e722 Added section headers for "Extending the Distutils" section (just by Greg Ward · 24 years ago
  53. 87da1ea Patch from Andrew Kuchling: document the new multiple pattern feature in the by Greg Ward · 24 years ago
  54. d5767a5 Reformatted wide paragraphs. by Greg Ward · 24 years ago
  55. 4eaa3bf Reverted '\var' in the "standard installation location" table to '\filevar'. by Greg Ward · 24 years ago
  56. c402fa1 Dropped '\tilde' and '\bslash' definitions. by Greg Ward · 24 years ago
  57. 4756e5f Changed '\tilde' and '\bslash' to the standard '\textasciitilde' and by Greg Ward · 24 years ago
  58. 95da443 Removed '\package' definition. by Greg Ward · 24 years ago
  59. 1ecc251 Changed '\package' to \module'. by Greg Ward · 24 years ago
  60. a021aca Changed '\option' to '\longprogramopt' wherever it referred to a command-line by Greg Ward · 24 years ago
  61. cebda6f Added documentation for WindowsError; omission noted by Michal Bozon by Fred Drake · 24 years ago
  62. e99d1db Clarify the description of the else clause for try/except, and add an by Fred Drake · 24 years ago
  63. 46b98e3 Various wording/formattin tweaks. by Greg Ward · 24 years ago
  64. 9cf7587 Update change to version_info structure. by Fred Drake · 24 years ago
  65. 4d65d73 Document hexversion (incompletely explained) and version_info (easily by Fred Drake · 24 years ago
  66. 502d2b4 Added note about usual default prefix under Linux (thanks to Peter Funk by Greg Ward · 24 years ago
  67. 822a86a Trying to placate Fred: redefine \tilde and \bslash; document everything. by Greg Ward · 24 years ago
  68. d5faa7e Changed the table of per-platform default installation locations to be by Greg Ward · 24 years ago
  69. ee775a1 Make use of \longprogramopt where appropriate. by Fred Drake · 24 years ago
  70. 2b85341 Elaborate descriptions of \e, \module. by Fred Drake · 24 years ago
  71. ce44498 Revise the description of \programopt, document \longprogramopt. by Fred Drake · 24 years ago
  72. 4936249 \longprogramopt: New macro. by Fred Drake · 24 years ago
  73. 0cd6021 do_cmd_longprogramopt(): New function. by Fred Drake · 24 years ago
  74. 08c68fc LaTeX macros for the Distutils manuals. by Greg Ward · 24 years ago
  75. c392caa Spewed a bunch more verbiage. Lots of scattered wording changes. by Greg Ward · 24 years ago
  76. 8520cc2 Added reference count information for Py_FindMethod(). by Fred Drake · 24 years ago
  77. 7357770 Yet another markup nit: functions that are part of the Python/C API by Fred Drake · 24 years ago
  78. 37f4156 PyErr_Format(): by Fred Drake · 24 years ago
  79. 98605b5 document PyErr_Format by Jeremy Hylton · 24 years ago
  80. 0682be4 letters: by Fred Drake · 24 years ago
  81. 8394595 Add to the comment a description of the "null" value for returned by Fred Drake · 24 years ago
  82. c2578c5 load_refcounts(), by Fred Drake · 24 years ago
  83. db2764d The reference count field for PyErr_NoMemory() and by Fred Drake · 24 years ago
  84. 5e872de If the refcount field is "null", that's ok; the value will be None. by Fred Drake · 24 years ago
  85. 729eca1 For functions which return a PyObject* but use "null" for the by Fred Drake · 24 years ago
  86. 0a863da cfuncdesc environment: by Fred Drake · 24 years ago
  87. adb272c do_cmd_datalineni(): New function, to implement the non-indexing form by Fred Drake · 24 years ago
  88. c248bae Moved definition of \XXX command out to distutils.sty. by Greg Ward · 24 years ago
  89. 6002ffc Wrote the introduction (including several subsections). by Greg Ward · 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. 9164f88 Fix Skip's email address in his attribution! (Thanks, Skip!) by Fred Drake · 24 years ago
  94. e7a8c97 Added support for the "Long HTML" version to the build/packaging process. by Fred Drake · 24 years ago
  95. c2c46c3 New example from Skip Montanaro <skip@mojam.com>. by Fred Drake · 24 years ago
  96. 46f1458 Describe the purpose of the "long HTML" package. by Fred Drake · 24 years ago
  97. cff5482 Mark RELEASE with the release level ("a2"). by Fred Drake · 24 years ago
  98. 69ca950 Make sure the \declaremodule uses the right name for the module! by Fred Drake · 24 years ago
  99. 343301a unichr(), unicode(): Added \versionadded{} annotations. by Fred Drake · 24 years ago
  100. 0b72116 Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeType. by Fred Drake · 24 years ago