1. 06 Mar, 2011 1 kayıt (commit)
  2. 13 Haz, 2008 1 kayıt (commit)
  3. 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
  4. 31 Ara, 2007 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59605-59624 via svnmerge from · 5b5e81c6
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59606 | georg.brandl | 2007-12-29 11:57:00 +0100 (Sat, 29 Dec 2007) | 2 lines
      
        Some cleanup in the docs.
      ........
        r59611 | martin.v.loewis | 2007-12-29 19:49:21 +0100 (Sat, 29 Dec 2007) | 2 lines
      
        Bug #1699: Define _BSD_SOURCE only on OpenBSD.
      ........
        r59612 | raymond.hettinger | 2007-12-29 23:09:34 +0100 (Sat, 29 Dec 2007) | 1 line
      
        Simpler documentation for itertools.tee().  Should be backported.
      ........
        r59613 | raymond.hettinger | 2007-12-29 23:16:24 +0100 (Sat, 29 Dec 2007) | 1 line
      
        Improve docs for itertools.groupby().  The use of xrange(0) to create a unique object is less obvious than object().
      ........
        r59620 | christian.heimes | 2007-12-31 15:47:07 +0100 (Mon, 31 Dec 2007) | 3 lines
      
        Added wininst-9.0.exe executable for VS 2008
        Integrated bdist_wininst into PCBuild9 directory
      ........
        r59621 | christian.heimes | 2007-12-31 15:51:18 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Moved PCbuild directory to PC/VS7.1
      ........
        r59622 | christian.heimes | 2007-12-31 15:59:26 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Fix paths for build bot
      ........
        r59623 | christian.heimes | 2007-12-31 16:02:41 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Fix paths for build bot, part 2
      ........
        r59624 | christian.heimes | 2007-12-31 16:18:55 +0100 (Mon, 31 Dec 2007) | 1 line
      
        Renamed PCBuild9 directory to PCBuild
      ........
      5b5e81c6
  5. 01 Şub, 2007 1 kayıt (commit)
    • Thomas Wouters's avatar
      Merged revisions 53451-53537 via svnmerge from · b213704f
      Thomas Wouters yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r53454 | brett.cannon | 2007-01-15 20:12:08 +0100 (Mon, 15 Jan 2007) | 3 lines
      
        Add a note for strptime that just because strftime supports some extra
        directive that is not documented that strptime will as well.
      ........
        r53458 | vinay.sajip | 2007-01-16 10:50:07 +0100 (Tue, 16 Jan 2007) | 1 line
      
        Updated rotating file handlers to use _open().
      ........
        r53459 | marc-andre.lemburg | 2007-01-16 14:03:06 +0100 (Tue, 16 Jan 2007) | 2 lines
      
        Add news items for the recent pybench and platform changes.
      ........
        r53460 | sjoerd.mullender | 2007-01-16 17:42:38 +0100 (Tue, 16 Jan 2007) | 4 lines
      
        Fixed ntpath.expandvars to not replace references to non-existing
        variables with nothing.  Also added tests.
        This fixes bug #494589.
      ........
        r53464 | neal.norwitz | 2007-01-17 07:23:51 +0100 (Wed, 17 Jan 2007) | 1 line
      
        Give Calvin Spealman access for python-dev summaries.
      ........
        r53465 | neal.norwitz | 2007-01-17 09:37:26 +0100 (Wed, 17 Jan 2007) | 1 line
      
        Remove Calvin since he only has access to the website currently.
      ........
        r53466 | thomas.heller | 2007-01-17 10:40:34 +0100 (Wed, 17 Jan 2007) | 2 lines
      
        Replace C++ comments with C comments.
      ........
        r53472 | andrew.kuchling | 2007-01-17 20:55:06 +0100 (Wed, 17 Jan 2007) | 1 line
      
        [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and warn user to lock/unlock mailboxes when modifying them
      ........
        r53475 | georg.brandl | 2007-01-17 22:09:04 +0100 (Wed, 17 Jan 2007) | 2 lines
      
        Bug #1637967: missing //= operator in list.
      ........
        r53477 | georg.brandl | 2007-01-17 22:19:58 +0100 (Wed, 17 Jan 2007) | 2 lines
      
        Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.
      ........
        r53481 | neal.norwitz | 2007-01-18 06:40:58 +0100 (Thu, 18 Jan 2007) | 1 line
      
        Try reverting part of r53145 that seems to cause the Windows buildbots to fail in test_uu.UUFileTest.test_encode
      ........
        r53482 | fred.drake | 2007-01-18 06:42:30 +0100 (Thu, 18 Jan 2007) | 1 line
      
        add missing version entry
      ........
        r53483 | neal.norwitz | 2007-01-18 07:20:55 +0100 (Thu, 18 Jan 2007) | 7 lines
      
        This test doesn't pass on Windows.  The cause seems to be that chmod
        doesn't support the same funcationality as on Unix.  I'm not sure if
        this fix is the best (or if it will even work)--it's a test to see
        if the buildbots start passing again.
      
        It might be better to not even run this test if it's windows (or non-posix).
      ........
        r53488 | neal.norwitz | 2007-01-19 06:53:33 +0100 (Fri, 19 Jan 2007) | 1 line
      
        SF #1635217, Fix unbalanced paren
      ........
        r53489 | martin.v.loewis | 2007-01-19 07:42:22 +0100 (Fri, 19 Jan 2007) | 3 lines
      
        Prefix AST symbols with _Py_. Fixes #1637022.
        Will backport.
      ........
        r53497 | martin.v.loewis | 2007-01-19 19:01:38 +0100 (Fri, 19 Jan 2007) | 2 lines
      
        Add UUIDs for 2.5.1 and 2.5.2
      ........
        r53499 | raymond.hettinger | 2007-01-19 19:07:18 +0100 (Fri, 19 Jan 2007) | 1 line
      
        SF# 1635892:  Fix docs for betavariate's input parameters .
      ........
        r53503 | martin.v.loewis | 2007-01-20 15:05:39 +0100 (Sat, 20 Jan 2007) | 2 lines
      
        Merge 53501 and 53502 from 25 branch:
        Add /GS- for AMD64 and Itanium builds where missing.
      ........
        r53504 | walter.doerwald | 2007-01-20 18:28:31 +0100 (Sat, 20 Jan 2007) | 2 lines
      
        Port test_resource.py to unittest.
      ........
        r53505 | walter.doerwald | 2007-01-20 19:19:33 +0100 (Sat, 20 Jan 2007) | 2 lines
      
        Add argument tests an calls of resource.getrusage().
      ........
        r53506 | walter.doerwald | 2007-01-20 20:03:17 +0100 (Sat, 20 Jan 2007) | 2 lines
      
        resource.RUSAGE_BOTH might not exist.
      ........
        r53507 | walter.doerwald | 2007-01-21 00:07:28 +0100 (Sun, 21 Jan 2007) | 2 lines
      
        Port test_new.py to unittest.
      ........
        r53508 | martin.v.loewis | 2007-01-21 10:33:07 +0100 (Sun, 21 Jan 2007) | 2 lines
      
        Patch #1610575: Add support for _Bool to struct.
      ........
        r53509 | georg.brandl | 2007-01-21 11:28:43 +0100 (Sun, 21 Jan 2007) | 3 lines
      
        Bug #1486663: don't reject keyword arguments for subclasses of builtin
        types.
      ........
        r53511 | georg.brandl | 2007-01-21 11:35:10 +0100 (Sun, 21 Jan 2007) | 2 lines
      
        Patch #1627441: close sockets properly in urllib2.
      ........
        r53517 | georg.brandl | 2007-01-22 20:40:21 +0100 (Mon, 22 Jan 2007) | 3 lines
      
        Use new email module names (#1637162, #1637159, #1637157).
      ........
        r53518 | andrew.kuchling | 2007-01-22 21:26:40 +0100 (Mon, 22 Jan 2007) | 1 line
      
        Improve pattern used for mbox 'From' lines; add a simple test
      ........
        r53519 | andrew.kuchling | 2007-01-22 21:27:50 +0100 (Mon, 22 Jan 2007) | 1 line
      
        Make comment match the code
      ........
        r53522 | georg.brandl | 2007-01-22 22:10:33 +0100 (Mon, 22 Jan 2007) | 2 lines
      
        Bug #1249573: fix rfc822.parsedate not accepting a certain date format
      ........
        r53524 | georg.brandl | 2007-01-22 22:23:41 +0100 (Mon, 22 Jan 2007) | 2 lines
      
        Bug #1627316: handle error in condition/ignore pdb commands more gracefully.
      ........
        r53526 | lars.gustaebel | 2007-01-23 12:17:33 +0100 (Tue, 23 Jan 2007) | 4 lines
      
        Patch #1507247: tarfile.py: use current umask for intermediate
        directories.
      ........
        r53527 | thomas.wouters | 2007-01-23 14:42:00 +0100 (Tue, 23 Jan 2007) | 13 lines
      
      
        SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize
      
        When running the interpreter in an environment that would cause it to set
        stdout/stderr/stdin's encoding, having a sitecustomize that would replace
        them with something other than PyFile objects would crash the interpreter.
        Fix it by simply ignoring the encoding-setting for non-files.
      
        This could do with a test, but I can think of no maintainable and portable
        way to test this bug, short of adding a sitecustomize.py to the buildsystem
        and have it always run with it (hmmm....)
      ........
        r53528 | thomas.wouters | 2007-01-23 14:50:49 +0100 (Tue, 23 Jan 2007) | 4 lines
      
      
        Add news entry about last checkin (oops.)
      ........
        r53531 | martin.v.loewis | 2007-01-23 22:11:47 +0100 (Tue, 23 Jan 2007) | 4 lines
      
        Make PyTraceBack_Here use the current thread, not the
        frame's thread state. Fixes #1579370.
        Will backport.
      ........
        r53535 | brett.cannon | 2007-01-24 00:21:22 +0100 (Wed, 24 Jan 2007) | 5 lines
      
        Fix crasher for when an object's __del__ creates a new weakref to itself.
        Patch only fixes new-style classes; classic classes still buggy.
      
        Closes bug #1377858.  Already backported.
      ........
        r53536 | walter.doerwald | 2007-01-24 01:42:19 +0100 (Wed, 24 Jan 2007) | 2 lines
      
        Port test_popen.py to unittest.
      ........
      b213704f
  6. 21 Nis, 2006 1 kayıt (commit)
  7. 14 Şub, 2006 1 kayıt (commit)
  8. 03 Ock, 2006 1 kayıt (commit)
  9. 12 Agu, 2004 1 kayıt (commit)
  10. 20 Tem, 2004 1 kayıt (commit)
  11. 02 Ock, 2004 1 kayıt (commit)