1. 3f2c383 Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol by Guido van Rossum · 26 years ago
  2. 3791b0d Carefully check for overflow when allocating the memory for fromfile by Guido van Rossum · 26 years ago
  3. 24f8579 Get rid of AC_CHECK_LIB(m, pow) since this is taken care of later with by Guido van Rossum · 26 years ago
  4. 74ee886 1. Print the error message (carefully) when a dl.open() fails in verbose mode. by Guido van Rossum · 26 years ago
  5. 264bd59 1. Clarify that immutability isn't entirely the same as unchangeable by Guido van Rossum · 26 years ago
  6. 124eff0 Patch by Tim Peters to improve the range checks for range() and by Guido van Rossum · 26 years ago
  7. 717d1fd 1. Augment the DG/UX rule so it doesn't break the BeOS build. by Guido van Rossum · 26 years ago
  8. 027188a According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to the by Guido van Rossum · 26 years ago
  9. 5ef8f0c According to Jeffrey Honig, bsd/os 4.0 should be added to the list. by Guido van Rossum · 26 years ago
  10. c222ec2 Patch by Tadayoshi Funaba (with some changes) to be smarter about by Guido van Rossum · 26 years ago
  11. 1ec71cb Incorporated updates to describe geturl() by Sjoerd Mullender by Fred Drake · 26 years ago
  12. 4505895 As Des Barry points out, we need to call pathname2url(file) in two by Guido van Rossum · 26 years ago
  13. ba21d10 Added note about *static* after description of *shared*. by Fred Drake · 26 years ago
  14. b71c570 Document *static* -- in two places! by Guido van Rossum · 26 years ago
  15. 00a3a65 Refer to the right RFC in the intro. by Fred Drake · 26 years ago
  16. 360eb9f We don't support leap seconds, so the seconds field of a time 9-tuple by Guido van Rossum · 26 years ago
  17. 5bd69db In atoi(), don't use isxdigit() to test whether the last character by Guido van Rossum · 26 years ago
  18. 0fb7a37 Reflect the released version. by Fred Drake · 26 years ago
  19. fb801e7 As Finn Bock points out, _P_WAIT etc. don't have a leading underscore by Guido van Rossum · 26 years ago
  20. 0df2188 Typo: "apparentlt" --> "apparently" by Fred Drake · 26 years ago
  21. 974e32d Steve Clift pointed out that 'file' allows a netloc. by Guido van Rossum · 26 years ago
  22. 61eeb04 The docstring for ttyname(..) claims a second "mode" argument. The by Guido van Rossum · 26 years ago
  23. 11a8d0b Dang. Even though this is obsolete code, somebody found a bug, and I by Guido van Rossum · 26 years ago
  24. 9226d8e Removed "This will be discussed later." where it's not. Reported by by Fred Drake · 26 years ago
  25. 7d9b133 Other chapter titles refer to collections of modules as "Services"; do by Fred Drake · 26 years ago
  26. 8ece804 Noted report of missing material in the extending & embedding manual, by Fred Drake · 26 years ago
  27. c411fa6 Revised description of blank line handling for the interpreter, based by Fred Drake · 26 years ago
  28. fab41f1 BabylMailbox description: Properly escape the backslashes in the by Fred Drake · 26 years ago
  29. b63e77c Oops, used a \label twice - fix one of them. by Fred Drake · 26 years ago
  30. 180b68b More reasonable section titles. by Fred Drake · 26 years ago
  31. 76991ec Shorten section title. by Fred Drake · 26 years ago
  32. 199b79c Added descriptions for BabylMailbox and Maildir (Qmail) mailbox objects. by Fred Drake · 26 years ago
  33. 67d229e Shorten section title. by Fred Drake · 26 years ago
  34. bbac432 Shorten a few section titles. by Fred Drake · 26 years ago
  35. da57365 Give subsections reasonable file names in the HTML. by Fred Drake · 26 years ago
  36. 3425011 Added an index entry. by Fred Drake · 26 years ago
  37. 50cdd97 do_cmd_arabic(): Override the l2h-provided version to remove that by Fred Drake · 26 years ago
  38. df5d50d Specify the sizes of H? relative to the normal font size as by Fred Drake · 26 years ago
  39. 56f8185 Shortened the short synopsis -- too long. by Fred Drake · 26 years ago
  40. 9f03380 Use more current approach to recording authors. by Fred Drake · 26 years ago
  41. c600475 Shortened the short synopsis -- way too long. by Fred Drake · 26 years ago
  42. d8a41e6 Fix an amazing number of typos & malformed sentences reported by Detlef by Fred Drake · 26 years ago
  43. f634634 Noted that the module was added in 1.5.2. by Fred Drake · 26 years ago
  44. 4e7c205 Update description of what modules "look like" when printed. by Fred Drake · 26 years ago
  45. cd71aa2 Use current approach to record documentation author. by Fred Drake · 26 years ago
  46. 2a2f1fe Record module & documentation author. by Fred Drake · 26 years ago
  47. 6b103f1 Documentation for pyclbr and tokenize modules. by Fred Drake · 26 years ago
  48. 3d199af Bow to font-lock at the end of the docstring, since it throws stuff off. by Fred Drake · 26 years ago
  49. 4d358b5 Added sections for pyclbr and tokenize. by Fred Drake · 26 years ago
  50. 7c829b3 Remove the "Parsing Python" section. Hurray! by Fred Drake · 26 years ago
  51. 3d7707a More files. by Fred Drake · 26 years ago
  52. 93d762f Mark <verbatim> elements that represent interactive sessions; these by Fred Drake · 26 years ago
  53. 997eec7 Minor adjustments to reflect esis2sgml.py changes. by Fred Drake · 26 years ago
  54. 607aed7 Some adjustments, mostly to make it more general. by Fred Drake · 26 years ago
  55. 4cc902f Make the _rmtt regular expression deal with the new CSS-friendly by Fred Drake · 26 years ago
  56. 70a66c9 Add notes to __builtin__.float() and string.atof() that the NaN and Inf by Fred Drake · 26 years ago
  57. d60ec8f This commit was manufactured by cvs2svn to create tag 'r152b2'. by cvs2svn · 26 years ago
  58. 126cbfa Updated for 1.5.2b2 release. by Guido van Rossum · 26 years ago
  59. 74608e6 New in 1.5.2b2. by Guido van Rossum · 26 years ago
  60. 8a06aea Couple of new names. by Guido van Rossum · 26 years ago
  61. b0f99a6 Comment out confusing write call. by Guido van Rossum · 26 years ago
  62. 29fb54f Update note about the (...) format specifier for PyArg_ParseTuple(). by Fred Drake · 26 years ago
  63. 951eea4 atof() description: Add information about accepting 'NaN' to produce by Fred Drake · 26 years ago
  64. 594b3d6 Some new stuff. Get the HTML docs via a new variable. by Guido van Rossum · 26 years ago
  65. 66368cc Patch by Tommy Burnette to accept an arbitrary sequence when "(...)" by Guido van Rossum · 26 years ago
  66. 127ed0a Updated list of standard exceptions in section 4.1. by Fred Drake · 26 years ago
  67. a89b98f News in 0.3. by Guido van Rossum · 26 years ago
  68. 8e01517 Small updates and grammatical adjustments. by Fred Drake · 26 years ago
  69. dce019e Bump version to 0.3. by Guido van Rossum · 26 years ago
  70. 1a566ff When the parameter to PyInt_AsLong() has already been checked with by Fred Drake · 26 years ago
  71. 8f2918f After all, we don't need to call the callbacks ourselves! by Guido van Rossum · 26 years ago
  72. be5f2f1 When deleting, call the callbacks *after* deleting the window from our list! by Guido van Rossum · 26 years ago
  73. d804f4e _safe_repr(): Simplify the condition tests in the first possible by Fred Drake · 26 years ago
  74. c4f752f Fix up the Windows menu via the new callback mechanism instead of by Guido van Rossum · 26 years ago
  75. 5437ddf Support callbacks to patch up Windows menus everywhere. by Guido van Rossum · 26 years ago
  76. a79a93f Oh, why not. Checking in the Emacs-generated change log. by Guido van Rossum · 26 years ago
  77. 3b4e2f0 (py-shell): Added optional argprompt, which will prompt for additional by Barry Warsaw · 26 years ago
  78. aa384fd (py-default-interpreter): New variable which selects whether CPython by Barry Warsaw · 26 years ago
  79. 33698f8 Removed old dynamic linking chapter. by Fred Drake · 26 years ago
  80. a0d5d70 # Accidentally checked in a test version of this file with a bogus by Guido van Rossum · 26 years ago
  81. 2f7bfaf Remove all email addresses. by Fred Drake · 26 years ago
  82. 9ea3289 Only pop up the stack viewer when requested in the Debug menu. by Guido van Rossum · 26 years ago
  83. 6724835 Use the portable form of initializing the ob_type field for new types. by Fred Drake · 26 years ago
  84. 71ddcd8 Finn Bock. by Guido van Rossum · 26 years ago
  85. 3de61bc Integrated notes on building extension modules on Windows, by Neil by Fred Drake · 26 years ago
  86. f6838c0 Copy in the stylesheet after latex2html is done. by Fred Drake · 26 years ago
  87. fcf57ad Copy in the stylesheet after latex2html is done. by Fred Drake · 26 years ago
  88. 90fdda5 Become more stylesheet-friendly. by Fred Drake · 26 years ago
  89. 00d98ee CSS style sheet for the documentation. by Fred Drake · 26 years ago
  90. 63f2177 Bump release to 1.5.2b2. by Fred Drake · 26 years ago
  91. f43ce00 Make sure errors get propogated. by Fred Drake · 26 years ago
  92. 5d856fc The usual by Guido van Rossum · 26 years ago
  93. 0b07035 Add source file winsound.c and library winmm.lib by Guido van Rossum · 26 years ago
  94. 85a59dd The _O_* constants are defined as O_* in the os module. by Fred Drake · 26 years ago
  95. 9329e5e Remove "_" from the P_* symbols used with the spawn*() functions. by Fred Drake · 26 years ago
  96. 6543e88 Check for potential error returned by _ungetch(). by Guido van Rossum · 26 years ago
  97. 7d38529 The symbols P_* (for spawn*(), MS specific) should not have a leading by Guido van Rossum · 26 years ago
  98. c7b72db Added chapter on Windows modules, including msvcrt and winsound. by Fred Drake · 26 years ago
  99. a5fab7f Added some files to the library reference. by Fred Drake · 26 years ago
  100. abfd7d6 Small grammatical fix; missing comma. by Fred Drake · 26 years ago