1. f0e8898 Document randrange(). by Fred Drake · 24 years ago
  2. 57a2f7f Change description of altzone to not refer to the "0th meridian". by Fred Drake · 24 years ago
  3. 9a748aa Say "manual page", not "man page", when referring to the Unix manual. by Fred Drake · 24 years ago
  4. abbc734 Make sure to note that this module was added for Python 2.0! by Fred Drake · 24 years ago
  5. 6e71cdd Reflect the name change to _winreg; we still need documentation for the by Fred Drake · 24 years ago
  6. efc43d4 Document recently-added mouse-related functions by Andrew M. Kuchling · 24 years ago
  7. 8aa3bd9 Make it clear that id() can return either a long integer or a plain integer. by Fred Drake · 24 years ago
  8. 5c529d3 Add a "See also:" link to the curses.ascii module. by Fred Drake · 24 years ago
  9. 589f44b Made the title of the Examples subsection plural! by Fred Drake · 24 years ago
  10. be93a83 Added note that the atexit module was added for Python 1.6. by Fred Drake · 24 years ago
  11. 6f2a5ef Added entry for the curses.ascii module. by Fred Drake · 24 years ago
  12. 5ccd4b2 Added entries for the curses.ascii module. by Fred Drake · 24 years ago
  13. 4e716fa Skip Montanaro <skip@mojam.com>: Added an example of using an HTTP POST request. by Fred Drake · 24 years ago
  14. c82634c Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  15. c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 24 years ago
  16. af5b766 Changed obsolete e-mail alias by Andrew M. Kuchling · 24 years ago
  17. f57d7b9 Dcoumentation for ascii.py. I've changed two references from ascii to by Andrew M. Kuchling · 24 years ago
  18. a4ca07c Minor grammatical fix by Andrew M. Kuchling · 24 years ago
  19. d24ff44 Document .timeout() method and .typeahead() function by Andrew M. Kuchling · 24 years ago
  20. 0adfb45 Make changes and clarifications suggested by Mark Hammond by Andrew M. Kuchling · 24 years ago
  21. b805069 Documentation for the mmap module: proofreaders welcomed by Andrew M. Kuchling · 24 years ago
  22. 9e759df Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
  23. fb79ffa Hook in the documentation for the unicodedata module. by Fred Drake · 24 years ago
  24. 28b2944 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  25. 6b14eeb Documentation for the pyexpat module. by Andrew M. Kuchling · 24 years ago
  26. d1a65ff Added preliminary documentation for the winreg module, by Fred Drake · 24 years ago
  27. 6c16019 Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code. by Fred Drake · 24 years ago
  28. b80a777 Added documentation for gettempprefix(). by Fred Drake · 24 years ago
  29. 0233075 Added documentation for TemporaryFile() and the siffix parameter to mktemp(). by Fred Drake · 24 years ago
  30. 99d707a Piers Lauder <piers@cs.su.oz.au>: by Fred Drake · 24 years ago
  31. f1dc5fa Updated docs to list all the new methods and functions. The docs are by Andrew M. Kuchling · 24 years ago
  32. 7cb42cd From Greg Ward <gward@python.net>: by Fred Drake · 24 years ago
  33. 8c5cede New description for math.frexp() -- poor description noted by Francois Pinard. by Fred Drake · 24 years ago
  34. c9a5f34 The addition of rint() (by Peter Schneider-Kamp; I forgot to mention by Guido van Rossum · 24 years ago
  35. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  36. 625d70a Fix references to the built-in compile() that don't include the by Fred Drake · 25 years ago
  37. 35784df Skip Montanaro <skip@mojam.com>: by Fred Drake · 25 years ago
  38. d85f059 read() method: clarify that strings are accepted and interpreted by Fred Drake · 25 years ago
  39. 3d69c0e Someone found the examples of poor practice on socket addresses! by Fred Drake · 25 years ago
  40. ae08853 Clarify status of connection of a new instance; it *is* connected if by Fred Drake · 25 years ago
  41. e06d025 Use \versionchanged to indicate when the second parameter to utime() by Fred Drake · 25 years ago
  42. d67ddbb Eric Raymond: by Guido van Rossum · 25 years ago
  43. 93a8eac Document the new additional signature for utime(). In addition to the by Barry Warsaw · 25 years ago
  44. 40ee7ac \file and \filenq should not be used in section titles; they are not by Fred Drake · 25 years ago
  45. ac308d0 Added a "See also:" section that exhibits the \seerfc markup. by Fred Drake · 25 years ago
  46. cebda6f Added documentation for WindowsError; omission noted by Michal Bozon by Fred Drake · 25 years ago
  47. 9cf7587 Update change to version_info structure. by Fred Drake · 25 years ago
  48. 4d65d73 Document hexversion (incompletely explained) and version_info (easily by Fred Drake · 25 years ago
  49. ee775a1 Make use of \longprogramopt where appropriate. by Fred Drake · 25 years ago
  50. 0682be4 letters: by Fred Drake · 25 years ago
  51. 9164f88 Fix Skip's email address in his attribution! (Thanks, Skip!) by Fred Drake · 25 years ago
  52. c2c46c3 New example from Skip Montanaro <skip@mojam.com>. by Fred Drake · 25 years ago
  53. 69ca950 Make sure the \declaremodule uses the right name for the module! by Fred Drake · 25 years ago
  54. 343301a unichr(), unicode(): Added \versionadded{} annotations. by Fred Drake · 25 years ago
  55. 0b72116 Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeType. by Fred Drake · 25 years ago
  56. 56ced2a Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  57. 5828ad6 Revised / removed comments about string exceptions (relating to the by Fred Drake · 25 years ago
  58. 3cb793e Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeError description. by Fred Drake · 25 years ago
  59. 61098f2 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  60. 665dd70 Note the exception raised when parameter to chr() is out of range. by Fred Drake · 25 years ago
  61. 33d5184 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  62. 98f8a3d Added codecs entry here as part of String Services. by Fred Drake · 25 years ago
  63. b7979c7 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  64. 6d5c6bd Removed bogus connect() call in SMTP example; reported by Travis by Fred Drake · 25 years ago
  65. 71b04da Added reference to the multifile module from the "See also" section by Fred Drake · 25 years ago
  66. d1a56f4 Noted by Guido: by Fred Drake · 25 years ago
  67. 898915d Noted by Guido: by Fred Drake · 25 years ago
  68. 43b89b6 Noted by Guido: by Fred Drake · 25 years ago
  69. 12ed365 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de> (re-written). by Fred Drake · 25 years ago
  70. 005f494 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 25 years ago
  71. 7d68690 Added notes about the eventual disappearance of two-parameter bind(), by Fred Drake · 25 years ago
  72. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 25 years ago
  73. 6a0d844 UserString section: by Fred Drake · 25 years ago
  74. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 25 years ago
  75. 3c9f936 Two new sections. Preliminary. by Fred Drake · 25 years ago
  76. 15861b2 Update portability information for the spawn*() functions and related by Fred Drake · 25 years ago
  77. 0baf773 Added entry for libtabnanny.tex. by Fred Drake · 25 years ago
  78. 155348b Initial version from Peter Funk <pf@artcom-gmbh.de>, with minor by Fred Drake · 25 years ago
  79. 1e862e8 Update the description of int() to include the radix parameter; by Fred Drake · 25 years ago
  80. 8006d31 Added docs for new crc32() function. By Jim Ahlstrom. by Guido van Rossum · 25 years ago
  81. 41d8463 Document the API changes to the nntplib module (exceptions become by Barry Warsaw · 25 years ago
  82. 2bb43a2 The dircmp module is now obsolete. by Fred Drake · 25 years ago
  83. 76e6da3 Document GetoptError and label error an alias. by Fred Drake · 25 years ago
  84. b9bdfc6 Document 1.5.2+ aspects of the NotANumber exception. (Note that this by Fred Drake · 25 years ago
  85. 89ab163 Document that the |mode| parameter to open() is optional and explain how by Fred Drake · 25 years ago
  86. 88f6ca2 Document getgroups(), getlogin(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  87. d16b5ab Markup consistency nits that Guido didn't check. ;-) by Fred Drake · 25 years ago
  88. 5f7a28c Doc update from Piers Lauder see changes for imaplib.py version 2.16. by Guido van Rossum · 25 years ago
  89. 18f7a45 Document the new stuff in the os module. by Fred Drake · 25 years ago
  90. d4d4ba3 Update link to PythonWare library page. by Fred Drake · 25 years ago
  91. 7424242 Removed last XXX comment; no further action needed on this one. by Fred Drake · 25 years ago
  92. 55e9396 Preliminary documentation for turtle module (Tk), by Moshe Zadka. by Fred Drake · 25 years ago
  93. 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  94. ebe0341 Use \citetitle instead of \emph. by Fred Drake · 25 years ago
  95. 356d0ce Use \citetitle in one place. by Fred Drake · 25 years ago
  96. 268df27 Use the new markup as apporpriate. by Fred Drake · 25 years ago
  97. 6e9ea59 Use \programopt in one place. by Fred Drake · 25 years ago
  98. d290c10 Use \programopt in one place. by Fred Drake · 25 years ago
  99. 6cf186b pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>. by Fred Drake · 25 years ago
  100. 47a27b6 Make references to new filecmp module hyperlinks now that there's documentation. by Fred Drake · 25 years ago