1. 16 Haz, 2011 1 kayıt (commit)
  2. 08 Haz, 2011 1 kayıt (commit)
  3. 19 May, 2011 1 kayıt (commit)
  4. 06 Kas, 2010 1 kayıt (commit)
    • Éric Araujo's avatar
      Merged revisions 86223-86224,86226,86234 via svnmerge from · c6d7ead0
      Éric Araujo yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Always close files in distutils code and tests (#10252).
      ........
        r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Add missing entry for r86223.
      ........
        r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Of course, I forgot one file in r86223.
      ........
        r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines
      
        Also close file descriptors from os.popen and subprocess.Popen
      ........
      c6d7ead0
  5. 05 Kas, 2010 1 kayıt (commit)
  6. 22 Tem, 2010 1 kayıt (commit)
  7. 21 Ara, 2009 1 kayıt (commit)
  8. 08 Ara, 2009 1 kayıt (commit)
  9. 27 Eki, 2009 1 kayıt (commit)
  10. 21 Eyl, 2009 2 kayıt (commit)
  11. 04 Tem, 2009 4 kayıt (commit)
  12. 01 Haz, 2009 1 kayıt (commit)
  13. 17 May, 2009 1 kayıt (commit)
  14. 16 May, 2009 1 kayıt (commit)
  15. 15 May, 2009 1 kayıt (commit)
  16. 22 Şub, 2009 1 kayıt (commit)
  17. 09 Ock, 2009 1 kayıt (commit)
  18. 29 Ara, 2008 1 kayıt (commit)
  19. 26 Tem, 2008 1 kayıt (commit)
  20. 16 May, 2008 1 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Merged revisions… · 5f8ced2b
      Alexandre Vassalotti yazdı
      Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62998 | andrew.kuchling | 2008-05-10 15:51:55 -0400 (Sat, 10 May 2008) | 7 lines
      
        #1858 from Tarek Ziade:
        Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI
        for discussion.
      
        The patch is slightly revised from Tarek's last patch: I've simplified
        the PyPIRCCommand.finalize_options() method to not look at sys.argv.
        Tests still pass.
      ........
        r63000 | alexandre.vassalotti | 2008-05-10 15:59:16 -0400 (Sat, 10 May 2008) | 5 lines
      
        Cleaned up io._BytesIO.write().
      
        I am amazed that the old code, for inserting null-bytes, actually
        worked. Who wrote that thing? Oh, it is me... doh.
      ........
        r63002 | brett.cannon | 2008-05-10 16:52:01 -0400 (Sat, 10 May 2008) | 2 lines
      
        Revert r62998 as it broke the build (seems distutils.config is missing).
      ........
        r63014 | andrew.kuchling | 2008-05-10 18:12:38 -0400 (Sat, 10 May 2008) | 1 line
      
        #1858: add distutils.config module
      ........
        r63027 | brett.cannon | 2008-05-10 21:09:32 -0400 (Sat, 10 May 2008) | 2 lines
      
        Flesh out the 3.0 deprecation to suggest using the ctypes module.
      ........
        r63028 | skip.montanaro | 2008-05-10 22:59:30 -0400 (Sat, 10 May 2008) | 4 lines
      
        Copied two versions of the example from the interactive session.  Delete
        one.
      ........
        r63037 | georg.brandl | 2008-05-11 03:02:17 -0400 (Sun, 11 May 2008) | 2 lines
      
        reload() takes the module itself.
      ........
        r63038 | alexandre.vassalotti | 2008-05-11 03:06:04 -0400 (Sun, 11 May 2008) | 4 lines
      
        Added test framework for handling module renames.
        Factored the import guard in test_py3kwarn.TestStdlibRemovals into
        a context manager, namely test_support.CleanImport.
      ........
        r63039 | georg.brandl | 2008-05-11 03:06:05 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2742: ``''`` is not converted to NULL in getaddrinfo.
      ........
        r63040 | alexandre.vassalotti | 2008-05-11 03:08:12 -0400 (Sun, 11 May 2008) | 2 lines
      
        Fixed typo in a comment of test_support.CleanImport.
      ........
        r63041 | alexandre.vassalotti | 2008-05-11 03:10:25 -0400 (Sun, 11 May 2008) | 2 lines
      
        Removed a dead line of code.
      ........
        r63043 | georg.brandl | 2008-05-11 04:47:53 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2812: document property.getter/setter/deleter.
      ........
        r63049 | georg.brandl | 2008-05-11 05:06:30 -0400 (Sun, 11 May 2008) | 2 lines
      
        #1153769: document PEP 237 changes to string formatting.
      ........
        r63050 | georg.brandl | 2008-05-11 05:11:40 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2809: elaborate str.split docstring a bit.
      ........
        r63051 | georg.brandl | 2008-05-11 06:13:59 -0400 (Sun, 11 May 2008) | 2 lines
      
        Fix typo.
      ........
        r63052 | georg.brandl | 2008-05-11 06:33:27 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2709: clarification.
      ........
        r63053 | georg.brandl | 2008-05-11 06:42:28 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2659: add ``break_on_hyphens`` to TextWrapper.
      ........
        r63057 | georg.brandl | 2008-05-11 06:59:39 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2741: clarification of value range for address_family.
      ........
        r63058 | georg.brandl | 2008-05-11 07:09:35 -0400 (Sun, 11 May 2008) | 2 lines
      
        #2452: timeout is used for all blocking operations.
      ........
        r63059 | andrew.kuchling | 2008-05-11 09:33:56 -0400 (Sun, 11 May 2008) | 2 lines
      
        #1792: Improve performance of marshal.dumps() on large objects by increasing
        the size of the buffer more quickly.
      ........
        r63060 | andrew.kuchling | 2008-05-11 10:00:00 -0400 (Sun, 11 May 2008) | 1 line
      
        #1858: re-apply patch for this, adding the missing files
      ........
        r63061 | benjamin.peterson | 2008-05-11 10:13:25 -0400 (Sun, 11 May 2008) | 2 lines
      
        Add the "until" command to pdb
      ........
        r63062 | georg.brandl | 2008-05-11 10:17:13 -0400 (Sun, 11 May 2008) | 2 lines
      
        Add some sentence endings.
      ........
      5f8ced2b
  21. 14 May, 2008 1 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Renamed ConfigParser to configparser. · 1d1eaa45
      Alexandre Vassalotti yazdı
      Merged revisions 63247-63248 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r63247 | georg.brandl | 2008-05-14 18:30:31 -0400 (Wed, 14 May 2008) | 2 lines
      
        Update configparser docs for lowercasing rename.
      ........
        r63248 | alexandre.vassalotti | 2008-05-14 18:44:22 -0400 (Wed, 14 May 2008) | 8 lines
      
        Updated import statements to use the new `configparser` module name.
        Updated the documentation to use the new name.
        Revert addition of the stub entry for the old name.
      
        Georg, I am reverting your changes since this commit should propagate
        to py3k.
      ........
      1d1eaa45
  22. 16 Eki, 2007 1 kayıt (commit)
  23. 15 Eki, 2007 1 kayıt (commit)
  24. 30 Agu, 2007 1 kayıt (commit)
  25. 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
  26. 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
  27. 22 May, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merged revisions 55407-55513 via svnmerge from · d59da4b4
      Guido van Rossum yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/p3yk
      
      ................
        r55413 | fred.drake | 2007-05-17 12:30:10 -0700 (Thu, 17 May 2007) | 1 line
      
        fix argument name in documentation; match the implementation
      ................
        r55430 | jack.diederich | 2007-05-18 06:39:59 -0700 (Fri, 18 May 2007) | 1 line
      
        Implements class decorators, PEP 3129.
      ................
        r55432 | guido.van.rossum | 2007-05-18 08:09:41 -0700 (Fri, 18 May 2007) | 2 lines
      
        obsubmit.
      ................
        r55434 | guido.van.rossum | 2007-05-18 09:39:10 -0700 (Fri, 18 May 2007) | 3 lines
      
        Fix bug in test_inspect.  (I presume this is how it should be fixed;
        Jack Diedrich, please verify.)
      ................
        r55460 | brett.cannon | 2007-05-20 00:31:57 -0700 (Sun, 20 May 2007) | 4 lines
      
        Remove the imageop module.  With imgfile already removed in Python 3.0 and
        rgbimg gone in Python 2.6 the unit tests themselves were made worthless.  Plus
        third-party libraries perform the same function much better.
      ................
        r55469 | neal.norwitz | 2007-05-20 11:28:20 -0700 (Sun, 20 May 2007) | 118 lines
      
        Merged revisions 55324-55467 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r55348 | georg.brandl | 2007-05-15 13:19:34 -0700 (Tue, 15 May 2007) | 4 lines
      
          HTML-escape the plain traceback in cgitb's HTML output, to prevent
          the traceback inadvertently or maliciously closing the comment and
          injecting HTML into the error page.
        ........
          r55372 | neal.norwitz | 2007-05-15 21:33:50 -0700 (Tue, 15 May 2007) | 6 lines
      
          Port rev 55353 from Guido:
          Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC()
          fails.
      
          Will backport.
        ........
          r55377 | neal.norwitz | 2007-05-15 22:06:33 -0700 (Tue, 15 May 2007) | 1 line
      
          Mention removal of some directories for obsolete platforms
        ........
          r55380 | brett.cannon | 2007-05-15 22:50:03 -0700 (Tue, 15 May 2007) | 2 lines
      
          Change the maintainer of the BeOS port.
        ........
          r55383 | georg.brandl | 2007-05-16 06:44:18 -0700 (Wed, 16 May 2007) | 2 lines
      
          Bug #1719995: don't use deprecated method in sets example.
        ........
          r55386 | neal.norwitz | 2007-05-16 13:05:11 -0700 (Wed, 16 May 2007) | 5 lines
      
          Fix bug in marshal where bad data would cause a segfault due to
          lack of an infinite recursion check.
      
          Contributed by Damien Miller at Google.
        ........
          r55389 | brett.cannon | 2007-05-16 15:42:29 -0700 (Wed, 16 May 2007) | 6 lines
      
          Remove the gopherlib module.  It has been raising a DeprecationWarning since
          Python 2.5.
      
          Also remove gopher support from urllib/urllib2.  As both imported gopherlib the
          usage of the support would have raised a DeprecationWarning.
        ........
          r55394 | raymond.hettinger | 2007-05-16 18:08:04 -0700 (Wed, 16 May 2007) | 1 line
      
          calendar.py gets no benefit from xrange() instead of range()
        ........
          r55395 | brett.cannon | 2007-05-16 19:02:56 -0700 (Wed, 16 May 2007) | 3 lines
      
          Complete deprecation of BaseException.message.  Some subclasses were directly
          accessing the message attribute instead of using the descriptor.
        ........
          r55396 | neal.norwitz | 2007-05-16 23:11:36 -0700 (Wed, 16 May 2007) | 4 lines
      
          Reduce the max stack depth to see if this fixes the segfaults on
          Windows and some other boxes.  If this is successful, this rev should
          be backported.  I'm not sure how close to the limit we should push this.
        ........
          r55397 | neal.norwitz | 2007-05-16 23:23:50 -0700 (Wed, 16 May 2007) | 4 lines
      
          Set the depth to something very small to try to determine if the
          crashes on Windows are really due to the stack size or possibly
          some other problem.
        ........
          r55398 | neal.norwitz | 2007-05-17 00:04:46 -0700 (Thu, 17 May 2007) | 4 lines
      
          Last try for tweaking the max stack depth.  5000 was the original value,
          4000 didn't work either.  1000 does work on Windows.  If 2000 works,
          that will hopefully be a reasonable balance.
        ........
          r55412 | fred.drake | 2007-05-17 12:29:58 -0700 (Thu, 17 May 2007) | 1 line
      
          fix argument name in documentation; match the implementation
        ........
          r55427 | neal.norwitz | 2007-05-17 22:47:16 -0700 (Thu, 17 May 2007) | 1 line
      
          Verify neither dumps or loads overflow the stack and segfault.
        ........
          r55446 | collin.winter | 2007-05-18 16:11:24 -0700 (Fri, 18 May 2007) | 1 line
      
          Backport PEP 3110's new 'except' syntax to 2.6.
        ........
          r55448 | raymond.hettinger | 2007-05-18 18:11:16 -0700 (Fri, 18 May 2007) | 1 line
      
          Improvements to NamedTuple's implementation, tests, and documentation
        ........
          r55449 | raymond.hettinger | 2007-05-18 18:50:11 -0700 (Fri, 18 May 2007) | 1 line
      
          Fix beginner mistake -- don't mix spaces and tabs.
        ........
          r55450 | neal.norwitz | 2007-05-18 20:48:47 -0700 (Fri, 18 May 2007) | 1 line
      
          Clear data so random memory does not get freed.  Will backport.
        ........
          r55452 | neal.norwitz | 2007-05-18 21:34:55 -0700 (Fri, 18 May 2007) | 3 lines
      
          Whoops, need to pay attention to those test failures.
          Move the clear to *before* the first use, not after.
        ........
          r55453 | neal.norwitz | 2007-05-18 21:35:52 -0700 (Fri, 18 May 2007) | 1 line
      
          Give some clue as to what happened if the test fails.
        ........
          r55455 | georg.brandl | 2007-05-19 11:09:26 -0700 (Sat, 19 May 2007) | 2 lines
      
          Fix docstring for add_package in site.py.
        ........
          r55458 | brett.cannon | 2007-05-20 00:09:50 -0700 (Sun, 20 May 2007) | 2 lines
      
          Remove the rgbimg module.  It has been deprecated since Python 2.5.
        ........
          r55465 | nick.coghlan | 2007-05-20 04:12:49 -0700 (Sun, 20 May 2007) | 1 line
      
          Fix typo in example (should be backported, but my maintenance branch is woefully out of date)
        ........
      ................
        r55472 | brett.cannon | 2007-05-20 12:06:18 -0700 (Sun, 20 May 2007) | 2 lines
      
        Remove imageop from the Windows build process.
      ................
        r55486 | neal.norwitz | 2007-05-20 23:59:52 -0700 (Sun, 20 May 2007) | 1 line
      
        Remove callable() builtin
      ................
        r55506 | neal.norwitz | 2007-05-22 00:43:29 -0700 (Tue, 22 May 2007) | 78 lines
      
        Merged revisions 55468-55505 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r55468 | neal.norwitz | 2007-05-20 11:06:27 -0700 (Sun, 20 May 2007) | 1 line
      
          rotor is long gone.
        ........
          r55470 | neal.norwitz | 2007-05-20 11:43:00 -0700 (Sun, 20 May 2007) | 1 line
      
          Update directories/files at the top-level.
        ........
          r55471 | brett.cannon | 2007-05-20 12:05:06 -0700 (Sun, 20 May 2007) | 2 lines
      
          Try to remove rgbimg from Windows builds.
        ........
          r55474 | brett.cannon | 2007-05-20 16:17:38 -0700 (Sun, 20 May 2007) | 4 lines
      
          Remove the macfs module.  This led to the deprecation of macostools.touched();
          it completely relied on macfs and is a no-op on OS X according to code
          comments.
        ........
          r55476 | brett.cannon | 2007-05-20 16:56:18 -0700 (Sun, 20 May 2007) | 3 lines
      
          Move imgfile import to the global namespace to trigger an import error ASAP to
          prevent creation of a test file.
        ........
          r55477 | brett.cannon | 2007-05-20 16:57:38 -0700 (Sun, 20 May 2007) | 3 lines
      
          Cause posixfile to raise a DeprecationWarning.  Documented as deprecated since
          Ptyhon 1.5.
        ........
          r55479 | andrew.kuchling | 2007-05-20 17:03:15 -0700 (Sun, 20 May 2007) | 1 line
      
          Note removed modules
        ........
          r55481 | martin.v.loewis | 2007-05-20 21:35:47 -0700 (Sun, 20 May 2007) | 2 lines
      
          Add Alexandre Vassalotti.
        ........
          r55482 | george.yoshida | 2007-05-20 21:41:21 -0700 (Sun, 20 May 2007) | 4 lines
      
          fix against r55474 [Remove the macfs module]
      
          Remove "libmacfs.tex" from Makefile.deps and mac/mac.tex.
        ........
          r55487 | raymond.hettinger | 2007-05-21 01:13:35 -0700 (Mon, 21 May 2007) | 1 line
      
          Replace assertion with straight error-checking.
        ........
          r55489 | raymond.hettinger | 2007-05-21 09:40:10 -0700 (Mon, 21 May 2007) | 1 line
      
          Allow all alphanumeric and underscores in type and field names.
        ........
          r55490 | facundo.batista | 2007-05-21 10:32:32 -0700 (Mon, 21 May 2007) | 5 lines
      
      
          Added timeout support to HTTPSConnection, through the
          socket.create_connection function. Also added a small
          test for this, and updated NEWS file.
        ........
          r55495 | georg.brandl | 2007-05-21 13:34:16 -0700 (Mon, 21 May 2007) | 2 lines
      
          Patch #1686487: you can now pass any mapping after '**' in function calls.
        ........
          r55502 | neal.norwitz | 2007-05-21 23:03:36 -0700 (Mon, 21 May 2007) | 1 line
      
          Document new params to HTTPSConnection
        ........
          r55504 | neal.norwitz | 2007-05-22 00:16:10 -0700 (Tue, 22 May 2007) | 1 line
      
          Stop using METH_OLDARGS
        ........
          r55505 | neal.norwitz | 2007-05-22 00:16:44 -0700 (Tue, 22 May 2007) | 1 line
      
          Stop using METH_OLDARGS implicitly
        ........
      ................
      d59da4b4
  28. 27 Nis, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Checkpoint. Manipulated things so that string literals are always · 572dbf8f
      Guido van Rossum yazdı
      unicode, and a few other compensating changes, e.g. str <- unicode,
      chr <- unichr, and repr() of a unicode string no longer starts
      with 'u'.  Lots of unit tests are broken, but some basic things
      work, in particular distutils works so the extensions can be built,
      and test_builtin.py works.
      572dbf8f
  29. 17 Nis, 2007 1 kayıt (commit)
  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. 10 Ock, 2007 1 kayıt (commit)
  32. 18 Agu, 2006 1 kayıt (commit)
  33. 23 Mar, 2005 1 kayıt (commit)
  34. 21 Mar, 2005 2 kayıt (commit)
  35. 20 Mar, 2005 1 kayıt (commit)