1. 07 Mar, 2010 1 kayıt (commit)
  2. 24 Şub, 2010 2 kayıt (commit)
  3. 20 Şub, 2010 1 kayıt (commit)
  4. 19 Şub, 2010 1 kayıt (commit)
  5. 27 Ara, 2009 1 kayıt (commit)
  6. 20 Ara, 2009 1 kayıt (commit)
  7. 08 Ara, 2009 1 kayıt (commit)
  8. 03 Ara, 2009 1 kayıt (commit)
  9. 15 Kas, 2009 2 kayıt (commit)
  10. 11 Eki, 2009 1 kayıt (commit)
  11. 16 Eyl, 2009 1 kayıt (commit)
  12. 25 Tem, 2009 1 kayıt (commit)
  13. 19 Tem, 2009 1 kayıt (commit)
  14. 04 Haz, 2009 1 kayıt (commit)
  15. 26 May, 2009 1 kayıt (commit)
  16. 05 May, 2009 1 kayıt (commit)
  17. 01 May, 2009 1 kayıt (commit)
  18. 01 Nis, 2009 1 kayıt (commit)
  19. 31 Mar, 2009 2 kayıt (commit)
    • Jeremy Hylton's avatar
      Make urllib use HTTP/1.1. It seems to work now, but hasn't been · 2bdb576e
      Jeremy Hylton yazdı
      carefully tested.
      2bdb576e
    • Jeremy Hylton's avatar
      Simplify the Request class. The basic components of the parsed · 6c5e28c3
      Jeremy Hylton yazdı
      Request are now available as public attributes, e.g. full_url and
      host.  The accessor methods are deprecated.  The implementation
      replace the complicated __getattr__ machinery with a _parse() method.
      
      The response from an HTTP request is now an HTTPResponse instance
      instead of an addinfourl() wrapper instance.  The wrapper provided
      minimal extract functionality and was undocumented.  The API of
      addinfourl() was preserved, except for close hooks, by adding a few
      methods and public attributes to the HTTPResponse class.
      6c5e28c3
  20. 30 Mar, 2009 1 kayıt (commit)
  21. 26 Mar, 2009 5 kayıt (commit)
  22. 11 Şub, 2009 1 kayıt (commit)
  23. 22 Eyl, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 9bc9351c
      Benjamin Peterson yazdı
      Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66508 | benjamin.peterson | 2008-09-18 18:20:28 -0500 (Thu, 18 Sep 2008) | 1 line
      
        tabify
      ........
        r66510 | josiah.carlson | 2008-09-18 21:07:22 -0500 (Thu, 18 Sep 2008) | 2 lines
      
        Fix for documentation bug.  Fixes issue 3904.
      ........
        r66512 | raymond.hettinger | 2008-09-19 03:07:48 -0500 (Fri, 19 Sep 2008) | 1 line
      
        Improve docs for super().
      ........
        r66513 | lars.gustaebel | 2008-09-19 07:39:23 -0500 (Fri, 19 Sep 2008) | 2 lines
      
        Correct information about the tarfile module.
      ........
        r66523 | georg.brandl | 2008-09-21 02:14:44 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3852: fix some select.kqueue and kevent docs.
      ........
        r66524 | georg.brandl | 2008-09-21 02:15:59 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3912: document default for *places* arg.
      ........
        r66525 | georg.brandl | 2008-09-21 02:17:00 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3916: fixes for docs wrt. Windows directory layout
      ........
        r66526 | georg.brandl | 2008-09-21 02:18:28 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3914: add //= to the augmented assign operators.
      ........
        r66529 | georg.brandl | 2008-09-21 02:24:11 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3901: bsddb fix.
      ........
        r66530 | georg.brandl | 2008-09-21 02:31:52 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3897: _collections now has an underscore.
      ........
        r66532 | georg.brandl | 2008-09-21 02:36:22 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        Update readme and Makefile (web builder doesn't exist).
      ........
        r66535 | georg.brandl | 2008-09-21 03:03:21 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        #3918: note that uniform() args can be swapped.
      ........
        r66538 | georg.brandl | 2008-09-21 05:03:39 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        Add "dist" target.
      ........
        r66544 | benjamin.peterson | 2008-09-21 16:27:51 -0500 (Sun, 21 Sep 2008) | 4 lines
      
        #3879 fix a regression in urllib.getproxies_environment
      
        reviewers: Benjamin, Georg
      ........
        r66546 | georg.brandl | 2008-09-21 17:31:59 -0500 (Sun, 21 Sep 2008) | 2 lines
      
        Fill out download page.
      ........
      9bc9351c
  24. 03 Eyl, 2008 1 kayıt (commit)
  25. 19 Agu, 2008 1 kayıt (commit)
  26. 18 Agu, 2008 1 kayıt (commit)
    • Guido van Rossum's avatar
      - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. · 52dbbb90
      Guido van Rossum yazdı
        Code contributed by Matt Giuca.  quote() now encodes the input
        before quoting, unquote() decodes after unquoting.  There are
        new arguments to change the encoding and errors settings.
        There are also new APIs to skip the encode/decode steps.
        [un]quote_plus() are also affected.
      52dbbb90
  27. 17 Agu, 2008 1 kayıt (commit)
  28. 16 Agu, 2008 1 kayıt (commit)
  29. 14 Agu, 2008 1 kayıt (commit)
  30. 06 Agu, 2008 2 kayıt (commit)
    • Guido van Rossum's avatar
      df9f1ecc
    • Guido van Rossum's avatar
      Merged revisions 65544 via svnmerge from · 10faf6a0
      Guido van Rossum yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r65544 | guido.van.rossum | 2008-08-04 20:39:21 -0700 (Mon, 04 Aug 2008) | 28 lines
      
        Tracker issue 3487: sre "bytecode" verifier.
      
        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.
      ........
      10faf6a0
  31. 31 Tem, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from · d6313715
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r65209 | raymond.hettinger | 2008-07-23 19:08:18 -0500 (Wed, 23 Jul 2008) | 1 line
      
        Finish-up the partial conversion from int to Py_ssize_t for deque indices and length.
      ........
        r65210 | raymond.hettinger | 2008-07-23 19:53:49 -0500 (Wed, 23 Jul 2008) | 1 line
      
        Parse to the correct datatype.
      ........
        r65211 | benjamin.peterson | 2008-07-23 21:27:46 -0500 (Wed, 23 Jul 2008) | 1 line
      
        fix spacing
      ........
        r65212 | benjamin.peterson | 2008-07-23 21:31:28 -0500 (Wed, 23 Jul 2008) | 1 line
      
        fix markup
      ........
        r65213 | benjamin.peterson | 2008-07-23 21:45:37 -0500 (Wed, 23 Jul 2008) | 1 line
      
        add some documentation for 2to3
      ........
        r65214 | raymond.hettinger | 2008-07-24 00:38:48 -0500 (Thu, 24 Jul 2008) | 1 line
      
        Finish conversion from int to Py_ssize_t.
      ........
        r65215 | raymond.hettinger | 2008-07-24 02:04:55 -0500 (Thu, 24 Jul 2008) | 1 line
      
        Convert from long to Py_ssize_t.
      ........
        r65216 | georg.brandl | 2008-07-24 02:09:21 -0500 (Thu, 24 Jul 2008) | 2 lines
      
        Fix indentation.
      ........
        r65225 | benjamin.peterson | 2008-07-25 11:55:37 -0500 (Fri, 25 Jul 2008) | 1 line
      
        teach .bzrignore about doc tools
      ........
        r65226 | benjamin.peterson | 2008-07-25 12:02:11 -0500 (Fri, 25 Jul 2008) | 1 line
      
        document default value for fillvalue
      ........
        r65233 | raymond.hettinger | 2008-07-25 13:43:33 -0500 (Fri, 25 Jul 2008) | 1 line
      
        Issue 1592:  Better error reporting for operations on closed shelves.
      ........
        r65239 | benjamin.peterson | 2008-07-25 16:59:53 -0500 (Fri, 25 Jul 2008) | 1 line
      
        fix indentation
      ........
        r65246 | andrew.kuchling | 2008-07-26 08:08:19 -0500 (Sat, 26 Jul 2008) | 1 line
      
        This sentence continues to bug me; rewrite it for the second time
      ........
        r65247 | andrew.kuchling | 2008-07-26 08:09:06 -0500 (Sat, 26 Jul 2008) | 1 line
      
        Remove extra words
      ........
        r65255 | skip.montanaro | 2008-07-26 19:49:02 -0500 (Sat, 26 Jul 2008) | 3 lines
      
        Close issue 3437 - missing state change when Allow lines are processed.
        Adds test cases which use Allow: as well.
      ........
        r65256 | skip.montanaro | 2008-07-26 19:50:41 -0500 (Sat, 26 Jul 2008) | 2 lines
      
        note robotparser bug fix.
      ........
      d6313715
  32. 18 Tem, 2008 1 kayıt (commit)