Final head of the former 2.0 branch
  1. c334b3a Added documentation for PyErr_SetFromErrnoWithFilename(). by Fred Drake · 24 years ago
  2. c79ac00 Adjust so that the copyright statements remain at the front but all the long by Fred Drake · 24 years ago
  3. 31ba593 Added the new license.tex as shared dependency. by Fred Drake · 24 years ago
  4. 484cf5c This commit was manufactured by cvs2svn to create branch 'release20-maint'. by cvs2svn · 24 years ago
  5. 7841103 Update version number and date for 2.0.1 final release. by Fred Drake · 24 years ago
  6. 87ce6ac Fix an improperly placed comma. by Fred Drake · 24 years ago
  7. f9c24dd Update version number and date for patch release candidate. by Fred Drake · 24 years ago
  8. 17ed606 Update version number for patch release candidate. by Fred Drake · 24 years ago
  9. 7c7d1f8 Correct two floating-point representations printed by the interpreter in by Fred Drake · 24 years ago
  10. 0ae1490 This commit was manufactured by cvs2svn to create branch 'release20-maint'. by cvs2svn · 25 years ago
  11. f155170 Correct form of FourThought's name by Andrew M. Kuchling · 25 years ago
  12. 89fb035 For PyErr_Format(), note that the exception parameter can be a string or by Fred Drake · 25 years ago
  13. 3c8c2f9 Adjust the Macintosh manual to have the formatting dependencies for by Fred Drake · 25 years ago
  14. 21c9df7 For os.stat() & friends, note that the time fields are returned as by Fred Drake · 25 years ago
  15. e764968 Update dependencies for the Macintosh manual. by Fred Drake · 25 years ago
  16. c25296a Update to include all the new chapters & sections. by Fred Drake · 25 years ago
  17. c7babad Remove everything that is not module documentation. It is no longer needed here. by Fred Drake · 25 years ago
  18. 8e850ee Fix some internal references that I botched. by Fred Drake · 25 years ago
  19. 45aa573 Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>. by Fred Drake · 25 years ago
  20. 4d0d621 Chapters on Mac Toolbox modules and other undocumented modules, ready to by Fred Drake · 25 years ago
  21. 1bd905e Documentation for the aepack and aetypes modules, by Vincent Marchetti by Fred Drake · 25 years ago
  22. 8f6ca15 Chris Barker <cbarker@jps.net>: Small fixes. by Fred Drake · 25 years ago
  23. eab58af Chris Barker <cbarker@jps.net>: Various updates and additions. by Fred Drake · 25 years ago
  24. 26fbd8b Chris Barker <cbarker@jps.net>: by Fred Drake · 25 years ago
  25. 658865c Chris Barker <cbarker@jps.net>: by Fred Drake · 25 years ago
  26. f459a09 Wrap a long line. by Fred Drake · 25 years ago
  27. b6441e7 More names. by Fred Drake · 25 years ago
  28. eecdc7f A bunch of nits fix and some additional information added by Chris by Fred Drake · 25 years ago
  29. 9d62943 Center the top line of the license page, to make it look just a little bit by Fred Drake · 25 years ago
  30. 91eb3e8 Update the release number and date. by Fred Drake · 25 years ago
  31. 602aa77 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  32. babe326 Added entries for new files of SAX documentation. by Fred Drake · 25 years ago
  33. 014f0e3 Massive addition of SAX documentation from Martin von Loewis by Fred Drake · 25 years ago
  34. ec1722e Various minor additions and clarifications, mostly suggested by Jeremy by Andrew M. Kuchling · 25 years ago
  35. 7486c6b Comment out a separator line, since all the others are commented out, by Fred Drake · 25 years ago
  36. 6032c48 Add new section on the XML package. (This was the only major new 2.0 feature by Andrew M. Kuchling · 25 years ago
  37. 9361565 Document the exceptions that now get raised on invalid parameters. by Fred Drake · 25 years ago
  38. 6fe9bac Make sure methods of ZipFile objects are in alphabetical order; the logical by Fred Drake · 25 years ago
  39. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 25 years ago
  40. 66c9f07 Note that the UserString/MutableString classes are far less efficient by Fred Drake · 25 years ago
  41. ef52f60 Revise the examples not to use the "from socket import *", and adjust by Fred Drake · 25 years ago
  42. 0fc6a67 Remove duplicated text from urlopen() description, noted by Ka-Ping by Fred Drake · 25 years ago
  43. 77b76b6 Substantially revise to handle the fact that Python CVS is no longer in a by Fred Drake · 25 years ago
  44. 3ece713 Make it clear that copy_reg.pickle() should not be used for classes, but by Fred Drake · 25 years ago
  45. f8ca7d8 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
  46. 2d34cd3 Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
  47. 2540788 Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
  48. 4d3714b Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
  49. 6ff7aec Move the documentation for the mutex module to be with the threading by Fred Drake · 25 years ago
  50. 87d4a03 Do not forget to build the acks.html file when building "all"! by Fred Drake · 25 years ago
  51. 17a2b64 Work around annoyances in LaTeX2HTML. by Fred Drake · 25 years ago
  52. 955e03b Push xmllib to the end of the markup chapter since it is deprecated. by Fred Drake · 25 years ago
  53. ecbd2aa Another name. by Fred Drake · 25 years ago
  54. 3383792 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 25 years ago
  55. 7787841 Hush the nanny. by Fred Drake · 25 years ago
  56. 5d64421 Fix a couple of places where the descriptions of *_GET_SIZE() macros said by Fred Drake · 25 years ago
  57. c2bac87 Include more information from the docstrings. by Fred Drake · 25 years ago
  58. 3a844a2 Another name. by Fred Drake · 25 years ago
  59. 5197444 Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>. by Fred Drake · 25 years ago
  60. c6243e4 Add notes on the requirements for subclasses. by Fred Drake · 25 years ago
  61. 2e06c20 Revise the versioning information to say that this was revised in 1.6, by Fred Drake · 25 years ago
  62. 062ea2e Made a number of revisions suggested by Fredrik Lundh. by Fred Drake · 25 years ago
  63. d88d0a1 It turns out that Guido does not like or encourage the use of the term by Fred Drake · 25 years ago
  64. 4764913 Use the cvsinfo module instead of a module stuff off in my personal collection. by Fred Drake · 25 years ago
  65. 72fbd82 Support module to help work with checked-out CVS trees. by Fred Drake · 25 years ago
  66. 5d63a39 is_zipfile() description: Use the same name for the parameter as the by Fred Drake · 25 years ago
  67. 50a22a4 Added a name. by Fred Drake · 25 years ago
  68. 410cb6b The _PyTuple_Resize() last_is_sticky flag must now always be false. by Neil Schemenauer · 25 years ago
  69. 9351dd2 Document the lookbehind assertions (closing bug#115119) by Andrew M. Kuchling · 25 years ago
  70. 7a90db6 Document expand() method of MatchObjects by Andrew M. Kuchling · 25 years ago
  71. 85788ed Better add at least a short docstring to the module! by Fred Drake · 25 years ago
  72. 6522192 Add a link to the new acks.html file. by Fred Drake · 25 years ago
  73. 3705e59 Add rules for generating the acks.html file at the top of the document tree. by Fred Drake · 25 years ago
  74. 702f2d7 Ignore the acks.html file, since it is generated. by Fred Drake · 25 years ago
  75. f23431d New script to convert the ACKS file to a nicely formatted HTML file. by Fred Drake · 25 years ago
  76. 01a110b Use the new support module instead of including all the getopt by Fred Drake · 25 years ago
  77. ca2b2e0 Factor out some of the presentation and shared code from mkmodindex and by Fred Drake · 25 years ago
  78. 4beff43 List of acknowledgements culled from CVS checkin logs and memory. by Fred Drake · 25 years ago
  79. 559b5c8 Update for next planned release. by Fred Drake · 25 years ago
  80. b2c2c9e - update Neil's email address by Neil Schemenauer · 25 years ago
  81. 15f0666 Added deprecation notices to atof(), atoi(), and atol(), recommending by Fred Drake · 25 years ago
  82. c71c23e Added \versionchanged comment to os.popen() noting that it was unreliable by Fred Drake · 25 years ago
  83. 63eb630 Remove styling information that conflicts with or duplicates the stylesheet; by Fred Drake · 25 years ago
  84. d44dc3c Rewrites to section on new development process, after Usenet discussion by Andrew M. Kuchling · 25 years ago
  85. 0b4e25d Use \obindex{...} instead of \indexii{...}{type} in many places; this is by Fred Drake · 25 years ago
  86. 1654b43 Preliminary tool to troll through the CVS logs and LaTeX sources for by Fred Drake · 25 years ago
  87. 1319e3e Remove old note that os.popen() on Windows is unreliable; this is no by Fred Drake · 25 years ago
  88. 13589c6 Bump the release number for the upcoming candidate. by Fred Drake · 25 years ago
  89. e35360f Jim Ahlstrom sent a few corrections to my changes. (Thanks!) by Fred Drake · 25 years ago
  90. 5f84c9b $OFF_SITE_LINK_ICON: Don't define here; simply defining it overrides a by Fred Drake · 25 years ago
  91. 58a2dff Replace minimal \seetext references with better annotated \seerfc by Fred Drake · 25 years ago
  92. 4dc1a6d Added some comments on the interaction of reload() and extension modules. by Fred Drake · 25 years ago
  93. 296b8f5 Add deprecation note since the XML support is shaping up. by Fred Drake · 25 years ago
  94. 8093b70 Minor change to attributes so that the stylesheets can have better control. by Fred Drake · 25 years ago
  95. 4278024 Substantially revised documentation for the zipfile module, partially based by Fred Drake · 25 years ago
  96. 5df72f0 Minor stylesheet nit. by Fred Drake · 25 years ago
  97. 7a40c07 make_icon_filename(): Convenience function to turn a partial filename by Fred Drake · 25 years ago
  98. f6791f3 Minor usage fix. by Fred Drake · 25 years ago
  99. 8d3312f Add documentation and warnings for the isCallable(), isMappingType(), by Fred Drake · 25 years ago
  100. 0bc5953 Added skeletal "Building Extensions: Tips and Tricks" section. This by Greg Ward · 25 years ago