1. f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 19 years ago
  2. ecc275b Typo. by Armin Rigo · 19 years ago
  3. ad351f8 SF bug #1178269 Clarify when isMappingType/isSequenceType is True. by Raymond Hettinger · 19 years ago
  4. fb5f04d SF bug #1178255: 256 should read 255 in operator module docs by Raymond Hettinger · 19 years ago
  5. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 19 years ago
  6. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  7. b606b3d Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  8. 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
  9. ccabed3 Patch #849350: Update to document bool return values. Backported to 2.3. by Martin v. Löwis · 21 years ago
  10. 83c1874 SF patch #834444: add versionadd to new functions by Raymond Hettinger · 21 years ago
  11. 1b56de0 Fill in missing table entries. by Raymond Hettinger · 22 years ago
  12. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago
  13. 06daee9 Try to make a sentance more readable. by Neal Norwitz · 22 years ago
  14. 8ec17a0 Minor correction and clarification. by Fred Drake · 22 years ago
  15. 11b795c Add versionadded for operator.pow by Neal Norwitz · 22 years ago
  16. 5959c55 Added __pow__(a,b) to the operator module. Completes the pattern of by Raymond Hettinger · 22 years ago
  17. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  18. e89659c Added documentation for the new rich comparison support. by Fred Drake · 23 years ago
  19. 29c45a5 Grant Griffin <grant.griffin@honeywell.com>: by Fred Drake · 24 years ago
  20. 8c2fd49 Added missing entry for invert() function. by Fred Drake · 24 years ago
  21. d88d0a1 It turns out that Guido does not like or encourage the use of the term by Fred Drake · 24 years ago
  22. 8d3312f Add documentation and warnings for the isCallable(), isMappingType(), by Fred Drake · 24 years ago
  23. 5316ef4 Added documentation for new functions. Deprecated sequenceIncludes(). by Fred Drake · 24 years ago
  24. e55702b Added note to __not__() description that this operation is defined by Fred Drake · 25 years ago
  25. 295da24 New section header style. by Fred Drake · 26 years ago
  26. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  27. a58e9ed Document missing functions: xor, not, truth, countOf, indexOf, and by Guido van Rossum · 26 years ago
  28. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 26 years ago
  29. c07ae9f Some logical markup. by Fred Drake · 26 years ago
  30. 57b5e42 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  31. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  32. f3e6df1 Remove unneeded "{}" that confused makeinfo. by Fred Drake · 27 years ago
  33. 0514ce1 Descriptions for delitem(), __delitem__(): These delete a value, not set it. by Fred Drake · 27 years ago
  34. 3aa2895 Fixed index references to modules. (This is *not* the spam module!) by Fred Drake · 27 years ago
  35. 98b032a Removed unnecessary escaping. by Fred Drake · 27 years ago
  36. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  37. 61ed4db Added section for operator module (compiled Skip Montanaro). by Guido van Rossum · 28 years ago