1. 08 Ara, 2009 1 kayıt (commit)
  2. 30 Haz, 2009 1 kayıt (commit)
  3. 27 May, 2009 2 kayıt (commit)
  4. 05 May, 2009 1 kayıt (commit)
  5. 02 May, 2009 1 kayıt (commit)
  6. 21 Nis, 2009 1 kayıt (commit)
  7. 16 Eki, 2008 1 kayıt (commit)
  8. 19 Agu, 2008 1 kayıt (commit)
  9. 08 May, 2008 2 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from · e4ca8156
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62805 | christian.heimes | 2008-05-07 01:59:53 +0200 (Wed, 07 May 2008) | 1 line
      
        Re-added getbuildinfo.c solution item
      ........
        r62811 | benjamin.peterson | 2008-05-07 04:23:43 +0200 (Wed, 07 May 2008) | 2 lines
      
        update .bzrignore
      ........
        r62841 | christian.heimes | 2008-05-08 00:54:17 +0200 (Thu, 08 May 2008) | 1 line
      
        Replace more float hacks with correct math functions
      ........
        r62842 | benjamin.peterson | 2008-05-08 01:11:54 +0200 (Thu, 08 May 2008) | 2 lines
      
        Practice EAFP, and revert 62787
      ........
        r62848 | raymond.hettinger | 2008-05-08 06:35:20 +0200 (Thu, 08 May 2008) | 1 line
      
        Frozensets do not benefit from autoconversion.
      ........
        r62849 | raymond.hettinger | 2008-05-08 06:36:12 +0200 (Thu, 08 May 2008) | 1 line
      
        The __all__ variable forgot to expose the gcd() function.
      ........
        r62853 | raymond.hettinger | 2008-05-08 09:23:30 +0200 (Thu, 08 May 2008) | 1 line
      
        Fix-up the enumerate type example and move it to the end.
      ........
        r62854 | ronald.oussoren | 2008-05-08 12:34:39 +0200 (Thu, 08 May 2008) | 3 lines
      
        Fix for issue 1770190: platform.mac_ver() now returns the right
        version on OSX 10.4.10
      ........
      e4ca8156
    • Christian Heimes's avatar
      Merged revisions 62734,62736,62748,62769 via svnmerge from · 90540004
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62734 | brett.cannon | 2008-05-05 22:21:38 +0200 (Mon, 05 May 2008) | 5 lines
      
        Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
        Ippolito.
      
        Closes issue #2750.
      ........
        r62736 | georg.brandl | 2008-05-05 22:53:39 +0200 (Mon, 05 May 2008) | 2 lines
      
        Fix JSON module docs.
      ........
        r62748 | benjamin.peterson | 2008-05-06 04:51:10 +0200 (Tue, 06 May 2008) | 2 lines
      
        PEP 8 nits in json package
      ........
        r62769 | christian.heimes | 2008-05-06 18:18:41 +0200 (Tue, 06 May 2008) | 2 lines
      
        Intern static string
        Use float constructors instead of magic code for float constants
      ........
      90540004