1. 24 Eyl, 2018 1 kayıt (commit)
  2. 11 Agu, 2018 1 kayıt (commit)
  3. 07 Haz, 2018 1 kayıt (commit)
  4. 17 May, 2018 1 kayıt (commit)
  5. 05 Nis, 2017 1 kayıt (commit)
  6. 15 Eyl, 2016 1 kayıt (commit)
  7. 11 Tem, 2016 1 kayıt (commit)
  8. 26 Kas, 2015 1 kayıt (commit)
  9. 12 May, 2015 1 kayıt (commit)
  10. 31 Ock, 2015 1 kayıt (commit)
  11. 25 Tem, 2014 1 kayıt (commit)
  12. 15 Haz, 2014 1 kayıt (commit)
  13. 20 Nis, 2014 1 kayıt (commit)
  14. 12 Kas, 2013 1 kayıt (commit)
  15. 29 Eyl, 2013 1 kayıt (commit)
  16. 12 Şub, 2013 1 kayıt (commit)
  17. 22 Ock, 2013 2 kayıt (commit)
  18. 13 Tem, 2012 1 kayıt (commit)
  19. 05 Mar, 2012 3 kayıt (commit)
  20. 19 Şub, 2012 2 kayıt (commit)
  21. 10 Ara, 2011 1 kayıt (commit)
  22. 18 Kas, 2011 2 kayıt (commit)
  23. 01 Eki, 2011 2 kayıt (commit)
  24. 03 Tem, 2011 1 kayıt (commit)
  25. 16 Mar, 2011 2 kayıt (commit)
  26. 15 Mar, 2011 2 kayıt (commit)
  27. 26 Kas, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from · c524cff3
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85530 | georg.brandl | 2010-10-15 17:32:05 +0200 (Fr, 15 Okt 2010) | 1 line
      
        Refrain from using inline suites.
      ........
        r85532 | georg.brandl | 2010-10-15 18:03:02 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #7771: reference to documentation of dictview methods and operations.
      ........
        r85533 | georg.brandl | 2010-10-15 18:07:41 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly.
      ........
        r85534 | georg.brandl | 2010-10-15 18:19:43 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items.
      ........
        r85538 | georg.brandl | 2010-10-15 18:35:46 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #7303: add documentation for useful pkgutil functions and classes.
      ........
        r85539 | georg.brandl | 2010-10-15 18:42:14 +0200 (Fr, 15 Okt 2010) | 1 line
      
        Fix issue references.
      ........
        r85540 | georg.brandl | 2010-10-15 18:42:37 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #6798: fix wrong docs for the arguments to several trace events.
      ........
        r85541 | georg.brandl | 2010-10-15 18:53:24 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #4968: updates to inspect.is* function docs.
      ........
        r85542 | georg.brandl | 2010-10-15 19:01:15 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #7790: move table of struct_time members to the actual description of struct_time.
      ........
        r85543 | georg.brandl | 2010-10-15 19:03:02 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings.
      ........
        r85546 | georg.brandl | 2010-10-15 19:58:45 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #5762: fix handling of empty namespace in minidom, which would result in AttributeError on toxml().
      ........
        r85547 | georg.brandl | 2010-10-15 20:00:35 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #6098: Refrain from claiming DOM level 3 conformance in minidom.
      ........
        r85548 | georg.brandl | 2010-10-15 21:46:19 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs.
      ........
      c524cff3
    • Georg Brandl's avatar
      Merged revisions 85546-85547 via svnmerge from · 5ded791e
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85546 | georg.brandl | 2010-10-15 19:58:45 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #5762: fix handling of empty namespace in minidom, which would result in AttributeError on toxml().
      ........
        r85547 | georg.brandl | 2010-10-15 20:00:35 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #6098: Refrain from claiming DOM level 3 conformance in minidom.
      ........
      5ded791e
  28. 15 Eki, 2010 2 kayıt (commit)
  29. 06 Eki, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 82757-82758,82760-82764 via svnmerge from · e85e1ae4
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r82757 | georg.brandl | 2010-07-10 10:58:37 +0200 (Sa, 10 Jul 2010) | 1 line
      
        Fix markup.
      ........
        r82758 | georg.brandl | 2010-07-10 12:23:40 +0200 (Sa, 10 Jul 2010) | 1 line
      
        Emphasize role of count for Pascal string.
      ........
        r82760 | georg.brandl | 2010-07-10 12:39:57 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #3214: improve description of duck-typing in glossary.
      ........
        r82761 | georg.brandl | 2010-07-10 13:40:13 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #1434090: properly append child in expatbuilder doctype handler.
      ........
        r82762 | georg.brandl | 2010-07-10 13:51:06 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #8338: fix outdated class name.
      ........
        r82763 | georg.brandl | 2010-07-10 14:01:34 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #8456: fix signature of sqlite3.connect().
      ........
        r82764 | georg.brandl | 2010-07-10 14:20:38 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #8564: update docs on integrating doctest/unittest with unittest(2) test discovery.
      ........
      e85e1ae4
    • Georg Brandl's avatar
      Merged revisions 82629,82632,82724,82757-82758,82760-82763,82798-82799,82801 via svnmerge from · 914a218f
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r82629 | georg.brandl | 2010-07-07 20:51:43 +0200 (Mi, 07 Jul 2010) | 1 line
      
        Make comment out of an awkward note.
      ........
        r82632 | georg.brandl | 2010-07-07 21:04:36 +0200 (Mi, 07 Jul 2010) | 1 line
      
        Turn more notes into comments.
      ........
        r82724 | georg.brandl | 2010-07-09 09:33:15 +0200 (Fr, 09 Jul 2010) | 1 line
      
        2.7 is now stable.
      ........
        r82757 | georg.brandl | 2010-07-10 10:58:37 +0200 (Sa, 10 Jul 2010) | 1 line
      
        Fix markup.
      ........
        r82758 | georg.brandl | 2010-07-10 12:23:40 +0200 (Sa, 10 Jul 2010) | 1 line
      
        Emphasize role of count for Pascal string.
      ........
        r82760 | georg.brandl | 2010-07-10 12:39:57 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #3214: improve description of duck-typing in glossary.
      ........
        r82761 | georg.brandl | 2010-07-10 13:40:13 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #1434090: properly append child in expatbuilder doctype handler.
      ........
        r82762 | georg.brandl | 2010-07-10 13:51:06 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #8338: fix outdated class name.
      ........
        r82763 | georg.brandl | 2010-07-10 14:01:34 +0200 (Sa, 10 Jul 2010) | 1 line
      
        #8456: fix signature of sqlite3.connect().
      ........
        r82798 | georg.brandl | 2010-07-11 11:23:11 +0200 (So, 11 Jul 2010) | 1 line
      
        #6774: explain shutdown() behavior varying with platform.
      ........
        r82799 | georg.brandl | 2010-07-11 11:26:57 +0200 (So, 11 Jul 2010) | 1 line
      
        Fix typo.
      ........
        r82801 | georg.brandl | 2010-07-11 11:33:39 +0200 (So, 11 Jul 2010) | 1 line
      
        #9184: fix default value for "buffering" param of open().
      ........
      914a218f