1. 07 Eyl, 2010 1 kayıt (commit)
  2. 05 Eyl, 2010 1 kayıt (commit)
  3. 04 Eyl, 2010 1 kayıt (commit)
  4. 23 Agu, 2010 1 kayıt (commit)
  5. 13 Agu, 2010 1 kayıt (commit)
  6. 09 Agu, 2010 1 kayıt (commit)
  7. 08 Agu, 2010 1 kayıt (commit)
  8. 23 Tem, 2010 1 kayıt (commit)
  9. 22 Tem, 2010 1 kayıt (commit)
  10. 17 Tem, 2010 1 kayıt (commit)
  11. 27 Haz, 2010 1 kayıt (commit)
    • Ronald Oussoren's avatar
      Merged revisions 82272 via svnmerge from · dc969e59
      Ronald Oussoren yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82272 | ronald.oussoren | 2010-06-27 14:36:16 +0200 (Sun, 27 Jun 2010) | 8 lines
      
        Two small fixes for the support for SDKs on MacOSX:
      
        1) The code that checks if an path should be located in the SDK
           explicitly excludes /usr/local. This fixes issue9046
      
        2) The SDK variant for filtering "db_dirs_to_check" in setup.py
           was not doing anything because of a missing assignment.
      ........
      dc969e59
  12. 16 Haz, 2010 1 kayıt (commit)
  13. 08 Haz, 2010 1 kayıt (commit)
  14. 03 Haz, 2010 1 kayıt (commit)
    • Ronald Oussoren's avatar
      Merged revisions 81662 via svnmerge from · 2c12ab18
      Ronald Oussoren yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81662 | ronald.oussoren | 2010-06-03 11:47:21 +0200 (Thu, 03 Jun 2010) | 9 lines
      
        Fix for issue #7724: ensure that distutils and python's own setup.py
        honor the MacOSX SDK when one is specified.
      
        This is needed to be able to build using the 10.4u SDK while running
        on OSX 10.6.
      
        This is a fixed version of the patch in r80963, I've tested this patch
        on OSX and Linux.
      ........
      2c12ab18
  15. 05 May, 2010 1 kayıt (commit)
  16. 21 Nis, 2010 2 kayıt (commit)
  17. 18 Nis, 2010 1 kayıt (commit)
  18. 15 Mar, 2010 1 kayıt (commit)
  19. 14 Mar, 2010 1 kayıt (commit)
  20. 08 Mar, 2010 1 kayıt (commit)
  21. 05 Mar, 2010 1 kayıt (commit)
  22. 29 Ock, 2010 1 kayıt (commit)
  23. 13 Ock, 2010 1 kayıt (commit)
  24. 09 Ock, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from · a28e7028
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77185 | andrew.kuchling | 2009-12-31 10:17:05 -0600 (Thu, 31 Dec 2009) | 1 line
      
        Add some items
      ........
        r77186 | benjamin.peterson | 2009-12-31 10:28:24 -0600 (Thu, 31 Dec 2009) | 1 line
      
        update expat comment
      ........
        r77187 | andrew.kuchling | 2009-12-31 10:38:53 -0600 (Thu, 31 Dec 2009) | 1 line
      
        Add various items
      ........
        r77188 | benjamin.peterson | 2009-12-31 10:49:37 -0600 (Thu, 31 Dec 2009) | 1 line
      
        add another advancement
      ........
        r77262 | andrew.kuchling | 2010-01-02 19:15:21 -0600 (Sat, 02 Jan 2010) | 1 line
      
        Add a few items
      ........
        r77313 | benjamin.peterson | 2010-01-04 18:04:19 -0600 (Mon, 04 Jan 2010) | 1 line
      
        add a test about hashing array.array
      ........
        r77317 | georg.brandl | 2010-01-05 12:14:52 -0600 (Tue, 05 Jan 2010) | 1 line
      
        Add Stefan.
      ........
        r77331 | georg.brandl | 2010-01-06 11:43:06 -0600 (Wed, 06 Jan 2010) | 1 line
      
        Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class.
      ........
        r77332 | georg.brandl | 2010-01-06 12:02:16 -0600 (Wed, 06 Jan 2010) | 7 lines
      
        #5991: let completion for the "help" command include help topics.
      
        This also simplifies the Cmd.get_names() method implementation; it was written
        at a time where dir() didn't consider base class attributes.
      ........
        r77333 | georg.brandl | 2010-01-06 12:26:08 -0600 (Wed, 06 Jan 2010) | 1 line
      
        #5950: document that zip files with comments are unsupported in zipimport.
      ........
        r77337 | r.david.murray | 2010-01-06 21:09:08 -0600 (Wed, 06 Jan 2010) | 3 lines
      
        Add -W to the 'basics', 'opt', and 'all' test runs so that we get verbose
        information if a failure happens.
      ........
        r77338 | r.david.murray | 2010-01-06 22:04:28 -0600 (Wed, 06 Jan 2010) | 2 lines
      
        Fix inadvertent checkin of debug line.
      ........
      a28e7028
  25. 03 Ock, 2010 3 kayıt (commit)
  26. 01 Ock, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 77212-77215 via svnmerge from · d78735d8
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77212 | benjamin.peterson | 2010-01-01 09:16:29 -0600 (Fri, 01 Jan 2010) | 1 line
      
        use pkg-config to find the libffi headers when --with-system-ffi is used #6943
      ........
        r77213 | benjamin.peterson | 2010-01-01 09:18:38 -0600 (Fri, 01 Jan 2010) | 1 line
      
        add note
      ........
        r77214 | benjamin.peterson | 2010-01-01 09:20:06 -0600 (Fri, 01 Jan 2010) | 1 line
      
        fix indentation
      ........
        r77215 | benjamin.peterson | 2010-01-01 09:21:13 -0600 (Fri, 01 Jan 2010) | 1 line
      
        allow --with-dbmliborder to specify that no dbm modules will be built #6491
      ........
      d78735d8
  27. 31 Ara, 2009 1 kayıt (commit)
  28. 30 Ara, 2009 2 kayıt (commit)
  29. 21 Ara, 2009 1 kayıt (commit)
  30. 17 Ara, 2009 1 kayıt (commit)
  31. 16 Ara, 2009 1 kayıt (commit)
  32. 28 Kas, 2009 1 kayıt (commit)
    • Mark Dickinson's avatar
      Merged revisions 76432,76558 via svnmerge from · a614f042
      Mark Dickinson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76432 | mark.dickinson | 2009-11-20 19:30:22 +0000 (Fri, 20 Nov 2009) | 5 lines
      
        Issue #7272:  Add configure test to detect whether sem_open works
        properly, and use this to skip test_multiprocessing on platforms
        where sem_open raises a signal.  This should fix some FreeBSD buildbot
        failures for test_multiprocessing.
      ........
        r76558 | mark.dickinson | 2009-11-28 10:44:20 +0000 (Sat, 28 Nov 2009) | 4 lines
      
        Issue #7272, continued:  don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES
        to indicate that semaphores aren't available;  define a new variable
        POSIX_SEMAPHORES_NOT_ENABLED instead.
      ........
      a614f042
  33. 24 Eki, 2009 1 kayıt (commit)
  34. 20 Eyl, 2009 1 kayıt (commit)
    • Ronald Oussoren's avatar
      Merged revisions 74970 via svnmerge from · 2efd9247
      Ronald Oussoren yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74970 | ronald.oussoren | 2009-09-20 16:18:15 +0200 (Sun, 20 Sep 2009) | 7 lines
      
        Issue 6877: this patch makes it possible to link the readline extension
        to the libedit emulation of the readline API on OSX 10.5 or later.
      
        This also adds a minimal testsuite for readline to check that the
        history manipuation functions have the same interface with both
        C libraries.
      ........
      2efd9247
  35. 15 Eyl, 2009 1 kayıt (commit)
  36. 16 Agu, 2009 1 kayıt (commit)