1. c493229 Fix grammar (it's -> its). by Neil Schemenauer · 19 years ago
  2. 6a15c5d [Bug #1193001] Make the notation section use the same productionlist env. as other grammar rules by Andrew M. Kuchling · 19 years ago
  3. 2f475a7 Fix: by Michael W. Hudson · 19 years ago
  4. db22958 update documentation on what constitutes a line in a source file by Fred Drake · 19 years ago
  5. b56b494 SF bug #1190451: 6.9 First sentence is confusing by Raymond Hettinger · 19 years ago
  6. f21569e Fix typo. by Raymond Hettinger · 19 years ago
  7. 629496b Add grammar change for allowing ``class B(): pass`` syntax. by Brett Cannon · 19 years ago
  8. ff564d3 SF #1156412: document the __new__() static method by Greg Ward · 19 years ago
  9. a2a9888 Updates to the exceptions documentation (this is my patch #1156102). by Michael W. Hudson · 19 years ago
  10. b184ae8 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 20 years ago
  11. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  12. f4a70f3 Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 20 years ago
  13. 2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 20 years ago
  14. 5b00059 minor markup nits; fix missing whitespace by Fred Drake · 20 years ago
  15. 7fabaf8 clarify discussion of iteration in the section on the "for" statement by Fred Drake · 20 years ago
  16. 9a40851 clarify trailing comma in function argument list (SF bug #798652) by Fred Drake · 20 years ago
  17. 7126976 Patch #1042969: add closing brace for \token {generator_expression}. Thanks by Johannes Gijsbers · 20 years ago
  18. 266a436 Remove claims that Python source code is ASCII. Fixes #1026038. by Martin v. Löwis · 20 years ago
  19. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  20. ae075b6 Patch #1011144: Correct regex for coding decls. by Martin v. Löwis · 20 years ago
  21. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  22. 5c8d29c SF patch #872326: generator expression implementation by Raymond Hettinger · 20 years ago
  23. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  24. cbd8155 [Bug #827209] Add footnote from Alex M. about listcomps leaking their index variables by Andrew M. Kuchling · 20 years ago
  25. 6bd8e84 update to reflect the new significance of the "@" character by Fred Drake · 20 years ago
  26. 70fcdb8 Document general mappings for the locals argument for exec and execfile(). by Raymond Hettinger · 20 years ago
  27. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  28. 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  29. a031a08 Add a missing space. by Brett Cannon · 20 years ago
  30. 9c322fb The expression list in inheritance is not optional. Fixes #960448. by Martin v. Löwis · 20 years ago
  31. 477c856 Move grammar rule for lambda_form into section on lambdas. Fixes #964525. by Martin v. Löwis · 20 years ago
  32. 13ff116 Fix typo reported in #964592. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  33. 67a521e note that descriptor objects must be instances of new-style types by Fred Drake · 20 years ago
  34. 46a16f2 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 20 years ago
  35. 3fd9779 Fix misspelled name. by Raymond Hettinger · 20 years ago
  36. 7a700b8 clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 21 years ago
  37. 1f84ed0 fix typo and join two paragraphs by Fred Drake · 21 years ago
  38. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
  39. c516b0e clarified (in the 5.14 summary) that tests and comparisons all chain, by Alex Martelli · 21 years ago
  40. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  41. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  42. 2348afd - update to reflect that base classes can be class types as well as by Fred Drake · 21 years ago
  43. 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  44. 38f6b88 Elaborate the explanation of different flavors of _* identifiers. by Fred Drake · 21 years ago
  45. c0678ff - create a hyperlink for a section reference (also more robust in the by Fred Drake · 21 years ago
  46. e41d4c8 Added doubled word warnings. by Raymond Hettinger · 21 years ago
  47. c7a2656 SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  48. a378864 Fix representation of ^= operator in __ixor__() documentation. by Fred Drake · 21 years ago
  49. 943277e Minor corrections. by Raymond Hettinger · 21 years ago
  50. ea690c4 - improve the description of how user-defined method by Fred Drake · 21 years ago
  51. 4d6e8fe Clarify the lack of relationship between rich comparison operators. by Raymond Hettinger · 21 years ago
  52. d51ce7d Indexing is a mess; try to get the link targets closer to the relevant by Fred Drake · 21 years ago
  53. b3be52e Try to clean up some indexing relevant to the import statement. by Fred Drake · 21 years ago
  54. e37b4ed Discuss calling new-style types. Closes SF bug #453683. by Fred Drake · 21 years ago
  55. 5918f8d Minor fixes to punctuation and grammar. by Raymond Hettinger · 21 years ago
  56. 25b5358 Add definitions of the test and testlist symbols in the grammar so by Fred Drake · 21 years ago
  57. df9eff0 * Markup nits for the Invoking Descriptors section by Raymond Hettinger · 21 years ago
  58. d0cda1d SF patch #760792: "wo" in "word" now valid but not documented as such by Raymond Hettinger · 21 years ago
  59. daa3404 * Fixed an unmatched parenthesis early in the text. by Raymond Hettinger · 21 years ago
  60. 4db3661 remove _ from label: LaTeX rejects this due to all the magic we use to by Fred Drake · 21 years ago
  61. 03ec6d5 * Document how descriptors are invoked. by Raymond Hettinger · 21 years ago
  62. 171be76 Patch #755683: Document that there might be a maximum indentation limit. by Martin v. Löwis · 21 years ago
  63. 96a8233 SF patch #751038 fixing SF bug#750092: exec doesn't need newline by Raymond Hettinger · 21 years ago
  64. 9e6fedd Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument. by Brett Cannon · 21 years ago
  65. b268f03 SF bug #749759: comparisons yield bool not int by Raymond Hettinger · 21 years ago
  66. 847207a SF bug #719367, string exceptions are deprecated by Neal Norwitz · 21 years ago
  67. a95d3b7 Oops. License is still an appendix. by Jeremy Hylton · 21 years ago
  68. 2fb6124 Appendix was removed. by Jeremy Hylton · 21 years ago
  69. cf9c467 *** empty log message *** by Jeremy Hylton · 21 years ago
  70. 8bea5dc Move future statement here from appendix a. by Jeremy Hylton · 21 years ago
  71. 7af9f4d Add a specific mention of the term "operator overloading" and add an by Fred Drake · 21 years ago
  72. 4efd917 Add a space after expression to be consistent by Neal Norwitz · 21 years ago
  73. 007fadd Fix symbol in grammar; this should fix some hyperlinking in the HTML version. by Fred Drake · 21 years ago
  74. 62364ff - apply SF patch #700798: fixes and cleanups for descriptor info by Fred Drake · 21 years ago
  75. 2ab1d08 I thought it was common practice to check things compiled before by Michael W. Hudson · 21 years ago
  76. d41eea0 SF doc patch #692001, properties and __getattribute__. I added some by Guido van Rossum · 21 years ago
  77. f9b0cc7 Document __module__. by Jeremy Hylton · 21 years ago
  78. 8bd62af Fix typo reported to python-docs. by Fred Drake · 22 years ago
  79. f4ca5a2 Fix typo by Raymond Hettinger · 22 years ago
  80. e701dcb SF patch #634866: Alex Martelli's corrections to the ref manual. by Raymond Hettinger · 22 years ago
  81. 13dd9d9 Patch #662454: import a.b as c is ok, fixes #660811. by Martin v. Löwis · 22 years ago
  82. 1772f17 SF bug #661848 and #631055: Clarify use of __all__. by Raymond Hettinger · 22 years ago
  83. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 22 years ago
  84. 78429a6 Fixing bug by Gustavo Niemeyer · 22 years ago
  85. 27cae1f Revise the __all__ index entry a touch. by Fred Drake · 22 years ago
  86. f9229d9 Add __all__ to Reference Manual index. Closes SF 643227. by Raymond Hettinger · 22 years ago
  87. f955412 * Doc/ref/ref5.tex Fixed minor bug preventing documentation compilation. by Gustavo Niemeyer · 22 years ago
  88. 5b21df4 Repaired inaccuracies in the % docs. In particular, we don't (and can't) by Tim Peters · 22 years ago
  89. ce5619e Update: Older versions of Python crashed when calling repr() by Fred Drake · 22 years ago
  90. 0da7f39 Closes SF bug #634069 reporting the docs on the ** operator were out by Raymond Hettinger · 22 years ago
  91. 79713fd Relocate an index entry so named anchors are not generated in a section head. by Fred Drake · 22 years ago
  92. 78eb200 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  93. e7097e0 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
  94. 30be576 Make sure section numbers wrap together with the preceeding word ("section"). by Fred Drake · 22 years ago
  95. 463bfaf Clarify deprecation of the floor div operator, modulo operator, by Raymond Hettinger · 22 years ago
  96. 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 22 years ago
  97. 7465382 Modified presentation of the grammar for calls to be easier to read by Fred Drake · 22 years ago
  98. 5ec22f2 Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  99. 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  100. a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago