1. 17 Mar, 2015 1 kayıt (commit)
  2. 29 Eki, 2014 2 kayıt (commit)
  3. 20 Eyl, 2014 1 kayıt (commit)
  4. 16 Mar, 2014 1 kayıt (commit)
  5. 13 Mar, 2014 1 kayıt (commit)
    • Éric Araujo's avatar
      Make distutils error messages more helpful (#11599). · 45fc8713
      Éric Araujo yazdı
      When running external programs such as a C compiler and getting an
      error code, distutils only prints the program name.  With this change,
      one can get the full command line by setting the DISTUTILS_DEBUG
      environment variable.
      
      This should have no compatibility issues, unless there are tools
      that depend on the exact format of distutils debug messages.
      45fc8713
  6. 09 Eki, 2013 1 kayıt (commit)
  7. 27 Şub, 2013 2 kayıt (commit)
  8. 23 Şub, 2013 2 kayıt (commit)
  9. 10 Şub, 2012 1 kayıt (commit)
  10. 19 Agu, 2011 2 kayıt (commit)
  11. 18 Tem, 2011 2 kayıt (commit)
  12. 06 Eki, 2010 1 kayıt (commit)
    • 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
  13. 31 Tem, 2010 2 kayıt (commit)
  14. 09 Tem, 2010 1 kayıt (commit)
  15. 07 Tem, 2010 2 kayıt (commit)
  16. 19 Ara, 2009 4 kayıt (commit)
  17. 16 Haz, 2009 3 kayıt (commit)
  18. 27 Nis, 2009 2 kayıt (commit)
  19. 11 Nis, 2009 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · ef3e4c2b
      Benjamin Peterson yazdı
      Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70980 | jack.diederich | 2009-04-01 15:26:13 -0500 (Wed, 01 Apr 2009) | 3 lines
      
        bounds check arguments to mmap.move().  All of them.  Really.
        fixes crasher on OS X 10.5
      ........
        r71059 | mark.dickinson | 2009-04-02 13:39:37 -0500 (Thu, 02 Apr 2009) | 2 lines
      
        sys.long_info attributes should be ints, not longs
      ........
        r71225 | georg.brandl | 2009-04-05 06:54:07 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #5580: no need to use parentheses when converterr() argument is actually a type description.
      ........
        r71234 | georg.brandl | 2009-04-05 08:16:35 -0500 (Sun, 05 Apr 2009) | 1 line
      
        Whitespace normalization.
      ........
        r71241 | georg.brandl | 2009-04-05 09:48:49 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #5471: fix expanduser() for $HOME set to "/".
      ........
        r71243 | georg.brandl | 2009-04-05 10:14:29 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.
      ........
        r71249 | georg.brandl | 2009-04-05 11:30:43 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #5444: adapt make.bat to new htmlhelp output file name.
      ........
        r71251 | georg.brandl | 2009-04-05 12:17:42 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #5298: clarify docs about GIL by using more consistent wording.
      ........
        r71255 | georg.brandl | 2009-04-05 13:34:58 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #602893: add indicator for current line in cgitb that doesnt rely on styling alone.
      ........
        r71266 | georg.brandl | 2009-04-05 15:23:13 -0500 (Sun, 05 Apr 2009) | 1 line
      
        Normalize issue referencing style.
      ........
        r71299 | gregory.p.smith | 2009-04-05 18:43:58 -0500 (Sun, 05 Apr 2009) | 3 lines
      
        Fixes issue5705: os.setuid() and friends did not accept the same range of
        values that pwd.getpwnam() returns.
      ........
        r71329 | benjamin.peterson | 2009-04-06 16:53:33 -0500 (Mon, 06 Apr 2009) | 1 line
      
        add create_connection to __all__ #5711
      ........
        r71397 | georg.brandl | 2009-04-08 11:36:39 -0500 (Wed, 08 Apr 2009) | 1 line
      
        Remove redundant backtick.
      ........
        r71398 | georg.brandl | 2009-04-08 11:39:04 -0500 (Wed, 08 Apr 2009) | 1 line
      
        Update ignore file for suspicious builder.
      ........
        r71486 | andrew.kuchling | 2009-04-11 11:18:14 -0500 (Sat, 11 Apr 2009) | 1 line
      
        Re-word
      ........
      ef3e4c2b
    • Andrew M. Kuchling's avatar
      Re-word · b2faddb6
      Andrew M. Kuchling yazdı
      b2faddb6
  20. 31 Mar, 2009 2 kayıt (commit)
  21. 27 Şub, 2009 2 kayıt (commit)
  22. 22 Şub, 2009 2 kayıt (commit)
  23. 16 Şub, 2009 1 kayıt (commit)