1. 02 Agu, 2010 1 kayıt (commit)
  2. 01 Agu, 2010 3 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 83370,83372-83374,83384 via svnmerge from · e5d518f2
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83370 | georg.brandl | 2010-07-31 23:51:48 +0200 (Sa, 31 Jul 2010) | 5 lines
      
        #8198: the Helper class should not save the stdin and stdout objects
        at import time, rather by default use the current streams like the
        other APIs that output help.
      ........
        r83372 | georg.brandl | 2010-08-01 00:05:54 +0200 (So, 01 Aug 2010) | 1 line
      
        #4007: remove *.a and *.so.X.Y files in "make clean".
      ........
        r83373 | georg.brandl | 2010-08-01 00:11:11 +0200 (So, 01 Aug 2010) | 1 line
      
        #5147: revert accidental indentation of header constant for MozillaCookieJar.
      ........
        r83374 | georg.brandl | 2010-08-01 00:32:52 +0200 (So, 01 Aug 2010) | 1 line
      
        #5146: handle UID THREAD command correctly.
      ........
        r83384 | georg.brandl | 2010-08-01 08:32:55 +0200 (So, 01 Aug 2010) | 1 line
      
        Build properties using lambdas.  This makes test_pyclbr pass again, because it does not think that input and output are methods anymore.
      ........
      e5d518f2
    • Georg Brandl's avatar
      Merged revisions 83371,83390 via svnmerge from · caa78fee
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83371 | georg.brandl | 2010-07-31 23:54:24 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3).
      ........
        r83390 | georg.brandl | 2010-08-01 10:07:49 +0200 (So, 01 Aug 2010) | 1 line
      
        #8230: make Lib/test/sortperf.py run on Python 3.
      ........
      caa78fee
    • Georg Brandl's avatar
      Merged revisions 83393,83396,83398,83404-83405,83408 via svnmerge from · cea7e559
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83393 | georg.brandl | 2010-08-01 10:35:29 +0200 (So, 01 Aug 2010) | 1 line
      
        #1690103: fix initial namespace for code run with trace.main().
      ........
        r83396 | georg.brandl | 2010-08-01 10:52:32 +0200 (So, 01 Aug 2010) | 1 line
      
        #4810: document "--" option separator in timeit help.
      ........
        r83398 | georg.brandl | 2010-08-01 11:06:34 +0200 (So, 01 Aug 2010) | 1 line
      
        #8826: the "expires" attribute value is a date string with spaces, but apparently not all user-agents put it in quotes.  Handle that as a special case.
      ........
        r83404 | georg.brandl | 2010-08-01 16:25:22 +0200 (So, 01 Aug 2010) | 1 line
      
        #6439: fix argument type for PySys_SetArgvEx() and Py_SetProgramName() in Demo/embed code.
      ........
        r83405 | georg.brandl | 2010-08-01 16:38:17 +0200 (So, 01 Aug 2010) | 1 line
      
        #4943: do not try to include drive letters (and colons) when looking for a probably module name.
      ........
        r83408 | georg.brandl | 2010-08-01 17:30:56 +0200 (So, 01 Aug 2010) | 1 line
      
        #5551: symbolic links never can be mount points.  Fixes the fix for #1713.
      ........
      cea7e559
  3. 25 Tem, 2010 1 kayıt (commit)
  4. 04 Haz, 2010 1 kayıt (commit)
  5. 28 Nis, 2010 1 kayıt (commit)
  6. 22 Şub, 2010 1 kayıt (commit)
  7. 20 Ara, 2009 1 kayıt (commit)
  8. 11 Kas, 2009 1 kayıt (commit)
  9. 29 Eyl, 2009 1 kayıt (commit)
  10. 11 Eyl, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 74745 via svnmerge from · a833206d
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r74745 | benjamin.peterson | 2009-09-11 17:24:02 -0500 (Fri, 11 Sep 2009) | 98 lines
      
        Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74277 | sean.reifschneider | 2009-08-01 18:54:55 -0500 (Sat, 01 Aug 2009) | 3 lines
      
          - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with
            NUL: Bogus TypeError detail string.
        ........
          r74321 | guilherme.polo | 2009-08-05 11:51:41 -0500 (Wed, 05 Aug 2009) | 1 line
      
          Easier reference to find (at least while svn continues being used).
        ........
          r74323 | guilherme.polo | 2009-08-05 18:48:26 -0500 (Wed, 05 Aug 2009) | 1 line
      
          Typo.
        ........
          r74326 | jesse.noller | 2009-08-05 21:05:56 -0500 (Wed, 05 Aug 2009) | 1 line
      
          Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address
        ........
          r74355 | gregory.p.smith | 2009-08-12 12:02:37 -0500 (Wed, 12 Aug 2009) | 2 lines
      
          comment typo fix
        ........
          r74465 | vinay.sajip | 2009-08-15 18:23:12 -0500 (Sat, 15 Aug 2009) | 1 line
      
          Added section on logging to one file from multiple processes.
        ........
          r74467 | vinay.sajip | 2009-08-15 18:34:47 -0500 (Sat, 15 Aug 2009) | 1 line
      
          Refined section on logging to one file from multiple processes.
        ........
          r74488 | vinay.sajip | 2009-08-17 08:14:37 -0500 (Mon, 17 Aug 2009) | 1 line
      
          Further refined section on logging to one file from multiple processes.
        ........
          r74492 | r.david.murray | 2009-08-17 14:26:49 -0500 (Mon, 17 Aug 2009) | 2 lines
      
          Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation.
        ........
          r74513 | skip.montanaro | 2009-08-18 09:37:52 -0500 (Tue, 18 Aug 2009) | 1 line
      
          missing module ref (issue6723)
        ........
          r74531 | vinay.sajip | 2009-08-20 17:04:32 -0500 (Thu, 20 Aug 2009) | 1 line
      
          Added section on exceptions raised during logging.
        ........
          r74549 | benjamin.peterson | 2009-08-24 12:42:36 -0500 (Mon, 24 Aug 2009) | 1 line
      
          fix pdf building by teaching latex the right encoding package
        ........
          r74553 | r.david.murray | 2009-08-26 20:04:59 -0500 (Wed, 26 Aug 2009) | 2 lines
      
          Remove leftover text from end of sentence.
        ........
          r74625 | benjamin.peterson | 2009-09-01 17:27:57 -0500 (Tue, 01 Sep 2009) | 1 line
      
          remove the check that classmethod's argument is a callable
        ........
          r74632 | georg.brandl | 2009-09-03 02:27:26 -0500 (Thu, 03 Sep 2009) | 1 line
      
          #6828: fix wrongly highlighted blocks.
        ........
          r74643 | georg.brandl | 2009-09-04 01:59:20 -0500 (Fri, 04 Sep 2009) | 2 lines
      
          Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module.
        ........
          r74644 | georg.brandl | 2009-09-04 02:55:14 -0500 (Fri, 04 Sep 2009) | 1 line
      
          #5047: remove Monterey support from configure.
        ........
          r74647 | georg.brandl | 2009-09-04 03:17:04 -0500 (Fri, 04 Sep 2009) | 2 lines
      
          Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented.
        ........
          r74652 | georg.brandl | 2009-09-04 06:25:37 -0500 (Fri, 04 Sep 2009) | 1 line
      
          #6756: add some info about the "acct" parameter.
        ........
          r74666 | georg.brandl | 2009-09-05 04:04:09 -0500 (Sat, 05 Sep 2009) | 1 line
      
          #6841: remove duplicated word.
        ........
          r74671 | georg.brandl | 2009-09-05 11:47:17 -0500 (Sat, 05 Sep 2009) | 1 line
      
          #6843: add link from filterwarnings to where the meaning of the arguments is covered.
        ........
          r74727 | benjamin.peterson | 2009-09-08 18:04:22 -0500 (Tue, 08 Sep 2009) | 1 line
      
          #6865 fix ref counting in initialization of pwd module
        ........
          r74739 | georg.brandl | 2009-09-11 02:55:20 -0500 (Fri, 11 Sep 2009) | 1 line
      
          Move function back to its section.
        ........
      ................
      a833206d
  11. 04 Eyl, 2009 1 kayıt (commit)
  12. 26 Tem, 2009 1 kayıt (commit)
  13. 04 Haz, 2009 1 kayıt (commit)
  14. 08 May, 2009 1 kayıt (commit)
  15. 11 Nis, 2009 1 kayıt (commit)
  16. 03 Nis, 2009 1 kayıt (commit)
  17. 02 Nis, 2009 1 kayıt (commit)
  18. 01 Nis, 2009 1 kayıt (commit)
  19. 31 Mar, 2009 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Simplify the Request class. The basic components of the parsed · 6c5e28c3
      Jeremy Hylton yazdı
      Request are now available as public attributes, e.g. full_url and
      host.  The accessor methods are deprecated.  The implementation
      replace the complicated __getattr__ machinery with a _parse() method.
      
      The response from an HTTP request is now an HTTPResponse instance
      instead of an addinfourl() wrapper instance.  The wrapper provided
      minimal extract functionality and was undocumented.  The API of
      addinfourl() was preserved, except for close hooks, by adding a few
      methods and public attributes to the HTTPResponse class.
      6c5e28c3
  20. 28 Mar, 2009 1 kayıt (commit)
  21. 27 Mar, 2009 4 kayıt (commit)
  22. 26 Mar, 2009 1 kayıt (commit)
  23. 02 Mar, 2009 1 kayıt (commit)
  24. 11 Şub, 2009 1 kayıt (commit)
  25. 08 Şub, 2009 1 kayıt (commit)
  26. 07 Şub, 2009 1 kayıt (commit)
  27. 02 Şub, 2009 1 kayıt (commit)
    • Kristján Valur Jónsson's avatar
      merging / reimplementing r68532 from the trunk to Py3k · 7e11b3f5
      Kristján Valur Jónsson yazdı
      Enable buffering for HTTPResponse's fp.  read() behaves identically for buffered and non-buffered IO.  read(n) also won't block if n bytes are availble on the socket.  There is therefore no reason not to use buffering.  The reason 2.x disables buffering by default, that some clients may be accessing the underlying socket directly and so bypass the buffering buffer, doesn't apply in 3.x with its redesigned IO library.
      See issue 4448 and issue 4879
      7e11b3f5
  28. 18 Ock, 2009 1 kayıt (commit)
  29. 15 Ara, 2008 1 kayıt (commit)
  30. 30 Kas, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 67442 via svnmerge from · 1742e401
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67442 | jeremy.hylton | 2008-11-28 19:09:35 -0600 (Fri, 28 Nov 2008) | 18 lines
      
        Send HTTP headers and message body in a single send() call.
      
        This change addresses part of issue 4336.
      
        Change endheaders() to take an optional message_body argument
        that is sent along with the headers.  Change xmlrpclib and
        httplib's other methods to use this new interface.
      
        It is more efficient to make a single send() call, which should
        get the entire client request into one packet (assuming it is
        smaller than the MTU) and will avoid the long pause for delayed
        ack following timeout.
      
        Also:
        - Add a comment about the buffer size for makefile().
        - Extract _set_content_length() method and fix whitespace issues there.
      ........
      1742e401
  31. 16 Kas, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from · f608c613
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67154 | hirokazu.yamamoto | 2008-11-07 21:46:17 -0600 (Fri, 07 Nov 2008) | 1 line
      
        Issue #4071: ntpath.abspath returned an empty string for long unicode path.
      ........
        r67157 | georg.brandl | 2008-11-08 05:47:44 -0600 (Sat, 08 Nov 2008) | 2 lines
      
        Don't use "HOWTO" as the title for all howto .tex files.
      ........
        r67158 | georg.brandl | 2008-11-08 05:48:20 -0600 (Sat, 08 Nov 2008) | 2 lines
      
        Update "Documenting" a bit. Concentrate on Python-specifics.
      ........
        r67159 | georg.brandl | 2008-11-08 06:52:25 -0600 (Sat, 08 Nov 2008) | 2 lines
      
        Fix warning.
      ........
        r67175 | benjamin.peterson | 2008-11-08 19:44:32 -0600 (Sat, 08 Nov 2008) | 1 line
      
        update link
      ........
        r67176 | benjamin.peterson | 2008-11-08 19:52:32 -0600 (Sat, 08 Nov 2008) | 1 line
      
        fix comment
      ........
        r67189 | benjamin.peterson | 2008-11-11 15:56:06 -0600 (Tue, 11 Nov 2008) | 1 line
      
        use correct name
      ........
        r67224 | georg.brandl | 2008-11-15 02:10:04 -0600 (Sat, 15 Nov 2008) | 2 lines
      
        #4324: fix getlocale() argument.
      ........
        r67225 | brett.cannon | 2008-11-15 16:33:25 -0600 (Sat, 15 Nov 2008) | 1 line
      
        Clarify the docs for the 'strict' argument to httplib.HTTPConnection.
      ........
        r67226 | brett.cannon | 2008-11-15 16:40:44 -0600 (Sat, 15 Nov 2008) | 4 lines
      
        The docs for httplib.HTTPConnection.putheader() have claimed for quite a while
        that their could be an arbitrary number of values passed in. Turns out the code
        did not match that. The code now matches the docs.
      ........
        r67227 | georg.brandl | 2008-11-16 02:00:17 -0600 (Sun, 16 Nov 2008) | 2 lines
      
        #4316: fix configure.in markup problem.
      ........
        r67234 | benjamin.peterson | 2008-11-16 11:54:55 -0600 (Sun, 16 Nov 2008) | 1 line
      
        run autoconf
      ........
      f608c613
  32. 06 Eyl, 2008 1 kayıt (commit)
  33. 19 Agu, 2008 1 kayıt (commit)
  34. 16 Tem, 2008 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 86b2fb9d
      Georg Brandl yazdı
      Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r64623 | benjamin.peterson | 2008-07-01 21:51:54 +0200 (Tue, 01 Jul 2008) | 1 line
      
        write a short little section for multiprocessing; it still needs help
      ........
        r64640 | georg.brandl | 2008-07-01 22:56:03 +0200 (Tue, 01 Jul 2008) | 2 lines
      
        Add a comment about incref'ing w.
      ........
        r64665 | jesse.noller | 2008-07-02 18:56:51 +0200 (Wed, 02 Jul 2008) | 1 line
      
        Add #!/usr/bin/env python for ben
      ........
        r64687 | andrew.kuchling | 2008-07-03 14:50:03 +0200 (Thu, 03 Jul 2008) | 1 line
      
        Tweak wording
      ........
        r64689 | benjamin.peterson | 2008-07-03 14:57:35 +0200 (Thu, 03 Jul 2008) | 1 line
      
        lowercase glossary term
      ........
        r64690 | benjamin.peterson | 2008-07-03 15:01:17 +0200 (Thu, 03 Jul 2008) | 1 line
      
        let the term be linked
      ........
        r64719 | raymond.hettinger | 2008-07-05 04:11:55 +0200 (Sat, 05 Jul 2008) | 1 line
      
        Update comment on prediction macros.
      ........
        r64721 | georg.brandl | 2008-07-05 12:07:18 +0200 (Sat, 05 Jul 2008) | 2 lines
      
        Fix tabs.
      ........
        r64735 | mark.dickinson | 2008-07-05 17:25:48 +0200 (Sat, 05 Jul 2008) | 3 lines
      
        Minor rewrite of cmath_log to work around a Sun compiler bug.  See issue
        #3168.
      ........
        r64742 | benjamin.peterson | 2008-07-05 18:29:38 +0200 (Sat, 05 Jul 2008) | 1 line
      
        make regrtest aware of the lib2to3 resource
      ........
        r64744 | georg.brandl | 2008-07-05 18:43:45 +0200 (Sat, 05 Jul 2008) | 2 lines
      
        Keep below 80 chars.
      ........
        r64745 | facundo.batista | 2008-07-05 21:19:50 +0200 (Sat, 05 Jul 2008) | 3 lines
      
      
        Issue 3289.  Removed two lines that ended doing nothing.
      ........
        r64746 | facundo.batista | 2008-07-05 22:39:59 +0200 (Sat, 05 Jul 2008) | 4 lines
      
      
        Issue #3239. Differentiate the ascii call from the curses one and
        the builtin one.
      ........
        r64756 | gregory.p.smith | 2008-07-06 09:16:40 +0200 (Sun, 06 Jul 2008) | 3 lines
      
        - Issue #2113: Fix error in subprocess.Popen if the select system call is
          interrupted by a signal.
      ........
        r64757 | benjamin.peterson | 2008-07-06 14:39:09 +0200 (Sun, 06 Jul 2008) | 1 line
      
        remove test_compact_freelists from test_sys
      ........
        r64758 | gregory.p.smith | 2008-07-06 19:06:29 +0200 (Sun, 06 Jul 2008) | 2 lines
      
        fix issue3304 - remove an incorrect PyMem_Free in fileio_init
      ........
        r64759 | georg.brandl | 2008-07-06 19:36:20 +0200 (Sun, 06 Jul 2008) | 2 lines
      
        Fix opensearch template.
      ........
        r64760 | andrew.kuchling | 2008-07-06 19:43:16 +0200 (Sun, 06 Jul 2008) | 1 line
      
        Wording fix
      ........
        r64761 | andrew.kuchling | 2008-07-06 19:44:17 +0200 (Sun, 06 Jul 2008) | 1 line
      
        Add two items; rewrap paragraph
      ........
        r64767 | gregory.p.smith | 2008-07-07 06:31:58 +0200 (Mon, 07 Jul 2008) | 4 lines
      
        - Issue #3309: Fix bz2.BZFile itererator to release its internal lock
          properly when raising an exception due to the bz2file being closed.
          Prevents a deadlock.
      ........
        r64768 | josiah.carlson | 2008-07-07 06:51:46 +0200 (Mon, 07 Jul 2008) | 2 lines
      
        Fixed bugs 760475, 953599, and 1519.
      ........
        r64769 | gregory.p.smith | 2008-07-07 06:54:31 +0200 (Mon, 07 Jul 2008) | 2 lines
      
        Add commented out #_sha256 and #_sha512 lines per issue 3183.
      ........
        r64771 | gregory.p.smith | 2008-07-07 07:09:12 +0200 (Mon, 07 Jul 2008) | 4 lines
      
        - Issue #3094: httplib.HTTPSConnection Host: headers no longer include the
          redundant ":443" port number designation when the connection is using the
          default https port (443).
      ........
        r64772 | skip.montanaro | 2008-07-07 13:16:14 +0200 (Mon, 07 Jul 2008) | 2 lines
      
        Correct grammar.
      ........
        r64774 | andrew.kuchling | 2008-07-07 18:51:09 +0200 (Mon, 07 Jul 2008) | 1 line
      
        Fix example to match text
      ........
        r64775 | facundo.batista | 2008-07-07 19:02:59 +0200 (Mon, 07 Jul 2008) | 3 lines
      
      
        Issue 3306. Better control for a lenght in findmax() function.
      ........
        r64788 | georg.brandl | 2008-07-08 09:05:23 +0200 (Tue, 08 Jul 2008) | 2 lines
      
        Add missing ABCs to list.
      ........
        r64793 | nick.coghlan | 2008-07-08 16:21:42 +0200 (Tue, 08 Jul 2008) | 1 line
      
        Add missing NEWS and ACK entries for r64791
      ........
        r64835 | raymond.hettinger | 2008-07-10 11:31:08 +0200 (Thu, 10 Jul 2008) | 1 line
      
        Issue 3287: Raise correct exception for float inputs.
      ........
        r64836 | raymond.hettinger | 2008-07-10 12:28:41 +0200 (Thu, 10 Jul 2008) | 1 line
      
        Use operator.index() instead of n.__index__().
      ........
      86b2fb9d
  35. 23 Haz, 2008 1 kayıt (commit)