1. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  2. c0678ff - create a hyperlink for a section reference (also more robust in the by Fred Drake · 21 years ago
  3. 25b5358 Add definitions of the test and testlist symbols in the grammar so by Fred Drake · 21 years ago
  4. d0cda1d SF patch #760792: "wo" in "word" now valid but not documented as such by Raymond Hettinger · 21 years ago
  5. daa3404 * Fixed an unmatched parenthesis early in the text. by Raymond Hettinger · 21 years ago
  6. b268f03 SF bug #749759: comparisons yield bool not int by Raymond Hettinger · 21 years ago
  7. 4efd917 Add a space after expression to be consistent by Neal Norwitz · 21 years ago
  8. 78429a6 Fixing bug by Gustavo Niemeyer · 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. 463bfaf Clarify deprecation of the floor div operator, modulo operator, by Raymond Hettinger · 22 years ago
  14. 7465382 Modified presentation of the grammar for calls to be easier to read by Fred Drake · 22 years ago
  15. 7fd9ced Minor English grammar correction by Raymond Hettinger · 22 years ago
  16. e08c9db Simplify the production for argument list, making sure that it by Fred Drake · 22 years ago
  17. 0747121 Played contortionist games with the argument_list production so it by Fred Drake · 22 years ago
  18. 6cf09f0 Patch 543387. Document deprecation of complex %, //,and divmod(). by Raymond Hettinger · 22 years ago
  19. af93c4c Added a missing "|" in the grammar productions used in the reference manual by Fred Drake · 22 years ago
  20. fd86771 Fix typo: coverted --> converted. Reported by Francois Pinard. by Fred Drake · 22 years ago
  21. 2225add Given lambda its own section, instead of burying it in boolean operators. by Jeremy Hylton · 22 years ago
  22. 53ed917 Update / simplify Identifiers section for nested scopes. by Jeremy Hylton · 22 years ago
  23. f6eafc3 Fix up unescaped tilde; reported by several people. by Fred Drake · 22 years ago
  24. 83d14c1 Markup error: braces not properly marked in dictionary display by Fred Drake · 22 years ago
  25. 5381588 Revise the markup related to the grammar productions to increase the by Fred Drake · 22 years ago
  26. b062cb2 Work around the problem of spaces after a "}" being dropped by LaTeX2HTML if by Fred Drake · 23 years ago
  27. 850d398 Fix for by Michael W. Hudson · 23 years ago
  28. 1350c07 Removed stray backslash (a typo -- my fault). by Tim Peters · 23 years ago
  29. 20524db The description of dictionary comparison was out of date. Rather than by Tim Peters · 23 years ago
  30. cb4638a Change the grammar productions to use the new productionlist environment; by Fred Drake · 23 years ago
  31. deda9f3 Use a named reference to another chapter instead of hard coding the by Fred Drake · 23 years ago
  32. 2829f1c Fix a very minor (but annoying when looking for things!) markup nit. by Fred Drake · 23 years ago
  33. 8838269 Update a "Programmer's note" about lambda forms and scoping to reflect by Fred Drake · 23 years ago
  34. b8ac009 Fix the operator precedence table: exponentiation binds tighter than negation. by Fred Drake · 23 years ago
  35. 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 23 years ago
  36. 24e7a29 Work around the conversion of ">>" and "<<" to guillemets. Reported by by Fred Drake · 23 years ago
  37. ac79e95 Re-word the explanation of the in/not in operators for increased content by Fred Drake · 23 years ago
  38. 34bafcc Fix a variety of minor nits and typos caught by Chris Ryland by Fred Drake · 23 years ago
  39. 2a22200 Adjust explanation of operator precedence summary -- exponentiation groups by Fred Drake · 24 years ago
  40. c3b18d7 Fix error noted by Gerrit Holl (old; had been buried in my INBOX): by Fred Drake · 24 years ago
  41. 1156f62 Many small clarifications, including many suggested by email. by Fred Drake · 24 years ago
  42. b655939 add index entries for list comprehensions by Skip Montanaro · 24 years ago
  43. 323fe5d fix list comprehension discussion to use \keyword macro instead of simply by Skip Montanaro · 24 years ago
  44. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  45. d341579 Fix error made in applying Thomas's patch. by Fred Drake · 24 years ago
  46. a1e214a Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  47. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  48. 3d83fc3 Change as suggested by Peter Funk <pf@artcom-gmbh.de>: by Fred Drake · 24 years ago
  49. 7399b9e Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  50. c009d19 Removed some extraneous and confusing parenthesized expressions. by Fred Drake · 24 years ago
  51. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  52. 1ea7c75 Reflect recent patch for float % and divmod() by Tim Peters. Content by Fred Drake · 25 years ago
  53. d09120b Added index entries for operator precedence; suggestion from Randall by Fred Drake · 25 years ago
  54. b55ce1e Fixed latex2html weirdness with footnotes. by Fred Drake · 25 years ago
  55. 99cd573 Minor markup nits. by Fred Drake · 25 years ago
  56. d03268f Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  57. ea81edf Markup nits. by Fred Drake · 26 years ago
  58. 9beee80 Remove a couple of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
  59. 020f8c0 Make sure chapters, sections, and subsections all have a \label to give them by Fred Drake · 26 years ago
  60. 9ad9c9b Convert operator precedence table to the new style markup. by Fred Drake · 26 years ago
  61. 7c0240f e.g. -> e.g., by Guido van Rossum · 26 years ago
  62. 3a0ad60 Changes copied from the FrameMaker version, and some new stuff by Guido van Rossum · 26 years ago
  63. c85be6a Fix another oldie (item (b) only): by Guido van Rossum · 26 years ago
  64. 5c07d9b Updated markup style (got rid of \verb@...@, mostly). by Fred Drake · 26 years ago
  65. f666917 The Python Reference Manual. by Fred Drake · 26 years ago
  66. 1f17543 Removed LaTeX version of reference manual. Added ref/ref.ps. by Guido van Rossum · 28 years ago
  67. a95a140 expr_list -> expression_list by Guido van Rossum · 28 years ago
  68. 8476d00 footnote about keyword args by Guido van Rossum · 29 years ago
  69. ad07f2b squeezed some space out of a line that was too long by Guido van Rossum · 29 years ago
  70. 4dd6b84 added table of precedences by Guido van Rossum · 29 years ago
  71. a547547 made palatable for latex2html: removed $math$, added braces to \item[\tt...] by Guido van Rossum · 29 years ago
  72. 31cce97 copyright.tex: Add 1995 to copyright message. by Guido van Rossum · 30 years ago
  73. 16d6e71 Lots of small corrections by Andrew Kuchling (plus all new rotor docs) by Guido van Rossum · 30 years ago
  74. 6938f06 Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  75. 3cbc16d * lib2.tex (sys): updated sys.std{in,out,err} docs. Added by Guido van Rossum · 31 years ago
  76. b2c6556 Lots of small changes collected over months... by Guido van Rossum · 31 years ago
  77. 4ac605e Changes to some math using underscore as subscript, necessary since by Guido van Rossum · 32 years ago
  78. 46f3e00 Initial revision by Guido van Rossum · 32 years ago