1. d6cf8be Modify example to use string methods instead of the string module. by Fred Drake · 22 years ago
  2. 4b24726 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 22 years ago
  3. 019bd4a terminology by Fredrik Lundh · 22 years ago
  4. 1303c7c add support for basic authentication, based on patch #624180 by Phillip J. Eby by Fredrik Lundh · 22 years ago
  5. 7d428ec Clarify what versions of Windows are supported, and add Linux specifically. by Fred Drake · 22 years ago
  6. d22eb59 Added a paragraph to explain that SchedParams(0, 0) is usually what you want. by Jack Jansen · 22 years ago
  7. e7c38d4 fixed the mail address in the documentation, too... by Fredrik Lundh · 22 years ago
  8. 5e31c3f Fix markup for tilde in URL. by Fred Drake · 22 years ago
  9. d8eeeae Fix reference to the Fetchmail FAQ: by Fred Drake · 22 years ago
  10. ddc369a Fix markup for tilde in URL. by Fred Drake · 22 years ago
  11. 78eb200 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  12. e7097e0 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  13. 30be576 Make sure section numbers wrap together with the preceeding word ("section"). by Fred Drake · 22 years ago
  14. d7bc0fe Try to fix the broken links caused by multiple \ref on the same line. by Neal Norwitz · 22 years ago
  15. 5f2c1d2 Typo(!): "normal" -> "number" by Fred Drake · 22 years ago
  16. 98ef20d Document urldefrag(). by Fred Drake · 22 years ago
  17. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  18. 2314a04 Use string methods. Re-organize imports to Python Normal Form. by Fred Drake · 22 years ago
  19. 27c4e09 Only reset _is_empty if needed. by Fred Drake · 22 years ago
  20. df85f0b Modernization: Use string methods, use str instead of by Fred Drake · 22 years ago
  21. 071972e Use string methods. by Fred Drake · 22 years ago
  22. 06912b7 Use string methods. Organize the imports in Python Normal Form. by Fred Drake · 22 years ago
  23. 4fe904d Use string methods; minor code cleanup. by Fred Drake · 22 years ago
  24. 77ac429 Patch #572628: Optional timeouts for put and get. by Martin v. Löwis · 22 years ago
  25. 816aebd Use the same shade of blue as the site navigation areas. by Fred Drake · 22 years ago
  26. f834ecb Minor refactoring to avoid code duplication. by Fred Drake · 22 years ago
  27. 16ecb21 Fix tildes in URLs. Closes SF bug #614821. by Fred Drake · 22 years ago
  28. 463bfaf Clarify deprecation of the floor div operator, modulo operator, by Raymond Hettinger · 22 years ago
  29. 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 22 years ago
  30. 5430f4e Document when unittest was added to Python. by Fred Drake · 22 years ago
  31. c309cca Add new posix functions by Andrew M. Kuchling · 22 years ago
  32. 6f0f961 Update email micro release number. by Barry Warsaw · 22 years ago
  33. df88b9f Document that the Charset constructor coerces its argument to lower case. by Barry Warsaw · 22 years ago
  34. 57ce143 Document that get_content_charset() coerces its return value to lower case. by Barry Warsaw · 22 years ago
  35. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  36. 3e3e129 [Bug #621039] Fix broken link by Andrew M. Kuchling · 22 years ago
  37. 8399248 [Bug #621038] Remove duplicated item by Andrew M. Kuchling · 22 years ago
  38. aa02c84 Accept Armin's documentation patch for SF bug #558179. by Fred Drake · 22 years ago
  39. 0a6fa96 Minor edits and markup fixes by Andrew M. Kuchling · 22 years ago
  40. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  41. 20eae69 Document PEP 293. by Martin v. Löwis · 22 years ago
  42. bd5e38d Document PEP 277 changes. by Martin v. Löwis · 22 years ago
  43. 7465382 Modified presentation of the grammar for calls to be easier to read by Fred Drake · 22 years ago
  44. e9ce0b0 Patch #448038: Add move(). Report errors from copytree as in shutil.Error. by Martin v. Löwis · 22 years ago
  45. a844f2d Document patch #594001. by Martin v. Löwis · 22 years ago
  46. 0f34556 Add a section to be written; remove reference to deleted code by Andrew M. Kuchling · 22 years ago
  47. 57b38ed Remove some unnecessary dependencies (minor). by Fred Drake · 22 years ago
  48. b915a38 Added refcount information for PyObject_GetIter(). by Fred Drake · 22 years ago
  49. 0ba5541 Add a comment to the top of the file explaining why the file is here. by Fred Drake · 22 years ago
  50. cfb30e2 build(): Use self.builddir, not self.doc when copying the icons, so by Barry Warsaw · 22 years ago
  51. c0e066a When the HTML output dir is specified using --dir=~/foo, the tilde by Fred Drake · 22 years ago
  52. dd868d3 nits by Barry Warsaw · 22 years ago
  53. 73ec983 Include the --dir argument in the help text. by Fred Drake · 22 years ago
  54. 15a159c Change the default path to icons so that "mkhowto" does the "right thing" by by Fred Drake · 22 years ago
  55. de6977f Added an introduction. by Barry Warsaw · 22 years ago
  56. c616173 Stub document for the stand-alone email package distribution. by Fred Drake · 22 years ago
  57. 6516e14 Minor style nit for referring to other attributes of the same class by Fred Drake · 22 years ago
  58. fcc31b4 Split the long email package examples into separate files and use by Fred Drake · 22 years ago
  59. ea66abc Cleaned up the examples. by Barry Warsaw · 22 years ago
  60. 5db478f Proofread and spell checked, all except the Examples section (which by Barry Warsaw · 22 years ago
  61. 5b9da89 Vast update to email version 2. This could surely use proofreading. by Barry Warsaw · 22 years ago
  62. 2ca041f items(): New method, provided by Gustavo Niemeyer in SF bug #545096. by Fred Drake · 22 years ago
  63. 4613876 Add deprecation notices to the documentation to reflect recent additions to by Fred Drake · 22 years ago
  64. d80032b Update some comments about what version of the documentation tools code to use. by Fred Drake · 22 years ago
  65. e134158 Finish & commit some docs for markup that's been in use for a while. by Fred Drake · 22 years ago
  66. 111ee32 Ok, read the source this time: PyErr_SetObject() does not steal a reference. by Fred Drake · 22 years ago
  67. 5ec22f2 Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  68. 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  69. 2f93644 Clarify documentation for PyErr_SetObject() to describe the reference by Fred Drake · 22 years ago
  70. 36c2bd8 Remove spurious period. by Fred Drake · 22 years ago
  71. 7b788e0 Clarify that len() of a Unicode string returns the number of storage units, by Fred Drake · 22 years ago
  72. 02669a3 Tweak description of PortableUnixMailbox: "From " lines are actually by Greg Ward · 22 years ago
  73. c687401 Fix typos: despatcher -> dispatcher. by Thomas Heller · 22 years ago
  74. 583db0d Fix a couple of minor markup glitches. by Fred Drake · 22 years ago
  75. dcfd825 Add two items by Andrew M. Kuchling · 22 years ago
  76. c1ddc50 Minor revision to the "\\" patch, including updating the docs a little to by Fred Drake · 22 years ago
  77. c12909b add note about os.path.join and drive letters on Windows. by Skip Montanaro · 22 years ago
  78. b7c1895 Fix typo reported by Paul Clifford. by Fred Drake · 22 years ago
  79. 73e8ebf Revise text about the level of DOM support, and provide pointers to by Fred Drake · 22 years ago
  80. 504bc4f Remove mentioning of Python 2.0 limitations. Fixes #607783. by Martin v. Löwis · 22 years ago
  81. 691fb55 Clarify who maintains Tkinter and who maintains Tk. by Fred Drake · 22 years ago
  82. d3e0265 Document type and semantics of the tp_print return value. Closes SF 606464. by Raymond Hettinger · 22 years ago
  83. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  84. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  85. 8a64d40 Fix typo. Close SF Bug 606354. by Raymond Hettinger · 22 years ago
  86. a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago
  87. 5130690 Fix API typo. The write buffer is not const. Closes SF 606216. by Raymond Hettinger · 22 years ago
  88. 2c0d322 tightened up the definition of \b and \B some more based upon discussion by Skip Montanaro · 22 years ago
  89. 44c42b9 Added a tutorial note and example regarding the scope of loop variables by Raymond Hettinger · 22 years ago
  90. 5ccaf8f Apply diff3.txt (plus additional documentation) by Walter Dörwald · 22 years ago
  91. 2c51998 update docs to reflect that \b considers underscore to be part of a word. by Skip Montanaro · 22 years ago
  92. d918884 Fix typo by Raymond Hettinger · 22 years ago
  93. a04c3d8 Fix typo by Raymond Hettinger · 22 years ago
  94. 8e790e7 expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. by Skip Montanaro · 22 years ago
  95. f62a89b Ignore encoding declarations inside strings. Fixes #603509. by Martin v. Löwis · 22 years ago
  96. 65b7282 Add reminder about PEP293 by Andrew M. Kuchling · 22 years ago
  97. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  98. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
  99. ee113f0 add warning about exception messages by Skip Montanaro · 22 years ago
  100. 9240be2 Note change in behavior from 1.5.2. The new argument to NameError is by Raymond Hettinger · 22 years ago