1. 26 Mar, 2013 1 kayıt (commit)
  2. 27 Ock, 2013 1 kayıt (commit)
  3. 10 Ock, 2013 1 kayıt (commit)
  4. 31 Eki, 2012 2 kayıt (commit)
  5. 16 May, 2012 3 kayıt (commit)
  6. 15 Nis, 2012 2 kayıt (commit)
  7. 13 Agu, 2009 1 kayıt (commit)
  8. 30 Haz, 2009 2 kayıt (commit)
  9. 07 Kas, 2008 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 4aef703c
      Georg Brandl yazdı
      Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,66887,66903,66905,66911,66913,66927,66932,66938,66942,66962,66964,66973-66974,66977,66992,66998-66999,67002,67005,67007,67028,67040-67041,67044,67070,67089,67091,67101,67117-67119,67123-67124 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r66801 | andrew.kuchling | 2008-10-04 23:51:59 +0200 (Sat, 04 Oct 2008) | 1 line
      
        Punctuation fix; expand dict.update docstring to be clearer
      ................
        r66803 | benjamin.peterson | 2008-10-05 00:15:31 +0200 (Sun, 05 Oct 2008) | 1 line
      
        fix typo
      ................
        r66804 | andrew.kuchling | 2008-10-05 02:11:56 +0200 (Sun, 05 Oct 2008) | 1 line
      
        #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args()
      ................
        r66813 | andrew.kuchling | 2008-10-06 14:07:04 +0200 (Mon, 06 Oct 2008) | 3 lines
      
        Per Greg Ward, optparse is no longer being externally maintained.
        I'll look at the bugs in the Optik bug tracker and copy them to the Python bug
        tracker if they're still relevant.
      ................
        r66854 | georg.brandl | 2008-10-08 19:20:20 +0200 (Wed, 08 Oct 2008) | 2 lines
      
        #4059: patch up some sqlite docs.
      ................
        r66855 | georg.brandl | 2008-10-08 19:30:55 +0200 (Wed, 08 Oct 2008) | 2 lines
      
        #4058: fix some whatsnew markup.
      ................
        r66856 | georg.brandl | 2008-10-08 20:47:17 +0200 (Wed, 08 Oct 2008) | 3 lines
      
        #3935: properly support list subclasses in the C impl. of bisect.
        Patch reviewed by Raymond.
      ................
        r66866 | benjamin.peterson | 2008-10-09 22:54:43 +0200 (Thu, 09 Oct 2008) | 1 line
      
        update paragraph about __future__ for 2.6
      ................
        r66870 | armin.rigo | 2008-10-10 10:40:44 +0200 (Fri, 10 Oct 2008) | 2 lines
      
        Typo: "ThreadError" is the name in the C source.
      ................
        r66871 | benjamin.peterson | 2008-10-10 22:38:49 +0200 (Fri, 10 Oct 2008) | 1 line
      
        fix a small typo
      ................
        r66872 | benjamin.peterson | 2008-10-10 22:51:37 +0200 (Fri, 10 Oct 2008) | 1 line
      
        talk about how you can unzip with zip
      ................
        r66874 | benjamin.peterson | 2008-10-11 00:23:41 +0200 (Sat, 11 Oct 2008) | 1 line
      
        PyGILState_Acquire -> PyGILState_Ensure
      ................
        r66887 | benjamin.peterson | 2008-10-13 23:51:40 +0200 (Mon, 13 Oct 2008) | 1 line
      
        document how to disable fixers
      ................
        r66903 | benjamin.peterson | 2008-10-15 22:34:09 +0200 (Wed, 15 Oct 2008) | 1 line
      
        don't recurse into directories that start with '.'
      ................
        r66905 | benjamin.peterson | 2008-10-15 23:05:55 +0200 (Wed, 15 Oct 2008) | 1 line
      
        support the optional line argument for idle
      ................
        r66911 | benjamin.peterson | 2008-10-16 01:10:28 +0200 (Thu, 16 Oct 2008) | 41 lines
      
        Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r66805 | benjamin.peterson | 2008-10-04 20:11:02 -0500 (Sat, 04 Oct 2008) | 1 line
      
          mention what the fixes directory is for
        ........
          r66841 | benjamin.peterson | 2008-10-07 17:48:12 -0500 (Tue, 07 Oct 2008) | 1 line
      
          use assertFalse and assertTrue
        ........
          r66860 | benjamin.peterson | 2008-10-08 16:05:07 -0500 (Wed, 08 Oct 2008) | 1 line
      
          instead of abusing the pattern matcher, use start_tree to find a next binding
        ........
          r66884 | benjamin.peterson | 2008-10-13 15:50:30 -0500 (Mon, 13 Oct 2008) | 1 line
      
          don't print tokens to stdout when -v is given
        ........
          r66885 | benjamin.peterson | 2008-10-13 16:28:57 -0500 (Mon, 13 Oct 2008) | 1 line
      
          add the -x option to disable fixers
        ........
          r66886 | benjamin.peterson | 2008-10-13 16:33:53 -0500 (Mon, 13 Oct 2008) | 1 line
      
          cut down on some crud
        ........
          r66893 | benjamin.peterson | 2008-10-14 17:16:54 -0500 (Tue, 14 Oct 2008) | 1 line
      
          add an optional set literal fixer
        ........
          r66907 | benjamin.peterson | 2008-10-15 16:59:41 -0500 (Wed, 15 Oct 2008) | 1 line
      
          don't write backup files by default
        ........
          r66910 | benjamin.peterson | 2008-10-15 17:43:10 -0500 (Wed, 15 Oct 2008) | 1 line
      
          add the -n option; it stops backupfiles from being written
        ........
      ................
        r66913 | benjamin.peterson | 2008-10-16 20:52:14 +0200 (Thu, 16 Oct 2008) | 1 line
      
        document that deque indexing is O(n) #4123
      ................
        r66927 | andrew.kuchling | 2008-10-16 22:15:47 +0200 (Thu, 16 Oct 2008) | 1 line
      
        Fix wording (2.6.1 backport candidate)
      ................
        r66932 | benjamin.peterson | 2008-10-16 23:09:28 +0200 (Thu, 16 Oct 2008) | 1 line
      
        check for error conditions in _json #3623
      ................
        r66938 | benjamin.peterson | 2008-10-16 23:27:54 +0200 (Thu, 16 Oct 2008) | 1 line
      
        fix possible ref leak
      ................
        r66942 | benjamin.peterson | 2008-10-16 23:48:06 +0200 (Thu, 16 Oct 2008) | 1 line
      
        fix more possible ref leaks in _json and use Py_CLEAR
      ................
        r66962 | benjamin.peterson | 2008-10-17 22:01:01 +0200 (Fri, 17 Oct 2008) | 1 line
      
        clarify CALL_FUNCTION #4141
      ................
        r66964 | georg.brandl | 2008-10-17 23:41:49 +0200 (Fri, 17 Oct 2008) | 2 lines
      
        Fix duplicate word.
      ................
        r66973 | armin.ronacher | 2008-10-19 10:27:43 +0200 (Sun, 19 Oct 2008) | 3 lines
      
        Fixed #4067 by implementing _attributes and _fields for the AST root node.
      ................
        r66974 | benjamin.peterson | 2008-10-19 15:59:01 +0200 (Sun, 19 Oct 2008) | 1 line
      
        fix compiler warning
      ................
        r66977 | benjamin.peterson | 2008-10-19 21:39:16 +0200 (Sun, 19 Oct 2008) | 1 line
      
        mention -n
      ................
        r66992 | benjamin.peterson | 2008-10-21 22:51:13 +0200 (Tue, 21 Oct 2008) | 1 line
      
        make sure to call iteritems()
      ................
        r66998 | benjamin.peterson | 2008-10-22 22:57:43 +0200 (Wed, 22 Oct 2008) | 1 line
      
        fix a few typos
      ................
        r66999 | benjamin.peterson | 2008-10-22 23:05:30 +0200 (Wed, 22 Oct 2008) | 1 line
      
        and another typo...
      ................
        r67002 | hirokazu.yamamoto | 2008-10-23 02:37:33 +0200 (Thu, 23 Oct 2008) | 1 line
      
        Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL.
      ................
        r67005 | walter.doerwald | 2008-10-23 15:11:39 +0200 (Thu, 23 Oct 2008) | 2 lines
      
        Use the correct names of the stateless codec functions (Fixes issue 4178).
      ................
        r67007 | benjamin.peterson | 2008-10-23 23:43:48 +0200 (Thu, 23 Oct 2008) | 1 line
      
        only nonempty __slots__ don't work
      ................
        r67028 | benjamin.peterson | 2008-10-26 01:27:07 +0200 (Sun, 26 Oct 2008) | 1 line
      
        don't use a catch-all
      ................
        r67040 | armin.rigo | 2008-10-28 18:01:21 +0100 (Tue, 28 Oct 2008) | 5 lines
      
        Fix one of the tests: it relied on being present in an "output test" in
        order to actually test what it was supposed to test, i.e. that the code
        in the __del__ method did not crash.  Use instead the new helper
        test_support.captured_output().
      ................
        r67041 | benjamin.peterson | 2008-10-29 21:33:00 +0100 (Wed, 29 Oct 2008) | 1 line
      
        mention the version gettempdir() was added
      ................
        r67044 | amaury.forgeotdarc | 2008-10-30 00:15:57 +0100 (Thu, 30 Oct 2008) | 3 lines
      
        Correct error message in io.open():
        closefd=True is the only accepted value with a file name.
      ................
        r67070 | benjamin.peterson | 2008-10-31 21:41:44 +0100 (Fri, 31 Oct 2008) | 1 line
      
        rephrase has_key doc
      ................
        r67089 | benjamin.peterson | 2008-11-03 21:43:20 +0100 (Mon, 03 Nov 2008) | 1 line
      
        clarify by splitting into multiple paragraphs
      ................
        r67091 | benjamin.peterson | 2008-11-03 23:34:57 +0100 (Mon, 03 Nov 2008) | 1 line
      
        move a FileIO test to test_fileio
      ................
        r67101 | georg.brandl | 2008-11-04 21:49:35 +0100 (Tue, 04 Nov 2008) | 2 lines
      
        #4167: fix markup glitches.
      ................
        r67117 | georg.brandl | 2008-11-06 11:17:58 +0100 (Thu, 06 Nov 2008) | 2 lines
      
        #4268: Use correct module for two toplevel functions.
      ................
        r67118 | georg.brandl | 2008-11-06 11:19:11 +0100 (Thu, 06 Nov 2008) | 2 lines
      
        #4267: small fixes in sqlite3 docs.
      ................
        r67119 | georg.brandl | 2008-11-06 11:20:49 +0100 (Thu, 06 Nov 2008) | 2 lines
      
        #4245: move Thread section to the top.
      ................
        r67123 | georg.brandl | 2008-11-06 19:49:15 +0100 (Thu, 06 Nov 2008) | 2 lines
      
        #4247: add "pass" examples to tutorial.
      ................
        r67124 | andrew.kuchling | 2008-11-06 20:23:02 +0100 (Thu, 06 Nov 2008) | 1 line
      
        Fix grammar error; reword two paragraphs
      ................
      4aef703c
  10. 11 Eki, 2008 1 kayıt (commit)
  11. 08 Eki, 2008 1 kayıt (commit)
  12. 16 Tem, 2008 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 2ee470f7
      Georg Brandl yazdı
      Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r64722 | georg.brandl | 2008-07-05 12:13:36 +0200 (Sat, 05 Jul 2008) | 4 lines
      
        #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.
      
        This is a new feature, but Barry authorized adding it in the beta period.
      ........
        r64729 | mark.dickinson | 2008-07-05 13:33:52 +0200 (Sat, 05 Jul 2008) | 5 lines
      
        Issue 3188: accept float('infinity') as well as float('inf').  This
        makes the float constructor behave in the same way as specified
        by various other language standards, including C99, IEEE 754r,
        and the IBM Decimal standard.
      ........
        r64753 | gregory.p.smith | 2008-07-06 05:35:58 +0200 (Sun, 06 Jul 2008) | 4 lines
      
        - Issue #2862: Make int and float freelist management consistent with other
          freelists.  Changes their CompactFreeList apis into ClearFreeList apis and
          calls them via gc.collect().
      ........
        r64845 | raymond.hettinger | 2008-07-10 16:03:19 +0200 (Thu, 10 Jul 2008) | 1 line
      
        Issue 3301:  Bisect functions behaved badly when lo was negative.
      ........
        r64846 | raymond.hettinger | 2008-07-10 16:34:57 +0200 (Thu, 10 Jul 2008) | 1 line
      
        Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.
      ........
        r64849 | andrew.kuchling | 2008-07-10 16:43:31 +0200 (Thu, 10 Jul 2008) | 1 line
      
        Wording changes
      ........
        r64871 | raymond.hettinger | 2008-07-11 14:00:21 +0200 (Fri, 11 Jul 2008) | 1 line
      
        Add cautionary note on the use of PySequence_Fast_ITEMS.
      ........
        r64880 | amaury.forgeotdarc | 2008-07-11 23:28:25 +0200 (Fri, 11 Jul 2008) | 5 lines
      
        #3317 in zipfile module, restore the previous names of global variables:
        some applications relied on them.
      
        Also remove duplicated lines.
      ........
        r64881 | amaury.forgeotdarc | 2008-07-11 23:45:06 +0200 (Fri, 11 Jul 2008) | 3 lines
      
        #3342: In tracebacks, printed source lines were not indented since r62555.
        #3343: Py_DisplaySourceLine should be a private function. Rename it to _Py_DisplaySourceLine.
      ........
        r64882 | josiah.carlson | 2008-07-12 00:17:14 +0200 (Sat, 12 Jul 2008) | 2 lines
      
        Fix for the AttributeError in test_asynchat.
      ........
        r64885 | josiah.carlson | 2008-07-12 01:26:59 +0200 (Sat, 12 Jul 2008) | 2 lines
      
        Fixed test for asyncore.
      ........
        r64888 | matthias.klose | 2008-07-12 09:51:48 +0200 (Sat, 12 Jul 2008) | 2 lines
      
        - Fix bashisms in Tools/faqwiz/move-faqwiz.sh
      ........
        r64897 | benjamin.peterson | 2008-07-12 22:16:19 +0200 (Sat, 12 Jul 2008) | 1 line
      
        fix various doc typos #3320
      ........
        r64900 | alexandre.vassalotti | 2008-07-13 00:06:53 +0200 (Sun, 13 Jul 2008) | 2 lines
      
        Fixed typo.
      ........
        r64901 | benjamin.peterson | 2008-07-13 01:41:19 +0200 (Sun, 13 Jul 2008) | 1 line
      
        #1778443 robotparser fixes from Aristotelis Mikropoulos
      ........
        r64915 | nick.coghlan | 2008-07-13 16:52:36 +0200 (Sun, 13 Jul 2008) | 1 line
      
        Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute)
      ........
        r64926 | martin.v.loewis | 2008-07-13 22:31:49 +0200 (Sun, 13 Jul 2008) | 2 lines
      
        Add turtle into the module index.
      ........
        r64927 | alexandre.vassalotti | 2008-07-13 22:42:44 +0200 (Sun, 13 Jul 2008) | 3 lines
      
        Issue #3274: Use a less common identifier for the temporary variable
        in Py_CLEAR().
      ........
        r64928 | andrew.kuchling | 2008-07-13 23:43:25 +0200 (Sun, 13 Jul 2008) | 1 line
      
        Re-word
      ........
        r64929 | andrew.kuchling | 2008-07-13 23:43:52 +0200 (Sun, 13 Jul 2008) | 1 line
      
        Add various items; move ctypes items into a subsection of their own
      ........
        r64938 | andrew.kuchling | 2008-07-14 02:35:32 +0200 (Mon, 14 Jul 2008) | 1 line
      
        Typo fixes
      ........
        r64939 | andrew.kuchling | 2008-07-14 02:40:55 +0200 (Mon, 14 Jul 2008) | 1 line
      
        Typo fix
      ........
        r64940 | andrew.kuchling | 2008-07-14 03:18:16 +0200 (Mon, 14 Jul 2008) | 1 line
      
        Typo fix
      ........
        r64941 | andrew.kuchling | 2008-07-14 03:18:31 +0200 (Mon, 14 Jul 2008) | 1 line
      
        Expand the multiprocessing section
      ........
        r64944 | gregory.p.smith | 2008-07-14 08:06:48 +0200 (Mon, 14 Jul 2008) | 7 lines
      
        Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the child
        process rather than both parent and child.
      
        Does anyone actually use fork1()?  It appears to be a Solaris thing
        but if Python is built with pthreads on Solaris, fork1() and fork()
        should be the same.
      ........
        r64961 | jesse.noller | 2008-07-15 15:47:33 +0200 (Tue, 15 Jul 2008) | 1 line
      
        multiprocessing/connection.py patch to remove fqdn oddness for issue 3270
      ........
        r64966 | nick.coghlan | 2008-07-15 17:40:22 +0200 (Tue, 15 Jul 2008) | 1 line
      
        Add missing NEWS entry for r64962
      ........
        r64973 | jesse.noller | 2008-07-15 20:29:18 +0200 (Tue, 15 Jul 2008) | 1 line
      
        Revert 3270 patch: self._address is in pretty widespread use, need to revisit
      ........
      2ee470f7
  13. 10 Tem, 2008 1 kayıt (commit)
  14. 20 May, 2008 1 kayıt (commit)
  15. 24 Şub, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 61003-61033 via svnmerge from · d3eb5a15
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r61004 | georg.brandl | 2008-02-23 19:47:04 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        Documentation coverage builder, part 1.
      ........
        r61006 | andrew.kuchling | 2008-02-23 20:02:33 +0100 (Sat, 23 Feb 2008) | 1 line
      
        #1389051: IMAP module tries to read entire message in one chunk.  Patch by Fredrik Lundh.
      ........
        r61008 | andrew.kuchling | 2008-02-23 20:28:58 +0100 (Sat, 23 Feb 2008) | 1 line
      
        #1389051, #1092502: fix excessively large allocations when using read() on a socket
      ........
        r61011 | jeffrey.yasskin | 2008-02-23 20:40:54 +0100 (Sat, 23 Feb 2008) | 13 lines
      
        Prevent classes like:
            class RunSelfFunction(object):
                def __init__(self):
                    self.thread = threading.Thread(target=self._run)
                    self.thread.start()
                def _run(self):
                    pass
        from creating a permanent cycle between the object and the thread by having the
        Thread delete its references to the object when it completes.
      
        As an example of the effect of this bug, paramiko.Transport inherits from
        Thread to avoid it.
      ........
        r61013 | jeffrey.yasskin | 2008-02-23 21:40:35 +0100 (Sat, 23 Feb 2008) | 3 lines
      
        Followup to r61011: Also avoid the reference cycle when the Thread's target
        raises an exception.
      ........
        r61017 | georg.brandl | 2008-02-23 22:59:11 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        #2101: fix removeAttribute docs.
      ........
        r61018 | georg.brandl | 2008-02-23 23:05:38 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        Add examples to modulefinder docs. Written for GHOP by Josip Dzolonga.
      ........
        r61019 | georg.brandl | 2008-02-23 23:09:24 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        Use os.closerange() in popen2.
      ........
        r61020 | georg.brandl | 2008-02-23 23:14:02 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        Use os.closerange().
      ........
        r61021 | georg.brandl | 2008-02-23 23:35:33 +0100 (Sat, 23 Feb 2008) | 3 lines
      
        In test_heapq and test_bisect, test both the Python and the C implementation.
        Originally written for GHOP by Josip Dzolonga, heavily patched by me.
      ........
        r61024 | facundo.batista | 2008-02-23 23:54:12 +0100 (Sat, 23 Feb 2008) | 3 lines
      
      
        Added simple test case. Thanks Benjamin Peterson.
      ........
        r61025 | georg.brandl | 2008-02-23 23:55:18 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        #1825: correctly document msilib.add_data.
      ........
        r61027 | georg.brandl | 2008-02-24 00:02:23 +0100 (Sun, 24 Feb 2008) | 2 lines
      
        #1826: allow dotted attribute paths in operator.attrgetter.
      ........
        r61028 | georg.brandl | 2008-02-24 00:04:35 +0100 (Sun, 24 Feb 2008) | 2 lines
      
        #1506171: added operator.methodcaller().
      ........
        r61029 | georg.brandl | 2008-02-24 00:25:26 +0100 (Sun, 24 Feb 2008) | 2 lines
      
        Document import ./. threading issues. #1720705.
      ........
        r61032 | georg.brandl | 2008-02-24 00:43:01 +0100 (Sun, 24 Feb 2008) | 2 lines
      
        Specify what kind of warning -3 emits.
      ........
        r61033 | christian.heimes | 2008-02-24 00:59:45 +0100 (Sun, 24 Feb 2008) | 1 line
      
        MS Windows doesn't have mode_t but stat.st_mode is defined as unsigned short.
      ........
      d3eb5a15
  16. 23 Şub, 2008 1 kayıt (commit)
  17. 12 Şub, 2008 1 kayıt (commit)
  18. 03 Tem, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merged revisions 56125-56153 via svnmerge from · c1f779cb
      Guido van Rossum yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/p3yk
      
      ........
        r56127 | georg.brandl | 2007-06-30 09:32:49 +0200 (Sat, 30 Jun 2007) | 2 lines
      
        Fix a place where floor division would be in order.
      ........
        r56135 | guido.van.rossum | 2007-07-01 06:13:54 +0200 (Sun, 01 Jul 2007) | 28 lines
      
        Make map() and filter() identical to itertools.imap() and .ifilter(),
        respectively.
      
        I fixed two bootstrap issues, due to the dynamic import of itertools:
      
        1. Starting python requires that map() and filter() are not used until
           site.py has added build/lib.<arch> to sys.path.
        2. Building python requires that setup.py and distutils and everything
           they use is free of map() and filter() calls.
      
        Beyond this, I only fixed the tests in test_builtin.py.
        Others, please help fixing the remaining tests that are now broken!
        The fixes are usually simple:
        a. map(None, X) -> list(X)
        b. map(F, X) -> list(map(F, X))
        c. map(lambda x: F(x), X) -> [F(x) for x in X]
        d. filter(F, X) -> list(filter(F, X))
        e. filter(lambda x: P(x), X) -> [x for x in X if P(x)]
      
        Someone, please also contribute a fixer for 2to3 to do this.
        It can leave map()/filter() calls alone that are already
        inside a list() or sorted() call or for-loop.
      
        Only in rare cases have I seen code that depends on map() of lists
        of different lengths going to the end of the longest, or on filter()
        of a string or tuple returning an object of the same type; these
        will need more thought to fix.
      ........
        r56136 | guido.van.rossum | 2007-07-01 06:22:01 +0200 (Sun, 01 Jul 2007) | 3 lines
      
        Make it so that test_decimal fails instead of hangs, to help automated
        test runners.
      ........
        r56139 | georg.brandl | 2007-07-01 18:20:58 +0200 (Sun, 01 Jul 2007) | 2 lines
      
        Fix a few test cases after the map->imap change.
      ........
        r56142 | neal.norwitz | 2007-07-02 06:38:12 +0200 (Mon, 02 Jul 2007) | 1 line
      
        Get a bunch more tests passing after converting map/filter to return iterators.
      ........
        r56147 | guido.van.rossum | 2007-07-02 15:32:02 +0200 (Mon, 02 Jul 2007) | 4 lines
      
        Fix the remaining failing unit tests (at least on OSX).
        Also tweaked urllib2 so it doesn't raise socket.gaierror when
        all network interfaces are turned off.
      ........
      c1f779cb
  19. 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
  20. 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
  21. 24 Agu, 2006 1 kayıt (commit)
    • Guido van Rossum's avatar
      Restructure comparison dramatically. There is no longer a default · 47b9ff6b
      Guido van Rossum yazdı
      *ordering* between objects; there is only a default equality test
      (defined by an object being equal to itself only).  Read the comment
      in object.c.  The current implementation never uses a three-way
      comparison to compute a rich comparison, but it does use a rich
      comparison to compute a three-way comparison.  I'm not quite done
      ripping out all the calls to PyObject_Compare/Cmp, or replacing
      tp_compare implementations with tp_richcompare implementations;
      but much of that has happened (to make most unit tests pass).
      
      The following tests still fail, because I need help deciding
      or understanding:
      
      test_codeop -- depends on comparing code objects
      test_datetime -- need Tim Peters' opinion
      test_marshal -- depends on comparing code objects
      test_mutants -- need help understanding it
      
      The problem with test_codeop and test_marshal is this: these tests
      compare two different code objects and expect them to be equal.
      Is that still a feature we'd like to support?  I've temporarily
      removed the comparison and hash code from code objects, so they
      use the default (equality by pointer only) comparison.
      
      For the other two tests, run them to see for yourself.
      (There may be more failing test with "-u all".)
      
      A general problem with getting lots of these tests to pass is
      the reality that for object types that have a natural total ordering,
      implementing __cmp__ is much more convenient than implementing
      __eq__, __ne__, __lt__, and so on.  Should we go back to allowing
      __cmp__ to provide a total ordering?  Should we provide some other
      way to implement rich comparison with a single method override?
      Alex proposed a __key__() method; I've considered a __richcmp__()
      method.  Or perhaps __cmp__() just shouldn't be killed off...
      47b9ff6b
  22. 15 Nis, 2006 1 kayıt (commit)
  23. 05 Eki, 2005 1 kayıt (commit)
  24. 27 Eyl, 2004 2 kayıt (commit)
  25. 29 Ock, 2004 1 kayıt (commit)
  26. 05 Ock, 2004 1 kayıt (commit)
  27. 01 May, 2003 1 kayıt (commit)
  28. 27 Nis, 2003 1 kayıt (commit)
  29. 19 Şub, 2003 1 kayıt (commit)
  30. 16 Ock, 2003 4 kayıt (commit)
  31. 30 Tem, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Complete the absolute import patch for the test suite. All relative · 408b6d34
      Barry Warsaw yazdı
      imports of test modules now import from the test package.  Other
      related oddities are also fixed (like DeprecationWarning filters that
      weren't specifying the full import part, etc.).  Also did a general
      code cleanup to remove all "from test.test_support import *"'s.  Other
      from...import *'s weren't changed.
      408b6d34