1. 24 Sep, 2004 7 commits
  2. 23 Sep, 2004 11 commits
  3. 22 Sep, 2004 5 commits
  4. 21 Sep, 2004 3 commits
  5. 20 Sep, 2004 7 commits
  6. 19 Sep, 2004 6 commits
    • Martin v. Löwis's avatar
      Fix lib-tk PythonPath. · a1c07551
      Martin v. Löwis authored
      a1c07551
    • Edward Loper's avatar
      - Added "testfile" function, a simple function for running & verifying · 54d6e553
      Edward Loper authored
        all examples in a given text file. (analagous to "testmod")
      - Minor docstring fixes.
      - Added module_relative parameter to DocTestFile/DocTestSuite, which
        controls whether paths are module-relative & os-independent, or
        os-specific.
      54d6e553
    • Raymond Hettinger's avatar
      SF bug #1030557: PyMapping_Check crashes when argument is NULL · 00fdfa5e
      Raymond Hettinger authored
      Make PySequence_Check() and PyMapping_Check() handle NULL inputs.  This
      goes beyond what most of the other checks do, but it is nice defensive
      programming and solves the OP's problem.
      00fdfa5e
    • Brett Cannon's avatar
      When this file is sourced in, or used as, one's vimrc file it will set the... · 04d95dbc
      Brett Cannon authored
      When this file is sourced in, or used as, one's vimrc file it will set the proper settings to follow the style guidelines laid out in PEPs 7 & 8 as best it can without forcing extraneous settings.
      
      Suggested settings are commented out and included at the end of the file.
      
      The goal is to have this file prevent as much as possible from deviating from the style guidelines.  It is not meant to collect every cool macro possible for Python.  Any useful settings for features included with Vim can be included and commented out, but anything overly extraneous should be left out.
      04d95dbc
    • Raymond Hettinger's avatar
      SF patch #1020845: Decimal performance enhancements · 5d2d1734
      Raymond Hettinger authored
      (Contributed by Nick Coghlan.)
      
      Various code cleanups and optimizations (saves about 40% on testsuite
      execution time and on the telco benchmark).
      
      * caches results of various operations on self (esp. checks for being
        a special value).
      
      * _WorkRep now uses ints and longs for intermediate computations.
      5d2d1734
    • Edward Loper's avatar
      - Updated example output to match actual output · 8f057eab
      Edward Loper authored
      - Minor wording changes
      - Changed the docs to reflect the fact that multiple option directives
        can be specified on a single line (and updated the directive
        production list, as well).
      8f057eab
  7. 18 Sep, 2004 1 commit