1. f4ca5a2 Fix typo by Raymond Hettinger · 22 years ago
  2. e701dcb SF patch #634866: Alex Martelli's corrections to the ref manual. by Raymond Hettinger · 22 years ago
  3. 13dd9d9 Patch #662454: import a.b as c is ok, fixes #660811. by Martin v. Löwis · 22 years ago
  4. 1772f17 SF bug #661848 and #631055: Clarify use of __all__. by Raymond Hettinger · 22 years ago
  5. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 22 years ago
  6. 78429a6 Fixing bug by Gustavo Niemeyer · 22 years ago
  7. 27cae1f Revise the __all__ index entry a touch. by Fred Drake · 22 years ago
  8. f9229d9 Add __all__ to Reference Manual index. Closes SF 643227. by Raymond Hettinger · 22 years ago
  9. f955412 * Doc/ref/ref5.tex Fixed minor bug preventing documentation compilation. by Gustavo Niemeyer · 22 years ago
  10. 5b21df4 Repaired inaccuracies in the % docs. In particular, we don't (and can't) by Tim Peters · 22 years ago
  11. ce5619e Update: Older versions of Python crashed when calling repr() by Fred Drake · 22 years ago
  12. 0da7f39 Closes SF bug #634069 reporting the docs on the ** operator were out by Raymond Hettinger · 22 years ago
  13. 79713fd Relocate an index entry so named anchors are not generated in a section head. by Fred Drake · 22 years ago
  14. 78eb200 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  15. e7097e0 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  16. 30be576 Make sure section numbers wrap together with the preceeding word ("section"). by Fred Drake · 22 years ago
  17. 463bfaf Clarify deprecation of the floor div operator, modulo operator, by Raymond Hettinger · 22 years ago
  18. 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 22 years ago
  19. 7465382 Modified presentation of the grammar for calls to be easier to read by Fred Drake · 22 years ago
  20. 5ec22f2 Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  21. 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  22. a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago
  23. f62a89b Ignore encoding declarations inside strings. Fixes #603509. by Martin v. Löwis · 22 years ago
  24. ee113f0 add warning about exception messages by Skip Montanaro · 22 years ago
  25. 83dcf5a Apply character{} markup. by Raymond Hettinger · 22 years ago
  26. f7aa164 Fix up some more markup problems. by Fred Drake · 22 years ago
  27. d9fdb51 Document handling of raw-unicode-escapes. Closes SF bug 587087. by Raymond Hettinger · 22 years ago
  28. 31f3db3 Fix the markup so it doesn't break formatting. by Fred Drake · 22 years ago
  29. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  30. f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 22 years ago
  31. 292724d Fix various typos reported to python-docs. by Fred Drake · 22 years ago
  32. 04e7e0c Close bug 417930 by clarifying augmented assignment docs by Raymond Hettinger · 22 years ago
  33. 7fd9ced Minor English grammar correction by Raymond Hettinger · 22 years ago
  34. 81932e2 Try to improve the explanation of the "raise" statement and how its arguments by Fred Drake · 22 years ago
  35. e08c9db Simplify the production for argument list, making sure that it by Fred Drake · 22 years ago
  36. 10cbe8d SF 563530 added missing methods for emulating numeric types by Raymond Hettinger · 22 years ago
  37. a23b573 Add a note about "as" not being a keyword, though it has special meaning by Fred Drake · 22 years ago
  38. 0747121 Played contortionist games with the argument_list production so it by Fred Drake · 22 years ago
  39. 495afea Typo. by Michael W. Hudson · 22 years ago
  40. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  41. 293dd4b Fix up Guido's markup. by Fred Drake · 22 years ago
  42. 92cf95f Addressed SF bug 421973 (finally). by Guido van Rossum · 22 years ago
  43. 6cf09f0 Patch 543387. Document deprecation of complex %, //,and divmod(). by Raymond Hettinger · 22 years ago
  44. 9415309 Closes SF patch: 552468. by Raymond Hettinger · 22 years ago
  45. af93c4c Added a missing "|" in the grammar productions used in the reference manual by Fred Drake · 22 years ago
  46. ed9e453 Minor change to an index entry. by Fred Drake · 22 years ago
  47. 70b3831 Adjust markup to worm around tool limitations; the "m" in "model" was being by Fred Drake · 22 years ago
  48. c0a02c0 Remove repeated index entry; adds nothing different. Closes SF bug #518985. by Fred Drake · 22 years ago
  49. 2a519f8 Document __unicode__. Fixes #541245. by Martin v. Löwis · 22 years ago
  50. fd86771 Fix typo: coverted --> converted. Reported by Francois Pinard. by Fred Drake · 22 years ago
  51. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  52. 88955cb Change reference to execframes to naming. by Jeremy Hylton · 22 years ago
  53. e604875 Restore a minimal definition of execution frame, since other parts of by Jeremy Hylton · 22 years ago
  54. 1824b59 Update programmer's note on nested functions. by Jeremy Hylton · 22 years ago
  55. f3255c8 Reword explanation of global statement since an undeclared global is a by Jeremy Hylton · 22 years ago
  56. f0c1f1b Note the sole case in which the ban on "from ... import *" within a by Jeremy Hylton · 22 years ago
  57. 15b6897 Remove the following restriction: by Jeremy Hylton · 22 years ago
  58. d09ed68 Note that it is illegal to delete a cell variable. by Jeremy Hylton · 22 years ago
  59. 2225add Given lambda its own section, instead of burying it in boolean operators. by Jeremy Hylton · 22 years ago
  60. 53ed917 Update / simplify Identifiers section for nested scopes. by Jeremy Hylton · 22 years ago
  61. e7d5773 Update docs for nested scopes. by Jeremy Hylton · 22 years ago
  62. 8392f36 Update documentation of code objects. by Jeremy Hylton · 22 years ago
  63. 26c49b6 Small fixes for description of function attributes. by Jeremy Hylton · 22 years ago
  64. f6eafc3 Fix up unescaped tilde; reported by several people. by Fred Drake · 22 years ago
  65. 83d14c1 Markup error: braces not properly marked in dictionary display by Fred Drake · 22 years ago
  66. 5381588 Revise the markup related to the grammar productions to increase the by Fred Drake · 22 years ago
  67. 216cbca Typo: thsi -> this. Closes SF bug #521450. by Fred Drake · 23 years ago
  68. aae728f Fix typo reported by François Pinard. by Fred Drake · 23 years ago
  69. 687bde9 Added some missing index entries, noted by L. Peter Deutsch. by Fred Drake · 23 years ago
  70. 08d752c Update to use the notice environment so a multi-paragraph note can be by Fred Drake · 23 years ago
  71. 591dd8f Update information about __del__() & reference cycles for CPython. by Fred Drake · 23 years ago
  72. b062cb2 Work around the problem of spaces after a "}" being dropped by LaTeX2HTML if by Fred Drake · 23 years ago
  73. 850d398 Fix for by Michael W. Hudson · 23 years ago
  74. 8d0645c Add a note about yield requiring a __future__ directive. by Fred Drake · 23 years ago
  75. 3a8e59e Clean up a sad sentence in the yield description. by Fred Drake · 23 years ago
  76. e31e9ce Document generators and the yield statement, avoiding implementation details. by Fred Drake · 23 years ago
  77. 1d3e6c1 Fix whitespace in example of bad indentation: a comment indicated that one by Fred Drake · 23 years ago
  78. f9d5803 Add change notes where im_class is discussed, since the exact meaning changes by Fred Drake · 23 years ago
  79. b62f0e1 Correct the description of im_class. (Fred, this is changed in 2.2. by Guido van Rossum · 23 years ago
  80. c2f496a Add a note to the description of the interaction between the softspace by Fred Drake · 23 years ago
  81. 4ed6be7 Import the keyword module instead of relying on our own list of by Guido van Rossum · 23 years ago
  82. 41c6719 Put the keywords back in alphabetical order. Apparently somebody by Guido van Rossum · 23 years ago
  83. 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 23 years ago
  84. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  85. 1336e99 Fred observes that the typo was not the only problem with this sentence. by Jeremy Hylton · 23 years ago
  86. 4a98f70 typo by Jeremy Hylton · 23 years ago
  87. 08fd515 When describing "import *", add a level of indirection between "*" and the by Fred Drake · 23 years ago
  88. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  89. 316141b Fix typo reported by Michael Soulier. by Fred Drake · 23 years ago
  90. 1350c07 Removed stray backslash (a typo -- my fault). by Tim Peters · 23 years ago
  91. 20524db The description of dictionary comparison was out of date. Rather than by Tim Peters · 23 years ago
  92. 73921b0 Refer to the objects which define __len__(), __*item__(), and __iter__() by Fred Drake · 23 years ago
  93. 18d8d5a Fix minor usage and consistency nits. by Fred Drake · 23 years ago
  94. ed5a7ca Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped by Fred Drake · 23 years ago
  95. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
  96. 53da317 Docs for the PEP 264 changes. by Michael W. Hudson · 23 years ago
  97. c0cf726 Add material about the "r" and "u" prefixes for string literals; should by Fred Drake · 23 years ago
  98. 3e2aca4 Add information about __floordiv__() and __truediv__() methods for by Fred Drake · 23 years ago
  99. a7d608d "Thin" version of floor division docs: add // to the list of operators by Fred Drake · 23 years ago
  100. 8dd6ffd User-defined methods *can* contain things other than user-defined functions by Fred Drake · 23 years ago