1. a844f2d Document patch #594001. by Martin v. Löwis · 22 years ago
  2. 0f34556 Add a section to be written; remove reference to deleted code by Andrew M. Kuchling · 22 years ago
  3. 57b38ed Remove some unnecessary dependencies (minor). by Fred Drake · 22 years ago
  4. b915a38 Added refcount information for PyObject_GetIter(). by Fred Drake · 22 years ago
  5. 0ba5541 Add a comment to the top of the file explaining why the file is here. by Fred Drake · 22 years ago
  6. cfb30e2 build(): Use self.builddir, not self.doc when copying the icons, so by Barry Warsaw · 22 years ago
  7. c0e066a When the HTML output dir is specified using --dir=~/foo, the tilde by Fred Drake · 22 years ago
  8. dd868d3 nits by Barry Warsaw · 22 years ago
  9. 73ec983 Include the --dir argument in the help text. by Fred Drake · 22 years ago
  10. 15a159c Change the default path to icons so that "mkhowto" does the "right thing" by by Fred Drake · 22 years ago
  11. de6977f Added an introduction. by Barry Warsaw · 22 years ago
  12. c616173 Stub document for the stand-alone email package distribution. by Fred Drake · 22 years ago
  13. 6516e14 Minor style nit for referring to other attributes of the same class by Fred Drake · 22 years ago
  14. fcc31b4 Split the long email package examples into separate files and use by Fred Drake · 22 years ago
  15. ea66abc Cleaned up the examples. by Barry Warsaw · 22 years ago
  16. 5db478f Proofread and spell checked, all except the Examples section (which by Barry Warsaw · 22 years ago
  17. 5b9da89 Vast update to email version 2. This could surely use proofreading. by Barry Warsaw · 22 years ago
  18. 2ca041f items(): New method, provided by Gustavo Niemeyer in SF bug #545096. by Fred Drake · 22 years ago
  19. 4613876 Add deprecation notices to the documentation to reflect recent additions to by Fred Drake · 22 years ago
  20. d80032b Update some comments about what version of the documentation tools code to use. by Fred Drake · 22 years ago
  21. e134158 Finish & commit some docs for markup that's been in use for a while. by Fred Drake · 22 years ago
  22. 111ee32 Ok, read the source this time: PyErr_SetObject() does not steal a reference. by Fred Drake · 22 years ago
  23. 5ec22f2 Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  24. 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  25. 2f93644 Clarify documentation for PyErr_SetObject() to describe the reference by Fred Drake · 22 years ago
  26. 36c2bd8 Remove spurious period. by Fred Drake · 22 years ago
  27. 7b788e0 Clarify that len() of a Unicode string returns the number of storage units, by Fred Drake · 22 years ago
  28. 02669a3 Tweak description of PortableUnixMailbox: "From " lines are actually by Greg Ward · 22 years ago
  29. c687401 Fix typos: despatcher -> dispatcher. by Thomas Heller · 22 years ago
  30. 583db0d Fix a couple of minor markup glitches. by Fred Drake · 22 years ago
  31. dcfd825 Add two items by Andrew M. Kuchling · 22 years ago
  32. c1ddc50 Minor revision to the "\\" patch, including updating the docs a little to by Fred Drake · 22 years ago
  33. c12909b add note about os.path.join and drive letters on Windows. by Skip Montanaro · 22 years ago
  34. b7c1895 Fix typo reported by Paul Clifford. by Fred Drake · 22 years ago
  35. 73e8ebf Revise text about the level of DOM support, and provide pointers to by Fred Drake · 22 years ago
  36. 504bc4f Remove mentioning of Python 2.0 limitations. Fixes #607783. by Martin v. Löwis · 22 years ago
  37. 691fb55 Clarify who maintains Tkinter and who maintains Tk. by Fred Drake · 22 years ago
  38. d3e0265 Document type and semantics of the tp_print return value. Closes SF 606464. by Raymond Hettinger · 22 years ago
  39. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  40. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  41. 8a64d40 Fix typo. Close SF Bug 606354. by Raymond Hettinger · 22 years ago
  42. a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago
  43. 5130690 Fix API typo. The write buffer is not const. Closes SF 606216. by Raymond Hettinger · 22 years ago
  44. 2c0d322 tightened up the definition of \b and \B some more based upon discussion by Skip Montanaro · 22 years ago
  45. 44c42b9 Added a tutorial note and example regarding the scope of loop variables by Raymond Hettinger · 22 years ago
  46. 5ccaf8f Apply diff3.txt (plus additional documentation) by Walter Dörwald · 22 years ago
  47. 2c51998 update docs to reflect that \b considers underscore to be part of a word. by Skip Montanaro · 22 years ago
  48. d918884 Fix typo by Raymond Hettinger · 22 years ago
  49. a04c3d8 Fix typo by Raymond Hettinger · 22 years ago
  50. 8e790e7 expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. by Skip Montanaro · 22 years ago
  51. f62a89b Ignore encoding declarations inside strings. Fixes #603509. by Martin v. Löwis · 22 years ago
  52. 65b7282 Add reminder about PEP293 by Andrew M. Kuchling · 22 years ago
  53. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  54. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
  55. ee113f0 add warning about exception messages by Skip Montanaro · 22 years ago
  56. 9240be2 Note change in behavior from 1.5.2. The new argument to NameError is by Raymond Hettinger · 22 years ago
  57. 80a04a4 Add strong security warning about the rexec module. Closes SF patch #600861. by Fred Drake · 22 years ago
  58. 246beb2 Don't use tempfile.mktemp(), since it produces annoying warnings, and by Fred Drake · 22 years ago
  59. ea76c98 Implemented <, <=, >, >= for sets, giving subset and proper-subset by Tim Peters · 22 years ago
  60. 7ad0955 Correct documentation of allow_reuse_address to match the actual script. by Raymond Hettinger · 22 years ago
  61. e87ab3f Removed < <= > >= from the API. Implemented as comparisons of the by Raymond Hettinger · 22 years ago
  62. 055be47 Fix typo reported to python-docs. by Fred Drake · 22 years ago
  63. fa8dd5f Fix markup and punctuation by Raymond Hettinger · 22 years ago
  64. b81b252 s/_as_Temporarily_Immutable/_as_temporarily_immutable/g, because the by Tim Peters · 22 years ago
  65. 54fd3e6 pop(): An arbitrary element is removed, not a random element. by Tim Peters · 22 years ago
  66. d10c6c9 Adjust the markup in a few places so this will actually format. by Fred Drake · 22 years ago
  67. d526011 Add an entry for the sets module documentation. by Fred Drake · 22 years ago
  68. 584cb19 Load docs for sets.py by Raymond Hettinger · 22 years ago
  69. 373198e Fix peculiar (and ungrammatical) wording in an example program. by Greg Ward · 22 years ago
  70. 13090e1 Give the section on PEP 263 a more meaningful title, so readers will by Fred Drake · 22 years ago
  71. 5ec486b Add a note that apply() is needed since the extended call syntax is by Fred Drake · 22 years ago
  72. 61cf440 Added a main() function and support to run this module as a script. by Fred Drake · 22 years ago
  73. 5b09eee Clarify that even though some of the relevant specifications define the by Fred Drake · 22 years ago
  74. a6e16a8 Replace all cases of "while 1" with "while True". by Raymond Hettinger · 22 years ago
  75. ffefb1d Clarify the endpos argument to the rx.match() method. Closes SF bug #597177. by Fred Drake · 22 years ago
  76. bc46510 Cover the sets module. by Andrew M. Kuchling · 22 years ago
  77. 6974aa9 Create two subsections of the "Core Language Changes" section, because by Andrew M. Kuchling · 22 years ago
  78. 11b795c Add versionadded for operator.pow by Neal Norwitz · 22 years ago
  79. 0177783 Extend some comments on the order of values in the returns from by Fred Drake · 22 years ago
  80. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
  81. 5959c55 Added __pow__(a,b) to the operator module. Completes the pattern of by Raymond Hettinger · 22 years ago
  82. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  83. 90e9a79 Add 'in' change Revise sentence Add two reminders by Andrew M. Kuchling · 22 years ago
  84. 794643c Py_InitModule() and friends now accept NULL for the 'methods' by Fred Drake · 22 years ago
  85. b8c20a7 More updates describing FutureWarnings. by Barry Warsaw · 22 years ago
  86. 2f238c1 mkstemp's last argument changed from binary=True to text=False. by Tim Peters · 22 years ago
  87. 29ce2d7 Document PyExc_FutureWarning by Barry Warsaw · 22 years ago
  88. 5c08a99 Remove a broken example of extreme backward compatibility; it is by Fred Drake · 22 years ago
  89. 918af2a The auto-reply text for the python-docs address. This is not automatically by Fred Drake · 22 years ago
  90. a132f6c Accomodate the packaging changes when we unpack into the dev/doc/ area by Fred Drake · 22 years ago
  91. 1a0199a Lots of changes to the packaging of the documentation, all to keep by Fred Drake · 22 years ago
  92. 830a515 Doc portion of SF 589982 (tempfile.py rewrite, by Zack Weinberg). by Guido van Rossum · 22 years ago
  93. ae7ef57 GvR pointed out that only enclosing function bodies are part of nested scopes. by Raymond Hettinger · 22 years ago
  94. b286591 Document that heappop() and heapreplace() raise IndexError if the heap is empty. by Guido van Rossum · 22 years ago
  95. 83dcf5a Apply character{} markup. by Raymond Hettinger · 22 years ago
  96. 22c001b Described responsibilty of weakly referenced extension types to initialize by Raymond Hettinger · 22 years ago
  97. 861bb02 Describe nested scopes in the tutorial. Closes SF bug 500704. by Raymond Hettinger · 22 years ago
  98. 3cfdc34 Documented os.fsync and os.fdatasync. Closes SF bug 584695. by Raymond Hettinger · 22 years ago
  99. 442c7c7 Clarify that the bool instances are acceptable return values from by Fred Drake · 22 years ago
  100. f7aa164 Fix up some more markup problems. by Fred Drake · 22 years ago