1. 18 Ara, 2003 1 kayıt (commit)
  2. 17 Ara, 2003 8 kayıt (commit)
  3. 16 Ara, 2003 1 kayıt (commit)
  4. 15 Ara, 2003 10 kayıt (commit)
  5. 14 Ara, 2003 4 kayıt (commit)
    • Neal Norwitz's avatar
      SF #859811, typo in docs · 1ecbd679
      Neal Norwitz yazdı
      1ecbd679
    • Neal Norwitz's avatar
      SF #859810, typo in doc · 360cd418
      Neal Norwitz yazdı
      360cd418
    • Jeremy Hylton's avatar
      37c5f2a7
    • Jeremy Hylton's avatar
      SF patch 852995: add processors feature to urllib2 · c1be59f4
      Jeremy Hylton yazdı
      John J. Lee writes: "the patch makes it possible to implement
      functionality like HTTP cookie handling, Refresh handling,
      etc. etc. using handler objects. At the moment urllib2's handler
      objects aren't quite up to the job, which results in a lot of
      cut-n-paste and subclassing. I believe the changes are
      backwards-compatible, with the exception of people who've
      reimplemented build_opener()'s functionality -- those people would
      need to call opener.add_handler(HTTPErrorProcessor).
      
      The main change is allowing handlers to implement
      methods like:
      
      http_request(request)
      http_response(request, response)
      
      In addition to the usual
      
      http_open(request)
      http_error{_*}(...)
      "
      
      Note that the change isn't well documented at least in part because
      handlers aren't well documented at all.  Need to fix this.
      
      Add a bunch of new tests.  It appears that none of these tests
      actually use the network, so they don't need to be guarded by a
      resource flag.
      c1be59f4
  6. 13 Ara, 2003 13 kayıt (commit)
  7. 12 Ara, 2003 1 kayıt (commit)
    • Raymond Hettinger's avatar
      Expand the groupby() example to: · feb78c94
      Raymond Hettinger yazdı
      * show that it is typically used with sorted data,
      * highlight commonalities with SQL's groupby and Unix's uniq,
      * demonstrate valid uses for the default identity function,
      * add some excitement by suggesting the range of possibilities.
      feb78c94
  8. 11 Ara, 2003 2 kayıt (commit)