1. 8aa3bd9 Make it clear that id() can return either a long integer or a plain integer. by Fred Drake · 24 years ago
  2. 0f353ed Add update of httplib docs to reflect Greg Stein's recent updates. by Fred Drake · 24 years ago
  3. ab43fca Give Moshe some work to do. by Fred Drake · 24 years ago
  4. 5c529d3 Add a "See also:" link to the curses.ascii module. by Fred Drake · 24 years ago
  5. 589f44b Made the title of the Examples subsection plural! by Fred Drake · 24 years ago
  6. be93a83 Added note that the atexit module was added for Python 1.6. by Fred Drake · 24 years ago
  7. 6f2a5ef Added entry for the curses.ascii module. by Fred Drake · 24 years ago
  8. 5ccd4b2 Added entries for the curses.ascii module. by Fred Drake · 24 years ago
  9. 4e716fa Skip Montanaro <skip@mojam.com>: Added an example of using an HTTP POST request. by Fred Drake · 24 years ago
  10. 7388f73 Support constant as a font name for the first column of a table using the by Fred Drake · 24 years ago
  11. 35c09f2 Revise the description of when functions retrieved from class instances by Fred Drake · 24 years ago
  12. c82634c Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  13. ec105d0 Enhanced memory-reference information in the description of Py_BuildValue(), by Fred Drake · 24 years ago
  14. cabbc3b Added documentation for PyOS_AfterFork(). by Fred Drake · 24 years ago
  15. 2b9e180 Added memory-reference information to the description of Py_BuildValue(), by Fred Drake · 24 years ago
  16. c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 24 years ago
  17. 69db0e4 Added section on cycle GC Various minor fixes by Andrew M. Kuchling · 24 years ago
  18. af5b766 Changed obsolete e-mail alias by Andrew M. Kuchling · 24 years ago
  19. f57d7b9 Dcoumentation for ascii.py. I've changed two references from ascii to by Andrew M. Kuchling · 24 years ago
  20. 662d76e Fix typos and errors noticed by Skip Montanaro by Andrew M. Kuchling · 24 years ago
  21. 1bbe329 Minor wording tweaks. by Greg Ward · 24 years ago
  22. 370248d Some clarifications to the 'A simple example' section. by Greg Ward · 24 years ago
  23. 19c67f8 Fixed a grab-bag of typos spotted by Detlef Lannert. by Greg Ward · 24 years ago
  24. a4ca07c Minor grammatical fix by Andrew M. Kuchling · 24 years ago
  25. d24ff44 Document .timeout() method and .typeahead() function by Andrew M. Kuchling · 24 years ago
  26. 1d15869 Markup consistency nits. by Fred Drake · 24 years ago
  27. 0adfb45 Make changes and clarifications suggested by Mark Hammond by Andrew M. Kuchling · 24 years ago
  28. b805069 Documentation for the mmap module: proofreaders welcomed by Andrew M. Kuchling · 24 years ago
  29. 992fe5a Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support. by Fred Drake · 24 years ago
  30. 1c2d06a Added reference count information for PySequence_List(). by Fred Drake · 24 years ago
  31. a8455ab Documented PySequence_List() and PySequence_Tuple(). by Fred Drake · 24 years ago
  32. c3fd45f do_cmd_textasciitilde(): New function. by Fred Drake · 24 years ago
  33. e57a114 Fix markup error that hid a tilde character; reported long ago by by Fred Drake · 24 years ago
  34. 9e759df Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
  35. fb79ffa Hook in the documentation for the unicodedata module. by Fred Drake · 24 years ago
  36. 28b2944 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  37. 6b14eeb Documentation for the pyexpat module. by Andrew M. Kuchling · 24 years ago
  38. c0328f0 Mention setting the default encoding Add IDLE section from MZ by Andrew M. Kuchling · 24 years ago
  39. a5bbb00 List more deleted modules. Add request for feedback. by Andrew M. Kuchling · 24 years ago
  40. 6c3cd8d Filled in the sections on new and deleted modules. Bumped version number. by Andrew M. Kuchling · 24 years ago
  41. 7f6270d Minor fixes, additions to notes by Andrew M. Kuchling · 24 years ago
  42. d1a65ff Added preliminary documentation for the winreg module, by Fred Drake · 24 years ago
  43. b853ea0 Latex formatting fixes by Andrew M. Kuchling · 24 years ago
  44. fa33a4e Patches from Moshe, w/ AMK's revisions Wrote Unicode section by Andrew M. Kuchling · 24 years ago
  45. 5b8311e Filled out the "Core Changes" section. by Andrew M. Kuchling · 24 years ago
  46. 6c16019 Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code. by Fred Drake · 24 years ago
  47. 3e7b133 Added concrete example of when separate build and install might be by Greg Ward · 24 years ago
  48. 25bfd0e Article about 1.6 new features by Andrew M. Kuchling · 24 years ago
  49. b80a777 Added documentation for gettempprefix(). by Fred Drake · 24 years ago
  50. 0233075 Added documentation for TemporaryFile() and the siffix parameter to mktemp(). by Fred Drake · 24 years ago
  51. 99d707a Piers Lauder <piers@cs.su.oz.au>: by Fred Drake · 24 years ago
  52. 6153fa1 Guido's rewording of my definition of "root package", with an addition by me. by Greg Ward · 24 years ago
  53. 59d382e A grab-bag of wording tweakage. by Greg Ward · 24 years ago
  54. 51060be Remove unused "import curses". by Guido van Rossum · 24 years ago
  55. f1dc5fa Updated docs to list all the new methods and functions. The docs are by Andrew M. Kuchling · 24 years ago
  56. 7cb42cd From Greg Ward <gward@python.net>: by Fred Drake · 24 years ago
  57. 8c5cede New description for math.frexp() -- poor description noted by Francois Pinard. by Fred Drake · 24 years ago
  58. 147e5f3 Doc patch from Bastein Kleineidam: start to describe the 'install' command by Gregory P. Smith · 24 years ago
  59. c9a5f34 The addition of rint() (by Peter Schneider-Kamp; I forgot to mention by Guido van Rossum · 24 years ago
  60. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  61. 65e6900 Oops, better also note that the module initialization function must be by Fred Drake · 24 years ago
  62. 2d54523 Section "The Module's Method Table and Initialization Function": by Fred Drake · 24 years ago
  63. 625d70a Fix references to the built-in compile() that don't include the by Fred Drake · 24 years ago
  64. 35784df Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  65. 51313f1 Define \seeurl in the seealso environment. Two parameters: url, why. by Fred Drake · 24 years ago
  66. ef4d111 do_cmd_seeurl(): New function. by Fred Drake · 24 years ago
  67. d85f059 read() method: clarify that strings are accepted and interpreted by Fred Drake · 24 years ago
  68. 3d69c0e Someone found the examples of poor practice on socket addresses! by Fred Drake · 24 years ago
  69. 25871c0 Brian Hooper <brian_takashi@hotmail.com>: by Fred Drake · 24 years ago
  70. ae08853 Clarify status of connection of a new instance; it *is* connected if by Fred Drake · 24 years ago
  71. c26cc91 Added descriptions of \versionadded and \versionchanged. by Fred Drake · 24 years ago
  72. 52e7684 do_cmd_versionchanged(): by Fred Drake · 24 years ago
  73. e06d025 Use \versionchanged to indicate when the second parameter to utime() by Fred Drake · 24 years ago
  74. a6e8339 \versionchanged: Added optional parameter for explanation of change. by Fred Drake · 24 years ago
  75. d67ddbb Eric Raymond: by Guido van Rossum · 24 years ago
  76. 93a8eac Document the new additional signature for utime(). In addition to the by Barry Warsaw · 24 years ago
  77. 40ee7ac \file and \filenq should not be used in section titles; they are not by Fred Drake · 24 years ago
  78. 20bab56 Don't worry about the output dirs for the distutils manuals. by Fred Drake · 24 years ago
  79. 8187cb9 Added distutils manuals. by Fred Drake · 24 years ago
  80. e78298a Stripped leading 'sec:' from all section labels -- generates bad filenames, by Greg Ward · 24 years ago
  81. e9792c4 When building HTML releases, refer to */*.css and */*.html instead of by Greg Ward · 24 years ago
  82. 3abb104 Added the Distutils manuals. by Greg Ward · 24 years ago
  83. 0784c33 Added the Distutils manuals: inst and dist. by Greg Ward · 24 years ago
  84. 0862f80 Added 'inst' and 'dist' -- the two Distutils manuals. by Greg Ward · 24 years ago
  85. 3c3507f Documentation patch describing the 'u' and 'u#' format specifiers, by Fred Drake · 24 years ago
  86. 638ae9d Support for the special macros used by the distutils documentation. by Fred Drake · 24 years ago
  87. 38c28e3 Added a note to the section on 'exec' about the need for a trailing newline by Greg Ward · 24 years ago
  88. ac308d0 Added a "See also:" section that exhibits the \seerfc markup. by Fred Drake · 24 years ago
  89. 64b72b6 Define \seerfc within the seealso environment. by Fred Drake · 24 years ago
  90. 37cc0c0 ref_module_index_helper(): Use "my" instead of "local". by Fred Drake · 24 years ago
  91. c009d19 Removed some extraneous and confusing parenthesized expressions. by Fred Drake · 24 years ago
  92. 4a9e722 Added section headers for "Extending the Distutils" section (just by Greg Ward · 24 years ago
  93. 87da1ea Patch from Andrew Kuchling: document the new multiple pattern feature in the by Greg Ward · 24 years ago
  94. d5767a5 Reformatted wide paragraphs. by Greg Ward · 24 years ago
  95. 4eaa3bf Reverted '\var' in the "standard installation location" table to '\filevar'. by Greg Ward · 24 years ago
  96. c402fa1 Dropped '\tilde' and '\bslash' definitions. by Greg Ward · 24 years ago
  97. 4756e5f Changed '\tilde' and '\bslash' to the standard '\textasciitilde' and by Greg Ward · 24 years ago
  98. 95da443 Removed '\package' definition. by Greg Ward · 24 years ago
  99. 1ecc251 Changed '\package' to \module'. by Greg Ward · 24 years ago
  100. a021aca Changed '\option' to '\longprogramopt' wherever it referred to a command-line by Greg Ward · 24 years ago