1. 7f577e7 regex and regsub are obsolete and Evil, so don't include them in the club. by Fred Drake · 24 years ago
  2. e53793b Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related behavior. by Fred Drake · 24 years ago
  3. ef5781b Add obsolescence note to the module descriptions that get added to the by Fred Drake · 24 years ago
  4. 6d4addd Update URL for Python 2.0 by Andrew M. Kuchling · 24 years ago
  5. d79c33a Minor cleanups, wrap long lines. by Fred Drake · 24 years ago
  6. 7be3115 Added explanation of the use of the first program argument passed to the by Fred Drake · 24 years ago
  7. 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 24 years ago
  8. c32741d Added warnings about platform vagaries to the strptime() documentation. by Fred Drake · 24 years ago
  9. 891150b Added documentation for the new PyModule_*() convenience functions. by Fred Drake · 24 years ago
  10. 1fa9365 Added refcount information for the *_InPlace*() API series. by Fred Drake · 24 years ago
  11. c0e6c5b PyNumber_Coerce() returns an int, not a PyObject *. by Fred Drake · 24 years ago
  12. 3764b6b Fix the way we found relevant cfuncdesc lines; PREFIX was not a regular by Fred Drake · 24 years ago
  13. 38178fd use_sans_serif(), by Fred Drake · 24 years ago
  14. a9dd2ee Update versioning for the next Python release. by Fred Drake · 24 years ago
  15. e71912c Update RELEASE for the next Python release. by Fred Drake · 24 years ago
  16. 4c6d21a Fix some minor nits about the use of \optional in parameter lists. by Fred Drake · 24 years ago
  17. 544de1e - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the by Neil Schemenauer · 24 years ago
  18. 343ad7a Correct some bitrot; some things have become inaccurate in the tutorial. by Fred Drake · 24 years ago
  19. f8925978 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  20. d68442b Lots of minor fixes, many suggested by Detlef Lannert by Fred Drake · 24 years ago
  21. 00fb416 Added dependencies on the bug-reporting text. by Fred Drake · 24 years ago
  22. ed773ef Include the new text on reporting bugs in a few useful places. by Fred Drake · 24 years ago
  23. cb0a0b3 New text about how to report bugs in Python and the documentation. by Fred Drake · 24 years ago
  24. 3578b77 Special case the "s#" PyArg_Parse() token for Unicode objects: by Marc-André Lemburg · 24 years ago
  25. 1bf4e93 Convert the longest two tables from tableii to longtableii so they do not by Fred Drake · 24 years ago
  26. da72b93 Add new environments: longtableii, longtableiii, and longtableiv, to by Fred Drake · 24 years ago
  27. 2964268 Allow the LaTeX markup descriptions to use the \moreargs and \unspecified by Fred Drake · 24 years ago
  28. 31575ce Note that __getitem__() may receive a slice object as the index; by Fred Drake · 24 years ago
  29. 0299749 Document directories are not always named with three characters any more; by Fred Drake · 24 years ago
  30. fffe5db Fixed a number of small problems reported by Detlef Lannert by Fred Drake · 24 years ago
  31. df84fac .use_latex(): Make this a little smarter so that it only runs pdflatex by Fred Drake · 24 years ago
  32. 51f53df Clarify that the softspace attribute is used by print for state management, by Fred Drake · 24 years ago
  33. f5aa4ef Add entries for the xml.sax documentation. by Fred Drake · 24 years ago
  34. e10ef74 First cut at documentation for the xml.sax package (not including any by Fred Drake · 24 years ago
  35. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  36. 8d27f89 Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  37. 1156f62 Many small clarifications, including many suggested by email. by Fred Drake · 24 years ago
  38. 02c7082 make_nav_sectref(): Create more minimal HTML, hanging the class attribute by Fred Drake · 24 years ago
  39. 752ba39 Clarify a number of issues about the file-like object API based on by Fred Drake · 24 years ago
  40. 480abc2 Document the "printable" and "punctuation" constants added to the string module. by Fred Drake · 24 years ago
  41. 1675375 Add missing \declaremodule for zipfile. by Fred Drake · 24 years ago
  42. 1de8098 Repaired some glitches in the MD5 and SHA docs; copied the descriptions of by Tim Peters · 24 years ago
  43. 5316ef4 Added documentation for new functions. Deprecated sequenceIncludes(). by Fred Drake · 24 years ago
  44. 1cca9e2 Make the <body> tag match those of the generated HTML; rely on the style by Fred Drake · 24 years ago
  45. 7be440d Document \cfuncdesc, \ctypedesc, and \cvardesc. by Fred Drake · 24 years ago
  46. 1681627 Push more of the display control into the style sheet. by Fred Drake · 24 years ago
  47. c96ec6e Document new APIs PyOS_getsig() and PyOS_setsig(). by Guido van Rossum · 24 years ago
  48. 634fc57 Use a really ugly hack that depends on output processing by LaTeX2HTML. by Fred Drake · 24 years ago
  49. 6e1fecc Update URL to unicode.org's FTP site using an HTTP URL to the same document. by Fred Drake · 24 years ago
  50. 315b9e0 Update *both* uses of the URL to the zlib home page, and use the version by Fred Drake · 24 years ago
  51. ab2f9f7 Update link to the zlib homepage. by Fred Drake · 24 years ago
  52. f291074 Update the link to Andrew Kuchling's crypto code. by Fred Drake · 24 years ago
  53. 91fc931 Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript). by Fred Drake · 24 years ago
  54. 630d0f0 Update some stale links. by Fred Drake · 24 years ago
  55. 78fc0b5 Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. by Tim Peters · 24 years ago
  56. 6a547c7 Fix a link -- there is no starship.python.org! by Fred Drake · 24 years ago
  57. 7c25f3d Add some comments on the available implementations that this module can use. by Fred Drake · 24 years ago
  58. 6634b14 add cross reference to mimetools module by Skip Montanaro · 24 years ago
  59. 6e5184f Update comments in the second paragraph, discussing versioning issues by Fred Drake · 24 years ago
  60. 81c1735 Add item to the list of limitations that points out the lack of support by Fred Drake · 24 years ago
  61. f3d4127 Before running LaTeX2HTML, remove all the HTML files from the output by Fred Drake · 24 years ago
  62. aaa2385 When there is a Module Index, make sure the icon actually links to it. by Fred Drake · 24 years ago
  63. 4dfad57 Add a reference to the sha module, noting that SHA is considered more by Fred Drake · 24 years ago
  64. b9fd468 Convert "See also" section to use \seetitle. by Fred Drake · 24 years ago
  65. 33e0bea Did not include the sha module documentation dependency. by Fred Drake · 24 years ago
  66. 6ba0a3c Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  67. 7a666b8 Remove reference to the stdwin-based windowed debugger, since stdwin is gone. by Fred Drake · 24 years ago
  68. bd2d4f1 Use the \setshortversion macro to specify the abbreviated version number. by Fred Drake · 24 years ago
  69. d5d0435 Use \shortversion in a number of places. by Fred Drake · 24 years ago
  70. 3cdb89d do_cmd_shortversion(), do_cmd_setshortversion(): Implementation for new markup. by Fred Drake · 24 years ago
  71. af2b714 \shortversion, by Fred Drake · 24 years ago
  72. 1fe3b82 Avoid reference to specific versions of Python where possible. by Fred Drake · 24 years ago
  73. 933f0c3 Avoid reference to specific versions of Python where possible. by Fred Drake · 24 years ago
  74. 66d32b1 Add some index entries to make it easier to find information on by Fred Drake · 24 years ago
  75. ddef888 Include a link to Francois's po-utils. by Barry Warsaw · 24 years ago
  76. 8c56259 Fix install directories on Mac OS (now that the "install" command by Greg Ward · 24 years ago
  77. 1ed49ee Changed/added a bunch of section labels so HTML files will be named nicely. by Greg Ward · 24 years ago
  78. e24f05e Improve Windows and Mac OS-specific instructions for running the by Greg Ward · 24 years ago
  79. 078fc08 Typo fix -- it's 'ext_modules', not 'extensions'. by Greg Ward · 24 years ago
  80. e92cdba Documentation is good. Let's release more. by Fred Drake · 24 years ago
  81. 0b25053 Make this script handle PyVarObject* functions as well as PyObject* functions. by Fred Drake · 24 years ago
  82. 31f5550 Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  83. 7740a01 Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  84. f913e54 Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>: by Fred Drake · 24 years ago
  85. c568173 Re-wrapped some wide comments. by Fred Drake · 24 years ago
  86. b7cf378 Add note that the various \see* macros are only defined in the context by Fred Drake · 24 years ago
  87. 5dc6104 Change the title of the link to the document index to be more specific. by Fred Drake · 24 years ago
  88. ae86d43 Add a reference item pointing to the Namespaces in XML recommendation. by Fred Drake · 24 years ago
  89. 4844998 \seetitle: New macro for building reference list content. by Fred Drake · 24 years ago
  90. 1349437 When referring to namespaces, always say "namespaces" instead of "name spaces". by Fred Drake · 24 years ago
  91. 81cccb7 Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM(). by Fred Drake · 24 years ago
  92. aafc0c4 When formatting the API manual, use the generated api.tex rather than by Fred Drake · 24 years ago
  93. b655939 add index entries for list comprehensions by Skip Montanaro · 24 years ago
  94. 88fa962 Some updates and fix a bunch of really small consistency nits. by Fred Drake · 24 years ago
  95. 08c5d0c Add documentation for the \pep and \seepep macros. by Fred Drake · 24 years ago
  96. 14deaae Minor tweaks to get rid of some '\XXX' remarks. by Greg Ward · 24 years ago
  97. 643d76d Add support for new \pep, \seepep, excclassdesc markup. by Fred Drake · 24 years ago
  98. 4e60796 excclassdesc: New environment. For use in documenting class-based by Fred Drake · 24 years ago
  99. 75c6cb9 Add support for a filename to record the name of the node in which the by Fred Drake · 24 years ago
  100. 1b194f92 Add a reference to the material on string methods. by Fred Drake · 24 years ago