1. 28 Tem, 2012 1 kayıt (commit)
  2. 03 Mar, 2012 1 kayıt (commit)
  3. 02 Mar, 2012 2 kayıt (commit)
  4. 14 Eki, 2011 1 kayıt (commit)
  5. 09 Eki, 2011 1 kayıt (commit)
  6. 28 Eyl, 2011 1 kayıt (commit)
  7. 26 Tem, 2011 1 kayıt (commit)
  8. 02 Tem, 2011 4 kayıt (commit)
  9. 27 May, 2011 2 kayıt (commit)
  10. 09 May, 2010 2 kayıt (commit)
  11. 21 Nis, 2010 1 kayıt (commit)
  12. 18 Eki, 2009 1 kayıt (commit)
  13. 29 Eyl, 2009 2 kayıt (commit)
  14. 13 May, 2009 1 kayıt (commit)
  15. 10 May, 2009 1 kayıt (commit)
  16. 03 May, 2009 1 kayıt (commit)
  17. 02 May, 2009 1 kayıt (commit)
  18. 21 Nis, 2009 1 kayıt (commit)
  19. 17 Nis, 2009 1 kayıt (commit)
  20. 16 Nis, 2009 1 kayıt (commit)
    • Eric Smith's avatar
      The other half of Issue #1580: use short float repr where possible. · 0923d1d8
      Eric Smith yazdı
      Addresses the float -> string conversion, using David Gay's code which
      was added in Mark Dickinson's checkin r71663.
      
      Also addresses these, which are intertwined with the short repr
      changes:
      
      - Issue #5772: format(1e100, '<') produces '1e+100', not '1.0e+100'
      - Issue #5515: 'n' formatting with commas no longer works poorly
          with leading zeros.
      - PEP 378 Format Specifier for Thousands Separator: implemented
          for floats.
      0923d1d8
  21. 18 Mar, 2009 1 kayıt (commit)
  22. 15 Mar, 2009 1 kayıt (commit)
  23. 06 Eyl, 2008 1 kayıt (commit)
  24. 13 Agu, 2008 1 kayıt (commit)
  25. 27 Haz, 2008 1 kayıt (commit)
  26. 17 Haz, 2008 1 kayıt (commit)
    • Amaury Forgeot d'Arc's avatar
      Merged revisions… · 35c8658a
      Amaury Forgeot d'Arc yazdı
      Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r64119 | andrew.kuchling | 2008-06-11 14:53:14 +0200 (mer., 11 juin 2008) | 1 line
      
        Note PEP 371 section
      ........
        r64147 | benjamin.peterson | 2008-06-11 22:04:30 +0200 (mer., 11 juin 2008) | 2 lines
      
        update ACKS and NEWs for multiprocessing
      ........
        r64150 | georg.brandl | 2008-06-11 22:28:06 +0200 (mer., 11 juin 2008) | 2 lines
      
        Can we agree to put dots at entry ends? Thanks.
      ........
        r64165 | armin.rigo | 2008-06-12 11:50:58 +0200 (jeu., 12 juin 2008) | 3 lines
      
        Sounds obvious, but I didn't even realize that you can put non-string
        keys in type dictionaries without using this locals() hack.
      ........
        r64219 | neal.norwitz | 2008-06-13 08:00:46 +0200 (ven., 13 juin 2008) | 1 line
      
        Check for memory alloc failure
      ........
        r64220 | neal.norwitz | 2008-06-13 08:02:26 +0200 (ven., 13 juin 2008) | 3 lines
      
        Fix some memory dealloc problems when exceptions occur.
        It caused: "Fatal Python error: UNREF invalid object" in the DoubleTest.
      ........
        r64221 | neal.norwitz | 2008-06-13 08:03:25 +0200 (ven., 13 juin 2008) | 3 lines
      
        Fix typo in method name.  The LT class implemented less than.  The LE class
        should implement less than or equal to (as the code does).
      ........
        r64229 | georg.brandl | 2008-06-13 15:26:54 +0200 (ven., 13 juin 2008) | 2 lines
      
        Clarification.
      ........
        r64230 | robert.schuppenies | 2008-06-13 15:29:37 +0200 (ven., 13 juin 2008) | 2 lines
      
        Fixed: sys.getsizeof does not take the actual length of the tuples into account.
      ........
        r64233 | benjamin.peterson | 2008-06-13 17:11:50 +0200 (ven., 13 juin 2008) | 2 lines
      
        platform.uname now tries to fill empty values even when os.uname is present
      ........
        r64235 | benjamin.peterson | 2008-06-13 17:41:09 +0200 (ven., 13 juin 2008) | 1 line
      
        set svn:ignore on multiprocessing
      ........
        r64253 | andrew.kuchling | 2008-06-13 21:38:18 +0200 (ven., 13 juin 2008) | 1 line
      
        Typo fixes
      ........
        r64278 | martin.v.loewis | 2008-06-14 16:24:47 +0200 (sam., 14 juin 2008) | 2 lines
      
        Disable UAC by default.
      ........
        r64280 | gregory.p.smith | 2008-06-14 19:34:09 +0200 (sam., 14 juin 2008) | 3 lines
      
        silence the test when it is skipped on some platforms.  should fix a
        buildbot.
      ........
        r64301 | georg.brandl | 2008-06-15 21:54:36 +0200 (dim., 15 juin 2008) | 2 lines
      
        Forward-port new test from r64300.
      ........
        r64303 | raymond.hettinger | 2008-06-16 03:42:40 +0200 (lun., 16 juin 2008) | 1 line
      
        Issue 3116: fix quadratic behavior in marshal.dumps().
      ........
        r64320 | georg.brandl | 2008-06-16 23:00:47 +0200 (lun., 16 juin 2008) | 2 lines
      
        Add Jesse Noller to the developers list.
      ........
        r64328 | georg.brandl | 2008-06-17 11:01:35 +0200 (mar., 17 juin 2008) | 2 lines
      
        Split the HTML index.
      ........
        r64338 | vinay.sajip | 2008-06-17 13:02:14 +0200 (mar., 17 juin 2008) | 1 line
      
        Bug #3126: StreamHandler and FileHandler check before calling "flush" and "close" that the stream object has these, using hasattr (thanks to bobf for the patch).
      ........
        r64339 | vinay.sajip | 2008-06-17 13:04:02 +0200 (mar., 17 juin 2008) | 1 line
      
        Updated with fix for #3126.
      ........
      35c8658a
  27. 11 Haz, 2008 1 kayıt (commit)
  28. 26 May, 2008 3 kayıt (commit)
  29. 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
  30. 01 Şub, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 60475-60479,60481-60488 via svnmerge from · 400adb03
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60482 | raymond.hettinger | 2008-01-31 23:07:16 +0100 (Thu, 31 Jan 2008) | 1 line
      
        Minor wordsmithing on docstring
      ........
        r60483 | mark.dickinson | 2008-01-31 23:17:37 +0100 (Thu, 31 Jan 2008) | 5 lines
      
        Issue #1678380.  Fix a bug that identifies 0j and -0j when they appear
        in the same code unit. The fix is essentially the same as the fix for a
        previous bug identifying 0. and -0.
      ........
        r60484 | christian.heimes | 2008-02-01 00:08:23 +0100 (Fri, 01 Feb 2008) | 1 line
      
        Fixed bug #1983: Return from fork() is pid_t, not int
      ........
        r60486 | jeffrey.yasskin | 2008-02-01 07:22:46 +0100 (Fri, 01 Feb 2008) | 4 lines
      
        Move __builtins__.trunc() to math.trunc() per
        http://mail.python.org/pipermail/python-dev/2008-January/076626.html and issue
        1965.
      ........
        r60487 | jeffrey.yasskin | 2008-02-01 08:05:46 +0100 (Fri, 01 Feb 2008) | 3 lines
      
        Roll back r60248. It's useful to encourage users not to change Rational
        instances.
      ........
        r60488 | neal.norwitz | 2008-02-01 08:22:59 +0100 (Fri, 01 Feb 2008) | 1 line
      
        Fix refleak
      ........
      400adb03
  31. 31 Ock, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 60441-60474 via svnmerge from · 7b3ce6a1
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60441 | christian.heimes | 2008-01-30 12:46:00 +0100 (Wed, 30 Jan 2008) | 1 line
      
        Removed unused var
      ........
        r60448 | christian.heimes | 2008-01-30 18:21:22 +0100 (Wed, 30 Jan 2008) | 1 line
      
        Fixed some references leaks in sys.
      ........
        r60450 | christian.heimes | 2008-01-30 19:58:29 +0100 (Wed, 30 Jan 2008) | 1 line
      
        The previous change was causing a segfault after multiple calls to Py_Initialize() and Py_Finalize().
      ........
        r60463 | raymond.hettinger | 2008-01-30 23:17:31 +0100 (Wed, 30 Jan 2008) | 1 line
      
        Update itertool recipes
      ........
        r60464 | christian.heimes | 2008-01-30 23:54:18 +0100 (Wed, 30 Jan 2008) | 1 line
      
        Bug #1234: Fixed semaphore errors on AIX 5.2
      ........
        r60469 | raymond.hettinger | 2008-01-31 02:38:15 +0100 (Thu, 31 Jan 2008) | 6 lines
      
        Fix defect in __ixor__ which would get the wrong
        answer if the input iterable had a duplicate element
        (two calls to toggle() reverse each other).  Borrow
        the correct code from sets.py.
      ........
        r60470 | raymond.hettinger | 2008-01-31 02:42:11 +0100 (Thu, 31 Jan 2008) | 1 line
      
        Missing return
      ........
        r60471 | jeffrey.yasskin | 2008-01-31 08:44:11 +0100 (Thu, 31 Jan 2008) | 4 lines
      
        Added more documentation on how mixed-mode arithmetic should be implemented. I
        also noticed and fixed a bug in Rational's forward operators (they were
        claiming all instances of numbers.Rational instead of just the concrete types).
      ........
      7b3ce6a1