1. 16 May, 2012 1 kayıt (commit)
    • Ned Deily's avatar
      Issue #14777: In an X11 windowing environment, tkinter may return · 4d377d98
      Ned Deily yazdı
      undecoded UTF-8 bytes as a string when accessing the Tk clipboard.
      Modify clipboad_get() to first request type UTF8_STRING when no
      specific type is requested in an X11 windowing environment, falling
      back to the current default type STRING if that fails.
      Original patch by Thomas Kluyver.
      4d377d98
  2. 31 Mar, 2012 1 kayıt (commit)
  3. 21 Mar, 2012 1 kayıt (commit)
  4. 13 Mar, 2012 2 kayıt (commit)
  5. 04 Kas, 2011 1 kayıt (commit)
  6. 28 Eki, 2011 1 kayıt (commit)
  7. 01 Haz, 2011 1 kayıt (commit)
  8. 15 Mar, 2011 1 kayıt (commit)
  9. 22 Kas, 2010 2 kayıt (commit)
  10. 14 Agu, 2009 1 kayıt (commit)
    • Guilherme Polo's avatar
      Merged revisions 74446-74449 via svnmerge from · 1fff0083
      Guilherme Polo yazdı
      svn+ssh://pythondev/python/trunk
      
      ........
        r74446 | guilherme.polo | 2009-08-14 10:53:41 -0300 (Fri, 14 Aug 2009) | 1 line
      
        Issue #3344: Replace itertools.count by enumerate.
      ........
        r74447 | guilherme.polo | 2009-08-14 11:03:07 -0300 (Fri, 14 Aug 2009) | 1 line
      
        Issue #3926: Fix the usage of the new showwarnings and formatwarning.
      ........
        r74448 | guilherme.polo | 2009-08-14 11:36:45 -0300 (Fri, 14 Aug 2009) | 3 lines
      
        Issue #1135: Add the XView and YView mix-ins to avoid duplicating
        the xview* and yview* methods.
      ........
        r74449 | guilherme.polo | 2009-08-14 11:43:43 -0300 (Fri, 14 Aug 2009) | 1 line
      
        Clarifying Entry.selection_present's docstring.
      ........
      1fff0083
  11. 31 May, 2009 1 kayıt (commit)
  12. 07 Mar, 2009 1 kayıt (commit)
    • Guilherme Polo's avatar
      Merged revisions 70218-70219 via svnmerge from · 56f5be53
      Guilherme Polo yazdı
      svn+ssh://pythondev/python/trunk
      
      ........
        r70218 | guilherme.polo | 2009-03-06 22:19:12 -0300 (Fri, 06 Mar 2009) | 1 line
      
        Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string.
      ........
        r70219 | guilherme.polo | 2009-03-06 22:47:49 -0300 (Fri, 06 Mar 2009) | 4 lines
      
        Fixed issue #4792: Prevent a segfault in _tkinter by using the
        guaranteed to be safe interp argument given to the PythonCmd in place
        of the Tcl interpreter taken from a PythonCmd_ClientData.
      ........
      56f5be53
  13. 21 Şub, 2009 1 kayıt (commit)
  14. 09 Şub, 2009 1 kayıt (commit)
  15. 03 Ock, 2009 1 kayıt (commit)
  16. 04 Kas, 2008 1 kayıt (commit)
  17. 04 Eyl, 2008 1 kayıt (commit)
  18. 22 Agu, 2008 1 kayıt (commit)
  19. 10 Agu, 2008 1 kayıt (commit)
  20. 02 Agu, 2008 1 kayıt (commit)
  21. 31 Tem, 2008 1 kayıt (commit)
  22. 03 Haz, 2008 1 kayıt (commit)
  23. 30 May, 2008 1 kayıt (commit)
  24. 29 May, 2008 1 kayıt (commit)
  25. 25 May, 2008 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · b533e26d
      Georg Brandl yazdı
      Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r63412 | georg.brandl | 2008-05-17 19:57:01 +0200 (Sat, 17 May 2008) | 2 lines
      
        #961805: fix Edit.text_modified().
      ........
        r63445 | georg.brandl | 2008-05-18 10:52:59 +0200 (Sun, 18 May 2008) | 2 lines
      
        GHOP #180 by Michael Schneider: add examples to the socketserver documentation.
      ........
        r63446 | georg.brandl | 2008-05-18 11:12:20 +0200 (Sun, 18 May 2008) | 2 lines
      
        GHOP #134, #171, #137: unit tests for the three HTTPServer modules.
      ........
        r63447 | georg.brandl | 2008-05-18 12:39:26 +0200 (Sun, 18 May 2008) | 3 lines
      
        Take namedtuple item names only from ascii_letters (this blew up on OSX),
        and make sure there are no duplicate names.
      ........
        r63449 | georg.brandl | 2008-05-18 13:46:51 +0200 (Sun, 18 May 2008) | 2 lines
      
        GHOP #217: add support for compiling Python with coverage checking enabled.
      ........
        r63450 | georg.brandl | 2008-05-18 13:52:36 +0200 (Sun, 18 May 2008) | 2 lines
      
        GHOP #257: test distutils' build_ext command, written by Josip Dzolonga.
      ........
        r63452 | georg.brandl | 2008-05-18 15:34:06 +0200 (Sun, 18 May 2008) | 2 lines
      
        Add GHOP students.
      ........
        r63454 | georg.brandl | 2008-05-18 18:32:48 +0200 (Sun, 18 May 2008) | 2 lines
      
        GHOP #121: improve test_pydoc, by Benjamin Peterson.
      ........
        r63459 | benjamin.peterson | 2008-05-18 22:48:07 +0200 (Sun, 18 May 2008) | 2 lines
      
        bring test_pydoc up to my high standards (now that I have them)
      ........
        r63463 | georg.brandl | 2008-05-18 23:10:19 +0200 (Sun, 18 May 2008) | 2 lines
      
        Fix test_pyclbr after another platform-dependent function was added to urllib.
      ........
        r63465 | benjamin.peterson | 2008-05-19 01:07:07 +0200 (Mon, 19 May 2008) | 2 lines
      
        change some imports in tests so they will not be skipped in 3.0
      ........
        r63470 | georg.brandl | 2008-05-19 18:47:25 +0200 (Mon, 19 May 2008) | 2 lines
      
        test_httpservers has unpredictable refcount behavior.
      ........
        r63483 | georg.brandl | 2008-05-20 08:15:36 +0200 (Tue, 20 May 2008) | 2 lines
      
        Activate two more test cases in test_httpservers.
      ........
        r63484 | georg.brandl | 2008-05-20 08:47:31 +0200 (Tue, 20 May 2008) | 2 lines
      
        Argh, this is the *actual* test that works under Windows.
      ........
        r63496 | georg.brandl | 2008-05-20 10:07:36 +0200 (Tue, 20 May 2008) | 2 lines
      
        Improve diffing logic and output for test_pydoc.
      ........
        r63497 | georg.brandl | 2008-05-20 10:10:03 +0200 (Tue, 20 May 2008) | 2 lines
      
        Use inspect.getabsfile() to get the documented module's filename.
      ........
        r63499 | georg.brandl | 2008-05-20 10:25:48 +0200 (Tue, 20 May 2008) | 3 lines
      
        Patch #1775025: allow opening zipfile members via ZipInfo instances.
        Patch by Graham Horler.
      ........
        r63500 | georg.brandl | 2008-05-20 10:40:43 +0200 (Tue, 20 May 2008) | 2 lines
      
        #2592: delegate nb_index and the floor/truediv slots in weakref.proxy.
      ........
        r63501 | georg.brandl | 2008-05-20 10:48:34 +0200 (Tue, 20 May 2008) | 2 lines
      
        #615772: raise a more explicit error from Tkinter.Misc.__contains__.
      ........
        r63530 | benjamin.peterson | 2008-05-22 02:57:02 +0200 (Thu, 22 May 2008) | 2 lines
      
        use more specific asserts in test_opcode
      ........
        r63531 | benjamin.peterson | 2008-05-22 03:02:23 +0200 (Thu, 22 May 2008) | 2 lines
      
        remove redundant invocation of json doctests
      ........
        r63540 | benjamin.peterson | 2008-05-23 01:09:26 +0200 (Fri, 23 May 2008) | 3 lines
      
        fix test_pydoc so it works on make installed Python installations
        Also let it pass when invoked directly
      ........
        r63614 | georg.brandl | 2008-05-25 10:07:37 +0200 (Sun, 25 May 2008) | 2 lines
      
        #2959: allow multiple close() calls for GzipFile.
      ........
      b533e26d
  26. 17 May, 2008 2 kayıt (commit)
  27. 16 May, 2008 1 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from · 8ae3e055
      Alexandre Vassalotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r63066 | georg.brandl | 2008-05-11 10:56:04 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2709 followup: better description of Tk's pros and cons.
      ........
        r63067 | georg.brandl | 2008-05-11 11:05:13 -0400 (Sun, 11 May 2008) | 2 lines
      
        #1326: document and test zipimporter.archive and zipimporter.prefix.
      ........
        r63068 | georg.brandl | 2008-05-11 11:07:39 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2816: clarify error messages for EOF while scanning strings.
      ........
        r63069 | georg.brandl | 2008-05-11 11:17:41 -0400 (Sun, 11 May 2008) | 3 lines
      
        #2787: Flush stdout after writing test name, helpful when running
        hanging or long-running tests. Patch by Adam Olsen.
      ........
        r63070 | georg.brandl | 2008-05-11 11:20:16 -0400 (Sun, 11 May 2008) | 3 lines
      
        #2803: fix wrong invocation of heappush in seldom-reached code.
        Thanks to Matt Harden.
      ........
        r63073 | benjamin.peterson | 2008-05-11 12:38:07 -0400 (Sun, 11 May 2008) | 2 lines
      
        broaden .bzrignore
      ........
        r63076 | andrew.kuchling | 2008-05-11 15:15:52 -0400 (Sun, 11 May 2008) | 1 line
      
        Add message to test assertion
      ........
        r63083 | andrew.kuchling | 2008-05-11 16:08:33 -0400 (Sun, 11 May 2008) | 1 line
      
        Try setting HOME env.var to fix test on Win32
      ........
        r63092 | georg.brandl | 2008-05-11 16:53:55 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2809 followup: even better split docstring.
      ........
        r63094 | georg.brandl | 2008-05-11 17:03:42 -0400 (Sun, 11 May 2008) | 4 lines
      
        - #2250: Exceptions raised during evaluation of names in rlcompleter's
          ``Completer.complete()`` method are now caught and ignored.
      ........
        r63095 | georg.brandl | 2008-05-11 17:16:37 -0400 (Sun, 11 May 2008) | 2 lines
      
        Clarify os.strerror()s exception behavior.
      ........
        r63097 | georg.brandl | 2008-05-11 17:34:10 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2535: remove duplicated method.
      ........
        r63104 | alexandre.vassalotti | 2008-05-11 19:04:27 -0400 (Sun, 11 May 2008) | 2 lines
      
        Moved the Queue module stub in lib-old.
      ........
      8ae3e055
  28. 31 Mar, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from · 2a691a81
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
      
        NIL => NULL
      ........
        r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
      
        Correctly call the base class tearDown();
        otherwise running test_logging twice produce the errors we see on all buildbots
      ........
        r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
      
        Be explicit about what efficient means.
      ........
        r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
      
        Fix capitalization.
      ........
        r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
      
        lib2to3 should install a logging handler only when run as a main program,
        not when used as a library.
      
        This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
      ........
        r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
      
        #2503 make singletons compared with "is" not == or !=
        Thanks to Wummel for the patch
      ........
        r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
      
        Documented the lastrowid attribute.
      ........
        r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
      
        Updated README regarding doc formats
      ........
        r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
      
        The other download formats will be available for 2.6 too.
      ........
      2a691a81
  29. 02 Ock, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59642-59665 via svnmerge from · 57dddfbb
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59653 | martin.v.loewis | 2008-01-01 22:05:17 +0100 (Tue, 01 Jan 2008) | 3 lines
      
        Return results from Python callbacks to Tcl as Tcl objects.
        Fixes Tk issue #1851526
      ........
        r59654 | martin.v.loewis | 2008-01-01 22:08:18 +0100 (Tue, 01 Jan 2008) | 4 lines
      
        Always convert Text.index result to string.
        This improves compatibility with Tcl 8.5, which would
        otherwise return textindex objects.
      ........
        r59655 | martin.v.loewis | 2008-01-01 22:09:07 +0100 (Tue, 01 Jan 2008) | 2 lines
      
        News item for r59653.
      ........
        r59656 | martin.v.loewis | 2008-01-02 00:00:00 +0100 (Wed, 02 Jan 2008) | 1 line
      
        Don't link with Tix; Tix is loaded dynamically by Tcl.
      ........
        r59657 | martin.v.loewis | 2008-01-02 00:00:48 +0100 (Wed, 02 Jan 2008) | 1 line
      
        Use Visual Studio 2009 on the build slaves.
      ........
        r59658 | martin.v.loewis | 2008-01-02 00:36:24 +0100 (Wed, 02 Jan 2008) | 1 line
      
        Test in PCbuild directory.
      ........
        r59661 | kurt.kaiser | 2008-01-02 05:11:28 +0100 (Wed, 02 Jan 2008) | 6 lines
      
        Issue1177
        r58207 and r58247 patch logic is reversed.  I noticed this when I
        tried to use urllib to retrieve a file which required auth.
      
        Fix that and add a test for 401 error to verify.
      ........
        r59662 | kurt.kaiser | 2008-01-02 06:23:38 +0100 (Wed, 02 Jan 2008) | 2 lines
      
        Change docstrings to comments so test output will display normally.
      ........
        r59665 | christian.heimes | 2008-01-02 18:43:40 +0100 (Wed, 02 Jan 2008) | 5 lines
      
        Removed PCbuild8/ directory and added a new build directory for VS 2005
        based on the VS 2008 build directory to PC/VS8.0. The script
        PCbuild/vs8to9.py was added to sync changes from PCbuild to PC/VS8.0.
      
        Kristjan, the initial creator of the PCbuild8 directory is fine with the replacement. I've moved the new version of the VS 2005 build directory next to the other legacy build directories. The new sync script is based on the work of wreck and syncs changes in the project, property and solution files.
      ........
      57dddfbb
  30. 27 Kas, 2007 1 kayıt (commit)
  31. 16 Eki, 2007 1 kayıt (commit)
  32. 30 Agu, 2007 1 kayıt (commit)
  33. 12 Agu, 2007 1 kayıt (commit)
  34. 18 Tem, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merged revisions 56301-56442 via svnmerge from · b5a755e4
      Guido van Rossum yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/p3yk
      
      ................
        r56322 | kurt.kaiser | 2007-07-12 11:35:03 -0700 (Thu, 12 Jul 2007) | 2 lines
      
        Replace obscure code which was failing in py3k.
      ................
        r56323 | kurt.kaiser | 2007-07-12 11:44:12 -0700 (Thu, 12 Jul 2007) | 3 lines
      
        1. Remove new division option
        2. Update IDLE version to 3.0x
      ................
        r56327 | kurt.kaiser | 2007-07-12 12:20:20 -0700 (Thu, 12 Jul 2007) | 5 lines
      
        Fix another instance of this defect in Tkinter, and one in IDLE.
      
        Patch 1724999 by Ali Gholami Rudi -- avoid complaints about dict size
        change during iter in destroy call.
      ................
        r56339 | georg.brandl | 2007-07-13 03:07:25 -0700 (Fri, 13 Jul 2007) | 2 lines
      
        Fix #1753310: regrtest -x doesn't work anymore
      ................
        r56361 | kurt.kaiser | 2007-07-13 18:25:24 -0700 (Fri, 13 Jul 2007) | 2 lines
      
        convert a map() iterator to a list to get this working.
      ................
        r56362 | kurt.kaiser | 2007-07-13 18:53:45 -0700 (Fri, 13 Jul 2007) | 2 lines
      
        Was modifying dict during iteration.
      ................
        r56376 | collin.winter | 2007-07-14 11:56:19 -0700 (Sat, 14 Jul 2007) | 1 line
      
        Add an example of class decorators to test_grammar.
      ................
        r56377 | collin.winter | 2007-07-14 12:00:17 -0700 (Sat, 14 Jul 2007) | 1 line
      
        Add a basic example of dictcomps to test_grammar.
      ................
        r56413 | neal.norwitz | 2007-07-17 00:21:18 -0700 (Tue, 17 Jul 2007) | 149 lines
      
        Merged revisions 56202-56412 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r56204 | ronald.oussoren | 2007-07-08 23:02:21 -0700 (Sun, 08 Jul 2007) | 2 lines
      
          Patch 1693258: Fix for duplicate "preferences" menu-OS X
        ........
          r56207 | ronald.oussoren | 2007-07-09 01:41:15 -0700 (Mon, 09 Jul 2007) | 4 lines
      
          Patch 1673122: be explicit about which libtool to use, to avoid name clashes
          when a users install GNU libtool early in his PATH
        ........
          r56280 | georg.brandl | 2007-07-11 12:41:49 -0700 (Wed, 11 Jul 2007) | 2 lines
      
          Fix #1752132: wrong comment in opcode description.
        ........
          r56293 | georg.brandl | 2007-07-12 01:05:45 -0700 (Thu, 12 Jul 2007) | 3 lines
      
          Patch #1752270, #1750931: complain if urllib2 add_handler called
          without handler.
        ........
          r56296 | georg.brandl | 2007-07-12 01:11:29 -0700 (Thu, 12 Jul 2007) | 2 lines
      
          Patch #1739696: use code.co_code only if really necessary
        ........
          r56298 | georg.brandl | 2007-07-12 01:38:00 -0700 (Thu, 12 Jul 2007) | 3 lines
      
          Patch #1673759: add a missing overflow check when formatting floats
          with %G.
        ........
          r56302 | georg.brandl | 2007-07-12 02:06:41 -0700 (Thu, 12 Jul 2007) | 2 lines
      
          Patch #1731659: improve time.strptime docs.
        ........
          r56304 | georg.brandl | 2007-07-12 02:24:04 -0700 (Thu, 12 Jul 2007) | 2 lines
      
          Patch #1731169: clean up expected skips list.
        ........
          r56306 | georg.brandl | 2007-07-12 02:37:49 -0700 (Thu, 12 Jul 2007) | 3 lines
      
          Bug #1637365: add subsection about "__name__ == __main__" to the
          Python tutorial.
        ........
          r56308 | georg.brandl | 2007-07-12 02:59:22 -0700 (Thu, 12 Jul 2007) | 5 lines
      
          Patch #1675424: Added tests for uncovered code in the zipfile module.
            The KeyError raised by Zipfile.getinfo for nonexistent names now has
            a descriptive message.
        ........
          r56340 | facundo.batista | 2007-07-13 03:43:44 -0700 (Fri, 13 Jul 2007) | 6 lines
      
      
          Added tests for basic behavior of DateTime, Binary, and Fault classes
          and the escape function. Check that marshalling recursive sequences &
          dicts raises TypeError. Check that marshalling out-of-range ints
          raises OverflowError [Alan McIntyre - GSoC]
        ........
          r56345 | raymond.hettinger | 2007-07-13 05:09:41 -0700 (Fri, 13 Jul 2007) | 1 line
      
          Correct the docs for takewhile().  Improve the recipe for nth().  Should be backported
        ........
          r56348 | thomas.heller | 2007-07-13 06:59:39 -0700 (Fri, 13 Jul 2007) | 4 lines
      
          Repair COMError.  Since exceptions are new style classes now, setting
          the methods and docstring after the type creation does not work, they
          must be in the dictionary before creating the type.
        ........
          r56349 | thomas.heller | 2007-07-13 07:18:06 -0700 (Fri, 13 Jul 2007) | 1 line
      
          Add tests for _ctypes.COMError.
        ........
          r56350 | thomas.heller | 2007-07-13 09:50:43 -0700 (Fri, 13 Jul 2007) | 4 lines
      
          Do not try to load the GLUT library in the ctypes tests.  This test
          adds little value, but has a large problem on OS X, as explained in
          SF# 1581906.
        ........
          r56352 | thomas.heller | 2007-07-13 10:12:23 -0700 (Fri, 13 Jul 2007) | 3 lines
      
          Fix for SF# 1701409: segfault in c_char_p of ctypes.  The repr output
          of c_char_p and c_wchar_p has changed as a sideeffect.
        ........
          r56355 | thomas.heller | 2007-07-13 10:46:54 -0700 (Fri, 13 Jul 2007) | 3 lines
      
          Fix for SF# 1649098: avoid zero-sized array declaration in structure.
        ........
          r56357 | thomas.heller | 2007-07-13 12:51:55 -0700 (Fri, 13 Jul 2007) | 3 lines
      
          PyType_stgdict() returns a borrowed reference which must not be
          Py_DECREF'd.
        ........
          r56360 | barry.warsaw | 2007-07-13 15:12:58 -0700 (Fri, 13 Jul 2007) | 10 lines
      
          In response to this SF bug:
      
          [ 1752723 ] email.message_from_string: initial line gets discarded
      
          I added a test to assert that when the first line of text passed to
          message_from_string() contains a leading space, the message ends up with the
          appropriate FirstHeaderLineIsContinuationDefect on its defects list.
      
          The bug is invalid.
        ........
          r56364 | georg.brandl | 2007-07-14 10:12:23 -0700 (Sat, 14 Jul 2007) | 2 lines
      
          Bug #1753406: missing \versionadded for subprocess.check_call.
        ........
          r56366 | georg.brandl | 2007-07-14 10:32:41 -0700 (Sat, 14 Jul 2007) | 2 lines
      
          Clarify webbrowser.open description.
        ........
          r56380 | andrew.kuchling | 2007-07-14 13:58:21 -0700 (Sat, 14 Jul 2007) | 1 line
      
          Typo fix
        ........
          r56382 | andrew.kuchling | 2007-07-14 14:56:19 -0700 (Sat, 14 Jul 2007) | 7 lines
      
          Avoid exception if there's a stray directory inside a Maildir folder.
      
          The Maildir specification doesn't seem to say anything about this
          situation, and it can happen if you're keeping a Maildir mailbox in
          Subversion (.svn directories) or some similar system.  The patch just
          ignores directories in the cur/, new/, tmp/ folders.
        ........
          r56392 | facundo.batista | 2007-07-14 15:41:45 -0700 (Sat, 14 Jul 2007) | 6 lines
      
      
          First version.  Includes tests for helper functions: read, write,
          _exception, readwrite, closeall, compact_traceback; and for classes
          dispatcher, dispatcher_with_send, and file_wrapper.
          [Alan McIntyre - GSoC]
        ........
          r56399 | facundo.batista | 2007-07-15 13:30:39 -0700 (Sun, 15 Jul 2007) | 5 lines
      
      
          Changed the used port and commented out some tests that uses
          a non documented function that appers to uses resources
          not present in Windows.
        ........
          r56412 | facundo.batista | 2007-07-16 19:19:39 -0700 (Mon, 16 Jul 2007) | 6 lines
      
      
          Prevent asyncore.dispatcher tests from hanging by adding loop counters
          to server & client, and by adding asyncore.close_all calls in
          tearDown. Also choose correct expected logging results based on the
          value of __debug__  [Alan McIntyre - GSoC]
        ........
      ................
        r56442 | guido.van.rossum | 2007-07-18 10:26:38 -0700 (Wed, 18 Jul 2007) | 14 lines
      
        Merged revisions 56413-56441 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r56439 | georg.brandl | 2007-07-17 23:37:55 -0700 (Tue, 17 Jul 2007) | 2 lines
      
          Use "Unix" as platform name, not "UNIX".
        ........
          r56441 | guido.van.rossum | 2007-07-18 10:19:14 -0700 (Wed, 18 Jul 2007) | 3 lines
      
          SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors.
          (Slightly tweaked for style and refcounts.)
        ........
      ................
      b5a755e4
  35. 11 Tem, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merged revisions 56154-56264 via svnmerge from · 992d4a3e
      Guido van Rossum yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/p3yk
      
      ................
        r56155 | neal.norwitz | 2007-07-03 08:59:08 +0300 (Tue, 03 Jul 2007) | 1 line
      
        Get this test working after converting map to return an iterator
      ................
        r56202 | neal.norwitz | 2007-07-09 04:30:09 +0300 (Mon, 09 Jul 2007) | 37 lines
      
        Merged revisions 56124-56201 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r56129 | georg.brandl | 2007-06-30 04:01:01 -0700 (Sat, 30 Jun 2007) | 2 lines
      
          Document smtp.SMTPAuthenticationError.
        ........
          r56137 | georg.brandl | 2007-07-01 01:11:35 -0700 (Sun, 01 Jul 2007) | 2 lines
      
          Fix a few webbrowser.py problems.
        ........
          r56143 | georg.brandl | 2007-07-02 04:54:28 -0700 (Mon, 02 Jul 2007) | 2 lines
      
          Remove duplicate sentence from alarm() doc.
        ........
          r56170 | mark.hammond | 2007-07-03 19:03:10 -0700 (Tue, 03 Jul 2007) | 3 lines
      
          copy built files to the PCBuild directory, where tools like
          distutils or external build processes can find them.
        ........
          r56176 | kurt.kaiser | 2007-07-05 15:03:39 -0700 (Thu, 05 Jul 2007) | 10 lines
      
          Many calls to tk.call involve an arglist containing a single tuple.
          Calls using METH_OLDARGS unpack this tuple; calls using METH_VARARG
          don't.  Tcl's concatenation of args was affected; IDLE doesn't start.
      
          Modify Tkapp_Call() to unpack single tuple arglists.
      
          Bug 1733943
          Ref http://mail.python.org/pipermail/python-checkins/2007-May/060454.html
        ........
          r56177 | neal.norwitz | 2007-07-05 21:13:39 -0700 (Thu, 05 Jul 2007) | 1 line
      
          Fix typo in comment
        ........
      ................
        r56251 | neal.norwitz | 2007-07-11 10:01:01 +0300 (Wed, 11 Jul 2007) | 1 line
      
        Get working with map returning an iterator (had to fix whitespace too)
      ................
        r56255 | thomas.wouters | 2007-07-11 13:41:37 +0300 (Wed, 11 Jul 2007) | 6 lines
      
      
        Clean up merge glitch or copy-paste error (the entire module was duplicated,
        except the first half even had some more copy-paste errors, referring to
        listcomps and genexps instead of setcomps)
      ................
        r56256 | thomas.wouters | 2007-07-11 15:16:01 +0300 (Wed, 11 Jul 2007) | 14 lines
      
      
        Dict comprehensions. Still needs doc changes (like many python-3000 features
        ;-). It generates bytecode similar to:
      
        x = {}
        for k, v in (generator here):
          x[k] = v
      
        except there is no tuple-packing and -unpacking involved. Trivial
        measurement suggests it's significantly faster than dict(generator here) (in
        the order of 2 to 3 times as fast) but I have not done extensive
        measurements.
      ................
        r56263 | guido.van.rossum | 2007-07-11 15:36:26 +0300 (Wed, 11 Jul 2007) | 3 lines
      
        Patch 1724999 by Ali Gholami Rudi -- avoid complaints about dict size
        change during iter in destroy call.
      ................
      992d4a3e
  36. 11 Haz, 2007 1 kayıt (commit)
  37. 07 Haz, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merged revisions 55795-55816 via svnmerge from · 1325790b
      Guido van Rossum yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/p3yk
      
      ........
        r55797 | neal.norwitz | 2007-06-07 00:00:57 -0700 (Thu, 07 Jun 2007) | 3 lines
      
        Get rid of some remnants of classic classes.  types.ClassType == type.
        Also get rid of almost all uses of the types module and use the builtin name.
      ........
        r55798 | neal.norwitz | 2007-06-07 00:12:36 -0700 (Thu, 07 Jun 2007) | 1 line
      
        Remove a use of types, verify commit hook works
      ........
        r55809 | guido.van.rossum | 2007-06-07 11:11:29 -0700 (Thu, 07 Jun 2007) | 2 lines
      
        Fix syntax error introduced by Neal in last checkin.
      ........
      1325790b