1. 11 Nis, 2010 5 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 08bf91c0
      Benjamin Peterson yazdı
      Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79307 | florent.xicluna | 2010-03-22 17:45:50 -0500 (Mon, 22 Mar 2010) | 2 lines
      
        #7667: Fix doctest failures with non-ASCII paths.
      ........
        r79408 | victor.stinner | 2010-03-24 20:18:38 -0500 (Wed, 24 Mar 2010) | 2 lines
      
        Fix a gcc warning introduced by r79397.
      ........
        r79430 | brian.curtin | 2010-03-25 18:48:54 -0500 (Thu, 25 Mar 2010) | 2 lines
      
        Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana.
      ........
        r79533 | barry.warsaw | 2010-03-31 16:07:16 -0500 (Wed, 31 Mar 2010) | 6 lines
      
        - Issue #8233: When run as a script, py_compile.py optionally takes a single
          argument `-` which tells it to read files to compile from stdin.  Each line
          is read on demand and the named file is compiled immediately.  (Original
          patch by Piotr O?\197?\188arowski).
      ........
        r79542 | r.david.murray | 2010-03-31 20:28:39 -0500 (Wed, 31 Mar 2010) | 3 lines
      
        A couple small grammar fixes in test.rst, and rewrite the
        check_warnings docs to be clearer.
      ........
        r79579 | georg.brandl | 2010-04-02 03:34:41 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Add 2.6.5.
      ........
        r79580 | georg.brandl | 2010-04-02 03:39:09 -0500 (Fri, 02 Apr 2010) | 1 line
      
        #2768: add a note on how to get a file descriptor.
      ........
        r79585 | georg.brandl | 2010-04-02 04:03:18 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Remove col-spanning cells in logging docs.
      ........
        r79586 | georg.brandl | 2010-04-02 04:07:42 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Document PyImport_ExecCodeModuleEx().
      ........
        r79587 | georg.brandl | 2010-04-02 04:11:49 -0500 (Fri, 02 Apr 2010) | 1 line
      
        #8012: clarification in generator glossary entry.
      ........
        r79607 | andrew.kuchling | 2010-04-02 12:48:23 -0500 (Fri, 02 Apr 2010) | 1 line
      
        #6647: document that catch_warnings is not thread-safe
      ........
        r79608 | andrew.kuchling | 2010-04-02 12:54:26 -0500 (Fri, 02 Apr 2010) | 1 line
      
        #6647: add note to two examples
      ........
        r79622 | tarek.ziade | 2010-04-02 16:34:19 -0500 (Fri, 02 Apr 2010) | 1 line
      
        removed documentation on code that was reverted and pushed into distutils2
      ........
        r79717 | antoine.pitrou | 2010-04-03 16:22:38 -0500 (Sat, 03 Apr 2010) | 4 lines
      
        Fix wording / typography, and a slightly misleading statement
        (memoryviews don't support complex structures right now)
      ........
        r79820 | benjamin.peterson | 2010-04-05 22:34:09 -0500 (Mon, 05 Apr 2010) | 1 line
      
        ready _sre types
      ........
        r79822 | georg.brandl | 2010-04-06 03:18:15 -0500 (Tue, 06 Apr 2010) | 1 line
      
        #8320: document return value of recv_into().
      ........
        r79828 | georg.brandl | 2010-04-06 09:33:44 -0500 (Tue, 06 Apr 2010) | 1 line
      
        Add JP.
      ........
        r79862 | georg.brandl | 2010-04-06 15:27:59 -0500 (Tue, 06 Apr 2010) | 1 line
      
        Fix syntax.
      ........
        r79875 | mark.dickinson | 2010-04-06 17:18:23 -0500 (Tue, 06 Apr 2010) | 1 line
      
        More NaN consistency doc fixes.
      ........
        r79923 | georg.brandl | 2010-04-10 06:15:24 -0500 (Sat, 10 Apr 2010) | 1 line
      
        #8360: skipTest was added in 2.7.
      ........
        r79924 | georg.brandl | 2010-04-10 06:16:59 -0500 (Sat, 10 Apr 2010) | 1 line
      
        #8346: update version.
      ........
        r79941 | andrew.kuchling | 2010-04-10 20:39:36 -0500 (Sat, 10 Apr 2010) | 1 line
      
        Two grammar fixes
      ........
        r79942 | andrew.kuchling | 2010-04-10 20:40:06 -0500 (Sat, 10 Apr 2010) | 1 line
      
        Punctuation fix
      ........
        r79943 | andrew.kuchling | 2010-04-10 20:40:30 -0500 (Sat, 10 Apr 2010) | 1 line
      
        Add various items
      ........
        r79945 | andrew.kuchling | 2010-04-10 20:40:49 -0500 (Sat, 10 Apr 2010) | 1 line
      
        name correct
      ........
        r79947 | andrew.kuchling | 2010-04-10 20:44:13 -0500 (Sat, 10 Apr 2010) | 1 line
      
        Remove distutils section
      ........
        r79951 | andrew.kuchling | 2010-04-11 07:48:08 -0500 (Sun, 11 Apr 2010) | 1 line
      
        Two typo fixes
      ........
        r79952 | andrew.kuchling | 2010-04-11 07:49:37 -0500 (Sun, 11 Apr 2010) | 1 line
      
        Add two items
      ........
      08bf91c0
    • Benjamin Peterson's avatar
      Blocked revisions 79493,79515,79637,79760 via svnmerge · 40b0c9ac
      Benjamin Peterson yazdı
      ........
        r79493 | michael.foord | 2010-03-29 15:04:23 -0500 (Mon, 29 Mar 2010) | 1 line
      
        Backport of weakref.WeakSet and tests from Python 3.
      ........
        r79515 | thomas.heller | 2010-03-30 15:57:06 -0500 (Tue, 30 Mar 2010) | 1 line
      
        Revert rev. 79509; ctypes doesn't build on linux.
      ........
        r79637 | raymond.hettinger | 2010-04-02 19:39:26 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Clear cyclical references in list based OrderedDict.
      ........
        r79760 | raymond.hettinger | 2010-04-04 17:24:03 -0500 (Sun, 04 Apr 2010) | 1 line
      
        Add tests for functools.total_ordering.
      ........
      40b0c9ac
    • Benjamin Peterson's avatar
      Blocked revisions 79938,79949 via svnmerge · 9c1cd8a3
      Benjamin Peterson yazdı
      ........
        r79938 | antoine.pitrou | 2010-04-10 18:32:12 -0500 (Sat, 10 Apr 2010) | 3 lines
      
        Revert temporary commit in r79937
      ........
        r79949 | raymond.hettinger | 2010-04-11 03:14:45 -0500 (Sun, 11 Apr 2010) | 1 line
      
        Add descriptor howto to main documentation
      ........
      9c1cd8a3
    • Benjamin Peterson's avatar
      Blocked revisions… · a3576138
      Benjamin Peterson yazdı
      Blocked revisions 79285,79292,79384,79387,79480-79481,79483,79509,79511,79528,79549,79569,79575-79578,79625,79650-79651,79706,79710,79713,79722,79730,79744,79750,79755,79808,79915,79918,79920,79937,79939 via svnmerge
      
      ................
        r79285 | jesus.cea | 2010-03-22 09:22:26 -0500 (Mon, 22 Mar 2010) | 1 line
      
        pybsddb 4.8.4 integration. Please, comment in issue #8156
      ................
        r79292 | jesus.cea | 2010-03-22 10:18:46 -0500 (Mon, 22 Mar 2010) | 1 line
      
        Missing testsuite files
      ................
        r79384 | antoine.pitrou | 2010-03-24 16:55:12 -0500 (Wed, 24 Mar 2010) | 3 lines
      
        Trying to fix #8108.  Will watch the buildbot(s).
      ................
        r79387 | antoine.pitrou | 2010-03-24 17:12:15 -0500 (Wed, 24 Mar 2010) | 3 lines
      
        Revert r79384 (the fix failed).
      ................
        r79480 | raymond.hettinger | 2010-03-28 13:02:41 -0500 (Sun, 28 Mar 2010) | 1 line
      
        Update itertools recipes.
      ................
        r79481 | raymond.hettinger | 2010-03-28 13:08:15 -0500 (Sun, 28 Mar 2010) | 1 line
      
        Add a note on optimizing the itertools recipes for production.
      ................
        r79483 | raymond.hettinger | 2010-03-28 13:25:01 -0500 (Sun, 28 Mar 2010) | 1 line
      
        Update itertools recipe for consume().
      ................
        r79509 | thomas.heller | 2010-03-30 14:46:23 -0500 (Tue, 30 Mar 2010) | 24 lines
      
        Merged revisions 79115,79424,79491 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/branches/branch_libffi-3_0_10-win
      
        ........
          r79115 | thomas.heller | 2010-03-19 22:14:47 +0100 (Fr, 19 Mrz 2010) | 7 lines
      
          Work in progress.  2 tests fail on x86/win32 because the stack
          checking code in ffi_call_win32 is not yet implemented.
      
          Remove most files from _ctypes/libffi_msvc, only two include files
          stay (updated from _ctypes/libffi/...).  Other files are used in the
          cross-platform _ctypes/libffi directory.
        ........
          r79424 | thomas.heller | 2010-03-25 19:28:02 +0100 (Do, 25 Mrz 2010) | 1 line
      
          Build _ctypes on Win64.
        ........
          r79491 | thomas.heller | 2010-03-29 21:30:33 +0200 (Mo, 29 Mrz 2010) | 4 lines
      
          On Windows, ctypes does no longer check the stack before and after
          calling a foreign function.
          This allows to use the unmodified libffi library.
        ........
      ................
        r79511 | thomas.heller | 2010-03-30 14:55:34 -0500 (Tue, 30 Mar 2010) | 3 lines
      
        Removed merge tracking for "svnmerge" for
        svn+ssh://pythondev@svn.python.org/python/branches/branch_libffi-3_0_10-win
      ................
        r79528 | ezio.melotti | 2010-03-31 03:33:50 -0500 (Wed, 31 Mar 2010) | 1 line
      
        Silence a py3k warning.
      ................
        r79549 | raymond.hettinger | 2010-04-01 02:54:16 -0500 (Thu, 01 Apr 2010) | 1 line
      
        Document link to Sorting HowTo
      ................
        r79569 | raymond.hettinger | 2010-04-01 21:44:31 -0500 (Thu, 01 Apr 2010) | 1 line
      
        Add and update itertools recipes.
      ................
        r79575 | raymond.hettinger | 2010-04-02 01:23:12 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Cleanup itertools recipes
      ................
        r79576 | florent.xicluna | 2010-04-02 02:24:52 -0500 (Fri, 02 Apr 2010) | 2 lines
      
        #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports.
      ................
        r79577 | florent.xicluna | 2010-04-02 03:15:26 -0500 (Fri, 02 Apr 2010) | 2 lines
      
        #7092: Drop the cmp argument.
      ................
        r79578 | florent.xicluna | 2010-04-02 03:30:21 -0500 (Fri, 02 Apr 2010) | 2 lines
      
        #7092: silence some py3k warnings
      ................
        r79625 | brian.curtin | 2010-04-02 16:51:37 -0500 (Fri, 02 Apr 2010) | 2 lines
      
        Add a line about #7347 to Misc\News
      ................
        r79650 | raymond.hettinger | 2010-04-02 22:14:28 -0500 (Fri, 02 Apr 2010) | 1 line
      
        Improve clear() method.  Keeps key/value refcnts >= 1 until final dict.clear() so that decrefs to zero won't trigger arbitrary code .  Also runs a bit faster.
      ................
        r79651 | raymond.hettinger | 2010-04-03 02:57:09 -0500 (Sat, 03 Apr 2010) | 1 line
      
        Factor-out constant expressions
      ................
        r79706 | benjamin.peterson | 2010-04-03 11:06:42 -0500 (Sat, 03 Apr 2010) | 1 line
      
        stop CObject deprecation warnings in test___all__
      ................
        r79710 | mark.dickinson | 2010-04-03 11:54:02 -0500 (Sat, 03 Apr 2010) | 1 line
      
        Replace backquotes with repr(), to silence a SyntaxWarning.
      ................
        r79713 | raymond.hettinger | 2010-04-03 13:10:37 -0500 (Sat, 03 Apr 2010) | 1 line
      
        Add count() method to collections.deque().
      ................
        r79722 | raymond.hettinger | 2010-04-03 17:34:15 -0500 (Sat, 03 Apr 2010) | 1 line
      
        Expand test coverage for deque.count().
      ................
        r79730 | raymond.hettinger | 2010-04-03 20:24:59 -0500 (Sat, 03 Apr 2010) | 1 line
      
        Issue 5479:  Add functools.total_ordering class decorator.
      ................
        r79744 | raymond.hettinger | 2010-04-04 02:33:46 -0500 (Sun, 04 Apr 2010) | 1 line
      
        Documentation nit
      ................
        r79750 | raymond.hettinger | 2010-04-04 13:34:45 -0500 (Sun, 04 Apr 2010) | 1 line
      
        Add functools.CmpToKey()
      ................
        r79755 | raymond.hettinger | 2010-04-04 16:45:01 -0500 (Sun, 04 Apr 2010) | 6 lines
      
        Add tests for cmp_to_key.
        Adopt PEP 8 compliant function name.
        Factor-out existing uses cmp_to_key.
        Update documentation to use internal pointers instead of external resource.
      ................
        r79808 | raymond.hettinger | 2010-04-05 13:53:43 -0500 (Mon, 05 Apr 2010) | 1 line
      
        Classes that override __eq__ also need to define __hash__.
      ................
        r79915 | antoine.pitrou | 2010-04-09 16:00:36 -0500 (Fri, 09 Apr 2010) | 3 lines
      
        Temporarily commit fix to issue #8108, to check for buildbot response
      ................
        r79918 | antoine.pitrou | 2010-04-09 17:41:31 -0500 (Fri, 09 Apr 2010) | 3 lines
      
        Revert r79915 (temporary commit to check for buildbots -> the fix was successful)
      ................
        r79920 | raymond.hettinger | 2010-04-10 02:01:32 -0500 (Sat, 10 Apr 2010) | 1 line
      
        Fixup new itertools recipes.
      ................
        r79937 | antoine.pitrou | 2010-04-10 17:43:05 -0500 (Sat, 10 Apr 2010) | 3 lines
      
        Temporary commit of fix to issue #5380 (in order to watch buildbot response)
      ................
        r79939 | raymond.hettinger | 2010-04-10 19:01:23 -0500 (Sat, 10 Apr 2010) | 1 line
      
        Add the sorting HOWTO to the main docs.
      ................
      a3576138
    • Benjamin Peterson's avatar
      Merged revisions 79944 via svnmerge from · 42ebee3e
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79944 | benjamin.peterson | 2010-04-10 20:40:32 -0500 (Sat, 10 Apr 2010) | 1 line
      
        add test for class with no operations defined
      ........
      42ebee3e
  2. 10 Nis, 2010 3 kayıt (commit)
  3. 09 Nis, 2010 1 kayıt (commit)
  4. 08 Nis, 2010 2 kayıt (commit)
  5. 07 Nis, 2010 4 kayıt (commit)
  6. 06 Nis, 2010 15 kayıt (commit)
  7. 05 Nis, 2010 8 kayıt (commit)
  8. 04 Nis, 2010 2 kayıt (commit)