1. 10 Ock, 2002 6 kayıt (commit)
  2. 07 Ock, 2002 2 kayıt (commit)
  3. 05 Ock, 2002 2 kayıt (commit)
  4. 27 Ara, 2001 5 kayıt (commit)
  5. 26 Ara, 2001 2 kayıt (commit)
  6. 23 Ara, 2001 6 kayıt (commit)
  7. 22 Ara, 2001 1 kayıt (commit)
  8. 21 Ara, 2001 6 kayıt (commit)
    • Fred Drake's avatar
      Add notes that fromfd() and s.makefile() are Unix-specific. · 9531fb4d
      Fred Drake yazdı
      This fixes SF bug #495896.
      
      Fix up various markup consistency & style guide conformance nits.
      9531fb4d
    • Anthony Baxter's avatar
      d'oh! could have _sworn_ I checked this in last weekend. · fc543106
      Anthony Baxter yazdı
      Make dumbdbm merely "dumb", rather than "terminally broken". Without this
      patch, it's almost impossible to use dumbdbm _without_ causing horrible
      datalossage. With this patch, dumbdbm passes my own horrible torture test,
      as well as the roundup test suite.
      
      dumbdbm really could do with a smidgin of a rewrite or two, but that's not
      suitable for the release21-maint branch.
      
      This patch should go into the trunk as well.
      fc543106
    • Anthony Baxter's avatar
      backport 2.35: · ba5a3f2e
      Anthony Baxter yazdı
       SF bug 485175:  buffer overflow in
       traceback.c.  Bugfix candidate.  tb_displayline():  the sprintf
       format was choking off the file name, but used plain %s for the
       function name (which can be arbitrarily long).  Limit both to 500
       chars max.
      ba5a3f2e
    • Anthony Baxter's avatar
      backport 2.153: · 8d0b5adf
      Anthony Baxter yazdı
      Missing DECREFs when exception is raised in sys.excepthook.
      8d0b5adf
    • Anthony Baxter's avatar
      backport 2.9: · 047f687c
      Anthony Baxter yazdı
       PySymtableEntry_New():  I'm not sure what this
       routine is doing, but it was obviously leaking an int object when
       whatever the heck it's looking for was found.  Repaired that.  This
       accounts for why entering function and class definitions at an
       interactive prompt leaked a reference to the integer 1 each time.
      047f687c
    • Anthony Baxter's avatar
      backport 2.144: · f3f6cfe1
      Anthony Baxter yazdı
      Py_Initialize(): Apply patch by Jürgen Hermann to call
          _PyImport_FixupExtension() on the exceptions module.  Now
          reload(exceptions) acts just like reload(sys) instead of raising
          an ImportError.
      
          This closes SF bug #422004.
      f3f6cfe1
  9. 20 Ara, 2001 1 kayıt (commit)
  10. 19 Ara, 2001 2 kayıt (commit)
  11. 18 Ara, 2001 3 kayıt (commit)
    • Guido van Rossum's avatar
      Backport patch 1.57 to 2.1.2. Apparently ftp servers that send 227 · a5d6faaa
      Guido van Rossum yazdı
      responses that the original parse227() routine can't handle are
      becoming more common.
      
      """
      Change the 227 response parser to use a more liberal regular
      expression.  This is needed for certain servers that (in violation of
      the standard) don't return the parentheses in the response.
      
      This fixes SF bug #441712 by Henrik Weber (not exactly using his
      patch).
      """
      a5d6faaa
    • Jeremy Hylton's avatar
      Backport bugfixes since rev 1.39 from the trunk. · 3c2b6f54
      Jeremy Hylton yazdı
      Add is_constant_false(), rev 1.41.
      Fixed print handling, rev. 1.41.
      Handle private names, 1.42.
      Make sure JUMP_ABS and POP_BLOCK blocks are contiguous, rev. 1.44.
      Make sure class object has no co_varnames, rev. 1.45.
      Fix typo in visitDict(), rev. 1.46.
      Generate correct code for continue in try/except, rev. 1.47.
      3c2b6f54
    • Jeremy Hylton's avatar
      Backport bugfixes since rev 1.5 from the trunk. · 317acd03
      Jeremy Hylton yazdı
      Fix for sibling nodes that define the same free variable, rev. 1.6.
      Handle private names, rev. 1.7.
      Fix bug in handling of statements like "l[x:y] = 2", reb. 1.8.
      Fix symbol problem with slice assignment, rev. 1.9.
      317acd03
  12. 17 Ara, 2001 3 kayıt (commit)
  13. 15 Ara, 2001 1 kayıt (commit)