1. 29 Agu, 2016 1 kayıt (commit)
  2. 15 Agu, 2016 1 kayıt (commit)
  3. 07 Tem, 2016 1 kayıt (commit)
  4. 09 Haz, 2016 1 kayıt (commit)
  5. 23 Haz, 2015 1 kayıt (commit)
  6. 31 May, 2015 1 kayıt (commit)
  7. 03 Nis, 2015 1 kayıt (commit)
  8. 20 Şub, 2015 1 kayıt (commit)
  9. 11 Ock, 2015 1 kayıt (commit)
  10. 14 Eki, 2014 1 kayıt (commit)
  11. 07 Tem, 2014 1 kayıt (commit)
  12. 31 Ock, 2014 1 kayıt (commit)
  13. 20 Tem, 2013 1 kayıt (commit)
  14. 16 Mar, 2011 2 kayıt (commit)
  15. 11 Tem, 2010 1 kayıt (commit)
  16. 09 May, 2010 4 kayıt (commit)
  17. 21 Ara, 2009 2 kayıt (commit)
  18. 04 Agu, 2009 4 kayıt (commit)
  19. 28 Şub, 2009 3 kayıt (commit)
  20. 16 Tem, 2008 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 86b2fb9d
      Georg Brandl yazdı
      Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r64623 | benjamin.peterson | 2008-07-01 21:51:54 +0200 (Tue, 01 Jul 2008) | 1 line
      
        write a short little section for multiprocessing; it still needs help
      ........
        r64640 | georg.brandl | 2008-07-01 22:56:03 +0200 (Tue, 01 Jul 2008) | 2 lines
      
        Add a comment about incref'ing w.
      ........
        r64665 | jesse.noller | 2008-07-02 18:56:51 +0200 (Wed, 02 Jul 2008) | 1 line
      
        Add #!/usr/bin/env python for ben
      ........
        r64687 | andrew.kuchling | 2008-07-03 14:50:03 +0200 (Thu, 03 Jul 2008) | 1 line
      
        Tweak wording
      ........
        r64689 | benjamin.peterson | 2008-07-03 14:57:35 +0200 (Thu, 03 Jul 2008) | 1 line
      
        lowercase glossary term
      ........
        r64690 | benjamin.peterson | 2008-07-03 15:01:17 +0200 (Thu, 03 Jul 2008) | 1 line
      
        let the term be linked
      ........
        r64719 | raymond.hettinger | 2008-07-05 04:11:55 +0200 (Sat, 05 Jul 2008) | 1 line
      
        Update comment on prediction macros.
      ........
        r64721 | georg.brandl | 2008-07-05 12:07:18 +0200 (Sat, 05 Jul 2008) | 2 lines
      
        Fix tabs.
      ........
        r64735 | mark.dickinson | 2008-07-05 17:25:48 +0200 (Sat, 05 Jul 2008) | 3 lines
      
        Minor rewrite of cmath_log to work around a Sun compiler bug.  See issue
        #3168.
      ........
        r64742 | benjamin.peterson | 2008-07-05 18:29:38 +0200 (Sat, 05 Jul 2008) | 1 line
      
        make regrtest aware of the lib2to3 resource
      ........
        r64744 | georg.brandl | 2008-07-05 18:43:45 +0200 (Sat, 05 Jul 2008) | 2 lines
      
        Keep below 80 chars.
      ........
        r64745 | facundo.batista | 2008-07-05 21:19:50 +0200 (Sat, 05 Jul 2008) | 3 lines
      
      
        Issue 3289.  Removed two lines that ended doing nothing.
      ........
        r64746 | facundo.batista | 2008-07-05 22:39:59 +0200 (Sat, 05 Jul 2008) | 4 lines
      
      
        Issue #3239. Differentiate the ascii call from the curses one and
        the builtin one.
      ........
        r64756 | gregory.p.smith | 2008-07-06 09:16:40 +0200 (Sun, 06 Jul 2008) | 3 lines
      
        - Issue #2113: Fix error in subprocess.Popen if the select system call is
          interrupted by a signal.
      ........
        r64757 | benjamin.peterson | 2008-07-06 14:39:09 +0200 (Sun, 06 Jul 2008) | 1 line
      
        remove test_compact_freelists from test_sys
      ........
        r64758 | gregory.p.smith | 2008-07-06 19:06:29 +0200 (Sun, 06 Jul 2008) | 2 lines
      
        fix issue3304 - remove an incorrect PyMem_Free in fileio_init
      ........
        r64759 | georg.brandl | 2008-07-06 19:36:20 +0200 (Sun, 06 Jul 2008) | 2 lines
      
        Fix opensearch template.
      ........
        r64760 | andrew.kuchling | 2008-07-06 19:43:16 +0200 (Sun, 06 Jul 2008) | 1 line
      
        Wording fix
      ........
        r64761 | andrew.kuchling | 2008-07-06 19:44:17 +0200 (Sun, 06 Jul 2008) | 1 line
      
        Add two items; rewrap paragraph
      ........
        r64767 | gregory.p.smith | 2008-07-07 06:31:58 +0200 (Mon, 07 Jul 2008) | 4 lines
      
        - Issue #3309: Fix bz2.BZFile itererator to release its internal lock
          properly when raising an exception due to the bz2file being closed.
          Prevents a deadlock.
      ........
        r64768 | josiah.carlson | 2008-07-07 06:51:46 +0200 (Mon, 07 Jul 2008) | 2 lines
      
        Fixed bugs 760475, 953599, and 1519.
      ........
        r64769 | gregory.p.smith | 2008-07-07 06:54:31 +0200 (Mon, 07 Jul 2008) | 2 lines
      
        Add commented out #_sha256 and #_sha512 lines per issue 3183.
      ........
        r64771 | gregory.p.smith | 2008-07-07 07:09:12 +0200 (Mon, 07 Jul 2008) | 4 lines
      
        - Issue #3094: httplib.HTTPSConnection Host: headers no longer include the
          redundant ":443" port number designation when the connection is using the
          default https port (443).
      ........
        r64772 | skip.montanaro | 2008-07-07 13:16:14 +0200 (Mon, 07 Jul 2008) | 2 lines
      
        Correct grammar.
      ........
        r64774 | andrew.kuchling | 2008-07-07 18:51:09 +0200 (Mon, 07 Jul 2008) | 1 line
      
        Fix example to match text
      ........
        r64775 | facundo.batista | 2008-07-07 19:02:59 +0200 (Mon, 07 Jul 2008) | 3 lines
      
      
        Issue 3306. Better control for a lenght in findmax() function.
      ........
        r64788 | georg.brandl | 2008-07-08 09:05:23 +0200 (Tue, 08 Jul 2008) | 2 lines
      
        Add missing ABCs to list.
      ........
        r64793 | nick.coghlan | 2008-07-08 16:21:42 +0200 (Tue, 08 Jul 2008) | 1 line
      
        Add missing NEWS and ACK entries for r64791
      ........
        r64835 | raymond.hettinger | 2008-07-10 11:31:08 +0200 (Thu, 10 Jul 2008) | 1 line
      
        Issue 3287: Raise correct exception for float inputs.
      ........
        r64836 | raymond.hettinger | 2008-07-10 12:28:41 +0200 (Thu, 10 Jul 2008) | 1 line
      
        Use operator.index() instead of n.__index__().
      ........
      86b2fb9d
  21. 05 Tem, 2008 1 kayıt (commit)
  22. 11 Haz, 2008 1 kayıt (commit)
  23. 16 May, 2008 3 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Merged revisions 63361-63373,63375,63377-63380 via svnmerge from · bee32538
      Alexandre Vassalotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r63361 | alexandre.vassalotti | 2008-05-16 03:14:08 -0400 (Fri, 16 May 2008) | 2 lines
      
        Rename the test file of reprlib.
      ........
        r63364 | georg.brandl | 2008-05-16 05:34:48 -0400 (Fri, 16 May 2008) | 2 lines
      
        Make generator repr consistent with function and code object repr.
      ........
        r63365 | georg.brandl | 2008-05-16 05:47:29 -0400 (Fri, 16 May 2008) | 2 lines
      
        #2869: remove parameter from signature.
      ........
        r63366 | christian.heimes | 2008-05-16 06:23:31 -0400 (Fri, 16 May 2008) | 1 line
      
        Fixed #2870: cmathmodule.c compile error
      ........
        r63367 | christian.heimes | 2008-05-16 07:28:56 -0400 (Fri, 16 May 2008) | 1 line
      
        Following Amaury's advice
      ........
        r63368 | georg.brandl | 2008-05-16 09:10:15 -0400 (Fri, 16 May 2008) | 2 lines
      
        #2890: support os.O_ASYNC and fcntl.FASYNC.
      ........
        r63369 | georg.brandl | 2008-05-16 09:18:50 -0400 (Fri, 16 May 2008) | 2 lines
      
        #2845: fix copy2's docs.
      ........
        r63370 | georg.brandl | 2008-05-16 09:24:29 -0400 (Fri, 16 May 2008) | 2 lines
      
        Don't allow keyword arguments to reversed().
      ........
        r63373 | georg.brandl | 2008-05-16 09:41:26 -0400 (Fri, 16 May 2008) | 2 lines
      
        Document O_ASYNC addition.
      ........
        r63380 | georg.brandl | 2008-05-16 13:33:13 -0400 (Fri, 16 May 2008) | 2 lines
      
        Fix reprlib docs.
      ........
      bee32538
    • Christian Heimes's avatar
      Following Amaury's advice · ca21c65a
      Christian Heimes yazdı
      ca21c65a
    • Christian Heimes's avatar
      0bd23c0a
  24. 21 Nis, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 62420-62421,62423-62424 via svnmerge from · e57950fb
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62420 | mark.dickinson | 2008-04-20 20:30:05 +0200 (Sun, 20 Apr 2008) | 3 lines
      
        Even more fixes for alpha Tru64, this time for
        the phase and polar methods.
      ........
        r62421 | mark.dickinson | 2008-04-20 22:38:48 +0200 (Sun, 20 Apr 2008) | 2 lines
      
        Add test for tanh(-0.) == -0. on IEEE 754 systems
      ........
        r62423 | amaury.forgeotdarc | 2008-04-20 23:02:21 +0200 (Sun, 20 Apr 2008) | 3 lines
      
        Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache contains
        info for all processed zip files, even when they are no longer used.
      ........
        r62424 | mark.dickinson | 2008-04-20 23:39:04 +0200 (Sun, 20 Apr 2008) | 4 lines
      
        math.atan2 is misbehaving on Windows;  this patch
        should fix the problem in the same way that
        the cmath.phase problems were fixed.
      ........
      e57950fb
  25. 20 Nis, 2008 3 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions… · a342c013
      Christian Heimes yazdı
      Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62386 | christian.heimes | 2008-04-19 04:23:57 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        Added kill, terminate and send_signal to subprocess.Popen
        The bits and pieces for the Windows side were already in place. The POSIX side is trivial (as usual) and uses os.kill().
      ........
        r62387 | georg.brandl | 2008-04-19 10:23:59 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        Fix-up docs for revision 62386.
      ........
        r62389 | georg.brandl | 2008-04-19 18:57:43 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        #2369: clarify that copyfile() doesn't take a target directory.
      ........
        r62390 | georg.brandl | 2008-04-19 18:58:28 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        #2634: clarify meaning of env parameter to spawn/exec*e.
      ........
        r62391 | georg.brandl | 2008-04-19 18:58:49 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        #2633: clarify meaning of env parameter.
      ........
        r62392 | georg.brandl | 2008-04-19 18:59:16 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        #2631: clarify IMPORT_NAME semantics.
      ........
        r62393 | georg.brandl | 2008-04-19 19:00:14 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        :func: et al. should *not* include the parens.
      ........
        r62396 | mark.dickinson | 2008-04-19 20:51:48 +0200 (Sat, 19 Apr 2008) | 5 lines
      
        Additional tests for math.pow, and extra special-case
        handling code in math.pow, in the hope of making all
        tests pass on the alpha Tru64 buildbot.
      ........
        r62400 | mark.dickinson | 2008-04-19 21:41:52 +0200 (Sat, 19 Apr 2008) | 3 lines
      
        Additional special-case handling for math.pow.
        Windows/VS2008 doesn't like (-1)**(+-inf).
      ........
        r62401 | benjamin.peterson | 2008-04-19 21:47:34 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        Complete documentation for errors argument of io's open and TextIOWrapper
      ........
        r62402 | mark.dickinson | 2008-04-19 22:31:16 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        Document updates to math and cmath modules.
      ........
        r62407 | georg.brandl | 2008-04-19 23:28:38 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        Update template for newest Sphinx.
      ........
        r62409 | mark.dickinson | 2008-04-19 23:35:35 +0200 (Sat, 19 Apr 2008) | 5 lines
      
        Correct documentation for math.pow;
        0**nan is nan, not 0.  (But nan**0 and 1**nan are 1.)
      
        Also fix minor typo: 'quite NaN' -> 'quiet NaN'
      ........
        r62410 | mark.dickinson | 2008-04-19 23:49:22 +0200 (Sat, 19 Apr 2008) | 4 lines
      
        Move asinh documentation to the proper place.
        Remove meaningless 'in radians' from inverse
        hyperbolic functions.
      ........
        r62412 | mark.dickinson | 2008-04-20 03:22:30 +0200 (Sun, 20 Apr 2008) | 5 lines
      
        Report additional diagnostic information in
        test_math, to help track down debian-alpha
        buildbot failure.
      ........
        r62413 | mark.dickinson | 2008-04-20 03:39:24 +0200 (Sun, 20 Apr 2008) | 3 lines
      
        FreeBSD doesn't follow C99 for modf(inf); so add explicit
        special-value handling to math.modf code.
      ........
        r62414 | mark.dickinson | 2008-04-20 06:13:13 +0200 (Sun, 20 Apr 2008) | 5 lines
      
        Yet more explicit special case handling to make
        math.pow behave on alpha Tru64.  All IEEE 754
        special values are now handled directly; only
        the finite**finite case is handled by libm.
      ........
        r62418 | mark.dickinson | 2008-04-20 18:13:17 +0200 (Sun, 20 Apr 2008) | 7 lines
      
        Issue 2662: Initialize special value tables dynamically (i.e. when
        cmath module is loaded) instead of statically. This fixes compile-time
        problems on platforms where HUGE_VAL is an extern variable rather than
        a constant.
      
        Thanks Hirokazu Yamamoto for the patch.
      ........
        r62419 | andrew.kuchling | 2008-04-20 18:54:02 +0200 (Sun, 20 Apr 2008) | 1 line
      
        Move description of math module changes; various edits to description of cmath changes
      ........
      a342c013
    • Mark Dickinson's avatar
      Even more fixes for alpha Tru64, this time for · c632301b
      Mark Dickinson yazdı
      the phase and polar methods.
      c632301b
    • Mark Dickinson's avatar
      Issue 2662: Initialize special value tables dynamically (i.e. when · 98c317a3
      Mark Dickinson yazdı
      cmath module is loaded) instead of statically. This fixes compile-time
      problems on platforms where HUGE_VAL is an extern variable rather than
      a constant.
      
      Thanks Hirokazu Yamamoto for the patch.
      98c317a3
  26. 19 Nis, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 62380,62382-62383 via svnmerge from · 53876d9c
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62380 | christian.heimes | 2008-04-19 01:13:07 +0200 (Sat, 19 Apr 2008) | 3 lines
      
        I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math.
      
        The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :)
      ........
        r62382 | christian.heimes | 2008-04-19 01:40:40 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        Added new files to Windows project files
        More Windows related fixes are coming soon
      ........
        r62383 | christian.heimes | 2008-04-19 01:49:11 +0200 (Sat, 19 Apr 2008) | 1 line
      
        Stupid me. Py_RETURN_NAN should actually return something ...
      ........
      53876d9c