1. 31 May, 2015 1 kayıt (commit)
  2. 11 Ock, 2015 1 kayıt (commit)
  3. 11 Tem, 2010 2 kayıt (commit)
  4. 02 Ock, 2010 4 kayıt (commit)
  5. 01 Eki, 2009 2 kayıt (commit)
  6. 28 Tem, 2009 6 kayıt (commit)
  7. 23 Tem, 2009 1 kayıt (commit)
  8. 05 Nis, 2009 1 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
      Remove trailing whitespace. · 48310cd3
      Georg Brandl yazdı
      48310cd3
    • Georg Brandl's avatar
      Remove trailing whitespace. · c62ef8b4
      Georg Brandl yazdı
      c62ef8b4
  10. 02 Tem, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · dcf97b98
      Benjamin Peterson yazdı
      Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r64434 | andrew.kuchling | 2008-06-20 18:13:58 -0500 (Fri, 20 Jun 2008) | 1 line
      
        Remove request for e-mail; it's unlikely these classes will be saved
      ........
        r64435 | andrew.kuchling | 2008-06-20 18:14:32 -0500 (Fri, 20 Jun 2008) | 1 line
      
        Grammar fixes
      ........
        r64440 | andrew.kuchling | 2008-06-21 08:29:12 -0500 (Sat, 21 Jun 2008) | 1 line
      
        Docstring typo
      ........
        r64441 | andrew.kuchling | 2008-06-21 08:47:20 -0500 (Sat, 21 Jun 2008) | 1 line
      
        Use repr() for bad input strings; this makes the empty string or binary characters more visible
      ........
        r64442 | andrew.kuchling | 2008-06-21 08:48:38 -0500 (Sat, 21 Jun 2008) | 1 line
      
        Docstring correction
      ........
        r64443 | georg.brandl | 2008-06-21 09:26:19 -0500 (Sat, 21 Jun 2008) | 2 lines
      
        Documentation fix.
      ........
        r64445 | facundo.batista | 2008-06-21 12:30:06 -0500 (Sat, 21 Jun 2008) | 3 lines
      
      
        Reviewed and updated the documentation. Fixes #3017.
      ........
        r64447 | facundo.batista | 2008-06-21 13:58:04 -0500 (Sat, 21 Jun 2008) | 6 lines
      
      
        Now a from submitted via POST that also has a query string
        will contain both FieldStorage and MiniFieldStorage items.
      
        Fixes #1817.
      ........
        r64448 | facundo.batista | 2008-06-21 14:48:19 -0500 (Sat, 21 Jun 2008) | 5 lines
      
      
        In the deprecated functions I added an alert to review
        specially a section of the subprocess documentation
        that helps with the replacing of those functionss.
      ........
        r64450 | georg.brandl | 2008-06-22 04:05:29 -0500 (Sun, 22 Jun 2008) | 2 lines
      
        Turn section references into proper cross-references.
      ........
        r64452 | facundo.batista | 2008-06-22 08:36:20 -0500 (Sun, 22 Jun 2008) | 5 lines
      
      
        Issue #2722. Now the char buffer to support the path string has
        not fixed length, it mallocs memory if needed. As a result, we
        don't have a maximum for the getcwd() method.
      ........
        r64455 | facundo.batista | 2008-06-22 10:27:10 -0500 (Sun, 22 Jun 2008) | 4 lines
      
      
        Issue 3164. Small fix to don't repeat a comparation
        without necessity.
      ........
        r64461 | georg.brandl | 2008-06-22 13:11:52 -0500 (Sun, 22 Jun 2008) | 2 lines
      
        #3085: Fix syntax error.
      ........
        r64464 | georg.brandl | 2008-06-22 13:31:54 -0500 (Sun, 22 Jun 2008) | 2 lines
      
        Expand docstrings of sqlite3 functions.
      ........
        r64466 | georg.brandl | 2008-06-22 14:07:59 -0500 (Sun, 22 Jun 2008) | 2 lines
      
        Write out "phi" consistently.
      ........
        r64468 | facundo.batista | 2008-06-22 14:35:24 -0500 (Sun, 22 Jun 2008) | 4 lines
      
      
        Just returning nothing instead of rising TestSkipped, because
        it makes the test fail in the trunk.loewis-sun buildbot.
      ........
      dcf97b98
  11. 22 Haz, 2008 1 kayıt (commit)
  12. 24 Nis, 2008 1 kayıt (commit)
  13. 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
  14. 18 Nis, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      I finally got the time to update and merge Mark's and my trunk-math branch. The… · 6f341093
      Christian Heimes yazdı
      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 :)
      6f341093
  15. 01 Eyl, 2007 1 kayıt (commit)
  16. 15 Agu, 2007 2 kayıt (commit)