1. 27 Mar, 2009 3 commits
  2. 26 Mar, 2009 10 commits
    • Jeremy Hylton's avatar
      Simplify complex expression. · 48bd7970
      Jeremy Hylton authored
      48bd7970
    • Benjamin Peterson's avatar
      Merged revisions 70518,70521,70590,70594-70595 via svnmerge from · 389aca5a
      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).
      ........
      389aca5a
    • Jeremy Hylton's avatar
      Add __enter__ and __exit__ methods to addbase() so that it supports with. · 82bff585
      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
      82bff585
    • Benjamin Peterson's avatar
      Blocked revisions 70531,70533,70538,70544,70552-70553,70564,70601 via svnmerge · 84c65def
      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.
      ........
      84c65def
    • Benjamin Peterson's avatar
      4fc23ff8
    • Benjamin Peterson's avatar
      officially deprecated max_buffer_size · aecda5b9
      Benjamin Peterson authored
      aecda5b9
    • Jeremy Hylton's avatar
      Add a few more tests for urllib.parse.urlencode. · 35093f52
      Jeremy Hylton authored
      Fix some long lines.
      35093f52
    • Jeremy Hylton's avatar
      urlencode: · fc353fcd
      Jeremy Hylton authored
      Remove dead code branch created by automated conversion from 2.x.
      Clean up a few comments.
      fc353fcd
    • Jeremy Hylton's avatar
      Simplify a few complicated expressions. · 4e8907fd
      Jeremy Hylton authored
      4e8907fd
    • Jeremy Hylton's avatar
      Whitespace normalization. · 2c64486c
      Jeremy Hylton authored
      2c64486c
  3. 25 Mar, 2009 4 commits
  4. 24 Mar, 2009 10 commits
  5. 23 Mar, 2009 11 commits
  6. 22 Mar, 2009 2 commits