1. 7bf216b Backport: #1889 - fixup \xhh specs. by Georg Brandl · 17 years ago
  2. c5bb868 Link to external documentation about new style classes was by Facundo Batista · 17 years ago
  3. 6524573 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 17 years ago
  4. 8c9b3d6 Patch #1602128: clarify that richcmp methods can return NotImplemented by Georg Brandl · 17 years ago
  5. c3df1b1 Bug #1637967: missing //= operator in list. (backport from rev. 53475) by Georg Brandl · 18 years ago
  6. 8984370 Bug #1565919: document set types in the Language Reference. by Georg Brandl · 18 years ago
  7. 38b9460 SF #1547931, fix typo (missing and). Backport candidate for 2.3/2.4 too by Neal Norwitz · 18 years ago
  8. ab2f8f7 __hash__ may now return long int; the final hash by Martin v. Löwis · 18 years ago
  9. 7f719c5 Bug #1536660: separate two words. by Georg Brandl · 18 years ago
  10. 5b654ea Bug #1531349: right <-> left glitch in __rop__ description. by Georg Brandl · 18 years ago
  11. ad6911b Clarify that __op__ methods must return NotImplemented if they don't support the operation. by Georg Brandl · 18 years ago
  12. f5da071 remove unnecessary markup by Fred Drake · 18 years ago
  13. b8d2607 markup fix by George Yoshida · 18 years ago
  14. c54173c Bug #1153163: describe __add__ vs __radd__ behavior when adding by Georg Brandl · 18 years ago
  15. 772beaa Bug #1501122: mention __gt__ &co in description of comparison order. by Georg Brandl · 18 years ago
  16. 5e30626 SF patch #1303595: improve description of __builtins__, explaining how it by Fred Drake · 18 years ago
  17. 3689571 End of Ch.3 is now about "with statement". by George Yoshida · 18 years ago
  18. 5e0b882 minor markup nits by George Yoshida · 18 years ago
  19. a89dbec Patch #1492218: document None being a constant. by Georg Brandl · 18 years ago
  20. c120a6d Fix the TeX compile error. by George Yoshida · 18 years ago
  21. 5c6a5ec - Add 'as' and 'with' as new keywords in 2.5. by George Yoshida · 18 years ago
  22. 6fffa5e - markup fix - add clarifying words by George Yoshida · 18 years ago
  23. 8f505ae Duplicated description about the illegal continue usage can be found in nearly the same place. by George Yoshida · 18 years ago
  24. 159a116 At first there were 6 steps, but one was removed after that. by George Yoshida · 18 years ago
  25. afd5e63 Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager() by Nick Coghlan · 18 years ago
  26. 2de7a35 one more place to avoid extra markup by Fred Drake · 18 years ago
  27. f25fa6d avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to by Fred Drake · 18 years ago
  28. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 18 years ago
  29. 3c1983f Patch #1479438: add \keyword markup for "with". by Georg Brandl · 18 years ago
  30. a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 18 years ago
  31. 877cf23 Change PEP 343 related documentation to use the term context specifier instead of context object by Nick Coghlan · 18 years ago
  32. fee3dfc Update with statement documentation to use same terminology as 2.5a1 implementation by Nick Coghlan · 18 years ago
  33. a1d3b10 wrap SyntaxError with \exception{} by George Yoshida · 18 years ago
  34. e071b00 bug #1462278: small fix in documentation of __op__ vs __rop__ methods by Georg Brandl · 18 years ago
  35. 76a2cae typos by Georg Brandl · 18 years ago
  36. 4c97498 Add index entries for new-style/old-style class. by Georg Brandl · 18 years ago
  37. d03b073 Add version added info for with statement and context managers by Neal Norwitz · 18 years ago
  38. 16e86da The "with" statement needs a __future__. :) by Phillip J. Eby · 18 years ago
  39. 075ef1a Document the "with" statement. by Phillip J. Eby · 18 years ago
  40. 5d0f4c6 Document the PEP 343 context manager protocol methods. by Phillip J. Eby · 18 years ago
  41. 1a9fac0 Yield is now allowed in try-finally, so update docs accordingly by Phillip J. Eby · 18 years ago
  42. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  43. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  44. f9f61b4 Note version added for conditional expressions by Neal Norwitz · 18 years ago
  45. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  46. 5a49fae SF patch #1421726 by Fredrik Lundh · 18 years ago
  47. 5f0ff5c Add markup to a "Python Standard Library" doc reference I added for bug 839585. by Georg Brandl · 19 years ago
  48. a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 19 years ago
  49. c47f1c1 Bug #839585: mention % string operator in language ref by Georg Brandl · 19 years ago
  50. ddddd2f Updating the short blob about old/new-style classes to reflect (IMHO) more by Armin Rigo · 19 years ago
  51. 11ca77e Doc for PEP 341, needs improvement by Neal Norwitz · 19 years ago
  52. 6af5239 Add placeholder section on old and new-style classes by Andrew M. Kuchling · 19 years ago
  53. f96f5f5 Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode strings by Georg Brandl · 19 years ago
  54. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  55. 59c6191 add missing "and" by Fred Drake · 19 years ago
  56. c0d1125 Make close brace a paren to match open. by Neal Norwitz · 19 years ago
  57. 19f6b86 Armin caught this mistake in bug #973103. by Neal Norwitz · 19 years ago
  58. bee0d46 Correct docs for empty raise when no exception is active. by Raymond Hettinger · 19 years ago
  59. d430726 Better wording for integer ref entry. by Georg Brandl · 19 years ago
  60. b6e1c11 note that the return and yield statements cannot be used at the top level in by Fred Drake · 19 years ago
  61. b3dfc0a - fix typo report by email, only 1.5 years late by Fred Drake · 19 years ago
  62. 7da4eda Clarify what is meant with "whole numbers". by Georg Brandl · 19 years ago
  63. 15ad935 __new__ is a static method by Georg Brandl · 19 years ago
  64. 8fc18a2 bug [ 1261229 ] __new__ is class method by Georg Brandl · 19 years ago
  65. 6cd5377 Empty sets and frozensets are also false. by Georg Brandl · 19 years ago
  66. a30616a SF bug #1249837: container methods raise KeyError not IndexError by Raymond Hettinger · 19 years ago
  67. b285974 Mention explicitly the False is considered false. by Georg Brandl · 19 years ago
  68. 21c8254 add information about alternate implementations, noting that documentation by Fred Drake · 19 years ago
  69. 1c330eb Patch [ 1230615 ] Patch for (Doc) #1168746 by Georg Brandl · 19 years ago
  70. c493229 Fix grammar (it's -> its). by Neil Schemenauer · 19 years ago
  71. 6a15c5d [Bug #1193001] Make the notation section use the same productionlist env. as other grammar rules by Andrew M. Kuchling · 19 years ago
  72. 2f475a7 Fix: by Michael W. Hudson · 19 years ago
  73. db22958 update documentation on what constitutes a line in a source file by Fred Drake · 19 years ago
  74. b56b494 SF bug #1190451: 6.9 First sentence is confusing by Raymond Hettinger · 19 years ago
  75. f21569e Fix typo. by Raymond Hettinger · 19 years ago
  76. 629496b Add grammar change for allowing ``class B(): pass`` syntax. by Brett Cannon · 19 years ago
  77. ff564d3 SF #1156412: document the __new__() static method by Greg Ward · 19 years ago
  78. a2a9888 Updates to the exceptions documentation (this is my patch #1156102). by Michael W. Hudson · 19 years ago
  79. b184ae8 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 20 years ago
  80. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  81. f4a70f3 Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 20 years ago
  82. 2269d86 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet by Fred Drake · 20 years ago
  83. 5b00059 minor markup nits; fix missing whitespace by Fred Drake · 20 years ago
  84. 7fabaf8 clarify discussion of iteration in the section on the "for" statement by Fred Drake · 20 years ago
  85. 9a40851 clarify trailing comma in function argument list (SF bug #798652) by Fred Drake · 20 years ago
  86. 7126976 Patch #1042969: add closing brace for \token {generator_expression}. Thanks by Johannes Gijsbers · 20 years ago
  87. 266a436 Remove claims that Python source code is ASCII. Fixes #1026038. by Martin v. Löwis · 20 years ago
  88. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  89. ae075b6 Patch #1011144: Correct regex for coding decls. by Martin v. Löwis · 20 years ago
  90. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  91. 5c8d29c SF patch #872326: generator expression implementation by Raymond Hettinger · 20 years ago
  92. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  93. cbd8155 [Bug #827209] Add footnote from Alex M. about listcomps leaking their index variables by Andrew M. Kuchling · 20 years ago
  94. 6bd8e84 update to reflect the new significance of the "@" character by Fred Drake · 20 years ago
  95. 70fcdb8 Document general mappings for the locals argument for exec and execfile(). by Raymond Hettinger · 20 years ago
  96. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  97. 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  98. a031a08 Add a missing space. by Brett Cannon · 20 years ago
  99. 9c322fb The expression list in inheritance is not optional. Fixes #960448. by Martin v. Löwis · 20 years ago
  100. 477c856 Move grammar rule for lambda_form into section on lambdas. Fixes #964525. by Martin v. Löwis · 20 years ago