1. 26 Jan, 2006 1 commit
  2. 25 Jan, 2006 4 commits
  3. 24 Jan, 2006 8 commits
  4. 23 Jan, 2006 13 commits
  5. 22 Jan, 2006 6 commits
  6. 21 Jan, 2006 3 commits
    • Walter Dörwald's avatar
      Fix typo · 9d9af8ac
      Walter Dörwald authored
      9d9af8ac
    • Georg Brandl's avatar
      Bug #902075: urllib2 now handles "host:port" proxy specifications · 531cebad
      Georg Brandl authored
      
      Can/should this be backported?
      531cebad
    • Tim Peters's avatar
      _compile(): raise an exception if downcasting to SRE_CODE · 3d563509
      Tim Peters authored
      loses information:
      
          OverflowError: regular expression code size limit exceeded
      
      Otherwise the compiled code is gibberish, possibly leading at
      least to wrong results or (as reported on c.l.py) internal
      sre errors at match time.
      
      I'm not sure how to test this.  SRE_CODE is a 2-byte type on
      my box, and it's easy to create a regexp that causes the new
      exception to trigger here.  But it may be a 4-byte type on
      other boxes, and creating a regexp large enough to trigger
      problems there would be pretty crazy.
      
      Bugfix candidate.
      3d563509
  7. 20 Jan, 2006 5 commits