1. 25 Eki, 2011 1 kayıt (commit)
  2. 19 Eki, 2011 1 kayıt (commit)
  3. 20 Agu, 2011 1 kayıt (commit)
    • Victor Stinner's avatar
      Issue #12326: refactor usage of sys.platform · e6747472
      Victor Stinner yazdı
       * Use str.startswith(tuple): I didn't know this Python feature, Python rocks!
       * Replace sometimes sys.platform.startswith('linux') with
         sys.platform == 'linux'
       * sys.platform doesn't contain the major version on Cygwin on Mac OS X
         (it's just 'cygwin' and 'darwin')
      e6747472
  4. 17 Agu, 2011 1 kayıt (commit)
  5. 31 Tem, 2011 1 kayıt (commit)
  6. 09 Haz, 2011 1 kayıt (commit)
  7. 07 Haz, 2011 1 kayıt (commit)
    • Brett Cannon's avatar
      When building sqlite3, the directory where sqlite.h was found was · c5011fe2
      Brett Cannon yazdı
      always appended to the include directories regardless of whether it
      was already in the list of directories. This could cause issue if
      sqlite was installed in the same location as another install of
      Python. Now a check is done to make sure the directory is not included
      twice.
      c5011fe2
  8. 01 Haz, 2011 1 kayıt (commit)
  9. 31 May, 2011 1 kayıt (commit)
  10. 09 May, 2011 1 kayıt (commit)
  11. 07 Nis, 2011 1 kayıt (commit)
  12. 06 Nis, 2011 1 kayıt (commit)
  13. 03 Nis, 2011 1 kayıt (commit)
  14. 16 Mar, 2011 1 kayıt (commit)
  15. 15 Mar, 2011 1 kayıt (commit)
  16. 22 Şub, 2011 1 kayıt (commit)
  17. 28 Ara, 2010 1 kayıt (commit)
  18. 04 Ara, 2010 1 kayıt (commit)
  19. 03 Ara, 2010 1 kayıt (commit)
  20. 27 Kas, 2010 1 kayıt (commit)
  21. 26 Kas, 2010 1 kayıt (commit)
  22. 24 Kas, 2010 1 kayıt (commit)
  23. 31 Eki, 2010 2 kayıt (commit)
  24. 29 Eki, 2010 1 kayıt (commit)
  25. 20 Eki, 2010 2 kayıt (commit)
    • Ronald Oussoren's avatar
      Merged revisions 85744 via svnmerge from · 7e7dbab0
      Ronald Oussoren yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85744 | ronald.oussoren | 2010-10-20 15:10:12 +0200 (Wed, 20 Oct 2010) | 7 lines
      
        Fix for issue #7473.
      
        Without this patch you'll get link errors in some extensions
        (in particular the _curses_panel) one when you try to build
        a 3-way universal framework when you previously installed a
        2-way universal framework using the python.org installer.
      ........
      7e7dbab0
    • Ronald Oussoren's avatar
      Fix for issue #7473. · f3500e11
      Ronald Oussoren yazdı
      Without this patch you'll get link errors in some extensions
      (in particular the _curses_panel) one when you try to build
      a 3-way universal framework when you previously installed a
      2-way universal framework using the python.org installer.
      f3500e11
  26. 17 Eki, 2010 1 kayıt (commit)
  27. 09 Eki, 2010 1 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 74473,79974 via svnmerge from · 07f62a77
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r74473 | guilherme.polo | 2009-08-16 16:44:14 +0200 (dim., 16 août 2009) | 13 lines
      
        Merged revisions 74471-74472 via svnmerge from
        svn+ssh://pythondev/python/trunk
      
        ........
          r74471 | guilherme.polo | 2009-08-16 11:34:26 -0300 (Sun, 16 Aug 2009) | 1 line
      
          Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6.
        ........
          r74472 | guilherme.polo | 2009-08-16 11:38:57 -0300 (Sun, 16 Aug 2009) | 1 line
      
          Wrong place for issue #6244.
        ........
      ................
        r79974 | benjamin.peterson | 2010-04-12 00:04:51 +0200 (lun., 12 avril 2010) | 13 lines
      
        Merged revisions 79903,79907 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79903 | martin.v.loewis | 2010-04-08 04:47:40 -0500 (Thu, 08 Apr 2010) | 2 lines
      
          Issue #8344: Fix test_ttk bug on FreeBSD.
        ........
          r79907 | martin.v.loewis | 2010-04-08 12:38:32 -0500 (Thu, 08 Apr 2010) | 2 lines
      
          Issue #8204: Fix test_ttk notebook test by forcing focus.
        ........
      ................
      07f62a77
  28. 14 Eyl, 2010 1 kayıt (commit)
  29. 07 Eyl, 2010 2 kayıt (commit)
  30. 05 Eyl, 2010 1 kayıt (commit)
  31. 04 Eyl, 2010 1 kayıt (commit)
  32. 23 Agu, 2010 1 kayıt (commit)
  33. 13 Agu, 2010 1 kayıt (commit)
  34. 10 Agu, 2010 1 kayıt (commit)
  35. 09 Agu, 2010 1 kayıt (commit)
  36. 08 Agu, 2010 2 kayıt (commit)