1. 05 Mar, 2011 2 kayıt (commit)
  2. 22 Haz, 2001 4 kayıt (commit)
  3. 21 Haz, 2001 3 kayıt (commit)
  4. 20 Haz, 2001 3 kayıt (commit)
  5. 15 Haz, 2001 1 kayıt (commit)
  6. 14 Haz, 2001 2 kayıt (commit)
  7. 13 Haz, 2001 8 kayıt (commit)
  8. 04 Haz, 2001 2 kayıt (commit)
    • Barry Warsaw's avatar
      Backported two fixes from the Py2.1 tree (pre-unittest rewrite): · 5cf87aaf
      Barry Warsaw yazdı
      ----------------------------
      revision 1.3
      date: 2001/04/10 15:01:20;  author: gvanrossum;  state: Exp;  lines: +6 -0
      Some other tests, when failing, don't always remove their TESTFN file.
      Try to do it for them, so our mkdir() operation doesn't fail.
      ----------------------------
      revision 1.2
      date: 2001/03/02 05:46:17;  author: gvanrossum;  state: Exp;  lines: +3 -3
      When catching errors from os.rmdir(), test for os.error, not IOError!
      ----------------------------
      
      except I used OSError instead of os.error.
      5cf87aaf
    • Barry Warsaw's avatar
      The SF patch (#129288 - urllib.py - chanign %02x to %02X in quoting) · cbe99a1f
      Barry Warsaw yazdı
      was applied to urllib.py, but the corresponding change to
      test_urllib.py was not applied.  Backport revision 1.6 of this file
      into the 2.0 maintenance branch.
      
      ----------------------------
      revision 1.6
      date: 2001/01/19 07:00:08;  author: tim_one;  state: Exp;  lines: +8 -3
      urllib.py very recently changed to produce uppercase escapes, but no
      corresponding changes were made to its std test.
      ----------------------------
      cbe99a1f
  9. 08 May, 2001 1 kayıt (commit)
  10. 04 May, 2001 1 kayıt (commit)
  11. 25 Nis, 2001 1 kayıt (commit)
  12. 13 Nis, 2001 4 kayıt (commit)
  13. 11 Nis, 2001 2 kayıt (commit)
    • Moshe Zadka's avatar
      Inspired by Tim Peters' 1.14->1.15 checkin to asynchat · 097cf85d
      Moshe Zadka yazdı
      Quoting orignal message:
      '''
      Fix from the Madusa mailing list:
          http://groups.yahoo.com/group/medusa/message/333
      
      It's clear that Medusa should not be checking for an empty buffer
      via "buf is ''".  The patch merely changes "is" to "==".  However,
      there's a mystery here all the same:  Python attempts to store null
      strings uniquely, so it's unclear why "buf is ''" ever returned
      false when buf actually was empty.  *Some* string operations produce
      non-unique null strings, e.g.
      '''
      097cf85d
    • Moshe Zadka's avatar
      Checking the diff from PC/getpatchp.c 1.22 to 1.23 · abbae5b3
      Moshe Zadka yazdı
      This fixes many bugs, and was proposed by Thomas Heller.
      Original log message:
      '''
      Checkin updated version of patch #103933 .  As Thomas says, fixes the bugs
      #131064, #129584, #127722. See the discussion in bug #131064
      '''
      abbae5b3
  14. 31 Mar, 2001 6 kayıt (commit)