1. 1a62750 Added .first{item,value,key}() to dictionaries. by Moshe Zadka · 24 years ago
  2. 827bb9f Adjust to allow an explanation of the changes to be included in the by Fred Drake · 24 years ago
  3. e463f8e A few small refinements to the table building code. by Fred Drake · 24 years ago
  4. c01f6e6 Use a table to describe the keys to the locale information dictionary; by Fred Drake · 24 years ago
  5. e0b9deb Use small tables instead of bare \item markers to describe the contents by Fred Drake · 24 years ago
  6. 1aaf585 Added name. by Fred Drake · 24 years ago
  7. 6b3f3f2 In the first discussion showing how to handle exceptions from C, make the by Fred Drake · 24 years ago
  8. f65ab1b Added entries reflecting the separation of the abstract DOM documentation by Fred Drake · 24 years ago
  9. eaf57aa Substantial re-organization of the DOM documentation. The abstract API by Fred Drake · 24 years ago
  10. 4a6f1df Fix broken backslashes in Unicode strings section. by Fred Drake · 24 years ago
  11. 657ebef Partial fix for SF bug 123730: extra backslash in tutorial. by Tim Peters · 24 years ago
  12. ee814bf Added documentation for the Py_InitModule*() family of functions. by Fred Drake · 24 years ago
  13. 83ff4af Added information on the use of Unicode with the StringIO and cStringIO by Fred Drake · 24 years ago
  14. 0a0ef86 Use a subclass of buildindex.Node to clean up the HTML and get the by Fred Drake · 24 years ago
  15. 6763b31 Added brief explanation of the \versionchanged for 1.5.2 (fixes formatting by Fred Drake · 24 years ago
  16. 2fef3ab Two minor nits. by Fred Drake · 24 years ago
  17. b7a52c9 Minor typo: \subsubsections --> \subsubsection by Fred Drake · 24 years ago
  18. c113465 SF non-bug 123520: fleshed out the tutorial's lambda example a little more. by Tim Peters · 24 years ago
  19. fed0d09 Conversion.write_ordinal(): Not used, remove it. by Fred Drake · 24 years ago
  20. 691a5a7 Convert the LaTeX "tie" (~) to a simple space. by Fred Drake · 24 years ago
  21. 382a75d Update to reflect the process changes. by Fred Drake · 24 years ago
  22. 97be740 Update the rules to separate the two phases for the ESIS generation, by Fred Drake · 24 years ago
  23. d397f23 Add support for (relatively) recent additions and changes to python.sty, by Fred Drake · 24 years ago
  24. 0ac000c Updates to reflect pending changes to the XML conversion process. by Fred Drake · 24 years ago
  25. 78489a3 Do not use \verb in the Python documentation -- it makes parsing the LaTeX by Fred Drake · 24 years ago
  26. 620ec9d Document the new setupterm() function by Andrew M. Kuchling · 24 years ago
  27. 17383b9 Added information about the %r string formatting conversion. Added note by Fred Drake · 24 years ago
  28. 977fe96 Oops, back out change committed by accident! This is not ready, and by Fred Drake · 24 years ago
  29. 2ed27d3 Note that readframes() returns data in linear format, even if the original by Fred Drake · 24 years ago
  30. aa126e1 Corrected a number of typos reported by Gilles Civario by Fred Drake · 24 years ago
  31. d99e534 Fixed typos and bug in the second example, reported by Scott Schram by Fred Drake · 24 years ago
  32. a3100de Fix for SF bug 122176: Error in rotor module documentation. by Tim Peters · 24 years ago
  33. da7b5be More names... by Fred Drake · 24 years ago
  34. f16e0ed Patch #102278: add tparm() function to _curses module by Andrew M. Kuchling · 24 years ago
  35. a776cea Document the proper exception to be raised by I/O operations on closed by Fred Drake · 24 years ago
  36. 9dce7b3 Make sure we clean up the index data each time it is written by LaTeX. by Fred Drake · 24 years ago
  37. 4bc0aed Fix cut & paste error that describes three paramters when there are only by Fred Drake · 24 years ago
  38. 19647ca Typo: writeable --> writable Reported by Erno Kuusela <erno@iki.fi>. by Fred Drake · 24 years ago
  39. 5942b43 define_module(): Change the "index sub-item" for definitions at module by Fred Drake · 24 years ago
  40. ec77e65 Fix \withsubitem so that it actually works if the only indexing macro in by Fred Drake · 24 years ago
  41. d34cfcb Revise the message to be a little nicer. by Fred Drake · 24 years ago
  42. a33c566 Avoid using \withsubitem and \ttindex internally; they have not proven by Fred Drake · 24 years ago
  43. efffe8e Many small markup revisions to be more consistent with markup elsewhere, by Fred Drake · 24 years ago
  44. 8fdb638 Update author information. by Fred Drake · 24 years ago
  45. 3aecfc9 Explained that os.path.basename() may return something different from the by Fred Drake · 24 years ago
  46. 4532dc1 Do not require packages that are not needed. by Fred Drake · 24 years ago
  47. 351960d Normalize the HTML generated for table headers. by Fred Drake · 24 years ago
  48. 6c7fc77 Minor simplification. by Fred Drake · 24 years ago
  49. ca92eeb Update the dependency information to allow the other Makefiles to handle by Fred Drake · 24 years ago
  50. 9566988 Noted that building the info version requires the HTML::Element package, by Fred Drake · 24 years ago
  51. 585698a All acknowledgements have been moved to the Doc/ACKS file. by Fred Drake · 24 years ago
  52. eff9a87 Lots of small markup adjustments for consistency with the rest of the by Fred Drake · 24 years ago
  53. bce9201 Typo: shorted --> shorter This closes bug #117706. by Fred Drake · 24 years ago
  54. 53143be Since LookupError can be raised by sys.setdefaultencoding(), we should not by Fred Drake · 24 years ago
  55. 1dba66c Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string method by Fred Drake · 24 years ago
  56. 8940faf Additions from Marc-Andre Lemburg <mal@lemburg.com>, documenting by Fred Drake · 24 years ago
  57. 1491cac Several additions and updates based on text from Marc-Andre Lemburg by Fred Drake · 24 years ago
  58. 7497bd3 Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for by Fred Drake · 24 years ago
  59. d04592a Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for by Fred Drake · 24 years ago
  60. e435995 Remove some HTML from the PYTHONDOCS fragment defined here. by Fred Drake · 24 years ago
  61. 6a11960 Minor addition; add a little formatting to the release information that by Fred Drake · 24 years ago
  62. 7ceab73 Make this actually work now that the tool is checked in here instead of by Fred Drake · 24 years ago
  63. 277a211 Added entries for the xml.dom.minidom module. by Fred Drake · 24 years ago
  64. 669d36f Paul Prescod <paul@prescod.net>: by Fred Drake · 24 years ago
  65. f61eac4 Remove second horizontal line below table headers; it is just too distracting. by Fred Drake · 24 years ago
  66. 8902442 Added exception to the rule that the buffer returned by PyString_AsString() by Fred Drake · 24 years ago
  67. 246f65f Correct the name of a parameter in the description of the register() function. by Fred Drake · 24 years ago
  68. 0579eb0 More names. by Fred Drake · 24 years ago
  69. 8c2fd49 Added missing entry for invert() function. by Fred Drake · 24 years ago
  70. 7ef2ba7 Minor tweaks to catch up with the current code in a few spots. by Greg Ward · 24 years ago
  71. d097d48 Flesh out the "LaTeX Primer" some more. by Fred Drake · 24 years ago
  72. 860106a Update the display of some floating point values at the interactive prompt by Fred Drake · 24 years ago
  73. a577aa2 Remove the bzip2 archives from the "distfiles" target. There are not by Fred Drake · 24 years ago
  74. 4a41f54 Two more names. by Fred Drake · 24 years ago
  75. 692565c Helper scripts used in published the "development" snapshots of the by Fred Drake · 24 years ago
  76. 63568aa Revise the capitalization policy of \versionchanged explanation; the by Fred Drake · 24 years ago
  77. 4a15263 Capitalize first letter of an explanation for a \versionchanged annotation. by Fred Drake · 24 years ago
  78. a8d1078 Correction from David Bolen: the Windows version no longer crashes by Andrew M. Kuchling · 24 years ago
  79. 75afc0b Document the .lastindex and .lastgroup attributes of MatchObject by Andrew M. Kuchling · 24 years ago
  80. ba0a989 Make all the \seemodule explanations consistent: start with a capitalized by Fred Drake · 24 years ago
  81. 510dfba Capitalize & use periods for \seemodule explanation parameter. by Fred Drake · 24 years ago
  82. ad6f2c8 Bump version number -- this document is pretty much finished! by Andrew M. Kuchling · 24 years ago
  83. b4b401e Update the links to the NumPy website and documentation, based on a by Fred Drake · 24 years ago
  84. f155170 Correct form of FourThought's name by Andrew M. Kuchling · 24 years ago
  85. 89fb035 For PyErr_Format(), note that the exception parameter can be a string or by Fred Drake · 24 years ago
  86. 3c8c2f9 Adjust the Macintosh manual to have the formatting dependencies for by Fred Drake · 24 years ago
  87. 21c9df7 For os.stat() & friends, note that the time fields are returned as by Fred Drake · 24 years ago
  88. e764968 Update dependencies for the Macintosh manual. by Fred Drake · 24 years ago
  89. c25296a Update to include all the new chapters & sections. by Fred Drake · 24 years ago
  90. c7babad Remove everything that is not module documentation. It is no longer needed here. by Fred Drake · 24 years ago
  91. 8e850ee Fix some internal references that I botched. by Fred Drake · 24 years ago
  92. 45aa573 Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>. by Fred Drake · 24 years ago
  93. 4d0d621 Chapters on Mac Toolbox modules and other undocumented modules, ready to by Fred Drake · 24 years ago
  94. 1bd905e Documentation for the aepack and aetypes modules, by Vincent Marchetti by Fred Drake · 24 years ago
  95. 8f6ca15 Chris Barker <cbarker@jps.net>: Small fixes. by Fred Drake · 24 years ago
  96. eab58af Chris Barker <cbarker@jps.net>: Various updates and additions. by Fred Drake · 24 years ago
  97. 26fbd8b Chris Barker <cbarker@jps.net>: by Fred Drake · 24 years ago
  98. 658865c Chris Barker <cbarker@jps.net>: by Fred Drake · 24 years ago
  99. f459a09 Wrap a long line. by Fred Drake · 24 years ago
  100. b6441e7 More names. by Fred Drake · 24 years ago