1. 20 May, 2010 4 kayıt (commit)
  2. 27 Eki, 2009 3 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · f18d5cea
      Georg Brandl yazdı
      Merged revisions 73286,73294,73296,73459,73462-73463,73544,73576-73577,73595-73596,73693-73694,73704-73705,73707,73713,73937-73940,73945,73951,73979 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73286 | georg.brandl | 2009-06-08 09:57:35 +0200 (Mo, 08 Jun 2009) | 1 line
      
        Remove period from end of headings.
      ........
        r73294 | georg.brandl | 2009-06-08 15:34:52 +0200 (Mo, 08 Jun 2009) | 1 line
      
        #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().
      ........
        r73296 | georg.brandl | 2009-06-08 18:03:41 +0200 (Mo, 08 Jun 2009) | 1 line
      
        #6238: add fillchar to string.just function family.
      ........
        r73459 | raymond.hettinger | 2009-06-17 03:43:47 +0200 (Mi, 17 Jun 2009) | 1 line
      
        Add usage note.
      ........
        r73462 | georg.brandl | 2009-06-17 11:36:21 +0200 (Mi, 17 Jun 2009) | 1 line
      
        #6295: clarify blocking behavior of getch().
      ........
        r73463 | georg.brandl | 2009-06-17 11:43:31 +0200 (Mi, 17 Jun 2009) | 1 line
      
        #6255: document PyInt_FromSize_t.
      ........
        r73544 | georg.brandl | 2009-06-24 08:41:19 +0200 (Mi, 24 Jun 2009) | 1 line
      
        #6332: fix word dupes throughout the source.
      ........
        r73576 | benjamin.peterson | 2009-06-27 01:37:06 +0200 (Sa, 27 Jun 2009) | 1 line
      
        document is_declared_global()
      ........
        r73577 | benjamin.peterson | 2009-06-27 16:16:23 +0200 (Sa, 27 Jun 2009) | 1 line
      
        link to extensive generator docs in the reference manual
      ........
        r73595 | ezio.melotti | 2009-06-28 01:45:39 +0200 (So, 28 Jun 2009) | 1 line
      
        stmt and setup can contain multiple statements, see #5896
      ........
        r73596 | ezio.melotti | 2009-06-28 02:07:45 +0200 (So, 28 Jun 2009) | 1 line
      
        Fixed a wrong apostrophe
      ........
        r73693 | jesse.noller | 2009-06-29 20:20:34 +0200 (Mo, 29 Jun 2009) | 1 line
      
        Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons
      ........
        r73694 | jesse.noller | 2009-06-29 20:24:26 +0200 (Mo, 29 Jun 2009) | 1 line
      
        Issue 5740: multiprocessing.connection.* authkey fixes
      ........
        r73704 | georg.brandl | 2009-06-30 18:15:43 +0200 (Di, 30 Jun 2009) | 1 line
      
        #6376: fix copy-n-paste oversight.
      ........
        r73705 | georg.brandl | 2009-06-30 18:17:28 +0200 (Di, 30 Jun 2009) | 1 line
      
        #6374: add a bit of explanation about shell=True on Windows.
      ........
        r73707 | georg.brandl | 2009-06-30 18:35:11 +0200 (Di, 30 Jun 2009) | 1 line
      
        #6371: fix link targets.
      ........
        r73713 | ezio.melotti | 2009-07-01 00:56:16 +0200 (Mi, 01 Jul 2009) | 1 line
      
        Fixed a backslash that was not supposed to be there
      ........
        r73937 | georg.brandl | 2009-07-11 12:12:36 +0200 (Sa, 11 Jul 2009) | 1 line
      
        Fix style.
      ........
        r73938 | georg.brandl | 2009-07-11 12:14:54 +0200 (Sa, 11 Jul 2009) | 1 line
      
        #6446: fix import_spam() function to use correct error and reference handling.
      ........
        r73939 | georg.brandl | 2009-07-11 12:18:10 +0200 (Sa, 11 Jul 2009) | 1 line
      
        #6448: clarify docs for find_module().
      ........
        r73940 | georg.brandl | 2009-07-11 12:37:38 +0200 (Sa, 11 Jul 2009) | 1 line
      
        #6430: add note about size of "u" type.
      ........
        r73945 | georg.brandl | 2009-07-11 12:51:31 +0200 (Sa, 11 Jul 2009) | 1 line
      
        #6456: clarify the meaning of constants used as arguments to nl_langinfo().
      ........
        r73951 | georg.brandl | 2009-07-11 16:23:38 +0200 (Sa, 11 Jul 2009) | 2 lines
      
        array.array is actually a class.
      ........
        r73979 | benjamin.peterson | 2009-07-12 18:56:54 +0200 (So, 12 Jul 2009) | 1 line
      
        add versionadded
      ........
      f18d5cea
    • Georg Brandl's avatar
      Merged revisions 70171,70183,70290,70292,70315,70438,70464 via svnmerge from · 51b72162
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70171 | facundo.batista | 2009-03-04 22:18:17 +0100 (Mi, 04 Mär 2009) | 3 lines
      
        Fixed a typo.
      ........
        r70183 | benjamin.peterson | 2009-03-05 01:17:57 +0100 (Do, 05 Mär 2009) | 1 line
      
        add example
      ........
        r70290 | raymond.hettinger | 2009-03-10 02:07:30 +0100 (Di, 10 Mär 2009) | 1 line
      
        Update url for the spec.
      ........
        r70292 | raymond.hettinger | 2009-03-10 05:40:24 +0100 (Di, 10 Mär 2009) | 1 line
      
        Clarify the meaning of normal and subnormal.
      ........
        r70315 | raymond.hettinger | 2009-03-12 01:25:03 +0100 (Do, 12 Mär 2009) | 1 line
      
        Add reference to solution for a commonly asked question.
      ........
        r70438 | benjamin.peterson | 2009-03-17 21:29:51 +0100 (Di, 17 Mär 2009) | 1 line
      
        I thought this was begging for an example
      ........
        r70464 | benjamin.peterson | 2009-03-18 21:58:09 +0100 (Mi, 18 Mär 2009) | 1 line
      
        a much better example
      ........
      51b72162
    • Georg Brandl's avatar
      Merged revisions 68776-68777 via svnmerge from · 4f8084ed
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68776 | benjamin.peterson | 2009-01-19 17:17:54 +0100 (Mo, 19 Jan 2009) | 1 line
      
        move BufferedIOBase into the base class section
      ........
        r68777 | benjamin.peterson | 2009-01-19 17:18:27 +0100 (Mo, 19 Jan 2009) | 1 line
      
        add email address
      ........
      4f8084ed
  3. 28 Haz, 2009 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 73623-73624 via svnmerge from · d76c8da0
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r73623 | benjamin.peterson | 2009-06-28 12:22:03 -0500 (Sun, 28 Jun 2009) | 58 lines
      
        Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73004 | jeffrey.yasskin | 2009-05-28 22:44:31 -0500 (Thu, 28 May 2009) | 5 lines
      
          Fix nearly all compilation warnings under Apple gcc-4.0.  Tested with OPT="-g
          -Wall -Wstrict-prototypes -Werror" in both --with-pydebug mode and --without.
          There's still a batch of non-prototype warnings in Xlib.h that I don't know how
          to fix.
        ........
          r73439 | benjamin.peterson | 2009-06-15 19:29:31 -0500 (Mon, 15 Jun 2009) | 1 line
      
          don't mask encoding errors when decoding a string #6289
        ........
          r73496 | vinay.sajip | 2009-06-21 12:37:27 -0500 (Sun, 21 Jun 2009) | 1 line
      
          Issue #6314: logging.basicConfig() performs extra checks on the "level" argument.
        ........
          r73509 | amaury.forgeotdarc | 2009-06-22 14:33:48 -0500 (Mon, 22 Jun 2009) | 2 lines
      
          #4490 Fix sample code run by "python -m xml.sax.xmlreader"
        ........
          r73529 | r.david.murray | 2009-06-23 13:02:46 -0500 (Tue, 23 Jun 2009) | 4 lines
      
          Fix issue 5230 by having pydoc's safeimport check to see if the import
          error was thrown from itself in order to decide if the module can't be
          found.  Thanks to Lucas Prado Melo for collaborating on the fix and tests.
        ........
          r73564 | amaury.forgeotdarc | 2009-06-25 17:29:29 -0500 (Thu, 25 Jun 2009) | 6 lines
      
          #2016 Fix a crash in function call when the **kwargs dictionary is mutated
          during the function call setup.
      
          This even gives a slight speedup, probably because tuple allocation
          is faster than PyMem_NEW.
        ........
          r73576 | benjamin.peterson | 2009-06-26 18:37:06 -0500 (Fri, 26 Jun 2009) | 1 line
      
          document is_declared_global()
        ........
          r73577 | benjamin.peterson | 2009-06-27 09:16:23 -0500 (Sat, 27 Jun 2009) | 1 line
      
          link to extensive generator docs in the reference manual
        ........
          r73595 | ezio.melotti | 2009-06-27 18:45:39 -0500 (Sat, 27 Jun 2009) | 1 line
      
          stmt and setup can contain multiple statements, see #5896
        ........
          r73596 | ezio.melotti | 2009-06-27 19:07:45 -0500 (Sat, 27 Jun 2009) | 1 line
      
          Fixed a wrong apostrophe
        ........
          r73605 | georg.brandl | 2009-06-28 07:10:18 -0500 (Sun, 28 Jun 2009) | 1 line
      
          Remove stray pychecker directive.
        ........
      ................
        r73624 | benjamin.peterson | 2009-06-28 12:32:20 -0500 (Sun, 28 Jun 2009) | 1 line
      
        document BufferedIOBase.raw and TextIOBase.buffer
      ................
      d76c8da0
    • Benjamin Peterson's avatar
      Merged revisions… · 0289b158
      Benjamin Peterson yazdı
      Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73004 | jeffrey.yasskin | 2009-05-28 22:44:31 -0500 (Thu, 28 May 2009) | 5 lines
      
        Fix nearly all compilation warnings under Apple gcc-4.0.  Tested with OPT="-g
        -Wall -Wstrict-prototypes -Werror" in both --with-pydebug mode and --without.
        There's still a batch of non-prototype warnings in Xlib.h that I don't know how
        to fix.
      ........
        r73439 | benjamin.peterson | 2009-06-15 19:29:31 -0500 (Mon, 15 Jun 2009) | 1 line
      
        don't mask encoding errors when decoding a string #6289
      ........
        r73496 | vinay.sajip | 2009-06-21 12:37:27 -0500 (Sun, 21 Jun 2009) | 1 line
      
        Issue #6314: logging.basicConfig() performs extra checks on the "level" argument.
      ........
        r73509 | amaury.forgeotdarc | 2009-06-22 14:33:48 -0500 (Mon, 22 Jun 2009) | 2 lines
      
        #4490 Fix sample code run by "python -m xml.sax.xmlreader"
      ........
        r73529 | r.david.murray | 2009-06-23 13:02:46 -0500 (Tue, 23 Jun 2009) | 4 lines
      
        Fix issue 5230 by having pydoc's safeimport check to see if the import
        error was thrown from itself in order to decide if the module can't be
        found.  Thanks to Lucas Prado Melo for collaborating on the fix and tests.
      ........
        r73564 | amaury.forgeotdarc | 2009-06-25 17:29:29 -0500 (Thu, 25 Jun 2009) | 6 lines
      
        #2016 Fix a crash in function call when the **kwargs dictionary is mutated
        during the function call setup.
      
        This even gives a slight speedup, probably because tuple allocation
        is faster than PyMem_NEW.
      ........
        r73576 | benjamin.peterson | 2009-06-26 18:37:06 -0500 (Fri, 26 Jun 2009) | 1 line
      
        document is_declared_global()
      ........
        r73577 | benjamin.peterson | 2009-06-27 09:16:23 -0500 (Sat, 27 Jun 2009) | 1 line
      
        link to extensive generator docs in the reference manual
      ........
        r73595 | ezio.melotti | 2009-06-27 18:45:39 -0500 (Sat, 27 Jun 2009) | 1 line
      
        stmt and setup can contain multiple statements, see #5896
      ........
        r73596 | ezio.melotti | 2009-06-27 19:07:45 -0500 (Sat, 27 Jun 2009) | 1 line
      
        Fixed a wrong apostrophe
      ........
        r73605 | georg.brandl | 2009-06-28 07:10:18 -0500 (Sun, 28 Jun 2009) | 1 line
      
        Remove stray pychecker directive.
      ........
      0289b158
  4. 26 Haz, 2009 1 kayıt (commit)
  5. 09 Mar, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · e0124bd9
      Benjamin Peterson yazdı
      Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69998 | benjamin.peterson | 2009-02-26 13:04:40 -0600 (Thu, 26 Feb 2009) | 1 line
      
        the startship is rather outdated now
      ........
        r69999 | benjamin.peterson | 2009-02-26 13:05:59 -0600 (Thu, 26 Feb 2009) | 1 line
      
        comma
      ........
        r70002 | andrew.kuchling | 2009-02-26 16:34:30 -0600 (Thu, 26 Feb 2009) | 1 line
      
        The curses panel library is now supported
      ........
        r70022 | georg.brandl | 2009-02-27 10:23:18 -0600 (Fri, 27 Feb 2009) | 1 line
      
        #5361: fix typo.
      ........
        r70023 | georg.brandl | 2009-02-27 10:39:26 -0600 (Fri, 27 Feb 2009) | 1 line
      
        #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code.
      ........
        r70025 | georg.brandl | 2009-02-27 10:52:55 -0600 (Fri, 27 Feb 2009) | 1 line
      
        #5344: fix punctuation.
      ........
        r70026 | georg.brandl | 2009-02-27 10:59:03 -0600 (Fri, 27 Feb 2009) | 1 line
      
        #5365: add quick look conversion table for different time representations.
      ........
        r70061 | hirokazu.yamamoto | 2009-02-28 09:24:00 -0600 (Sat, 28 Feb 2009) | 1 line
      
        Binary flag is needed on windows.
      ........
        r70086 | benjamin.peterson | 2009-03-01 21:35:12 -0600 (Sun, 01 Mar 2009) | 1 line
      
        fix a silly problem of caching gone wrong #5401
      ........
        r70145 | benjamin.peterson | 2009-03-03 16:51:57 -0600 (Tue, 03 Mar 2009) | 1 line
      
        making the writing more formal
      ........
        r70171 | facundo.batista | 2009-03-04 15:18:17 -0600 (Wed, 04 Mar 2009) | 3 lines
      
        Fixed a typo.
      ........
        r70183 | benjamin.peterson | 2009-03-04 18:17:57 -0600 (Wed, 04 Mar 2009) | 1 line
      
        add example
      ........
        r70188 | hirokazu.yamamoto | 2009-03-05 03:34:14 -0600 (Thu, 05 Mar 2009) | 1 line
      
        Fixed memory leak on failure.
      ........
        r70235 | benjamin.peterson | 2009-03-07 18:21:17 -0600 (Sat, 07 Mar 2009) | 1 line
      
        fix funky indentation
      ........
        r70244 | martin.v.loewis | 2009-03-08 09:06:19 -0500 (Sun, 08 Mar 2009) | 2 lines
      
        Add Chris Withers.
      ........
        r70275 | georg.brandl | 2009-03-09 11:35:48 -0500 (Mon, 09 Mar 2009) | 2 lines
      
        Add missing space.
      ........
        r70281 | benjamin.peterson | 2009-03-09 15:38:56 -0500 (Mon, 09 Mar 2009) | 1 line
      
        gzip and bz2 are context managers
      ........
      e0124bd9
  6. 05 Mar, 2009 1 kayıt (commit)
  7. 23 Ock, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from · aa069003
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68750 | benjamin.peterson | 2009-01-18 16:47:04 -0600 (Sun, 18 Jan 2009) | 1 line
      
        fix encoding cookie case
      ........
        r68776 | benjamin.peterson | 2009-01-19 10:17:54 -0600 (Mon, 19 Jan 2009) | 1 line
      
        move BufferedIOBase into the base class section
      ........
        r68777 | benjamin.peterson | 2009-01-19 10:18:27 -0600 (Mon, 19 Jan 2009) | 1 line
      
        add email address
      ........
        r68811 | benjamin.peterson | 2009-01-20 12:58:27 -0600 (Tue, 20 Jan 2009) | 1 line
      
        fix url
      ........
        r68842 | andrew.kuchling | 2009-01-20 20:16:26 -0600 (Tue, 20 Jan 2009) | 1 line
      
        Markup fixes
      ........
        r68859 | georg.brandl | 2009-01-22 12:29:28 -0600 (Thu, 22 Jan 2009) | 2 lines
      
        Clarify wording.
      ........
      aa069003
  8. 19 Ock, 2009 1 kayıt (commit)
  9. 20 Agu, 2008 4 kayıt (commit)
  10. 17 Agu, 2008 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from · 55e00f27
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r65715 | benjamin.peterson | 2008-08-16 16:04:16 -0500 (Sat, 16 Aug 2008) | 1 line
      
        add some documentation for symtable
      ........
        r65724 | benjamin.peterson | 2008-08-16 17:11:33 -0500 (Sat, 16 Aug 2008) | 2 lines
      
        include filename and line number in SyntaxError
      ........
        r65726 | georg.brandl | 2008-08-16 17:37:05 -0500 (Sat, 16 Aug 2008) | 2 lines
      
        Review symtable docs.
      ........
        r65732 | benjamin.peterson | 2008-08-16 18:29:40 -0500 (Sat, 16 Aug 2008) | 1 line
      
        PySTEntry's constructor is static; there's no point in a fancy API name
      ........
        r65736 | benjamin.peterson | 2008-08-16 20:09:17 -0500 (Sat, 16 Aug 2008) | 1 line
      
        expose PySTEntry.nested so the symtable module will work
      ........
        r65737 | benjamin.peterson | 2008-08-16 20:17:15 -0500 (Sat, 16 Aug 2008) | 1 line
      
        a few improvements
      ........
        r65738 | benjamin.peterson | 2008-08-16 20:27:30 -0500 (Sat, 16 Aug 2008) | 1 line
      
        fix compile errors
      ........
        r65739 | benjamin.peterson | 2008-08-16 21:23:43 -0500 (Sat, 16 Aug 2008) | 1 line
      
        uhh PySTEntry->ste_unoptimized has to be exposed too
      ........
        r65775 | benjamin.peterson | 2008-08-17 12:13:26 -0500 (Sun, 17 Aug 2008) | 5 lines
      
        get the symtable module back in working order
        - Fix broken functions
        - Add (hopefully) extensive tests
        - Modernize a little
      ........
      55e00f27
    • Benjamin Peterson's avatar
      a few improvements · e3444c8b
      Benjamin Peterson yazdı
      e3444c8b
  11. 16 Agu, 2008 2 kayıt (commit)