1. aeff182 Bug #1536660: separate two words. (backport from rev. 51153) by Georg Brandl · 19 years ago
  2. 29397de Bug #1531349: right <-> left glitch in __rop__ description. by Georg Brandl · 19 years ago
  3. 8f15c91 remove unnecessary markup by Fred Drake · 19 years ago
  4. e7545b6 markup fix by George Yoshida · 19 years ago
  5. c190b66 Bug #1153163: describe __add__ vs __radd__ behavior when adding by Georg Brandl · 19 years ago
  6. dfdebf0 Bug #1501122: mention __gt__ &co in description of comparison order. by Georg Brandl · 19 years ago
  7. 25d8b31 SF patch #1303595: improve description of __builtins__, explaining how it by Fred Drake · 19 years ago
  8. 056df14 minor markup nits by George Yoshida · 19 years ago
  9. 6b51b37 Patch #1492218: document None being a constant. by Georg Brandl · 19 years ago
  10. 8b8377b - markup fix - add clarifying words (backport r46055) by George Yoshida · 19 years ago
  11. 2f30f7a Duplicated description about the illegal continue usage can be found in nearly the same place. by George Yoshida · 19 years ago
  12. 0e706e8 wrap SyntaxError with \exception{} by George Yoshida · 19 years ago
  13. fd7b6e8 bug #1462278: small fix in documentation of __op__ vs __rop__ methods by Georg Brandl · 19 years ago
  14. 022a55c update - still some old .cvsignore files lying around by Anthony Baxter · 19 years ago
  15. e9b72e2 Add markup to a "Python Standard Library" doc reference I added for bug 839585. by Georg Brandl · 20 years ago
  16. 22df553 Remove dots in \version{added,changed} arguments. by Georg Brandl · 20 years ago
  17. 26c221f Bug #839585: mention % string operator in language ref (backport) by Georg Brandl · 20 years ago
  18. 50541d1 Bug #1359035: Doc: Uxxxxxxxx escapes are interpreted in raw unicode literals. by Georg Brandl · 20 years ago
  19. b32a299 add missing "and" by Fred Drake · 20 years ago
  20. 2c93c5a Make close brace a paren to match open. by Neal Norwitz · 20 years ago
  21. 02ea578 Armin caught this mistake in bug #973103. by Neal Norwitz · 20 years ago
  22. 4388f02 Correct docs for empty raise when no exception is active. by Raymond Hettinger · 20 years ago
  23. ae4ae43 Better wording for integer ref entry (from HEAD 1.131). by Georg Brandl · 20 years ago
  24. d7390a8d note that the return and yield statements cannot be used at the top level in by Fred Drake · 20 years ago
  25. 112255b - fix typo report by email, only 1.5 years late by Fred Drake · 20 years ago
  26. 3050c08 Clarify what is meant with "whole numbers". by Georg Brandl · 20 years ago
  27. 63c186b __new__ is a static method by Georg Brandl · 20 years ago
  28. fa39d08 backport bug [ 1261229 ] __new__ is class method by Georg Brandl · 20 years ago
  29. 7290f01 Empty sets and frozensets are also false. by Georg Brandl · 20 years ago
  30. d4a439c SF bug #1249837: container methods raise KeyError not IndexError by Raymond Hettinger · 20 years ago
  31. 8c86f88 Mention explicitly that False is considered false. by Georg Brandl · 20 years ago
  32. fe1fadf [ 1243288 ] Misuse of "it's" by Georg Brandl · 20 years ago
  33. 31be0ff add information about alternate implementations, noting that documentation by Fred Drake · 20 years ago
  34. ea044d1 backport patch [ 1230615 ] Patch for (Doc) #1168746 (frame.f_exc_*) by Georg Brandl · 20 years ago
  35. 31cd804 [Bug #1193001] Make the notation section use the same productionlist env. as other grammar rules by Andrew M. Kuchling · 20 years ago
  36. 6a92af4 Backport fix to decorator grammar update. by Raymond Hettinger · 20 years ago
  37. 78c85ae update documentation on what constitutes a line in a source file by Fred Drake · 20 years ago
  38. 72c3114 SF bug #1190451: 6.9 First sentence is confusing by Raymond Hettinger · 20 years ago
  39. d38f730 Fix typo. by Raymond Hettinger · 20 years ago
  40. 6349e89 SF #1156412: document the __new__() static method. by Greg Ward · 20 years ago
  41. 94505a7 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 21 years ago
  42. 1498d63 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 21 years ago
  43. 04081ea Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 21 years ago
  44. 2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 21 years ago
  45. 5b00059 minor markup nits; fix missing whitespace by Fred Drake · 21 years ago
  46. 7fabaf8 clarify discussion of iteration in the section on the "for" statement by Fred Drake · 21 years ago
  47. 9a40851 clarify trailing comma in function argument list (SF bug #798652) by Fred Drake · 21 years ago
  48. 7126976 Patch #1042969: add closing brace for \token {generator_expression}. Thanks by Johannes Gijsbers · 21 years ago
  49. 266a436 Remove claims that Python source code is ASCII. Fixes #1026038. by Martin v. Löwis · 21 years ago
  50. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
  51. ae075b6 Patch #1011144: Correct regex for coding decls. by Martin v. Löwis · 21 years ago
  52. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 21 years ago
  53. 5c8d29c SF patch #872326: generator expression implementation by Raymond Hettinger · 21 years ago
  54. 5e89795 This is my patch by Michael W. Hudson · 21 years ago
  55. cbd8155 [Bug #827209] Add footnote from Alex M. about listcomps leaking their index variables by Andrew M. Kuchling · 21 years ago
  56. 6bd8e84 update to reflect the new significance of the "@" character by Fred Drake · 21 years ago
  57. 70fcdb8 Document general mappings for the locals argument for exec and execfile(). by Raymond Hettinger · 21 years ago
  58. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
  59. 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  60. a031a08 Add a missing space. by Brett Cannon · 21 years ago
  61. 9c322fb The expression list in inheritance is not optional. Fixes #960448. by Martin v. Löwis · 21 years ago
  62. 477c856 Move grammar rule for lambda_form into section on lambdas. Fixes #964525. by Martin v. Löwis · 21 years ago
  63. 13ff116 Fix typo reported in #964592. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  64. 67a521e note that descriptor objects must be instances of new-style types by Fred Drake · 21 years ago
  65. 46a16f2 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 21 years ago
  66. 3fd9779 Fix misspelled name. by Raymond Hettinger · 22 years ago
  67. 7a700b8 clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 22 years ago
  68. 1f84ed0 fix typo and join two paragraphs by Fred Drake · 22 years ago
  69. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 22 years ago
  70. c516b0e clarified (in the 5.14 summary) that tests and comparisons all chain, by Alex Martelli · 22 years ago
  71. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
  72. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 22 years ago
  73. 2348afd - update to reflect that base classes can be class types as well as by Fred Drake · 22 years ago
  74. 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 22 years ago
  75. 38f6b88 Elaborate the explanation of different flavors of _* identifiers. by Fred Drake · 22 years ago
  76. c0678ff - create a hyperlink for a section reference (also more robust in the by Fred Drake · 22 years ago
  77. e41d4c8 Added doubled word warnings. by Raymond Hettinger · 22 years ago
  78. c7a2656 SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 22 years ago
  79. a378864 Fix representation of ^= operator in __ixor__() documentation. by Fred Drake · 22 years ago
  80. 943277e Minor corrections. by Raymond Hettinger · 22 years ago
  81. ea690c4 - improve the description of how user-defined method by Fred Drake · 22 years ago
  82. 4d6e8fe Clarify the lack of relationship between rich comparison operators. by Raymond Hettinger · 22 years ago
  83. d51ce7d Indexing is a mess; try to get the link targets closer to the relevant by Fred Drake · 22 years ago
  84. b3be52e Try to clean up some indexing relevant to the import statement. by Fred Drake · 22 years ago
  85. e37b4ed Discuss calling new-style types. Closes SF bug #453683. by Fred Drake · 22 years ago
  86. 5918f8d Minor fixes to punctuation and grammar. by Raymond Hettinger · 22 years ago
  87. 25b5358 Add definitions of the test and testlist symbols in the grammar so by Fred Drake · 22 years ago
  88. df9eff0 * Markup nits for the Invoking Descriptors section by Raymond Hettinger · 22 years ago
  89. d0cda1d SF patch #760792: "wo" in "word" now valid but not documented as such by Raymond Hettinger · 22 years ago
  90. daa3404 * Fixed an unmatched parenthesis early in the text. by Raymond Hettinger · 22 years ago
  91. 4db3661 remove _ from label: LaTeX rejects this due to all the magic we use to by Fred Drake · 22 years ago
  92. 03ec6d5 * Document how descriptors are invoked. by Raymond Hettinger · 22 years ago
  93. 171be76 Patch #755683: Document that there might be a maximum indentation limit. by Martin v. Löwis · 22 years ago
  94. 96a8233 SF patch #751038 fixing SF bug#750092: exec doesn't need newline by Raymond Hettinger · 22 years ago
  95. 9e6fedd Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument. by Brett Cannon · 22 years ago
  96. b268f03 SF bug #749759: comparisons yield bool not int by Raymond Hettinger · 22 years ago
  97. 847207a SF bug #719367, string exceptions are deprecated by Neal Norwitz · 22 years ago
  98. a95d3b7 Oops. License is still an appendix. by Jeremy Hylton · 22 years ago
  99. 2fb6124 Appendix was removed. by Jeremy Hylton · 22 years ago
  100. cf9c467 *** empty log message *** by Jeremy Hylton · 22 years ago