1. 21 Jul, 2003 8 commits
  2. 20 Jul, 2003 13 commits
  3. 19 Jul, 2003 4 commits
  4. 18 Jul, 2003 1 commit
  5. 17 Jul, 2003 1 commit
  6. 15 Jul, 2003 4 commits
  7. 14 Jul, 2003 3 commits
  8. 11 Jul, 2003 2 commits
    • Fred Drake's avatar
      - elaborated the docstring with an explanation of where the contents · 8bb0d8ee
      Fred Drake authored
        of the module are initialized
      - added assignments to "document" the names exported by this module,
        and, in the case of 'super', squash a warning that gets generated
        when using Python 2.3.  (In Python 2.3, setting an attribute of a
        module outside of the module's implementation, where the name of the
        attribute matches the name of a built-in and the name isn't already
        defined in the module, causes a warning to be generated.)
      8bb0d8ee
    • Fred Drake's avatar
      In Python 2.3, range() cares that it was passed integer types, so pass · e3838e1c
      Fred Drake authored
      an integer to avoid an unhelpful deprecation warning.  (Before Python
      2.3, range() and many other built-in functions accepted floats as ints
      "by accident"; those cases now generate warnings when passes a float.)
      e3838e1c
  9. 10 Jul, 2003 2 commits
  10. 09 Jul, 2003 2 commits