1. 18 Nov, 2010 1 commit
    • Alexander Belopolsky's avatar
      Merged revisions 86504 via svnmerge from · 4979b9b9
      Alexander Belopolsky authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86504 | alexander.belopolsky | 2010-11-17 20:52:54 -0500 (Wed, 17 Nov 2010) | 15 lines
      
        Issue #10446: Several changes to module documentation generated by pydoc:
      
        1. Online reference manual link is now version-specific and the
           'MODULE DOCS' section renamed to 'MODULE REFERENCE'.
      
        2. 'FILE' section is moved to the end of the file.
      
        3. Special names processed by pydoc such as __version__ or __credits__
           are now excluded from the DATA section.
      
        4. Defined __all__ to prevent pydoc from exposing undocumented details
           about itself.
      
        5. Removed Python 2.3 compatibility code.
      ........
      4979b9b9
  2. 17 Nov, 2010 1 commit
  3. 16 Nov, 2010 2 commits
  4. 15 Nov, 2010 1 commit
  5. 14 Nov, 2010 2 commits
  6. 13 Nov, 2010 4 commits
  7. 12 Nov, 2010 4 commits
  8. 11 Nov, 2010 2 commits
    • R. David Murray's avatar
      Blocked revisions 86414 via svnmerge · 64a820b4
      R. David Murray authored
      ........
        r86414 | r.david.murray | 2010-11-11 15:09:20 -0500 (Thu, 11 Nov 2010) | 8 lines
      
        #1466065: add validate option to base64.b64decode
      
        Patch by Neil Tallim.  This provides a mechanism for module
        users to achieve RFC 3548 compliance in the cases where ignoring
        non-base64-alphabet input characters is *not* mandated by the RFC that
        references RFC 3548.
      ........
      64a820b4
    • Alexander Belopolsky's avatar
      Blocked revisions 86410 via svnmerge · a52cce7e
      Alexander Belopolsky authored
      ........
        r86410 | alexander.belopolsky | 2010-11-11 09:07:41 -0500 (Thu, 11 Nov 2010) | 4 lines
      
        Issue #10386: Added __all__ to token module; this simplifies importing
        in tokenize module and prevents leaking of private names through
        import *.
      ........
      a52cce7e
  9. 10 Nov, 2010 6 commits
  10. 09 Nov, 2010 4 commits
  11. 08 Nov, 2010 3 commits
  12. 07 Nov, 2010 5 commits
  13. 06 Nov, 2010 5 commits