1. 08 Ara, 2012 2 kayıt (commit)
  2. 19 Agu, 2011 1 kayıt (commit)
  3. 27 Ock, 2011 1 kayıt (commit)
  4. 03 Nis, 2010 1 kayıt (commit)
  5. 02 Nis, 2010 1 kayıt (commit)
  6. 30 Tem, 2009 3 kayıt (commit)
  7. 17 May, 2009 1 kayıt (commit)
  8. 22 Nis, 2009 2 kayıt (commit)
  9. 03 Ock, 2009 3 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 734373cc
      Georg Brandl yazdı
      Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68133 | antoine.pitrou | 2009-01-01 16:38:03 +0100 (Thu, 01 Jan 2009) | 1 line
      
        fill in actual issue number in tests
      ........
        r68134 | hirokazu.yamamoto | 2009-01-01 16:45:39 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open
        file with `str' filename on Windows.
      ........
        r68141 | benjamin.peterson | 2009-01-01 17:43:12 +0100 (Thu, 01 Jan 2009) | 1 line
      
        fix highlighting
      ........
        r68142 | benjamin.peterson | 2009-01-01 18:29:49 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        welcome to 2009, Python!
      ........
        r68145 | amaury.forgeotdarc | 2009-01-02 01:03:54 +0100 (Fri, 02 Jan 2009) | 5 lines
      
        #4801 _collections module fails to build on cygwin.
      
        _PyObject_GC_TRACK is the macro version of PyObject_GC_Track,
        and according to documentation it should not be used for extension modules.
      ........
        r68146 | ronald.oussoren | 2009-01-02 11:44:46 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue4472: "configure --enable-shared doesn't work on OSX"
      ........
        r68148 | ronald.oussoren | 2009-01-02 11:48:31 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Forgot to add a NEWS item in my previous checkin
      ........
        r68149 | ronald.oussoren | 2009-01-02 11:50:48 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue4780
      ........
        r68159 | ronald.oussoren | 2009-01-02 15:48:17 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue 1627952
      ........
        r68160 | ronald.oussoren | 2009-01-02 15:52:09 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue r1737832
      ........
        r68161 | ronald.oussoren | 2009-01-02 16:00:05 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        Fix for issue 1149804
      ........
        r68162 | ronald.oussoren | 2009-01-02 16:06:00 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        Fix for issue 4472 is incompatible with Cygwin, this patch
        should fix that.
      ........
        r68166 | benjamin.peterson | 2009-01-02 19:26:23 +0100 (Fri, 02 Jan 2009) | 1 line
      
        document PyMemberDef
      ........
        r68171 | georg.brandl | 2009-01-02 21:25:14 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        #4811: fix markup glitches (mostly remains of the conversion),
        found by Gabriel Genellina.
      ........
        r68172 | martin.v.loewis | 2009-01-02 21:32:55 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Issue #4075: Use OutputDebugStringW in Py_FatalError.
      ........
        r68173 | martin.v.loewis | 2009-01-02 21:40:14 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Issue #4051: Prevent conflict of UNICODE macros in cPickle.
      ........
        r68174 | benjamin.peterson | 2009-01-02 21:47:27 +0100 (Fri, 02 Jan 2009) | 1 line
      
        fix compilation on non-Windows platforms
      ........
        r68179 | raymond.hettinger | 2009-01-02 22:26:45 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Issue #4615.  Document how to use itertools for de-duping.
      ........
        r68195 | georg.brandl | 2009-01-03 14:45:15 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove useless string literal.
      ........
        r68196 | georg.brandl | 2009-01-03 15:29:53 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix indentation.
      ........
        r68210 | georg.brandl | 2009-01-03 20:10:12 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Set eol-style correctly for mp_distributing.py.
      ........
        r68214 | georg.brandl | 2009-01-03 20:44:48 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Make indentation consistent.
      ........
        r68215 | georg.brandl | 2009-01-03 21:15:14 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix role name.
      ........
        r68217 | georg.brandl | 2009-01-03 21:30:15 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources.
      ........
        r68218 | georg.brandl | 2009-01-03 21:38:59 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Recognize usage of the default role.
      ........
        r68219 | georg.brandl | 2009-01-03 21:47:01 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix uses of the default role.
      ........
        r68220 | georg.brandl | 2009-01-03 21:55:06 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove trailing whitespace.
      ........
        r68221 | georg.brandl | 2009-01-03 22:04:55 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove tabs from the documentation.
      ........
        r68222 | georg.brandl | 2009-01-03 22:11:58 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Disable the line length checker by default.
      ........
      734373cc
    • Georg Brandl's avatar
      Merged revisions 68219 via svnmerge from · 36ab1ef8
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68219 | georg.brandl | 2009-01-03 21:47:01 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix uses of the default role.
      ........
      36ab1ef8
    • Georg Brandl's avatar
      Fix uses of the default role. · e92818f5
      Georg Brandl yazdı
      e92818f5
  10. 04 Ara, 2008 1 kayıt (commit)
  11. 27 Haz, 2008 2 kayıt (commit)
  12. 24 Haz, 2008 3 kayıt (commit)
  13. 25 Nis, 2008 2 kayıt (commit)
  14. 24 Nis, 2008 1 kayıt (commit)
  15. 23 Mar, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions… · fe337bfd
      Christian Heimes yazdı
      Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r61724 | martin.v.loewis | 2008-03-22 01:01:12 +0100 (Sat, 22 Mar 2008) | 49 lines
      
        Merged revisions 61602-61723 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r61626 | david.wolever | 2008-03-19 17:19:16 +0100 (Mi, 19 M?\195?\164r 2008) | 1 line
      
          Added fixer for implicit local imports.  See #2414.
        ........
          r61628 | david.wolever | 2008-03-19 17:57:43 +0100 (Mi, 19 M?\195?\164r 2008) | 1 line
      
          Added a class for tests which should not run if a particular import is found.
        ........
          r61629 | collin.winter | 2008-03-19 17:58:19 +0100 (Mi, 19 M?\195?\164r 2008) | 1 line
      
          Two more relative import fixes in pgen2.
        ........
          r61635 | david.wolever | 2008-03-19 20:16:03 +0100 (Mi, 19 M?\195?\164r 2008) | 1 line
      
          Fixed print fixer so it will do the Right Thing when it encounters __future__.print_function.  2to3 gets upset, though, so the tests have been commented out.
        ........
          r61637 | david.wolever | 2008-03-19 21:37:17 +0100 (Mi, 19 M?\195?\164r 2008) | 3 lines
      
          Added a fixer for itertools imports (from itertools import imap, ifilterfalse --> from itertools import filterfalse)
        ........
          r61645 | david.wolever | 2008-03-19 23:22:35 +0100 (Mi, 19 M?\195?\164r 2008) | 1 line
      
          SVN is happier when you add the files you create... -_-'
        ........
          r61654 | david.wolever | 2008-03-20 01:09:56 +0100 (Do, 20 M?\195?\164r 2008) | 1 line
      
          Added an explicit sort order to fixers -- fixes problems like #2427
        ........
          r61664 | david.wolever | 2008-03-20 04:32:40 +0100 (Do, 20 M?\195?\164r 2008) | 3 lines
      
          Fixes #2428 -- comments are no longer eatten by __future__ fixer.
        ........
          r61673 | david.wolever | 2008-03-20 17:22:40 +0100 (Do, 20 M?\195?\164r 2008) | 1 line
      
          Added 2to3 node pretty-printer
        ........
          r61679 | david.wolever | 2008-03-20 20:50:42 +0100 (Do, 20 M?\195?\164r 2008) | 1 line
      
          Made node printing a little bit prettier
        ........
          r61723 | martin.v.loewis | 2008-03-22 00:59:27 +0100 (Sa, 22 M?\195?\164r 2008) | 2 lines
      
          Fix whitespace.
        ........
      ................
        r61725 | martin.v.loewis | 2008-03-22 01:02:41 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Install lib2to3.
      ................
        r61731 | facundo.batista | 2008-03-22 03:45:37 +0100 (Sat, 22 Mar 2008) | 4 lines
      
      
        Small fix that complicated the test actually when that
        test failed.
      ................
        r61732 | alexandre.vassalotti | 2008-03-22 05:08:44 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Added warning for the removal of 'hotshot' in Py3k.
      ................
        r61733 | georg.brandl | 2008-03-22 11:07:29 +0100 (Sat, 22 Mar 2008) | 4 lines
      
        #1918: document that weak references *to* an object are
        cleared before the object's __del__ is called, to ensure that the weak
        reference callback (if any) finds the object healthy.
      ................
        r61734 | georg.brandl | 2008-03-22 11:56:23 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Activate the Sphinx doctest extension and convert howto/functional to use it.
      ................
        r61735 | georg.brandl | 2008-03-22 11:58:38 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Allow giving source names on the cmdline.
      ................
        r61737 | georg.brandl | 2008-03-22 12:00:48 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Fixup this HOWTO's doctest blocks so that they can be run with sphinx' doctest builder.
      ................
        r61739 | georg.brandl | 2008-03-22 12:47:10 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Test decimal.rst doctests as far as possible with sphinx doctest.
      ................
        r61741 | georg.brandl | 2008-03-22 13:04:26 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Make doctests in re docs usable with sphinx' doctest.
      ................
        r61743 | georg.brandl | 2008-03-22 13:59:37 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Make more doctests in pprint docs testable.
      ................
        r61744 | georg.brandl | 2008-03-22 14:07:06 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        No need to specify explicit "doctest_block" anymore.
      ................
        r61753 | georg.brandl | 2008-03-22 21:08:43 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Fix-up syntax problems.
      ................
        r61761 | georg.brandl | 2008-03-22 22:06:20 +0100 (Sat, 22 Mar 2008) | 4 lines
      
        Make collections' doctests executable.
      
        (The <BLANKLINE>s will be stripped from presentation output.)
      ................
        r61765 | georg.brandl | 2008-03-22 22:21:57 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Test doctests in datetime docs.
      ................
        r61766 | georg.brandl | 2008-03-22 22:26:44 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Test doctests in operator docs.
      ................
        r61767 | georg.brandl | 2008-03-22 22:38:33 +0100 (Sat, 22 Mar 2008) | 2 lines
      
        Enable doctests in functions.rst.  Already found two errors :)
      ................
        r61769 | georg.brandl | 2008-03-22 23:04:10 +0100 (Sat, 22 Mar 2008) | 3 lines
      
        Enable doctest running for several other documents.
        We have now over 640 doctests that are run with "make doctest".
      ................
        r61773 | raymond.hettinger | 2008-03-23 01:55:46 +0100 (Sun, 23 Mar 2008) | 1 line
      
        Simplify demo code.
      ................
        r61776 | neal.norwitz | 2008-03-23 04:43:33 +0100 (Sun, 23 Mar 2008) | 7 lines
      
        Try to make this test a little more robust and not fail with:
          timeout (10.0025) is more than 2 seconds more than expected (0.001)
      
        I'm assuming this problem is caused by DNS lookup.  This change
        does a DNS lookup of the hostname before trying to connect, so the time
        is not included.
      ................
        r61777 | neal.norwitz | 2008-03-23 05:08:30 +0100 (Sun, 23 Mar 2008) | 1 line
      
        Speed up the test by avoiding socket timeouts.
      ................
        r61778 | neal.norwitz | 2008-03-23 05:43:09 +0100 (Sun, 23 Mar 2008) | 1 line
      
        Skip the epoll test if epoll() does not work
      ................
        r61780 | neal.norwitz | 2008-03-23 06:47:20 +0100 (Sun, 23 Mar 2008) | 1 line
      
        Suppress failure (to avoid a flaky test) if we cannot connect to svn.python.org
      ................
        r61781 | neal.norwitz | 2008-03-23 07:13:25 +0100 (Sun, 23 Mar 2008) | 4 lines
      
        Move itertools before future_builtins since the latter depends on the former.
        From a clean build importing future_builtins would fail since itertools
        wasn't built yet.
      ................
        r61782 | neal.norwitz | 2008-03-23 07:16:04 +0100 (Sun, 23 Mar 2008) | 1 line
      
        Try to prevent the alarm going off early in tearDown
      ................
        r61783 | neal.norwitz | 2008-03-23 07:19:57 +0100 (Sun, 23 Mar 2008) | 4 lines
      
        Remove compiler warnings (on Alpha at least) about using chars as
        array subscripts.  Using chars are dangerous b/c they are signed
        on some platforms and unsigned on others.
      ................
        r61788 | georg.brandl | 2008-03-23 09:05:30 +0100 (Sun, 23 Mar 2008) | 2 lines
      
        Make the doctests presentation-friendlier.
      ................
        r61793 | amaury.forgeotdarc | 2008-03-23 10:55:29 +0100 (Sun, 23 Mar 2008) | 4 lines
      
        #1477: ur'\U0010FFFF' raised in narrow unicode builds.
        Corrected the raw-unicode-escape codec to use UTF-16 surrogates in
        this case, just like the unicode-escape codec.
      ................
        r61796 | raymond.hettinger | 2008-03-23 14:32:32 +0100 (Sun, 23 Mar 2008) | 1 line
      
        Issue 1681432:  Add triangular distribution the random module.
      ................
        r61807 | raymond.hettinger | 2008-03-23 20:37:53 +0100 (Sun, 23 Mar 2008) | 4 lines
      
        Adopt Nick's suggestion for useful default arguments.
        Clean-up floating point issues by adding true division and float constants.
      ................
        r61813 | gregory.p.smith | 2008-03-23 22:04:43 +0100 (Sun, 23 Mar 2008) | 6 lines
      
        Fix gzip to deal with CRC's being signed values in Python 2.x properly and to
        read 32bit values as unsigned to start with rather than applying signedness
        fixups allover the place afterwards.
      
        This hopefully fixes the test_tarfile failure on the alpha/tru64 buildbot.
      ................
      fe337bfd
  16. 22 Mar, 2008 1 kayıt (commit)
  17. 14 Şub, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions… · 68f5fbe9
      Christian Heimes yazdı
      Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60766,60769-60786 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60752 | mark.dickinson | 2008-02-12 22:31:59 +0100 (Tue, 12 Feb 2008) | 5 lines
      
        Implementation of Fraction.limit_denominator.
      
        Remove Fraction.to_continued_fraction and
        Fraction.from_continued_fraction
      ........
        r60754 | mark.dickinson | 2008-02-12 22:40:53 +0100 (Tue, 12 Feb 2008) | 3 lines
      
        Revert change in r60712:  turn alternate constructors back into
        classmethods instead of staticmethods.
      ........
        r60755 | mark.dickinson | 2008-02-12 22:46:54 +0100 (Tue, 12 Feb 2008) | 4 lines
      
        Replace R=fractions.Fraction with F=fractions.Fraction in
        test_fractions.py.  This should have been part of the name
        change from Rational to Fraction.
      ........
        r60758 | georg.brandl | 2008-02-13 08:20:22 +0100 (Wed, 13 Feb 2008) | 3 lines
      
        #2063: correct order of utime and stime in os.times()
        result on Windows.
      ........
        r60762 | jeffrey.yasskin | 2008-02-13 18:58:04 +0100 (Wed, 13 Feb 2008) | 7 lines
      
        Working on issue #1762: Brought
          ./python.exe -m timeit -s 'from fractions import Fraction; f = Fraction(3, 2)' 'isinstance(3, Fraction); isinstance(f, Fraction)'
        from 12.3 usec/loop to 3.44 usec/loop and
          ./python.exe -m timeit -s 'from fractions import Fraction' 'Fraction(3, 2)'
        from 48.8 usec to 23.6 usec by avoiding genexps and sets in __instancecheck__
        and inlining the common case from __subclasscheck__.
      ........
        r60765 | brett.cannon | 2008-02-13 20:15:44 +0100 (Wed, 13 Feb 2008) | 5 lines
      
        Fix --enable-universalsdk and its comment line so that zsh's flag completion
        works.
      
        Thanks to Jeroen Ruigrok van der Werven for the fix.
      ........
        r60771 | kurt.kaiser | 2008-02-14 01:08:55 +0100 (Thu, 14 Feb 2008) | 2 lines
      
        Bring NEWS.txt up to date from check-in msgs.
      ........
        r60772 | raymond.hettinger | 2008-02-14 02:08:02 +0100 (Thu, 14 Feb 2008) | 3 lines
      
        Update notes on Decimal.
      ........
        r60773 | raymond.hettinger | 2008-02-14 03:41:22 +0100 (Thu, 14 Feb 2008) | 1 line
      
        Fix decimal repr which should have used single quotes like other reprs.
      ........
        r60785 | jeffrey.yasskin | 2008-02-14 07:12:24 +0100 (Thu, 14 Feb 2008) | 11 lines
      
        Performance optimizations on Fraction's constructor.
      
          ./python.exe -m timeit -s 'from fractions import Fraction' 'Fraction(3)`
        31.7 usec/loop -> 9.2 usec/loop
      
          ./python.exe -m timeit -s 'from fractions import Fraction' 'Fraction(3, 2)'`
        27.7 usec/loop -> 9.32 usec/loop
      
          ./python.exe -m timeit -s 'from fractions import Fraction; f = Fraction(3, 2)' 'Fraction(f)'
        31.9 usec/loop -> 14.3 usec/loop
      ........
        r60786 | jeffrey.yasskin | 2008-02-14 08:49:25 +0100 (Thu, 14 Feb 2008) | 5 lines
      
        Change simple instances (in Fraction) of self.numerator and self.denominator to
        self._numerator and self._denominator. This speeds abs() up from 12.2us to
        10.8us and trunc() from 2.07us to 1.11us. This doesn't change _add and friends
        because they're more complicated.
      ........
      68f5fbe9
  18. 12 Şub, 2008 2 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions… · 0bd4e118
      Christian Heimes yazdı
      Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60735-60751 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60735 | raymond.hettinger | 2008-02-11 23:53:01 +0100 (Mon, 11 Feb 2008) | 1 line
      
        Add notes on how decimal fits into the model.
      ........
        r60737 | raymond.hettinger | 2008-02-12 00:34:56 +0100 (Tue, 12 Feb 2008) | 1 line
      
        Fix markup
      ........
        r60738 | raymond.hettinger | 2008-02-12 00:38:00 +0100 (Tue, 12 Feb 2008) | 1 line
      
        Backport ABC docs
      ........
        r60739 | raymond.hettinger | 2008-02-12 01:15:32 +0100 (Tue, 12 Feb 2008) | 1 line
      
        Restore fractions.rst to the document tree.
      ........
        r60740 | raymond.hettinger | 2008-02-12 01:48:20 +0100 (Tue, 12 Feb 2008) | 1 line
      
        Fix typo in comments
      ........
        r60741 | raymond.hettinger | 2008-02-12 02:18:03 +0100 (Tue, 12 Feb 2008) | 1 line
      
        Bring decimal a bit closer to the spec for Reals.
      ........
        r60743 | martin.v.loewis | 2008-02-12 14:47:26 +0100 (Tue, 12 Feb 2008) | 2 lines
      
        Patch #1736: Fix file name handling of _msi.FCICreate.
      ........
        r60745 | kurt.kaiser | 2008-02-12 16:45:50 +0100 (Tue, 12 Feb 2008) | 2 lines
      
        what??! Correct r60225.
      ........
        r60747 | martin.v.loewis | 2008-02-12 19:47:34 +0100 (Tue, 12 Feb 2008) | 4 lines
      
        Patch #1966: Break infinite loop in httplib when the servers
        implements the chunked encoding incorrectly.
        Will backport to 2.5.
      ........
        r60749 | raymond.hettinger | 2008-02-12 20:05:36 +0100 (Tue, 12 Feb 2008) | 1 line
      
        dict.copy() rises from the ashes.  Revert r60687.
      ........
      0bd4e118
    • Mark Dickinson's avatar
      Implementation of Fraction.limit_denominator. · e1b82479
      Mark Dickinson yazdı
      Remove Fraction.to_continued_fraction and
      Fraction.from_continued_fraction
      e1b82479
  19. 11 Şub, 2008 2 kayıt (commit)
    • Raymond Hettinger's avatar
      Fix markup · 2ddbd806
      Raymond Hettinger yazdı
      2ddbd806
    • Christian Heimes's avatar
      Merged revisions… · 3feef617
      Christian Heimes yazdı
      Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60706,60708-60712,60714-60724 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60701 | georg.brandl | 2008-02-09 22:36:15 +0100 (Sat, 09 Feb 2008) | 2 lines
      
        Needs only 2.4 now.
      ........
        r60702 | georg.brandl | 2008-02-09 22:38:54 +0100 (Sat, 09 Feb 2008) | 2 lines
      
        Docs are rst now.
      ........
        r60703 | georg.brandl | 2008-02-09 23:00:00 +0100 (Sat, 09 Feb 2008) | 2 lines
      
        Fix link.
      ........
        r60704 | georg.brandl | 2008-02-10 00:09:25 +0100 (Sun, 10 Feb 2008) | 2 lines
      
        Fix for newest doctools.
      ........
        r60709 | raymond.hettinger | 2008-02-10 08:21:09 +0100 (Sun, 10 Feb 2008) | 1 line
      
        Clarify that decimal also supports fixed-point arithmetic.
      ........
        r60710 | nick.coghlan | 2008-02-10 08:32:52 +0100 (Sun, 10 Feb 2008) | 1 line
      
        Add missing NEWS entry for r60695
      ........
        r60712 | mark.dickinson | 2008-02-10 15:58:38 +0100 (Sun, 10 Feb 2008) | 3 lines
      
        Turn classmethods into staticmethods, and avoid calling the constructor
        of subclasses of Rational.  (See discussion in issue #1682.)
      ........
        r60715 | mark.dickinson | 2008-02-10 16:19:58 +0100 (Sun, 10 Feb 2008) | 2 lines
      
        Typos in decimal comment and documentation
      ........
        r60716 | skip.montanaro | 2008-02-10 16:31:54 +0100 (Sun, 10 Feb 2008) | 2 lines
      
        Get the saying right. ;-)
      ........
        r60717 | skip.montanaro | 2008-02-10 16:32:16 +0100 (Sun, 10 Feb 2008) | 2 lines
      
        whoops - revert
      ........
        r60718 | mark.dickinson | 2008-02-10 20:23:36 +0100 (Sun, 10 Feb 2008) | 2 lines
      
        Remove reference to Rational
      ........
        r60719 | raymond.hettinger | 2008-02-10 21:35:16 +0100 (Sun, 10 Feb 2008) | 1 line
      
        Complete an open todo on pickletools -- add a pickle optimizer.
      ........
        r60721 | mark.dickinson | 2008-02-10 22:29:51 +0100 (Sun, 10 Feb 2008) | 3 lines
      
        Rename rational.Rational to fractions.Fraction, to avoid name clash
        with numbers.Rational.  See issue #1682 for related discussion.
      ........
        r60722 | christian.heimes | 2008-02-11 03:26:22 +0100 (Mon, 11 Feb 2008) | 1 line
      
        The test requires the network resource
      ........
        r60723 | mark.dickinson | 2008-02-11 04:11:55 +0100 (Mon, 11 Feb 2008) | 3 lines
      
        Put an extra space into the repr of a Fraction:
        Fraction(1, 2) instead of Fraction(1,2).
      ........
      3feef617
  20. 10 Şub, 2008 1 kayıt (commit)
  21. 19 Ock, 2008 2 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 60053-60078 via svnmerge from · 587c2bfe
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60054 | christian.heimes | 2008-01-18 20:12:56 +0100 (Fri, 18 Jan 2008) | 1 line
      
        Silence Coverity false alerts with CIDs #172, #183, #184
      ........
        r60057 | guido.van.rossum | 2008-01-18 21:56:30 +0100 (Fri, 18 Jan 2008) | 3 lines
      
        Fix an edge case whereby the __del__() method of a classic class could
        create a new weakref to the object.
      ........
        r60058 | raymond.hettinger | 2008-01-18 22:14:58 +0100 (Fri, 18 Jan 2008) | 1 line
      
        Better variable name in an example.
      ........
        r60063 | guido.van.rossum | 2008-01-19 00:05:40 +0100 (Sat, 19 Jan 2008) | 3 lines
      
        This got fixed for classic classes in r60057,
        and backported to 2.5.2 in 60056.
      ........
        r60068 | jeffrey.yasskin | 2008-01-19 10:56:06 +0100 (Sat, 19 Jan 2008) | 4 lines
      
        Several tweaks: add construction from strings and .from_decimal(), change
        __init__ to __new__ to enforce immutability, and remove "rational." from repr
        and the parens from str.
      ........
        r60069 | georg.brandl | 2008-01-19 11:11:27 +0100 (Sat, 19 Jan 2008) | 2 lines
      
        Fix markup.
      ........
        r60070 | georg.brandl | 2008-01-19 11:16:09 +0100 (Sat, 19 Jan 2008) | 3 lines
      
        Amend curses docs by info how to write non-ascii characters.
        Thanks to Jeroen Ruigrok van der Werven.
      ........
        r60071 | georg.brandl | 2008-01-19 11:18:07 +0100 (Sat, 19 Jan 2008) | 2 lines
      
        Indentation normalization.
      ........
        r60073 | facundo.batista | 2008-01-19 13:32:27 +0100 (Sat, 19 Jan 2008) | 5 lines
      
      
        Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a
        just-created (and empty) instance.  Added tests for this. Thanks
        Jonathan Share.
      ........
        r60074 | andrew.kuchling | 2008-01-19 14:33:20 +0100 (Sat, 19 Jan 2008) | 1 line
      
        Polish sentence
      ........
        r60075 | christian.heimes | 2008-01-19 14:46:06 +0100 (Sat, 19 Jan 2008) | 1 line
      
        Added unit test to verify that threading.local doesn't cause ref leaks. It seems that the thread local storage always keeps the storage of the last stopped thread alive. Can anybody comment on it, please?
      ........
        r60076 | christian.heimes | 2008-01-19 16:06:09 +0100 (Sat, 19 Jan 2008) | 1 line
      
        Update for threading.local test.
      ........
        r60077 | andrew.kuchling | 2008-01-19 16:16:37 +0100 (Sat, 19 Jan 2008) | 1 line
      
        Polish sentence
      ........
        r60078 | georg.brandl | 2008-01-19 16:22:16 +0100 (Sat, 19 Jan 2008) | 2 lines
      
        Fix typos.
      ........
      587c2bfe
    • Jeffrey Yasskin's avatar
      Several tweaks: add construction from strings and .from_decimal(), change · 45169fbc
      Jeffrey Yasskin yazdı
      __init__ to __new__ to enforce immutability, and remove "rational." from repr
      and the parens from str.
      45169fbc
  22. 15 Ock, 2008 2 kayıt (commit)
    • Guido van Rossum's avatar
      Merged revisions 59952-59984 via svnmerge from · 7736b5be
      Guido van Rossum yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59952 | thomas.heller | 2008-01-14 02:35:28 -0800 (Mon, 14 Jan 2008) | 1 line
      
        Issue 1821: configure libffi for amd64 on FreeeBSD.
      ........
        r59953 | andrew.kuchling | 2008-01-14 06:48:43 -0800 (Mon, 14 Jan 2008) | 1 line
      
        Update description of float_info
      ........
        r59959 | raymond.hettinger | 2008-01-14 14:58:05 -0800 (Mon, 14 Jan 2008) | 1 line
      
        Fix 1698398:  Zipfile.printdir() crashed because the format string expected a tuple object of length six instead of a time.struct_time object.
      ........
        r59961 | andrew.kuchling | 2008-01-14 17:29:16 -0800 (Mon, 14 Jan 2008) | 1 line
      
        Typo fixes
      ........
        r59962 | andrew.kuchling | 2008-01-14 17:29:44 -0800 (Mon, 14 Jan 2008) | 1 line
      
        Markup fix
      ........
        r59963 | andrew.kuchling | 2008-01-14 17:47:32 -0800 (Mon, 14 Jan 2008) | 1 line
      
        Add many items
      ........
        r59964 | andrew.kuchling | 2008-01-14 17:55:32 -0800 (Mon, 14 Jan 2008) | 1 line
      
        Repair unfinished sentence
      ........
        r59967 | raymond.hettinger | 2008-01-14 19:02:37 -0800 (Mon, 14 Jan 2008) | 5 lines
      
        Issue 1820:  structseq objects did not work with the % formatting operator or isinstance(t, tuple).
      
        Orignal patch (without tests) by Leif Walsh.
      ........
        r59968 | raymond.hettinger | 2008-01-14 19:07:42 -0800 (Mon, 14 Jan 2008) | 1 line
      
        Tighten the definition of a named tuple.
      ........
        r59969 | skip.montanaro | 2008-01-14 19:40:20 -0800 (Mon, 14 Jan 2008) | 3 lines
      
        Better (?) text describing the lack of guarantees provided by qsize(),
        empty() and full().
      ........
        r59970 | raymond.hettinger | 2008-01-14 21:39:59 -0800 (Mon, 14 Jan 2008) | 1 line
      
        Temporarily revert 59967 until GC can be added.
      ........
        r59971 | raymond.hettinger | 2008-01-14 21:46:43 -0800 (Mon, 14 Jan 2008) | 1 line
      
        Small grammar nit
      ........
        r59972 | georg.brandl | 2008-01-14 22:55:56 -0800 (Mon, 14 Jan 2008) | 2 lines
      
        Typo.
      ........
        r59973 | georg.brandl | 2008-01-14 22:58:15 -0800 (Mon, 14 Jan 2008) | 2 lines
      
        Remove duplicate entry.
      ........
        r59974 | jeffrey.yasskin | 2008-01-14 23:46:24 -0800 (Mon, 14 Jan 2008) | 12 lines
      
        Add rational.Rational as an implementation of numbers.Rational with infinite
        precision. This has been discussed at http://bugs.python.org/issue1682. It's
        useful primarily for teaching, but it also demonstrates how to implement a
        member of the numeric tower, including fallbacks for mixed-mode arithmetic.
      
        I expect to write a couple more patches in this area:
         * Rational.from_decimal()
         * Rational.trim/approximate() (maybe with different names)
         * Maybe remove the parentheses from Rational.__str__()
         * Maybe rename one of the Rational classes
         * Maybe make Rational('3/2') work.
      ........
        r59978 | andrew.kuchling | 2008-01-15 06:38:05 -0800 (Tue, 15 Jan 2008) | 8 lines
      
        Restore description of sys.dont_write_bytecode.
      
        The duplication is intentional -- this paragraph is in a section
        describing additions to the sys module, and there's a later section
        that mentions the switch.  I think most people scan the what's-new and
        don't read it in detail, so a bit of duplication is OK.
      ........
        r59984 | guido.van.rossum | 2008-01-15 09:59:29 -0800 (Tue, 15 Jan 2008) | 3 lines
      
        Issue #1786 (by myself): pdb should use its own stdin/stdout around an
        exec call and when creating a recursive instance.
      ........
      7736b5be
    • Jeffrey Yasskin's avatar
      Add rational.Rational as an implementation of numbers.Rational with infinite · d7b00334
      Jeffrey Yasskin yazdı
      precision. This has been discussed at http://bugs.python.org/issue1682. It's
      useful primarily for teaching, but it also demonstrates how to implement a
      member of the numeric tower, including fallbacks for mixed-mode arithmetic.
      
      I expect to write a couple more patches in this area:
       * Rational.from_decimal()
       * Rational.trim/approximate() (maybe with different names)
       * Maybe remove the parentheses from Rational.__str__()
       * Maybe rename one of the Rational classes
       * Maybe make Rational('3/2') work.
      d7b00334