1. 27 Mar, 2009 1 commit
  2. 26 Mar, 2009 10 commits
    • Jeremy Hylton's avatar
      Simplify complex expression. · ef9f48e5
      Jeremy Hylton authored
      ef9f48e5
    • Benjamin Peterson's avatar
      Merged revisions 70518,70521,70590,70594-70595 via svnmerge from · 5f28b7b7
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70518 | matthias.klose | 2009-03-22 08:08:22 -0500 (Sun, 22 Mar 2009) | 2 lines
      
        - Fix comment macro in python.man
      ........
        r70521 | benjamin.peterson | 2009-03-22 12:45:11 -0500 (Sun, 22 Mar 2009) | 1 line
      
        close the file even if an exception occurs #5536
      ........
        r70590 | skip.montanaro | 2009-03-24 19:52:11 -0500 (Tue, 24 Mar 2009) | 1 line
      
        clarify the type of data returned
      ........
        r70594 | marc-andre.lemburg | 2009-03-25 14:44:58 -0500 (Wed, 25 Mar 2009) | 9 lines
      
        Remove the sys.version_info shortcut, since they cause the APIs
        to return different information than the _sys_version() output
        used in previous Python versions.
      
        This also fixes issue5561: platform.python_version_tuple returns tuple of ints, should be strings
      
        Added more tests for the various platform functions.
      ........
        r70595 | marc-andre.lemburg | 2009-03-25 14:45:33 -0500 (Wed, 25 Mar 2009) | 3 lines
      
        News item for the platform.py fix (r70594).
      ........
      5f28b7b7
    • Jeremy Hylton's avatar
      Add __enter__ and __exit__ methods to addbase() so that it supports with. · b476d597
      Jeremy Hylton authored
      This change also adds a minimal unittest of urllib.response.addbase.
      More are needed, but not to cover the small change being made here.
      
      Addresses http://bugs.python.org/issue5418
      b476d597
    • Benjamin Peterson's avatar
      Blocked revisions 70531,70533,70538,70544,70552-70553,70564,70601 via svnmerge · 81fac439
      Benjamin Peterson authored
      ........
        r70531 | benjamin.peterson | 2009-03-22 17:24:58 -0500 (Sun, 22 Mar 2009) | 1 line
      
        AttributeError can be thrown during recursion errors
      ........
        r70533 | raymond.hettinger | 2009-03-22 19:08:09 -0500 (Sun, 22 Mar 2009) | 6 lines
      
        Add more comments.  Improve variable names.
        Make links clearer by using a Link object
        instead of a list.  Use proxy links to avoid
        circular references.
      ........
        r70538 | raymond.hettinger | 2009-03-22 23:42:18 -0500 (Sun, 22 Mar 2009) | 1 line
      
        Move initialization of root link to __init__.
      ........
        r70544 | raymond.hettinger | 2009-03-23 13:26:59 -0500 (Mon, 23 Mar 2009) | 1 line
      
        Make imported name private and wrap long-line.
      ........
        r70552 | benjamin.peterson | 2009-03-23 15:47:59 -0500 (Mon, 23 Mar 2009) | 1 line
      
        fix very old names for exception terms #5543
      ........
        r70553 | benjamin.peterson | 2009-03-23 16:23:30 -0500 (Mon, 23 Mar 2009) | 1 line
      
        revert r70552; wrong fix
      ........
        r70564 | raymond.hettinger | 2009-03-23 19:17:11 -0500 (Mon, 23 Mar 2009) | 1 line
      
        Add links to related resources.
      ........
        r70601 | raymond.hettinger | 2009-03-25 17:41:32 -0500 (Wed, 25 Mar 2009) | 1 line
      
        Separate initialization from clearing.
      ........
      81fac439
    • Benjamin Peterson's avatar
      09832740
    • Benjamin Peterson's avatar
      officially deprecated max_buffer_size · 59406a9d
      Benjamin Peterson authored
      59406a9d
    • Jeremy Hylton's avatar
      Add a few more tests for urllib.parse.urlencode. · 1ef7c6bc
      Jeremy Hylton authored
      Fix some long lines.
      1ef7c6bc
    • Jeremy Hylton's avatar
      urlencode: · 230feba5
      Jeremy Hylton authored
      Remove dead code branch created by automated conversion from 2.x.
      Clean up a few comments.
      230feba5
    • Jeremy Hylton's avatar
      Simplify a few complicated expressions. · f819886a
      Jeremy Hylton authored
      f819886a
    • Jeremy Hylton's avatar
      Whitespace normalization. · a4de60a1
      Jeremy Hylton authored
      a4de60a1
  3. 25 Mar, 2009 4 commits
  4. 24 Mar, 2009 10 commits
  5. 23 Mar, 2009 11 commits
  6. 22 Mar, 2009 3 commits
  7. 21 Mar, 2009 1 commit