1. 04 May, 2014 1 kayıt (commit)
  2. 27 Şub, 2014 2 kayıt (commit)
  3. 01 Ara, 2013 1 kayıt (commit)
  4. 04 Tem, 2013 1 kayıt (commit)
  5. 14 Haz, 2013 1 kayıt (commit)
  6. 05 Agu, 2011 1 kayıt (commit)
  7. 27 Haz, 2011 1 kayıt (commit)
  8. 04 Eyl, 2010 4 kayıt (commit)
  9. 28 Kas, 2009 2 kayıt (commit)
  10. 15 May, 2009 2 kayıt (commit)
  11. 23 May, 2008 1 kayıt (commit)
  12. 20 May, 2008 1 kayıt (commit)
  13. 16 May, 2008 2 kayıt (commit)
  14. 11 May, 2008 2 kayıt (commit)
  15. 25 Mar, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions… · cc47b05f
      Christian Heimes yazdı
      Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r61834 | raymond.hettinger | 2008-03-24 07:07:49 +0100 (Mon, 24 Mar 2008) | 1 line
      
        Tighten documentation for Random.triangular.
      ........
        r61841 | raymond.hettinger | 2008-03-24 09:17:39 +0100 (Mon, 24 Mar 2008) | 1 line
      
        Issue 2460: Make Ellipsis objects copyable.
      ........
        r61842 | georg.brandl | 2008-03-24 10:34:34 +0100 (Mon, 24 Mar 2008) | 2 lines
      
        #1700821: add a note to audioop docs about signedness of sample formats.
      ........
        r61851 | christian.heimes | 2008-03-24 20:57:42 +0100 (Mon, 24 Mar 2008) | 1 line
      
        Added quick hack for bzr
      ........
        r61852 | christian.heimes | 2008-03-24 20:58:17 +0100 (Mon, 24 Mar 2008) | 1 line
      
        Added quick hack for bzr
      ........
        r61853 | amaury.forgeotdarc | 2008-03-24 22:04:10 +0100 (Mon, 24 Mar 2008) | 4 lines
      
        Issue2469: Correct a typo I introduced at r61793: compilation error with UCS4 builds.
      
        All buildbots compile with UCS2...
      ........
        r61863 | neal.norwitz | 2008-03-25 05:17:38 +0100 (Tue, 25 Mar 2008) | 2 lines
      
        Fix a bunch of UnboundLocalErrors when the tests fail.
      ........
        r61864 | neal.norwitz | 2008-03-25 05:18:18 +0100 (Tue, 25 Mar 2008) | 2 lines
      
        Try to fix a bunch of compiler warnings on Win64.
      ........
        r61869 | neal.norwitz | 2008-03-25 07:35:10 +0100 (Tue, 25 Mar 2008) | 3 lines
      
        Don't try to close a non-open file.
        Don't let file removal cause the test to fail.
      ........
        r61870 | neal.norwitz | 2008-03-25 08:00:39 +0100 (Tue, 25 Mar 2008) | 7 lines
      
        Try to get this test to be more stable:
         * disable gc during the test run because we are spawning objects and there
           was an exception when calling Popen.__del__
         * Always set an alarm handler so the process doesn't exit if the test fails
           (should probably add assertions on the value of hndl_called in more places)
         * Using a negative time causes Linux to treat it as zero, so disable that test.
      ........
        r61874 | gregory.p.smith | 2008-03-25 08:31:28 +0100 (Tue, 25 Mar 2008) | 2 lines
      
        Use a 32-bit unsigned int here, a long is not needed.
      ........
        r61889 | georg.brandl | 2008-03-25 12:59:51 +0100 (Tue, 25 Mar 2008) | 2 lines
      
        Move declarations to block start.
      ........
      cc47b05f
  16. 24 Mar, 2008 1 kayıt (commit)
  17. 06 Kas, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merging the py3k-pep3137 branch back into the py3k branch. · 98297ee7
      Guido van Rossum yazdı
      No detailed change log; just check out the change log for the py3k-pep3137
      branch.  The most obvious changes:
      
        - str8 renamed to bytes (PyString at the C level);
        - bytes renamed to buffer (PyBytes at the C level);
        - PyString and PyUnicode are no longer compatible.
      
      I.e. we now have an immutable bytes type and a mutable bytes type.
      
      The behavior of PyString was modified quite a bit, to make it more
      bytes-like.  Some changes are still on the to-do list.
      98297ee7
  18. 07 Haz, 2007 2 kayıt (commit)
  19. 07 May, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merged revisions 55007-55179 via svnmerge from · 805365ee
      Guido van Rossum yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/p3yk
      
      ........
        r55077 | guido.van.rossum | 2007-05-02 11:54:37 -0700 (Wed, 02 May 2007) | 2 lines
      
        Use the new print syntax, at least.
      ........
        r55142 | fred.drake | 2007-05-04 21:27:30 -0700 (Fri, 04 May 2007) | 1 line
      
        remove old cruftiness
      ........
        r55143 | fred.drake | 2007-05-04 21:52:16 -0700 (Fri, 04 May 2007) | 1 line
      
        make this work with the new Python
      ........
        r55162 | neal.norwitz | 2007-05-06 22:29:18 -0700 (Sun, 06 May 2007) | 1 line
      
        Get asdl code gen working with Python 2.3.  Should continue to work with 3.0
      ........
        r55164 | neal.norwitz | 2007-05-07 00:00:38 -0700 (Mon, 07 May 2007) | 1 line
      
        Verify checkins to p3yk (sic) branch go to 3000 list.
      ........
        r55166 | neal.norwitz | 2007-05-07 00:12:35 -0700 (Mon, 07 May 2007) | 1 line
      
        Fix this test so it runs again by importing warnings_test properly.
      ........
        r55167 | neal.norwitz | 2007-05-07 01:03:22 -0700 (Mon, 07 May 2007) | 8 lines
      
        So long xrange.  range() now supports values that are outside
        -sys.maxint to sys.maxint.  floats raise a TypeError.
      
        This has been sitting for a long time.  It probably has some problems and
        needs cleanup.  Objects/rangeobject.c now uses 4-space indents since
        it is almost completely new.
      ........
        r55171 | guido.van.rossum | 2007-05-07 10:21:26 -0700 (Mon, 07 May 2007) | 4 lines
      
        Fix two tests that were previously depending on significant spaces
        at the end of a line (and before that on Python 2.x print behavior
        that has no exact equivalent in 3.0).
      ........
      805365ee
  20. 02 May, 2007 1 kayıt (commit)
  21. 27 Şub, 2007 1 kayıt (commit)
  22. 11 Şub, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; · cc2b0161
      Guido van Rossum yazdı
        and .keys(), .items(), .values() return dict views.
      
      The dict views aren't fully functional yet; in particular, they can't
      be compared to sets yet.  but they are useful as "iterator wells".
      
      There are still 27 failing unit tests; I expect that many of these
      have fairly trivial fixes, but there are so many, I could use help.
      cc2b0161
  23. 09 Şub, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fix most trivially-findable print statements. · be19ed77
      Guido van Rossum yazdı
      There's one major and one minor category still unfixed:
      doctests are the major category (and I hope to be able to augment the
      refactoring tool to refactor bona fide doctests soon);
      other code generating print statements in strings is the minor category.
      
      (Oh, and I don't know if the compiler package works.)
      be19ed77
  24. 15 Ock, 2007 1 kayıt (commit)
  25. 26 May, 2006 1 kayıt (commit)
  26. 26 Şub, 2006 1 kayıt (commit)
  27. 25 Şub, 2006 1 kayıt (commit)
    • Guido van Rossum's avatar
      - Patch 1433928: · 1968ad32
      Guido van Rossum yazdı
        - The copy module now "copies" function objects (as atomic objects).
        - dict.__getitem__ now looks for a __missing__ hook before raising
          KeyError.
        - Added a new type, defaultdict, to the collections module.
          This uses the new __missing__ hook behavior added to dict (see above).
      1968ad32
  28. 13 Haz, 2005 1 kayıt (commit)
  29. 08 Mar, 2005 1 kayıt (commit)
  30. 07 Şub, 2005 1 kayıt (commit)
  31. 08 Mar, 2004 1 kayıt (commit)