1. 20 Eyl, 2004 6 kayıt (commit)
  2. 19 Eyl, 2004 6 kayıt (commit)
    • Martin v. Löwis's avatar
      Fix lib-tk PythonPath. · f13337dd
      Martin v. Löwis yazdı
      f13337dd
    • Edward Loper's avatar
      - Added "testfile" function, a simple function for running & verifying · 052d0cd2
      Edward Loper yazdı
        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.
      052d0cd2
    • Raymond Hettinger's avatar
      SF bug #1030557: PyMapping_Check crashes when argument is NULL · 1be1a79f
      Raymond Hettinger yazdı
      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.
      1be1a79f
    • Brett Cannon's avatar
      When this file is sourced in, or used as, one's vimrc file it will set the… · 8b4e886e
      Brett Cannon yazdı
      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.
      8b4e886e
    • Raymond Hettinger's avatar
      SF patch #1020845: Decimal performance enhancements · 636a6b10
      Raymond Hettinger yazdı
      (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.
      636a6b10
    • Edward Loper's avatar
      - Updated example output to match actual output · 6cc13508
      Edward Loper yazdı
      - 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).
      6cc13508
  3. 18 Eyl, 2004 10 kayıt (commit)
  4. 17 Eyl, 2004 3 kayıt (commit)
  5. 16 Eyl, 2004 4 kayıt (commit)
  6. 15 Eyl, 2004 3 kayıt (commit)
  7. 14 Eyl, 2004 8 kayıt (commit)