1. 28 Eyl, 2011 1 kayıt (commit)
  2. 11 Agu, 2011 1 kayıt (commit)
  3. 31 Ara, 2010 2 kayıt (commit)
  4. 26 Kas, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from · d62ecbf0
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85728 | georg.brandl | 2010-10-19 20:54:25 +0200 (Di, 19 Okt 2010) | 1 line
      
        #10092: Properly reset locale in Locale*Calendar classes.  The context manager was buggy because setlocale() returns the *new* locale, not the old.  Also add a test for this.
      ........
        r85731 | georg.brandl | 2010-10-19 23:07:16 +0200 (Di, 19 Okt 2010) | 1 line
      
        Be consistent in the spelling of thread-safe(ty).
      ........
        r85735 | georg.brandl | 2010-10-20 08:50:19 +0200 (Mi, 20 Okt 2010) | 1 line
      
        Fix r85728: use "" to mean the system default locale, which should work on more systems.
      ........
        r85766 | georg.brandl | 2010-10-21 09:40:03 +0200 (Do, 21 Okt 2010) | 1 line
      
        #10159: sort completion matches before comparing to dir() result.
      ........
        r85767 | georg.brandl | 2010-10-21 14:49:28 +0200 (Do, 21 Okt 2010) | 1 line
      
        #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing.
      ........
        r85768 | georg.brandl | 2010-10-21 14:59:14 +0200 (Do, 21 Okt 2010) | 1 line
      
        #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newline to its output.
      ........
        r85769 | georg.brandl | 2010-10-21 15:01:23 +0200 (Do, 21 Okt 2010) | 1 line
      
        Fix missing import.
      ........
        r85770 | georg.brandl | 2010-10-21 15:29:10 +0200 (Do, 21 Okt 2010) | 1 line
      
        #3077: fix h2py substitution of character literals.
      ........
        r85771 | georg.brandl | 2010-10-21 15:34:51 +0200 (Do, 21 Okt 2010) | 1 line
      
        #1203650: allow larger list of files in windows makefile for freeze.
      ........
        r85773 | georg.brandl | 2010-10-21 15:45:52 +0200 (Do, 21 Okt 2010) | 1 line
      
        #4829: better error message for invalid file mode
      ........
        r85777 | georg.brandl | 2010-10-21 17:44:51 +0200 (Do, 21 Okt 2010) | 1 line
      
        Add .hgeol file for the Mercurial EOL extension.
      ........
      d62ecbf0
  5. 20 Kas, 2010 1 kayıt (commit)
  6. 20 Eki, 2010 1 kayıt (commit)
  7. 19 Eki, 2010 1 kayıt (commit)
  8. 23 Tem, 2010 1 kayıt (commit)
  9. 14 Haz, 2010 1 kayıt (commit)
  10. 21 Şub, 2009 1 kayıt (commit)
  11. 20 May, 2008 1 kayıt (commit)
  12. 30 Agu, 2007 1 kayıt (commit)
    • Thomas Wouters's avatar
      Merged revisions 57620-57771 via svnmerge from · 47b49bf6
      Thomas Wouters yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r57771 | thomas.wouters | 2007-08-30 23:54:39 +0200 (Thu, 30 Aug 2007) | 5 lines
      
      
        Don't lie in __all__ attributes when SSL is not available: only add the SSL
        classes when they are actually created.
      
      ........
        r57620 | walter.doerwald | 2007-08-28 18:38:26 +0200 (Tue, 28 Aug 2007) | 5 lines
      
        Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for
        HTMLCalender.formatyearpage() (there's no themonth parameter).
      
        This fixes issue1046.
      ........
        r57622 | georg.brandl | 2007-08-28 20:54:44 +0200 (Tue, 28 Aug 2007) | 2 lines
      
        Add a crasher for the thread-unsafety of file objects.
      ........
        r57626 | skip.montanaro | 2007-08-29 01:22:52 +0200 (Wed, 29 Aug 2007) | 1 line
      
        fixes 813986
      ........
        r57628 | walter.doerwald | 2007-08-29 01:35:33 +0200 (Wed, 29 Aug 2007) | 2 lines
      
        Fix test output.
      ........
        r57631 | skip.montanaro | 2007-08-29 03:24:11 +0200 (Wed, 29 Aug 2007) | 2 lines
      
        Install pygettext (once the scriptsinstall target is working again).
      ........
        r57633 | skip.montanaro | 2007-08-29 03:33:45 +0200 (Wed, 29 Aug 2007) | 2 lines
      
        Recent items.
      ........
        r57650 | neal.norwitz | 2007-08-29 08:15:33 +0200 (Wed, 29 Aug 2007) | 1 line
      
        Add Bill as a developer
      ........
        r57651 | facundo.batista | 2007-08-29 12:28:28 +0200 (Wed, 29 Aug 2007) | 5 lines
      
      
        Ignore test failures caused by 'resource temporarily unavailable'
        exceptions raised during FailingServerTestCase tests.
        [GSoC - Alan McIntyre]
      ........
        r57680 | bill.janssen | 2007-08-30 00:35:05 +0200 (Thu, 30 Aug 2007) | 17 lines
      
        This contains a number of things:
      
        1) Improve the documentation of the SSL module, with a fuller
           explanation of certificate usage, another reference, proper
           formatting of this and that.
      
        2) Fix Windows bug in ssl.py, and general bug in sslsocket.close().
           Remove some unused code from ssl.py.  Allow accept() to be called on
           sslsocket sockets.
      
        3) Use try-except-else in import of ssl in socket.py.  Deprecate use of
           socket.ssl().
      
        4) Remove use of socket.ssl() in every library module, except for
           test_socket_ssl.py and test_ssl.py.
      ........
        r57714 | georg.brandl | 2007-08-30 12:09:42 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Stronger urge to convert filenames to str before using them as argument to ZipFile.write().
      ........
        r57716 | georg.brandl | 2007-08-30 12:38:56 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Patch #1680959: add test suite for pipes module.
      ........
        r57717 | georg.brandl | 2007-08-30 14:32:23 +0200 (Thu, 30 Aug 2007) | 3 lines
      
        * Skip test_pipes on non-POSIX.
        * Don't raise TestSkipped within a test function.
      ........
        r57723 | mark.summerfield | 2007-08-30 17:03:03 +0200 (Thu, 30 Aug 2007) | 3 lines
      
        Added more cross-references.
      ........
        r57726 | walter.doerwald | 2007-08-30 17:30:09 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Rewrap line.
      ........
        r57727 | walter.doerwald | 2007-08-30 17:34:55 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Set startinpos before calling the error handler.
      ........
        r57730 | bill.janssen | 2007-08-30 19:07:28 +0200 (Thu, 30 Aug 2007) | 3 lines
      
        Added docstrings to methods and functions.
      ........
        r57743 | bill.janssen | 2007-08-30 20:08:06 +0200 (Thu, 30 Aug 2007) | 1 line
      
        added note on new ssl module and deprecation of socket.ssl
      ........
        r57747 | martin.v.loewis | 2007-08-30 20:14:01 +0200 (Thu, 30 Aug 2007) | 1 line
      
        Fix popen usage.
      ........
        r57748 | martin.v.loewis | 2007-08-30 20:15:22 +0200 (Thu, 30 Aug 2007) | 1 line
      
        Fix typo.
      ........
        r57750 | martin.v.loewis | 2007-08-30 20:25:47 +0200 (Thu, 30 Aug 2007) | 1 line
      
        Bug #1746880: Correctly install DLLs into system32 folder on Win64.
      ........
        r57760 | martin.v.loewis | 2007-08-30 21:04:09 +0200 (Thu, 30 Aug 2007) | 1 line
      
        Bug #1709599: Run test_1565150 only if the file system is NTFS.
      ........
        r57762 | martin.v.loewis | 2007-08-30 22:10:57 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Bump autoconf minimum version to 2.61.
      ........
        r57764 | lars.gustaebel | 2007-08-30 22:24:31 +0200 (Thu, 30 Aug 2007) | 2 lines
      
        Warn about possible risks when extracting untrusted archives.
      ........
        r57769 | thomas.wouters | 2007-08-30 23:01:17 +0200 (Thu, 30 Aug 2007) | 7 lines
      
      
        Somewhat-preliminary slice-object and extended slicing support for ctypes.
        The exact behaviour of omitted and negative indices for the Pointer type may
        need a closer look (especially as it's subtly different from simple slices)
        but there's time yet before 2.6, and not enough before 3.0a1 :-)
      ........
      47b49bf6
  13. 22 May, 2007 1 kayıt (commit)
  14. 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
  15. 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
  16. 21 Nis, 2006 1 kayıt (commit)
  17. 13 Kas, 2004 1 kayıt (commit)
  18. 08 Tem, 2004 1 kayıt (commit)
  19. 02 Tem, 2004 1 kayıt (commit)
  20. 01 May, 2003 1 kayıt (commit)
  21. 23 Tem, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Get rid of relative imports in all unittests. Now anything that · 04f357cf
      Barry Warsaw yazdı
      imports e.g. test_support must do so using an absolute package name
      such as "import test.test_support" or "from test import test_support".
      
      This also updates the README in Lib/test, and gets rid of the
      duplicate data dirctory in Lib/test/data (replaced by
      Lib/email/test/data).
      
      Now Tim and Jack can have at it. :)
      04f357cf
  22. 23 Mar, 2002 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug 533234: tm_isdst > 1 Passed to strftime. · 0c2c8e77
      Tim Peters yazdı
      One more time on this turkey, but duller instead of cleverer.
      
      Curious:  The docs say __getslice__ has been deprecated since 2.0, but
      list.__getitem__ still doesn't work if you pass it a slice.  This makes
      it a lot clearer to emulate a list by *being* a list <wink>.
      
      Bugfix candidate.  Michael, just pile this patch on top of the others
      that went by -- no need to try to pick these apart.
      0c2c8e77
  23. 15 Mar, 2002 1 kayıt (commit)
  24. 12 Ara, 2001 1 kayıt (commit)