1. 18 May, 2010 10 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 68750,68811,68945,69157 via svnmerge from · 2eeea685
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68750 | benjamin.peterson | 2009-01-18 22:47:04 +0000 (So, 18 Jan 2009) | 1 line
      
        fix encoding cookie case
      ........
        r68811 | benjamin.peterson | 2009-01-20 18:58:27 +0000 (Di, 20 Jan 2009) | 1 line
      
        fix url
      ........
        r68945 | tarek.ziade | 2009-01-25 22:11:04 +0000 (So, 25 Jan 2009) | 1 line
      
        added missing module docstring
      ........
        r69157 | benjamin.peterson | 2009-01-31 23:43:25 +0000 (Sa, 31 Jan 2009) | 1 line
      
        add explanatory comment
      ........
      2eeea685
    • Georg Brandl's avatar
      Blocked revisions… · 32b8c4ab
      Georg Brandl yazdı
      Blocked revisions 78586-78594,78600-78601,78604,78606,78613-78614,78623,78634,78749,79385 via svnmerge
      
      ........
        r78586 | benjamin.peterson | 2010-03-02 22:03:03 +0000 (Di, 02 Mär 2010) | 1 line
      
        remove coding cookie as mandated by PEP 8
      ........
        r78587 | benjamin.peterson | 2010-03-02 22:05:59 +0000 (Di, 02 Mär 2010) | 1 line
      
        set svn:eol-style
      ........
        r78588 | benjamin.peterson | 2010-03-02 22:08:40 +0000 (Di, 02 Mär 2010) | 1 line
      
        remove another coding cookie
      ........
        r78589 | georg.brandl | 2010-03-02 22:17:38 +0000 (Di, 02 Mär 2010) | 1 line
      
        Add some x-refs.
      ........
        r78590 | benjamin.peterson | 2010-03-02 22:20:10 +0000 (Di, 02 Mär 2010) | 1 line
      
        enable running of argparse tests and fix two that failed in the new environment
      ........
        r78591 | benjamin.peterson | 2010-03-02 22:23:33 +0000 (Di, 02 Mär 2010) | 1 line
      
        prevent warning filter adjustment from altering other tests
      ........
        r78592 | benjamin.peterson | 2010-03-02 22:24:30 +0000 (Di, 02 Mär 2010) | 1 line
      
        use test_main() in __main__ section
      ........
        r78593 | benjamin.peterson | 2010-03-02 22:26:25 +0000 (Di, 02 Mär 2010) | 1 line
      
        convert deprecated fail* methods to assert* variants
      ........
        r78594 | florent.xicluna | 2010-03-02 22:34:11 +0000 (Di, 02 Mär 2010) | 2 lines
      
        Test test_pep277 is only relevant for Unicode-friendly filesystems.
      ........
        r78600 | benjamin.peterson | 2010-03-02 22:58:01 +0000 (Di, 02 Mär 2010) | 1 line
      
        remove code to avoid BaseException.message bug
      ........
        r78601 | benjamin.peterson | 2010-03-02 23:02:02 +0000 (Di, 02 Mär 2010) | 1 line
      
        remove cross-version compatibility code
      ........
        r78604 | benjamin.peterson | 2010-03-02 23:43:47 +0000 (Di, 02 Mär 2010) | 1 line
      
        plug ref leaks
      ........
        r78606 | florent.xicluna | 2010-03-02 23:56:38 +0000 (Di, 02 Mär 2010) | 2 lines
      
        Fix wording.
      ........
        r78613 | benjamin.peterson | 2010-03-03 01:55:09 +0000 (Mi, 03 Mär 2010) | 1 line
      
        edit for style
      ........
        r78614 | benjamin.peterson | 2010-03-03 02:04:24 +0000 (Mi, 03 Mär 2010) | 1 line
      
        fix Sphinx warnings
      ........
        r78623 | lars.gustaebel | 2010-03-03 11:55:48 +0000 (Mi, 03 Mär 2010) | 3 lines
      
        Issue #7232: Add support for the context manager protocol
        to the TarFile class.
      ........
        r78634 | benjamin.peterson | 2010-03-03 21:28:25 +0000 (Mi, 03 Mär 2010) | 1 line
      
        rephrase
      ........
        r78749 | benjamin.peterson | 2010-03-07 00:29:44 +0000 (So, 07 Mär 2010) | 1 line
      
        eliminate py3k warnings in argparse
      ........
        r79385 | benjamin.peterson | 2010-03-24 22:03:09 +0000 (Mi, 24 Mär 2010) | 1 line
      
        replace copy right notice with simple attribution
      ........
      32b8c4ab
    • Georg Brandl's avatar
      Merged revisions 79374,80152,80301 via svnmerge from · 840d2268
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79374 | martin.v.loewis | 2010-03-24 15:05:53 +0000 (Mi, 24 Mär 2010) | 2 lines
      
        Add Brian Curtin.
      ........
        r80152 | martin.v.loewis | 2010-04-17 17:10:55 +0000 (Sa, 17 Apr 2010) | 2 lines
      
        Add Giampaolo.
      ........
        r80301 | martin.v.loewis | 2010-04-21 06:37:48 +0000 (Mi, 21 Apr 2010) | 2 lines
      
        Add Tim Golden.
      ........
      840d2268
    • Georg Brandl's avatar
      Blocked revisions… · 7b27a2ac
      Georg Brandl yazdı
      Blocked revisions 79349,79381,79412,79537,79833,79943,79945,79947,79952,79963,80024,80064,80070,80085,80088,80605,80607,80646,80652,80674 via svnmerge
      
      ........
        r79349 | andrew.kuchling | 2010-03-23 18:39:24 +0000 (Di, 23 Mär 2010) | 1 line
      
        add some unittest items
      ........
        r79381 | andrew.kuchling | 2010-03-24 18:07:43 +0000 (Mi, 24 Mär 2010) | 1 line
      
        Various edits
      ........
        r79412 | andrew.kuchling | 2010-03-25 01:35:51 +0000 (Do, 25 Mär 2010) | 1 line
      
        Add various items
      ........
        r79537 | florent.xicluna | 2010-03-31 21:40:32 +0000 (Mi, 31 Mär 2010) | 2 lines
      
        Fix typo
      ........
        r79833 | eric.smith | 2010-04-06 15:17:33 +0000 (Di, 06 Apr 2010) | 1 line
      
        Note that PEP 378 also applies to int.
      ........
        r79943 | andrew.kuchling | 2010-04-11 01:40:30 +0000 (So, 11 Apr 2010) | 1 line
      
        Add various items
      ........
        r79945 | andrew.kuchling | 2010-04-11 01:40:49 +0000 (So, 11 Apr 2010) | 1 line
      
        name correct
      ........
        r79947 | andrew.kuchling | 2010-04-11 01:44:13 +0000 (So, 11 Apr 2010) | 1 line
      
        Remove distutils section
      ........
        r79952 | andrew.kuchling | 2010-04-11 12:49:37 +0000 (So, 11 Apr 2010) | 1 line
      
        Add two items
      ........
        r79963 | andrew.kuchling | 2010-04-11 20:40:09 +0000 (So, 11 Apr 2010) | 1 line
      
        Add several items
      ........
        r80024 | andrew.kuchling | 2010-04-13 01:32:51 +0000 (Di, 13 Apr 2010) | 1 line
      
        Add an item; stray edit
      ........
        r80064 | andrew.kuchling | 2010-04-14 01:14:59 +0000 (Mi, 14 Apr 2010) | 1 line
      
        Add argparse example
      ........
        r80070 | andrew.kuchling | 2010-04-14 14:28:31 +0000 (Mi, 14 Apr 2010) | 1 line
      
        Add some text
      ........
        r80085 | andrew.kuchling | 2010-04-14 23:55:17 +0000 (Mi, 14 Apr 2010) | 1 line
      
        Add various items; correct argparse output
      ........
        r80088 | andrew.kuchling | 2010-04-15 01:42:27 +0000 (Do, 15 Apr 2010) | 1 line
      
        Add various items
      ........
        r80605 | andrew.kuchling | 2010-04-29 00:22:16 +0000 (Do, 29 Apr 2010) | 1 line
      
        Add various items
      ........
        r80607 | andrew.kuchling | 2010-04-29 01:45:41 +0000 (Do, 29 Apr 2010) | 1 line
      
        Add various unittest items
      ........
        r80646 | andrew.kuchling | 2010-04-30 01:33:40 +0000 (Fr, 30 Apr 2010) | 1 line
      
        Add various items; rearrange unittest section a bit
      ........
        r80652 | andrew.kuchling | 2010-04-30 13:47:34 +0000 (Fr, 30 Apr 2010) | 1 line
      
        Add item
      ........
        r80674 | andrew.kuchling | 2010-05-01 01:19:16 +0000 (Sa, 01 Mai 2010) | 1 line
      
        Add various items
      ........
      7b27a2ac
    • Georg Brandl's avatar
      Blocked revisions 79923-79924,80068,80460 via svnmerge · 6d0182ef
      Georg Brandl yazdı
      ........
        r79923 | georg.brandl | 2010-04-10 11:15:24 +0000 (Sa, 10 Apr 2010) | 1 line
      
        #8360: skipTest was added in 2.7.
      ........
        r79924 | georg.brandl | 2010-04-10 11:16:59 +0000 (Sa, 10 Apr 2010) | 1 line
      
        #8346: update version.
      ........
        r80068 | georg.brandl | 2010-04-14 08:56:01 +0000 (Mi, 14 Apr 2010) | 1 line
      
        #5341: fix typo and adapt docstring syntax.
      ........
        r80460 | georg.brandl | 2010-04-25 10:16:00 +0000 (So, 25 Apr 2010) | 1 line
      
        #8528: fix typo.
      ........
      6d0182ef
    • Georg Brandl's avatar
      Merged revisions 79822,79828,79862,80067,80069,80080-80081,80084,80432-80433 via svnmerge from · eb41214d
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79822 | georg.brandl | 2010-04-06 08:18:15 +0000 (Di, 06 Apr 2010) | 1 line
      
        #8320: document return value of recv_into().
      ........
        r79828 | georg.brandl | 2010-04-06 14:33:44 +0000 (Di, 06 Apr 2010) | 1 line
      
        Add JP.
      ........
        r79862 | georg.brandl | 2010-04-06 20:27:59 +0000 (Di, 06 Apr 2010) | 1 line
      
        Fix syntax.
      ........
        r80067 | georg.brandl | 2010-04-14 08:53:38 +0000 (Mi, 14 Apr 2010) | 1 line
      
        #5341: typo.
      ........
        r80069 | georg.brandl | 2010-04-14 13:50:31 +0000 (Mi, 14 Apr 2010) | 1 line
      
        Add an x-ref to where the O_ constants are documented and move the SEEK_ constants after lseek().
      ........
        r80080 | georg.brandl | 2010-04-14 19:16:38 +0000 (Mi, 14 Apr 2010) | 1 line
      
        #8399: add note about Windows and O_BINARY.
      ........
        r80081 | georg.brandl | 2010-04-14 21:34:44 +0000 (Mi, 14 Apr 2010) | 1 line
      
        #5250: document __instancecheck__ and __subclasscheck__.  I hope the part about the class/metaclass distinction is understandable.
      ........
        r80084 | georg.brandl | 2010-04-14 21:46:45 +0000 (Mi, 14 Apr 2010) | 1 line
      
        Fix missing.
      ........
        r80432 | georg.brandl | 2010-04-24 08:56:58 +0000 (Sa, 24 Apr 2010) | 1 line
      
        Markup fixes.
      ........
        r80433 | georg.brandl | 2010-04-24 09:08:10 +0000 (Sa, 24 Apr 2010) | 1 line
      
        #7507: quote "!" in pipes.quote(); it is a special character for some shells.
      ........
      eb41214d
    • Georg Brandl's avatar
      Merged revisions 79579-79580,79585-79587 via svnmerge from · 324086f1
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79579 | georg.brandl | 2010-04-02 08:34:41 +0000 (Fr, 02 Apr 2010) | 1 line
      
        Add 2.6.5.
      ........
        r79580 | georg.brandl | 2010-04-02 08:39:09 +0000 (Fr, 02 Apr 2010) | 1 line
      
        #2768: add a note on how to get a file descriptor.
      ........
        r79585 | georg.brandl | 2010-04-02 09:03:18 +0000 (Fr, 02 Apr 2010) | 1 line
      
        Remove col-spanning cells in logging docs.
      ........
        r79586 | georg.brandl | 2010-04-02 09:07:42 +0000 (Fr, 02 Apr 2010) | 1 line
      
        Document PyImport_ExecCodeModuleEx().
      ........
        r79587 | georg.brandl | 2010-04-02 09:11:49 +0000 (Fr, 02 Apr 2010) | 1 line
      
        #8012: clarification in generator glossary entry.
      ........
      324086f1
    • Giampaolo Rodolà's avatar
      Merged revisions 81294 via svnmerge from · 30aa46c9
      Giampaolo Rodolà yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81294 | giampaolo.rodola | 2010-05-18 22:04:31 +0200 (mar, 18 mag 2010) | 1 line
      
        Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included NameError in the tuple of expected exception; added test case for asyncore._strerror.
      ........
      30aa46c9
    • Senthil Kumaran's avatar
      Merged revisions 81286 via svnmerge from · 4d1dc612
      Senthil Kumaran yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81286 | senthil.kumaran | 2010-05-18 19:10:23 +0530 (Tue, 18 May 2010) | 3 lines
      
        Doc Fix. Correct link to Zephyr ASDL Abstract page.
      ........
      4d1dc612
    • Senthil Kumaran's avatar
      Merged revisions 81279 via svnmerge from · 50706eb4
      Senthil Kumaran yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81279 | senthil.kumaran | 2010-05-18 08:50:43 +0530 (Tue, 18 May 2010) | 3 lines
      
        Fix minor typo.
      ........
      50706eb4
  2. 17 May, 2010 3 kayıt (commit)
  3. 16 May, 2010 3 kayıt (commit)
  4. 15 May, 2010 6 kayıt (commit)
  5. 14 May, 2010 4 kayıt (commit)
  6. 13 May, 2010 3 kayıt (commit)
  7. 12 May, 2010 2 kayıt (commit)
  8. 11 May, 2010 4 kayıt (commit)
  9. 10 May, 2010 2 kayıt (commit)
  10. 09 May, 2010 2 kayıt (commit)
  11. 08 May, 2010 1 kayıt (commit)