1. 5901116 Remove some false statements. by Fred Drake · 24 years ago
  2. 35905ec Lots of small updates, some long overdue. by Fred Drake · 24 years ago
  3. f8e8ff0 Bump version number and set the date for the 2.1.1 release. by Fred Drake · 24 years ago
  4. fbe87eb Add a more substantial example startup file for the interactive shell; by Fred Drake · 24 years ago
  5. c743869 Revise the description of time.clock() so that it correctly describes the by Fred Drake · 24 years ago
  6. 35b9c24 Fix the markup of the caret charater in a couple of places; LaTeX's by Fred Drake · 24 years ago
  7. 6736e9d Add credit for a last-minute fix in the re documentation. by Fred Drake · 24 years ago
  8. 59fbb83 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 24 years ago
  9. d11f5f3 Move the section on concrete numeric objects before the section on by Fred Drake · 24 years ago
  10. 90e6518 Added information about the timeout parameter to the poll() method for by Fred Drake · 24 years ago
  11. 49ba499 Add another name. by Fred Drake · 24 years ago
  12. 93e543c Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 24 years ago
  13. 919b65e Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), by Fred Drake · 24 years ago
  14. 4695681 Added descriptions for some modules that previously did not have any by Fred Drake · 24 years ago
  15. 42af3ce Fix for SF bug #436525, reported by Greg Kochanski: by Thomas Wouters · 24 years ago
  16. f891be9 Explain the exit code for the wait() method, including a reference to by Fred Drake · 24 years ago
  17. 02be5cb The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 24 years ago
  18. f0f49d9 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 24 years ago
  19. 3bf0295 Added another name. by Fred Drake · 24 years ago
  20. 9e589ce Update to reflect Python 2.1.1 release planning. by Fred Drake · 24 years ago
  21. d8e303c Use the more conventional "self" as the name of the self parameter in an by Fred Drake · 24 years ago
  22. 7469771 Correct a markup error for an accented character. by Fred Drake · 24 years ago
  23. db9e1cb Removed some stray periods, and fix up a number of visible markup by Fred Drake · 24 years ago
  24. d1b8c2a Another name. by Fred Drake · 24 years ago
  25. 590111d SourceForge bug #437041: by Fred Drake · 24 years ago
  26. cffa3d6 Another name. by Fred Drake · 24 years ago
  27. f7e504d Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: by Fred Drake · 24 years ago
  28. 2a0f86d Backport Martin's checkin 1.4 (with minor fix): by Thomas Wouters · 24 years ago
  29. cf32a67 Backport Fred's checkin 1.3: by Thomas Wouters · 24 years ago
  30. d0c8ed6 Updated link to zlib's home page. by Fred Drake · 24 years ago
  31. 1e97425 Re-organize a little, clean up some markup. by Fred Drake · 24 years ago
  32. 10de30d Corrected an error in the information on supporting weak references in by Fred Drake · 24 years ago
  33. 2f7d035 Adjust to understand use of either single- or double-quotes to quote by Fred Drake · 24 years ago
  34. 2c5ecda Fix & clean up the information about building Python with large file support by Fred Drake · 24 years ago
  35. 83eb8cc Separate the version number and release status information. by Fred Drake · 24 years ago
  36. 5107a51 Add support for the classdesc* environment and the \releaseinfo and by Fred Drake · 24 years ago
  37. 9c573b0 Properly mark the availability of tempnam() and tmpnam(). by Fred Drake · 24 years ago
  38. 495739f Added documentation for PyErr_SetFromErrnoWithFilename(). by Fred Drake · 24 years ago
  39. 257f7d0 Adjust the documents so that the copyright is at the front of the documents by Fred Drake · 24 years ago
  40. a952658 Make sure 2.1.1 takes its proper place in the history of Python licenses. by Fred Drake · 24 years ago
  41. 7f29afb This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
  42. 76ce2aa Fix an improperly placed comma. by Fred Drake · 24 years ago
  43. b031d45 Add the appropriate availability annotations for the popen*() family of by Fred Drake · 24 years ago
  44. 26cff90 Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added by Fred Drake · 24 years ago
  45. a623ca8 Merge in recent changes from development branch: add warning about being by Fred Drake · 24 years ago
  46. ceea6fe Typo: "descrition" --> "description" by Fred Drake · 24 years ago
  47. a9ce10f Add references to the documentation for the Python documentation markup. by Fred Drake · 24 years ago
  48. 05f2920 Update a "Programmer's note" about lambda forms and scoping to reflect by Fred Drake · 24 years ago
  49. 35a37f1 is -> if in rename description by Skip Montanaro · 24 years ago
  50. 9d26f81 Explained more differences between PyList_SetItem() and PyList_SET_ITEM(). by Fred Drake · 24 years ago
  51. 3da898b Document os.getenv(). This closes SF bug #429059. by Fred Drake · 24 years ago
  52. cba8e5b Some general cleanup of the threading module documentation, including by Fred Drake · 24 years ago
  53. ecf1b65 Users of PySequence_GET_FAST() should get the length of the sequence using by Fred Drake · 24 years ago
  54. f1760de readlink() description: Added note that the return value may be either by Fred Drake · 24 years ago
  55. b807180 Bring the notes on the relationship between __cmp__(), __eq__(), and by Fred Drake · 24 years ago
  56. 7d92f45 Fix typo reported in SF bug #427783. by Fred Drake · 24 years ago
  57. 0108b37 The parameter to the listen() method is not optional, but was marked as by Fred Drake · 24 years ago
  58. d9289f0 Add a version annotation for splitdrive(); old, but as long as I managed by Fred Drake · 24 years ago
  59. 2ff9e92 Backport Fred's checkin 1.3: by Thomas Wouters · 24 years ago
  60. cfe4df1 Add a list of mapping interface methods which are not supported by by Fred Drake · 24 years ago
  61. 47237c7 Add some clarifications about the mapping interface presented by by Fred Drake · 24 years ago
  62. ecf8ca8 Update output to reflect additional precision produced by the repr() of by Fred Drake · 24 years ago
  63. 634f45a Add documentation for Py_Main() and PyThreadState_GetDict(). by Fred Drake · 24 years ago
  64. cd2f28d Typo: "that" --> "than" This closes SF bug #425320. by Fred Drake · 24 years ago
  65. 38665ca Fix bug in smtplib example: the prompt said to end the message with ^D, by Fred Drake · 24 years ago
  66. 964aa1d Make sure we include all of Python's numeric types in the data model by Fred Drake · 24 years ago
  67. cd7d2d0 Fix typo in weakref.proxy() documentation. This closes SF bug #423087. by Fred Drake · 24 years ago
  68. 90fe272 Remove all mentions of the strop module -- it has been pronounced Evil. by Fred Drake · 24 years ago
  69. 879040a Fix typo reported by David Goodger. This closes SF patch #422383. by Fred Drake · 24 years ago
  70. 8ee94e6 Itamar Shtull-Trauring <python@itamarst.org>: by Fred Drake · 24 years ago
  71. 4a64db9 Fix the operator precedence table: exponentiation binds tighter than negation. by Fred Drake · 24 years ago
  72. cf26a46 Update the directory names to match changes at SourceForge. by Fred Drake · 24 years ago
  73. b1c3c9e Work around limitations of the module synopsis table generation to avoid by Fred Drake · 24 years ago
  74. ecf6f59 Job.build_html(): Be more robust in ensuring about.html exists; copying by Fred Drake · 24 years ago
  75. c117d1a There is no IMAP class in the imaplib module; the class is IMAP4. by Fred Drake · 24 years ago
  76. c6cddfa Note that when inplace=1 existing backup files will be removed silently. by Fred Drake · 24 years ago
  77. 1541e78 Correct two floating-point representations printed by the interpreter in by Fred Drake · 24 years ago
  78. e9ecb6f Update publish-to-SourceForge scripts to automatically determine if the by Fred Drake · 24 years ago
  79. 1d0b183 Only document <file>.xreadlines() once; added version annotation. by Fred Drake · 24 years ago
  80. a3d6ad8 Fix a number of minor markup errors. by Fred Drake · 24 years ago
  81. 90a012b The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add by Fred Drake · 24 years ago
  82. 8d84e0d Add versioning notes: many of the signatures changed to allow the time by Fred Drake · 24 years ago
  83. 10f039b Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns by Fred Drake · 24 years ago
  84. 76aee9f Add description of the "explanation" optional parameter added to the by Fred Drake · 24 years ago
  85. ad1ecbe \versionadded: Add support for including an explanatory note along with by Fred Drake · 24 years ago
  86. a712f02 Added support for optional explanation parameter to the \versionadded macro. by Fred Drake · 24 years ago
  87. 41c71e6 Suggestion from Keith Briggs: refer to RE objects consistently instead of by Fred Drake · 24 years ago
  88. 4d99ab4 Update version numbers for the maintenance branch of the documentation. by Fred Drake · 24 years ago
  89. 6a0df4f Make a number of small clarifications and correct a whole bunch of typos, by Fred Drake · 24 years ago
  90. d51dd03 Add note about the version in which GetoptError was added -- this can by Fred Drake · 24 years ago
  91. a839747 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
  92. 1fcd438 Update document for the actual 2.1rc1 by Andrew M. Kuchling · 24 years ago
  93. 3fee304 Bump version number and set date. by Fred Drake · 24 years ago
  94. fc4ee0a Add convenience targets that build all archive types for single formatting by Fred Drake · 24 years ago
  95. 8d00a0f Michael Hudson: by Fred Drake · 24 years ago
  96. 0c4d468 Fixup some platform annotations. by Fred Drake · 24 years ago
  97. 2441366 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
  98. c054c75 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
  99. 62effc1 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
  100. fb8ffe6 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago