1. 23 Mar, 2013 2 kayıt (commit)
  2. 17 Mar, 2012 2 kayıt (commit)
  3. 21 Kas, 2010 2 kayıt (commit)
  4. 20 Kas, 2010 1 kayıt (commit)
  5. 31 Eki, 2010 1 kayıt (commit)
  6. 02 Agu, 2010 1 kayıt (commit)
  7. 23 Tem, 2010 1 kayıt (commit)
  8. 28 Nis, 2010 1 kayıt (commit)
    • Victor Stinner's avatar
      Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from · 45df8205
      Victor Stinner yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80552 | victor.stinner | 2010-04-27 23:46:03 +0200 (mar., 27 avril 2010) | 3 lines
      
        Issue #7449, part 1: fix test_support.py for Python compiled without thread
      ........
        r80553 | victor.stinner | 2010-04-27 23:47:01 +0200 (mar., 27 avril 2010) | 1 line
      
        Issue #7449, part 2: regrtest.py -j option requires thread support
      ........
        r80554 | victor.stinner | 2010-04-27 23:51:26 +0200 (mar., 27 avril 2010) | 9 lines
      
        Issue #7449 part 3, test_doctest: import trace module in test_coverage()
      
        Import trace module fail if the threading module is missing. test_coverage() is
        only used if test_doctest.py is used with the -c option. This commit allows to
        execute the test suite without thread support.
      
        Move "import trace" in test_coverage() and use
        test_support.import_module('trace').
      ........
        r80555 | victor.stinner | 2010-04-27 23:56:26 +0200 (mar., 27 avril 2010) | 6 lines
      
        Issue #7449, part 4: skip test_multiprocessing if thread support is disabled
      
        import threading after _multiprocessing to raise a more revelant error message:
        "No module named _multiprocessing". _multiprocessing is not compiled without
        thread support.
      ........
        r80556 | victor.stinner | 2010-04-28 00:01:24 +0200 (mer., 28 avril 2010) | 8 lines
      
        Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py
      
         * Split Test.test_open() in 2 functions: test_open() and test_thread_open()
         * Skip test_open() and test_thread_open() if we are unable to find the C
           library
         * Skip test_thread_open() if thread support is disabled
         * Use unittest.skipUnless(os.name == "nt", ...) on test_GetLastError()
      ........
        r80564 | victor.stinner | 2010-04-28 00:59:35 +0200 (mer., 28 avril 2010) | 4 lines
      
        Issue #7449, part 6: fix test_hashlib for missing threading module
      
        Move @test_support.reap_thread decorator from test_main() to test_threaded_hashing().
      ........
        r80565 | victor.stinner | 2010-04-28 01:01:29 +0200 (mer., 28 avril 2010) | 6 lines
      
        Issue #7449, part 7: simplify threading detection in test_capi
      
         * Skip TestPendingCalls if threading module is missing
         * Test if threading module is present or not, instead of test the presence of
           _testcapi._test_thread_state
      ........
        r80566 | victor.stinner | 2010-04-28 01:03:16 +0200 (mer., 28 avril 2010) | 4 lines
      
        Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing
      
        TestFifo can be executed without the threading module
      ........
        r80568 | victor.stinner | 2010-04-28 01:14:58 +0200 (mer., 28 avril 2010) | 6 lines
      
        Issue #7449, part 9: fix test_xmlrpclib for missing threading module
      
         * Skip testcases using threads if threading module is missing
         * Use "http://" instead of URL in ServerProxyTestCase if threading is missing
           because URL is not set in this case
      ........
        r80569 | victor.stinner | 2010-04-28 01:33:58 +0200 (mer., 28 avril 2010) | 6 lines
      
        Partial revert of r80556 (Issue #7449, part 5, fix ctypes test)
      
        Rewrite r80556: the thread test have to be executed just after the test on
        libc_open() and so the test cannot be splitted in two functions (without
        duplicating code, and I don't want to duplicate code).
      ........
        r80570 | victor.stinner | 2010-04-28 01:51:16 +0200 (mer., 28 avril 2010) | 8 lines
      
        Issue #7449, part 10: test_cmd imports trace module using test_support.import_module()
      
        Use test_support.import_module() instead of import to raise a SkipTest
        exception if the import fail. Import trace fails if the threading module is
        missing.
      
        See also part 3: test_doctest: import trace module in test_coverage().
      ........
        r80571 | victor.stinner | 2010-04-28 01:55:59 +0200 (mer., 28 avril 2010) | 6 lines
      
        Issue #7449, last part (11): fix many tests if thread support is disabled
      
         * Use try/except ImportError or test_support.import_module() to import thread
           and threading modules
         * Add @unittest.skipUnless(threading, ...) to testcases using threads
      ........
      45df8205
  9. 27 Nis, 2010 1 kayıt (commit)
  10. 14 Mar, 2010 1 kayıt (commit)
  11. 07 Şub, 2010 1 kayıt (commit)
  12. 03 Şub, 2010 1 kayıt (commit)
  13. 08 Ock, 2010 2 kayıt (commit)
  14. 13 Agu, 2009 1 kayıt (commit)
  15. 30 Haz, 2009 2 kayıt (commit)
  16. 11 Haz, 2008 2 kayıt (commit)
  17. 25 May, 2008 1 kayıt (commit)
  18. 20 May, 2008 1 kayıt (commit)
  19. 11 May, 2008 2 kayıt (commit)
  20. 01 Nis, 2008 1 kayıt (commit)
  21. 06 Şub, 2008 1 kayıt (commit)
  22. 05 Şub, 2008 2 kayıt (commit)
  23. 03 Şub, 2008 1 kayıt (commit)
  24. 02 Şub, 2008 2 kayıt (commit)
  25. 18 Ock, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from · 679db4aa
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59987 | raymond.hettinger | 2008-01-15 21:52:42 +0100 (Tue, 15 Jan 2008) | 1 line
      
        Refactor if/elif chain for clarity and speed.  Remove dependency on subclasses having to implement _empty and _full.
      ........
        r59988 | raymond.hettinger | 2008-01-15 22:22:47 +0100 (Tue, 15 Jan 2008) | 1 line
      
        Fix-up half-written paragraph in the docs
      ........
        r59989 | amaury.forgeotdarc | 2008-01-15 22:25:11 +0100 (Tue, 15 Jan 2008) | 3 lines
      
        test_doctest fails since r59984.
        Not sure if these are the correct values, but save_stdout has to be set before its usage...
      ........
        r59992 | andrew.kuchling | 2008-01-16 01:32:03 +0100 (Wed, 16 Jan 2008) | 1 line
      
        Docstring typos
      ........
        r59993 | andrew.kuchling | 2008-01-16 04:17:25 +0100 (Wed, 16 Jan 2008) | 1 line
      
        Add PEP 3141 section
      ........
        r59998 | andrew.kuchling | 2008-01-16 14:01:51 +0100 (Wed, 16 Jan 2008) | 1 line
      
        Markup fix
      ........
        r59999 | georg.brandl | 2008-01-16 17:56:29 +0100 (Wed, 16 Jan 2008) | 2 lines
      
        Fix MSDN library URL. (#1854)
      ........
        r60006 | georg.brandl | 2008-01-16 21:27:56 +0100 (Wed, 16 Jan 2008) | 3 lines
      
        Add Python-specific content to Doc dir. Update configuration file
        to work with the newest Sphinx.
      ........
        r60007 | georg.brandl | 2008-01-16 21:29:00 +0100 (Wed, 16 Jan 2008) | 2 lines
      
        Doc build should work with 2.4 now.
      ........
        r60009 | raymond.hettinger | 2008-01-17 00:38:16 +0100 (Thu, 17 Jan 2008) | 1 line
      
        Minor wordsmithing.
      ........
        r60010 | raymond.hettinger | 2008-01-17 00:40:45 +0100 (Thu, 17 Jan 2008) | 1 line
      
        Add queues will alternative fetch orders (priority based and stack based).
      ........
        r60011 | raymond.hettinger | 2008-01-17 00:49:35 +0100 (Thu, 17 Jan 2008) | 1 line
      
        Add news entry.
      ........
        r60013 | raymond.hettinger | 2008-01-17 04:02:14 +0100 (Thu, 17 Jan 2008) | 1 line
      
        Make starmap() match its pure python definition and accept any itertable input (not just tuples).
      ........
        r60015 | gregory.p.smith | 2008-01-17 08:43:20 +0100 (Thu, 17 Jan 2008) | 3 lines
      
        Comply with RFC 3207.
        Fixes issue 829951 - http://bugs.python.org/issue829951
      ........
        r60018 | gregory.p.smith | 2008-01-17 09:03:17 +0100 (Thu, 17 Jan 2008) | 2 lines
      
        entry for r60015
      ........
        r60019 | raymond.hettinger | 2008-01-17 09:07:05 +0100 (Thu, 17 Jan 2008) | 1 line
      
        Note versionadded.
      ........
        r60020 | gregory.p.smith | 2008-01-17 09:35:49 +0100 (Thu, 17 Jan 2008) | 8 lines
      
        Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339
        - Factor out the duplication of EHLO/HELO in login() and sendmail() to
          a new function, ehlo_or_helo_if_needed().
        - Use ehlo_or_helo_if_needed() in starttls()
        - Check for the starttls exception in starttls() in the same way as
          login() checks for the auth extension.
        Contributed by Bill Fenner.
      ........
        r60021 | andrew.kuchling | 2008-01-17 13:00:15 +0100 (Thu, 17 Jan 2008) | 1 line
      
        Revise 3141 section a bit; add some Windows items
      ........
        r60022 | brett.cannon | 2008-01-17 19:45:10 +0100 (Thu, 17 Jan 2008) | 2 lines
      
        Fix a function pointer declaration to silence the compiler.
      ........
        r60024 | raymond.hettinger | 2008-01-17 20:31:38 +0100 (Thu, 17 Jan 2008) | 1 line
      
        Issue #1861:  Add read-only attribute listing upcoming events in the order they will be run.
      ........
        r60025 | andrew.kuchling | 2008-01-17 20:49:24 +0100 (Thu, 17 Jan 2008) | 1 line
      
        Correction from Jordan Lewis: halfdelay() uses tenths of a second, not milliseconds
      ........
        r60026 | raymond.hettinger | 2008-01-17 23:27:49 +0100 (Thu, 17 Jan 2008) | 1 line
      
        Add advice on choosing between scheduler and threading.Timer().
      ........
        r60028 | christian.heimes | 2008-01-18 00:01:44 +0100 (Fri, 18 Jan 2008) | 2 lines
      
        Updated new property syntax. An elaborate example for subclassing and the getter was missing.
        Added comment about VS 2008 and PGO builds.
      ........
        r60029 | raymond.hettinger | 2008-01-18 00:32:01 +0100 (Fri, 18 Jan 2008) | 1 line
      
        Fix-up Timer() example.
      ........
        r60030 | raymond.hettinger | 2008-01-18 00:56:56 +0100 (Fri, 18 Jan 2008) | 1 line
      
        Fix markup
      ........
        r60031 | raymond.hettinger | 2008-01-18 01:10:42 +0100 (Fri, 18 Jan 2008) | 1 line
      
        clearcache() needs to remove the dict as well as clear it.
      ........
        r60033 | andrew.kuchling | 2008-01-18 03:26:16 +0100 (Fri, 18 Jan 2008) | 1 line
      
        Bump verson
      ........
        r60034 | andrew.kuchling | 2008-01-18 03:42:52 +0100 (Fri, 18 Jan 2008) | 1 line
      
        Typo fix
      ........
        r60035 | christian.heimes | 2008-01-18 08:30:20 +0100 (Fri, 18 Jan 2008) | 3 lines
      
        Coverity issue CID #197
        var_decl: Declared variable "stm" without initializer
        ninit_use_in_call: Using uninitialized value "stm" (field "stm".tm_zone uninitialized) in call to function "mktime"
      ........
        r60036 | christian.heimes | 2008-01-18 08:45:30 +0100 (Fri, 18 Jan 2008) | 11 lines
      
        Coverity issue CID #167
        Event alloc_fn: Called allocation function "metacompile" [model]
        Event var_assign: Assigned variable "gr" to storage returned from "metacompile"
        		gr = metacompile(n);
        Event pass_arg: Variable "gr" not freed or pointed-to in function "maketables" [model]
        		g = maketables(gr);
          		translatelabels(g);
          		addfirstsets(g);
        Event leaked_storage: Returned without freeing storage "gr"
        		return g;
      ........
        r60038 | christian.heimes | 2008-01-18 09:04:57 +0100 (Fri, 18 Jan 2008) | 3 lines
      
        Coverity issue CID #182
        size_error: Allocating 1 bytes to pointer "children", which needs at least 4 bytes
      ........
        r60041 | christian.heimes | 2008-01-18 09:47:59 +0100 (Fri, 18 Jan 2008) | 4 lines
      
        Coverity issue CID #169
        local_ptr_assign_local: Assigning address of stack variable "namebuf" to pointer "filename"
        out_of_scope: Variable "namebuf" goes out of scope
        use_invalid: Used "filename" pointing to out-of-scope variable "namebuf"
      ........
        r60042 | christian.heimes | 2008-01-18 09:53:45 +0100 (Fri, 18 Jan 2008) | 2 lines
      
        Coverity CID #168
        leaked_storage: Returned without freeing storage "fp"
      ........
      679db4aa
  26. 16 Ock, 2008 1 kayıt (commit)
  27. 14 Ock, 2008 1 kayıt (commit)
  28. 29 Agu, 2007 1 kayıt (commit)
  29. 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
  30. 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
  31. 21 Nis, 2006 1 kayıt (commit)