1. 1319e3e Remove old note that os.popen() on Windows is unreliable; this is no by Fred Drake · 24 years ago
  2. 13589c6 Bump the release number for the upcoming candidate. by Fred Drake · 24 years ago
  3. e35360f Jim Ahlstrom sent a few corrections to my changes. (Thanks!) by Fred Drake · 24 years ago
  4. 5f84c9b $OFF_SITE_LINK_ICON: Don't define here; simply defining it overrides a by Fred Drake · 24 years ago
  5. 58a2dff Replace minimal \seetext references with better annotated \seerfc by Fred Drake · 24 years ago
  6. 4dc1a6d Added some comments on the interaction of reload() and extension modules. by Fred Drake · 24 years ago
  7. 296b8f5 Add deprecation note since the XML support is shaping up. by Fred Drake · 24 years ago
  8. 8093b70 Minor change to attributes so that the stylesheets can have better control. by Fred Drake · 24 years ago
  9. 4278024 Substantially revised documentation for the zipfile module, partially based by Fred Drake · 24 years ago
  10. 5df72f0 Minor stylesheet nit. by Fred Drake · 24 years ago
  11. 7a40c07 make_icon_filename(): Convenience function to turn a partial filename by Fred Drake · 24 years ago
  12. f6791f3 Minor usage fix. by Fred Drake · 24 years ago
  13. 8d3312f Add documentation and warnings for the isCallable(), isMappingType(), by Fred Drake · 24 years ago
  14. 0bc5953 Added skeletal "Building Extensions: Tips and Tricks" section. This by Greg Ward · 24 years ago
  15. d15a942 Fixed spelling of module; closes bug 115712. by Martin v. Löwis · 24 years ago
  16. 58295de Replace to XXX notes to add references with real references. by Fred Drake · 24 years ago
  17. ffe58ca Reversely --> Conversely by Fred Drake · 24 years ago
  18. 31b761e Spelling: internalization --> internationalization by Fred Drake · 24 years ago
  19. 4ce4f2e os.startfile() documentation, based on text from Tim Peters. by Fred Drake · 24 years ago
  20. 329796d Consistency nits, untabify. by Fred Drake · 24 years ago
  21. 8a9db99 Updated documentation relating to the various flavors of popen[234]() by Fred Drake · 24 years ago
  22. 44774c9 Add regex and regsub to the list of undocumented obsolete modules. by Fred Drake · 24 years ago
  23. 33dde92 Update the documentation for ConfigParser to match the recent changes. by Fred Drake · 24 years ago
  24. fc1b60e Fix double negative spotted by matt@mondoinfo.com by Andrew M. Kuchling · 24 years ago
  25. be870dd Added a section describing the new development process. Part of it by Andrew M. Kuchling · 24 years ago
  26. 3ad4e74 Wrote text for features added between 2.0b1 and b2. by Andrew M. Kuchling · 24 years ago
  27. 118ee96 Fixed error in explanation of codec decode_func pointed out by Gregg Hauser, by Andrew M. Kuchling · 24 years ago
  28. 0b71cea Note that including Python.h includes limits.h when available. by Fred Drake · 24 years ago
  29. 15f5e2a Remove a ?? in the description of Mac OS support. by Greg Ward · 24 years ago
  30. 7f577e7 regex and regsub are obsolete and Evil, so don't include them in the club. by Fred Drake · 24 years ago
  31. e53793b Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related behavior. by Fred Drake · 24 years ago
  32. ef5781b Add obsolescence note to the module descriptions that get added to the by Fred Drake · 24 years ago
  33. 6d4addd Update URL for Python 2.0 by Andrew M. Kuchling · 24 years ago
  34. d79c33a Minor cleanups, wrap long lines. by Fred Drake · 24 years ago
  35. 7be3115 Added explanation of the use of the first program argument passed to the by Fred Drake · 24 years ago
  36. 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 24 years ago
  37. c32741d Added warnings about platform vagaries to the strptime() documentation. by Fred Drake · 24 years ago
  38. 891150b Added documentation for the new PyModule_*() convenience functions. by Fred Drake · 24 years ago
  39. 1fa9365 Added refcount information for the *_InPlace*() API series. by Fred Drake · 24 years ago
  40. c0e6c5b PyNumber_Coerce() returns an int, not a PyObject *. by Fred Drake · 24 years ago
  41. 3764b6b Fix the way we found relevant cfuncdesc lines; PREFIX was not a regular by Fred Drake · 24 years ago
  42. 38178fd use_sans_serif(), by Fred Drake · 24 years ago
  43. a9dd2ee Update versioning for the next Python release. by Fred Drake · 24 years ago
  44. e71912c Update RELEASE for the next Python release. by Fred Drake · 24 years ago
  45. 4c6d21a Fix some minor nits about the use of \optional in parameter lists. by Fred Drake · 24 years ago
  46. 544de1e - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the by Neil Schemenauer · 24 years ago
  47. 343ad7a Correct some bitrot; some things have become inaccurate in the tutorial. by Fred Drake · 24 years ago
  48. f8925978 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  49. d68442b Lots of minor fixes, many suggested by Detlef Lannert by Fred Drake · 24 years ago
  50. 00fb416 Added dependencies on the bug-reporting text. by Fred Drake · 24 years ago
  51. ed773ef Include the new text on reporting bugs in a few useful places. by Fred Drake · 24 years ago
  52. cb0a0b3 New text about how to report bugs in Python and the documentation. by Fred Drake · 24 years ago
  53. 3578b77 Special case the "s#" PyArg_Parse() token for Unicode objects: by Marc-André Lemburg · 24 years ago
  54. 1bf4e93 Convert the longest two tables from tableii to longtableii so they do not by Fred Drake · 24 years ago
  55. da72b93 Add new environments: longtableii, longtableiii, and longtableiv, to by Fred Drake · 24 years ago
  56. 2964268 Allow the LaTeX markup descriptions to use the \moreargs and \unspecified by Fred Drake · 24 years ago
  57. 31575ce Note that __getitem__() may receive a slice object as the index; by Fred Drake · 24 years ago
  58. 0299749 Document directories are not always named with three characters any more; by Fred Drake · 24 years ago
  59. fffe5db Fixed a number of small problems reported by Detlef Lannert by Fred Drake · 24 years ago
  60. df84fac .use_latex(): Make this a little smarter so that it only runs pdflatex by Fred Drake · 24 years ago
  61. 51f53df Clarify that the softspace attribute is used by print for state management, by Fred Drake · 24 years ago
  62. f5aa4ef Add entries for the xml.sax documentation. by Fred Drake · 24 years ago
  63. e10ef74 First cut at documentation for the xml.sax package (not including any by Fred Drake · 24 years ago
  64. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  65. 8d27f89 Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  66. 1156f62 Many small clarifications, including many suggested by email. by Fred Drake · 24 years ago
  67. 02c7082 make_nav_sectref(): Create more minimal HTML, hanging the class attribute by Fred Drake · 24 years ago
  68. 752ba39 Clarify a number of issues about the file-like object API based on by Fred Drake · 24 years ago
  69. 480abc2 Document the "printable" and "punctuation" constants added to the string module. by Fred Drake · 24 years ago
  70. 1675375 Add missing \declaremodule for zipfile. by Fred Drake · 24 years ago
  71. 1de8098 Repaired some glitches in the MD5 and SHA docs; copied the descriptions of by Tim Peters · 24 years ago
  72. 5316ef4 Added documentation for new functions. Deprecated sequenceIncludes(). by Fred Drake · 24 years ago
  73. 1cca9e2 Make the <body> tag match those of the generated HTML; rely on the style by Fred Drake · 24 years ago
  74. 7be440d Document \cfuncdesc, \ctypedesc, and \cvardesc. by Fred Drake · 24 years ago
  75. 1681627 Push more of the display control into the style sheet. by Fred Drake · 24 years ago
  76. c96ec6e Document new APIs PyOS_getsig() and PyOS_setsig(). by Guido van Rossum · 24 years ago
  77. 634fc57 Use a really ugly hack that depends on output processing by LaTeX2HTML. by Fred Drake · 24 years ago
  78. 6e1fecc Update URL to unicode.org's FTP site using an HTTP URL to the same document. by Fred Drake · 24 years ago
  79. 315b9e0 Update *both* uses of the URL to the zlib home page, and use the version by Fred Drake · 24 years ago
  80. ab2f9f7 Update link to the zlib homepage. by Fred Drake · 24 years ago
  81. f291074 Update the link to Andrew Kuchling's crypto code. by Fred Drake · 24 years ago
  82. 91fc931 Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript). by Fred Drake · 24 years ago
  83. 630d0f0 Update some stale links. by Fred Drake · 24 years ago
  84. 78fc0b5 Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. by Tim Peters · 24 years ago
  85. 6a547c7 Fix a link -- there is no starship.python.org! by Fred Drake · 24 years ago
  86. 7c25f3d Add some comments on the available implementations that this module can use. by Fred Drake · 24 years ago
  87. 6634b14 add cross reference to mimetools module by Skip Montanaro · 24 years ago
  88. 6e5184f Update comments in the second paragraph, discussing versioning issues by Fred Drake · 24 years ago
  89. 81c1735 Add item to the list of limitations that points out the lack of support by Fred Drake · 24 years ago
  90. f3d4127 Before running LaTeX2HTML, remove all the HTML files from the output by Fred Drake · 24 years ago
  91. aaa2385 When there is a Module Index, make sure the icon actually links to it. by Fred Drake · 24 years ago
  92. 4dfad57 Add a reference to the sha module, noting that SHA is considered more by Fred Drake · 24 years ago
  93. b9fd468 Convert "See also" section to use \seetitle. by Fred Drake · 24 years ago
  94. 33e0bea Did not include the sha module documentation dependency. by Fred Drake · 24 years ago
  95. 6ba0a3c Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  96. 7a666b8 Remove reference to the stdwin-based windowed debugger, since stdwin is gone. by Fred Drake · 24 years ago
  97. bd2d4f1 Use the \setshortversion macro to specify the abbreviated version number. by Fred Drake · 24 years ago
  98. d5d0435 Use \shortversion in a number of places. by Fred Drake · 24 years ago
  99. 3cdb89d do_cmd_shortversion(), do_cmd_setshortversion(): Implementation for new markup. by Fred Drake · 24 years ago
  100. af2b714 \shortversion, by Fred Drake · 24 years ago