1. 11 Agu, 2008 6 kayıt (commit)
  2. 10 Agu, 2008 1 kayıt (commit)
  3. 09 Agu, 2008 8 kayıt (commit)
  4. 08 Agu, 2008 6 kayıt (commit)
  5. 07 Agu, 2008 3 kayıt (commit)
  6. 06 Agu, 2008 4 kayıt (commit)
  7. 05 Agu, 2008 4 kayıt (commit)
    • Guido van Rossum's avatar
      Tracker issue 3487: sre "bytecode" verifier. · 8b762f05
      Guido van Rossum yazdı
      This is a verifier for the binary code used by the _sre module (this
      is often called bytecode, though to distinguish it from Python bytecode
      I put it in quotes).
      
      I wrote this for Google App Engine, and am making the patch available as
      open source under the Apache 2 license.  Below are the copyright
      statement and license, for completeness.
      
      # Copyright 2008 Google Inc.
      #
      # Licensed under the Apache License, Version 2.0 (the "License");
      # you may not use this file except in compliance with the License.
      # You may obtain a copy of the License at
      #
      #     http://www.apache.org/licenses/LICENSE-2.0
      #
      # Unless required by applicable law or agreed to in writing, software
      # distributed under the License is distributed on an "AS IS" BASIS,
      # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      # See the License for the specific language governing permissions and
      # limitations under the License.
      
      It's not necessary to include these copyrights and bytecode in the
      source file.  Google has signed a contributor's agreement with the PSF
      already.
      8b762f05
    • Andrew M. Kuchling's avatar
    • Andrew M. Kuchling's avatar
      #3367 from Kristjan Valur Jonsson: · efa61bc1
      Andrew M. Kuchling yazdı
      If a PyTokenizer_FromString() is called with an empty string, the
      tokenizer's line_start member never gets initialized.  Later, it is
      compared with the token pointer 'a' in parsetok.c:193 and that behavior
      can result in undefined behavior.
      efa61bc1
    • Andrew M. Kuchling's avatar
      Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch,… · 10288e19
      Andrew M. Kuchling yazdı
      Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch, check for having os.stat available
      10288e19
  8. 04 Agu, 2008 8 kayıt (commit)