1. cff5482 Mark RELEASE with the release level ("a2"). by Fred Drake · 24 years ago
  2. 69ca950 Make sure the \declaremodule uses the right name for the module! by Fred Drake · 24 years ago
  3. 343301a unichr(), unicode(): Added \versionadded{} annotations. by Fred Drake · 24 years ago
  4. 0b72116 Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeType. by Fred Drake · 24 years ago
  5. 56ced2a Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  6. 5828ad6 Revised / removed comments about string exceptions (relating to the by Fred Drake · 24 years ago
  7. 3cb793e Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeError description. by Fred Drake · 24 years ago
  8. 61098f2 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  9. 665dd70 Note the exception raised when parameter to chr() is out of range. by Fred Drake · 24 years ago
  10. 33d5184 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  11. 2097ef1 Added entry for codecs module. by Fred Drake · 24 years ago
  12. 98f8a3d Added codecs entry here as part of String Services. by Fred Drake · 24 years ago
  13. b7979c7 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  14. 9dc30bb Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  15. a4cd261 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  16. 8b3ce9e But don't do the funny \UNICODE macro; we're trying to get away from by Fred Drake · 24 years ago
  17. f0aff8e Patch from Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  18. 6d5c6bd Removed bogus connect() call in SMTP example; reported by Travis by Fred Drake · 24 years ago
  19. 71b04da Added reference to the multifile module from the "See also" section by Fred Drake · 24 years ago
  20. d1a56f4 Noted by Guido: by Fred Drake · 24 years ago
  21. 898915d Noted by Guido: by Fred Drake · 24 years ago
  22. 43b89b6 Noted by Guido: by Fred Drake · 24 years ago
  23. bf4041a Merged in changes from 1.5.2p2 release. by Fred Drake · 24 years ago
  24. 02ba621 Merged in changes from 1.5.2p2 release as appropriate. by Fred Drake · 24 years ago
  25. 12ed365 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de> (re-written). by Fred Drake · 24 years ago
  26. 005f494 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago
  27. 69fbf33 Fixed typo in example code; spotted by Everett Lipman by Fred Drake · 24 years ago
  28. 7d68690 Added notes about the eventual disappearance of two-parameter bind(), by Fred Drake · 24 years ago
  29. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 24 years ago
  30. 659ebfa Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  31. eb725cd Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  32. 6a0d844 UserString section: by Fred Drake · 24 years ago
  33. 4293468 Note that "Unicode" is always capitalized. by Fred Drake · 24 years ago
  34. 54fd845 Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  35. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  36. 20082d9 Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  37. ba82878 Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  38. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago
  39. 9a257b4 Added --numeric option, similar to mkhtml.sh. by Fred Drake · 24 years ago
  40. 9c26f5d Added rule to copy in the icons/ directory. by Fred Drake · 24 years ago
  41. 3bb719f List of subdirs that are generated during the build. by Fred Drake · 24 years ago
  42. e018bee Build rules for the "long HTML" version. by Fred Drake · 24 years ago
  43. ddc6c27 Improve explanation of reference counts for PyString_Concat(). by Fred Drake · 24 years ago
  44. 38d062d Reflect the two new sections in the dependencies. by Fred Drake · 24 years ago
  45. 3c9f936 Two new sections. Preliminary. by Fred Drake · 24 years ago
  46. a12c7a7 Add PyDict_Copy() function to C API for dicts. It returns a new by Jeremy Hylton · 24 years ago
  47. bdcc96c Changes from 1.5.2p2, plus fix a couple of errors noted by Hernan by Fred Drake · 24 years ago
  48. 8e14f05 Fix small errors in description of Mac, Windows installation schemes. by Greg Ward · 24 years ago
  49. 2957656 Third attempt at documenting an installation scheme; this one feels like by Greg Ward · 24 years ago
  50. dee86c6 Script to annotate api.tex with reference count information. by Fred Drake · 24 years ago
  51. 169f91b [from 2000-02-25] Second attempt at describing an installation scheme; this is by Greg Ward · 25 years ago
  52. 7c1e5f6 [from 2000-02-23] Description of the baroque and already-obsolete by Greg Ward · 25 years ago
  53. 15861b2 Update portability information for the spawn*() functions and related by Fred Drake · 25 years ago
  54. abc5216 The "Distributing Python Modules" manual; currently empty (I'll get to it by Greg Ward · 25 years ago
  55. 0baf773 Added entry for libtabnanny.tex. by Fred Drake · 25 years ago
  56. 3c227ee Added dependency on libtabnanny.tex. by Fred Drake · 25 years ago
  57. 155348b Initial version from Peter Funk <pf@artcom-gmbh.de>, with minor by Fred Drake · 25 years ago
  58. 89af077 This branch is for 1.6 & forward. by Fred Drake · 25 years ago
  59. c29e41d Script to help locate markup that LaTeX2HTML has a problem with. by Fred Drake · 25 years ago
  60. 1e862e8 Update the description of int() to include the radix parameter; by Fred Drake · 25 years ago
  61. 8006d31 Added docs for new crc32() function. By Jim Ahlstrom. by Guido van Rossum · 25 years ago
  62. 41d8463 Document the API changes to the nntplib module (exceptions become by Barry Warsaw · 25 years ago
  63. 2bb43a2 The dircmp module is now obsolete. by Fred Drake · 25 years ago
  64. ecb84f8 Don't insert extra indentation before <title> elements. by Fred Drake · 25 years ago
  65. 9093834 Added item about specific missing entries in the C API manual. by Fred Drake · 25 years ago
  66. 6a90b5e Removed a couple of items that got done(!). by Fred Drake · 25 years ago
  67. 76e6da3 Document GetoptError and label error an alias. by Fred Drake · 25 years ago
  68. b9bdfc6 Document 1.5.2+ aspects of the NotANumber exception. (Note that this by Fred Drake · 25 years ago
  69. 89ab163 Document that the |mode| parameter to open() is optional and explain how by Fred Drake · 25 years ago
  70. 88f6ca2 Document getgroups(), getlogin(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  71. d16b5ab Markup consistency nits that Guido didn't check. ;-) by Fred Drake · 25 years ago
  72. 5f7a28c Doc update from Piers Lauder see changes for imaplib.py version 2.16. by Guido van Rossum · 25 years ago
  73. 18f7a45 Document the new stuff in the os module. by Fred Drake · 25 years ago
  74. d4d4ba3 Update link to PythonWare library page. by Fred Drake · 25 years ago
  75. 645af9f rewrite_descriptor(): Fixup conversion of arguments (simpler). by Fred Drake · 25 years ago
  76. 8a3b449 Don't rename \var to <varname>; DocBook is too verbose here. by Fred Drake · 25 years ago
  77. d81b1b0 Set the date and version to reflect the actual status, not the last by Fred Drake · 25 years ago
  78. 0d6bf0e When generating the top-level index to the documents, make sure some by Fred Drake · 25 years ago
  79. 7424242 Removed last XXX comment; no further action needed on this one. by Fred Drake · 25 years ago
  80. 55e9396 Preliminary documentation for turtle module (Tk), by Moshe Zadka. by Fred Drake · 25 years ago
  81. 2530d4e Added request to please not send HTML email to the newsgroup/mailing by Fred Drake · 25 years ago
  82. 29a710f Document \citetitle and \programopt. by Fred Drake · 25 years ago
  83. 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  84. e15eb35 Use \citetitle as appropriate. by Fred Drake · 25 years ago
  85. 9fa76f1 Use \citetitle in several places, and \programopt where appropriate. by Fred Drake · 25 years ago
  86. 698d520 Use \citetitle in several places. by Fred Drake · 25 years ago
  87. ebe0341 Use \citetitle instead of \emph. by Fred Drake · 25 years ago
  88. 356d0ce Use \citetitle in one place. by Fred Drake · 25 years ago
  89. 268df27 Use the new markup as apporpriate. by Fred Drake · 25 years ago
  90. 6e9ea59 Use \programopt in one place. by Fred Drake · 25 years ago
  91. 91f31ea Added citetitle and programopt. by Fred Drake · 25 years ago
  92. d290c10 Use \programopt in one place. by Fred Drake · 25 years ago
  93. 310ee61 Missed a couple of program options that had been marked by \code. by Fred Drake · 25 years ago
  94. a24f7b7 Use \programopt in one place. by Fred Drake · 25 years ago
  95. be48646 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  96. 7b8195a \programopt: New macro, used to mark command-line parameters in the by Fred Drake · 25 years ago
  97. c9f5fe0 do_cmd_programopt(): New function, similar to do_cmd_program(). by Fred Drake · 25 years ago
  98. 5bd608d Change the suggestions pointer at the bottom of generated HTML pages. by Fred Drake · 25 years ago
  99. c6d45af Straighten out dependencies so changes in the texinputs/* get reflected. by Fred Drake · 25 years ago
  100. 6cf186b pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>. by Fred Drake · 25 years ago