1. df3d875 Better error messages when raising ValueError for int and long by Guido van Rossum · 26 years ago
  2. 152d817 Fix a memory leak -- the cached values of __getattr__ etc. were never freed. by Guido van Rossum · 26 years ago
  3. f6fc1ec Jim A's new versions of these by Guido van Rossum · 26 years ago
  4. 84c6fc9 Patch by Ron Klatchko: fix invariant in _unread(). Also fixed by Guido van Rossum · 26 years ago
  5. 6fd83b7 Generalized so it's useful for testing other packages, by Andrew by Guido van Rossum · 26 years ago
  6. 3357561 Added randrange to list of exported functions. by Guido van Rossum · 26 years ago
  7. 187f154 Introducing randrange([start,] stop [,step]) -- same as by Guido van Rossum · 26 years ago
  8. 490ec9c Use buildtools where appropriate. Build BuildApplication applet too. by Jack Jansen · 26 years ago
  9. b44f1cc Build a full standalone application from a python script (Just) by Jack Jansen · 26 years ago
  10. 015b70e Common code used to the buildtools module (Just) by Jack Jansen · 26 years ago
  11. b5ae378 Implementation of freezing from shared libraries, without source. (Just) by Jack Jansen · 26 years ago
  12. 813c997 Common code for BuildApplet, BuildApplication and fullbuild (Just) by Jack Jansen · 26 years ago
  13. 87440e4 Extended replacement for scripts:cfmfile.py (Just) by Jack Jansen · 26 years ago
  14. 871fad2 Added has_key() method to IC object. Removed a debug print. by Jack Jansen · 26 years ago
  15. a7a7df0 New about box and a few other fixes by Just, and everything got by Jack Jansen · 26 years ago
  16. 87c485c Initialize the program name before adding shared library resources (Just). by Jack Jansen · 26 years ago
  17. 2e6445c Don't add the library file to the resource file chain if it is the by Jack Jansen · 26 years ago
  18. 7e1fb7c New about box, with the version mesage filled in in a text item, and by Jack Jansen · 26 years ago
  19. 017e0ff The PYD resource should now contain 2 strings: one for the ppc by Jack Jansen · 26 years ago
  20. abdf93c Re-indented properly (Just). by Jack Jansen · 26 years ago
  21. 5fdd119 Clarify the + and b mode characters for open() a bit. by Guido van Rossum · 26 years ago
  22. b3563158 Pass paper size to dvips explicitly. by Fred Drake · 26 years ago
  23. 8f7abed Update. by Fred Drake · 26 years ago
  24. d05177f tohtml(): Use a table instead of a definition list for module synopses. by Fred Drake · 26 years ago
  25. d19b9d6 Fix two remaining references to all-pdf and all-ps to only use pdf and ps. by Fred Drake · 26 years ago
  26. 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
  27. e574405 Update the HOWTO template to use a separate page for front matter, with by Fred Drake · 26 years ago
  28. 514cd87 do_cmd_maketitle(): No <hr> at the end of the "title page". by Fred Drake · 26 years ago
  29. 1e4973b Define stuff to allow simple HTML-only selection using TeX's \if<foo>...\fi by Fred Drake · 26 years ago
  30. efc17bd Added ref/ref.tex to REFFILES. by Fred Drake · 26 years ago
  31. 61c7728 Make sure all chapters, sections, and subsections have a \label to give them by Fred Drake · 26 years ago
  32. 020f8c0 Make sure chapters, sections, and subsections all have a \label to give them by Fred Drake · 26 years ago
  33. 1a7bab0 Don't use raw_input() to ask for the password; this puts the password by Guido van Rossum · 26 years ago
  34. ec8c8c2 fix __str__ method of EnvironmentError (base class of IOError): was by Jeremy Hylton · 26 years ago
  35. ee7fd69 Fixed the gzip synopsis. by Fred Drake · 26 years ago
  36. a30e469 Added the popen2 synopsis. by Fred Drake · 26 years ago
  37. 54327c4 Added the calendar synopsis. by Fred Drake · 26 years ago
  38. edf6b1f Added the bisect synopsis. by Fred Drake · 26 years ago
  39. 9030b0f Added the dumbdbm synopsis. by Fred Drake · 26 years ago
  40. 08caa96 Added a synopsis. by Fred Drake · 26 years ago
  41. 9643c67 Fix the synopsis. by Fred Drake · 26 years ago
  42. b44e753 Mark the new & changed items. by Fred Drake · 26 years ago
  43. 6481ba6 Update the release date. by Fred Drake · 26 years ago
  44. 53af049 do_cmd_localmoduletable(): Cause the child links table to be dropped when by Fred Drake · 26 years ago
  45. 897d12b do_cmd_versionadded(), do_cmd_versionchanged(): Support for new macros. by Fred Drake · 26 years ago
  46. af958c7 \versionadded, \versionchanged: New macros. by Fred Drake · 26 years ago
  47. 9ad9c9b Convert operator precedence table to the new style markup. by Fred Drake · 26 years ago
  48. 6f5bf8d Minor tidy. by Fred Drake · 26 years ago
  49. 28700c4 Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). by Guido van Rossum · 26 years ago
  50. 8b2b3ce Two changes: by Guido van Rossum · 26 years ago
  51. 76310fc Make sure that at least one digit has been consumed in atoi(). by Guido van Rossum · 26 years ago
  52. f7685d7 Fix up the synopsis table stuff so it gets things right at each chapter, by Fred Drake · 26 years ago
  53. b3a3ed8 Update @INC so we can 'require' modules in Doc/perl/. by Fred Drake · 26 years ago
  54. a0f4c94 Added module synopsis support with one (big) caveat: All the modules are by Fred Drake · 26 years ago
  55. 2903d03 tohtml(): Make module names anchors. by Fred Drake · 26 years ago
  56. a1cce71 Converted some {tabular}s to use {tablei*} environments. by Fred Drake · 26 years ago
  57. 30e5265 {tableiv} environment: Four-column table. by Fred Drake · 26 years ago
  58. aca61a4 Removing all references to FrameMaker by Guido van Rossum · 26 years ago
  59. 6a2fe26 checkpoint before I throw this away by Guido van Rossum · 26 years ago
  60. 579c845 Checking in uninteresting changes (mostly window resizes :-) by Guido van Rossum · 26 years ago
  61. 2babd7b Document getsize(), getmtime(), getatime(). by Guido van Rossum · 26 years ago
  62. 2bc1f8f Added getsize(), getmtime(), getatime() by Guido van Rossum · 26 years ago
  63. 89a79d1 Document makedirs(), removedirs(), renames() -- ESR-inspired super-versions by Guido van Rossum · 26 years ago
  64. 4def7de Add makedirs(), removedirs(), renames() -- ESR-inspired super-versions by Guido van Rossum · 26 years ago
  65. 7313b03 My first Perl object. ;-) by Fred Drake · 26 years ago
  66. 246837d Fix markup of an \indexiii --> only two parameters were given. by Fred Drake · 26 years ago
  67. 2a502d8 Use 'S' format character for the optional constructor argument, so we by Guido van Rossum · 26 years ago
  68. d540509 Changes copied from the FrameMaker version. Hardly anything (but then by Guido van Rossum · 26 years ago
  69. 5399d68 Changes copied from the FrameMaker version. Not too much. by Guido van Rossum · 26 years ago
  70. 56c2013 Changes copied from the FrameMaker version. Also documented some by Guido van Rossum · 26 years ago
  71. 34116ba Remove all-<format> targets in favor of just <format>. by Fred Drake · 26 years ago
  72. 7c0240f e.g. -> e.g., by Guido van Rossum · 26 years ago
  73. c2aa9fb Remove use of the avant package; Helvetica isn't as pretty, but works for by Fred Drake · 26 years ago
  74. b193c95 Document Ellipsis (not much of a documentation snippet, but at least by Guido van Rossum · 26 years ago
  75. 1eb200d Added 3 missing types: ComplexType, SliceType, EllipsisType. by Guido van Rossum · 26 years ago
  76. 78a6ddb Move files around in a different way, so CVS picks up all the changes. ;-) by Fred Drake · 26 years ago
  77. 3f8a59f Reflect file renamings for the Python Library Reference. by Fred Drake · 26 years ago
  78. 64e3b43 Move files around to get the names to match the module names except for by Fred Drake · 26 years ago
  79. 889f53d Reduce the number of levels in the Table of Contents by one, mostly for the by Fred Drake · 26 years ago
  80. 13529c4 Remove item about one section === one module; done. by Fred Drake · 26 years ago
  81. 3a0ad60 Changes copied from the FrameMaker version, and some new stuff by Guido van Rossum · 26 years ago
  82. 5420f33 \textunderscore: Re-define with a width that's more appropriate for the by Fred Drake · 26 years ago
  83. cf0fb8b Document the 'p' format character. by Fred Drake · 26 years ago
  84. c457ca7 Fix up Barry's markup, which didn't pass the latex test. ;-) by Fred Drake · 26 years ago
  85. da00c87 Added descriptions of EnvironmentError and OSError; updated IOError to by Barry Warsaw · 26 years ago
  86. eef2cd1 Updated the description of os.error to reflect the fact that it is now by Barry Warsaw · 26 years ago
  87. 27467e4 Logical markup. by Fred Drake · 26 years ago
  88. b18a93b Changes copied from the FrameMaker version (hardly anything original). by Guido van Rossum · 26 years ago
  89. 3bd9ab0 Use the new module synopsis syntax, even though we don't need a synopsis table by Fred Drake · 26 years ago
  90. 8cab549 use_latex(): Hack to pass .syn files though uniq, so that the last module by Fred Drake · 26 years ago
  91. 465a42a Added targets dvi, pdf, and ps, to make all of the documents in those formats. by Fred Drake · 26 years ago
  92. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  93. fe7f3bc Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable macros. by Fred Drake · 26 years ago
  94. dfb658c 'name space' -> 'namespace' by Guido van Rossum · 26 years ago
  95. a488f30 Lots of new stuff for "module synopsis support." Public interface consists by Fred Drake · 26 years ago
  96. 2fcadb2 \py@ModSynopsisFilename: New macro; gives names of the .syn file. by Fred Drake · 26 years ago
  97. 1cc6d53 \py@ModSynopsisFilename: New macro; gives names of the "current" .syn file. by Fred Drake · 26 years ago
  98. c31cc38 Ignore the new ".syn" files used to handle module synopses. by Fred Drake · 26 years ago
  99. 83b2f8a Lots of changes copied from the FrameMaker version. Also documented by Guido van Rossum · 26 years ago
  100. d58d764 Several changes to support inclusion of filename in relevent exceptions: by Barry Warsaw · 26 years ago