1. 16 Eki, 2010 1 kayıt (commit)
  2. 14 Eki, 2010 1 kayıt (commit)
  3. 27 Haz, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from · 3e5cd1d0
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81465 | georg.brandl | 2010-05-22 06:29:19 -0500 (Sat, 22 May 2010) | 2 lines
      
        Issue #3924: Ignore cookies with invalid "version" field in cookielib.
      ........
        r81466 | georg.brandl | 2010-05-22 06:31:16 -0500 (Sat, 22 May 2010) | 1 line
      
        Underscore the name of an internal utility function.
      ........
        r81468 | georg.brandl | 2010-05-22 06:43:25 -0500 (Sat, 22 May 2010) | 1 line
      
        #8635: document enumerate() start parameter in docstring.
      ........
        r81679 | benjamin.peterson | 2010-06-03 16:21:03 -0500 (Thu, 03 Jun 2010) | 1 line
      
        use a set for membership testing
      ........
        r81735 | michael.foord | 2010-06-05 06:46:59 -0500 (Sat, 05 Jun 2010) | 1 line
      
        Extract error message truncating into a method (unittest.TestCase._truncateMessage).
      ........
        r81760 | michael.foord | 2010-06-05 14:38:42 -0500 (Sat, 05 Jun 2010) | 1 line
      
        Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a skip rather than an error.
      ........
        r81868 | benjamin.peterson | 2010-06-09 14:45:04 -0500 (Wed, 09 Jun 2010) | 1 line
      
        fix code formatting
      ........
        r82183 | benjamin.peterson | 2010-06-23 15:29:26 -0500 (Wed, 23 Jun 2010) | 1 line
      
        cpython only gc tests
      ........
      3e5cd1d0
  4. 22 Haz, 2010 1 kayıt (commit)
  5. 07 Haz, 2010 1 kayıt (commit)
  6. 18 May, 2010 1 kayıt (commit)
  7. 15 May, 2010 1 kayıt (commit)
  8. 09 May, 2010 1 kayıt (commit)
  9. 28 Nis, 2010 1 kayıt (commit)
  10. 03 Nis, 2010 2 kayıt (commit)
  11. 21 Mar, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 21896a33
      Benjamin Peterson yazdı
      Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77952 | mark.dickinson | 2010-02-03 10:50:14 -0600 (Wed, 03 Feb 2010) | 1 line
      
        Fix test_inspect.py data to match recent change to inspect_fodder.py (r77942).
      ........
        r78030 | benjamin.peterson | 2010-02-06 14:14:10 -0600 (Sat, 06 Feb 2010) | 1 line
      
        check type_getattro for correctness in a descriptor corner case
      ........
        r78102 | andrew.kuchling | 2010-02-07 19:35:35 -0600 (Sun, 07 Feb 2010) | 1 line
      
        Move distutils into its own subsection; add various items
      ........
        r78104 | andrew.kuchling | 2010-02-08 07:22:24 -0600 (Mon, 08 Feb 2010) | 1 line
      
        Add two items; move a subsection
      ........
        r78107 | antoine.pitrou | 2010-02-08 14:25:47 -0600 (Mon, 08 Feb 2010) | 3 lines
      
        Clarify and correct description for ccbench and iobench.
      ........
        r78206 | r.david.murray | 2010-02-16 11:55:26 -0600 (Tue, 16 Feb 2010) | 3 lines
      
        Make the references to Popen in the description of Call
        and check_call into links.
      ........
        r78216 | andrew.kuchling | 2010-02-18 08:16:48 -0600 (Thu, 18 Feb 2010) | 1 line
      
        Add various items
      ........
        r78296 | andrew.kuchling | 2010-02-21 20:08:45 -0600 (Sun, 21 Feb 2010) | 1 line
      
        Re-word
      ........
        r78297 | andrew.kuchling | 2010-02-21 20:29:10 -0600 (Sun, 21 Feb 2010) | 1 line
      
        #7076: mention SystemRandom class near start of the module docs; reword change description for clarity.  Noted by Shawn Ligocki.
      ........
        r78328 | jack.diederich | 2010-02-22 12:17:16 -0600 (Mon, 22 Feb 2010) | 1 line
      
        fixes issue #7530, serve_forever()
      ........
        r78331 | andrew.kuchling | 2010-02-22 12:38:23 -0600 (Mon, 22 Feb 2010) | 1 line
      
        Fix comment typo
      ........
        r78332 | andrew.kuchling | 2010-02-22 12:42:07 -0600 (Mon, 22 Feb 2010) | 2 lines
      
        #7627: MH.remove() would fail if the MH mailbox was locked;
        it would call _unlock_file() and pass it a closed file object.  Noted by Rob Austein.
      ........
        r78336 | jack.diederich | 2010-02-22 13:55:22 -0600 (Mon, 22 Feb 2010) | 1 line
      
        fixes issue #1522237, bad init check in _threading_local
      ........
        r78339 | jack.diederich | 2010-02-22 15:27:38 -0600 (Mon, 22 Feb 2010) | 1 line
      
        * fix issue#7476
      ........
        r78343 | andrew.kuchling | 2010-02-22 16:48:41 -0600 (Mon, 22 Feb 2010) | 10 lines
      
        #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c.
        Noted by Joseph Armbruster; patch by Jessica McKellar.
      
        The original code was 'for (;;) {...}', where ... ended
        with a 'return -2' statement and did not contain a 'break' or 'continue'
        statement.  Therefore, the body of the loop is always executed once.
      
        Once upon a time there was a 'continue' in the loop, but it was removed in
        rev36346, committed by mwh on Wed Jul 7 17:44:12 2004.
      ........
        r78378 | jack.diederich | 2010-02-23 11:23:30 -0600 (Tue, 23 Feb 2010) | 1 line
      
        fixup markup error
      ........
        r78379 | jack.diederich | 2010-02-23 13:34:06 -0600 (Tue, 23 Feb 2010) | 1 line
      
         issue#6442 use in operator instead of has_key
      ........
        r78415 | dirkjan.ochtman | 2010-02-23 22:00:52 -0600 (Tue, 23 Feb 2010) | 1 line
      
        Issue #7733: add explicit reference in asyncore docs.
      ........
        r78559 | andrew.kuchling | 2010-03-01 13:45:21 -0600 (Mon, 01 Mar 2010) | 1 line
      
        #7637: update discussion of minidom.unlink() and garbage collection
      ........
        r78717 | benjamin.peterson | 2010-03-05 21:13:33 -0600 (Fri, 05 Mar 2010) | 1 line
      
        settscdump is definitely an implementation detail
      ........
        r78791 | andrew.kuchling | 2010-03-08 06:00:39 -0600 (Mon, 08 Mar 2010) | 1 line
      
        Add various items
      ........
      21896a33
  12. 12 Mar, 2010 1 kayıt (commit)
  13. 03 Mar, 2010 1 kayıt (commit)
  14. 13 Ara, 2009 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge from · 8f326b23
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76052 | gregory.p.smith | 2009-11-01 20:02:38 -0600 (Sun, 01 Nov 2009) | 5 lines
      
        see issue1006238, this merges in the following patch to ease cross
        compiling the printf %zd check.
      
         http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/files/python-2.5-cross-printf.patch?rev=1.1&view=markup
      ........
        r76522 | barry.warsaw | 2009-11-25 12:38:32 -0600 (Wed, 25 Nov 2009) | 2 lines
      
        Add mktime_tz to __all__.  It's documented as being available in email.utils.
      ........
        r76591 | benjamin.peterson | 2009-11-29 16:26:26 -0600 (Sun, 29 Nov 2009) | 4 lines
      
        now that deepcopy can handle instance methods, this hack can be removed #7409
      
        Thanks Robert Collins
      ........
        r76689 | benjamin.peterson | 2009-12-06 11:37:48 -0600 (Sun, 06 Dec 2009) | 1 line
      
        rewrite translate_newlines for clarity
      ........
        r76697 | benjamin.peterson | 2009-12-06 15:24:30 -0600 (Sun, 06 Dec 2009) | 2 lines
      
        fix test_parser from tokenizer tweak
      ........
        r76733 | benjamin.peterson | 2009-12-09 21:37:59 -0600 (Wed, 09 Dec 2009) | 1 line
      
        substitute PyDict_Check() for PyObject_IsInstance
      ........
      8f326b23
    • Benjamin Peterson's avatar
      Merged revisions 76534,76538,76628,76701,76774 via svnmerge from · 97dd987a
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76534 | martin.v.loewis | 2009-11-26 02:42:05 -0600 (Thu, 26 Nov 2009) | 2 lines
      
        Fix typo.
      ........
        r76538 | georg.brandl | 2009-11-26 14:48:25 -0600 (Thu, 26 Nov 2009) | 1 line
      
        #7400: typo.
      ........
        r76628 | andrew.kuchling | 2009-12-02 08:27:11 -0600 (Wed, 02 Dec 2009) | 1 line
      
        Markup fixes
      ........
        r76701 | andrew.kuchling | 2009-12-07 20:37:05 -0600 (Mon, 07 Dec 2009) | 1 line
      
        Typo fix; grammar fix
      ........
        r76774 | benjamin.peterson | 2009-12-12 18:54:15 -0600 (Sat, 12 Dec 2009) | 1 line
      
        account for PyObject_IsInstance's new ability to fail
      ........
      97dd987a
  15. 13 Kas, 2009 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · a0dfa82e
      Benjamin Peterson yazdı
      Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75149 | gregory.p.smith | 2009-09-29 16:56:31 -0500 (Tue, 29 Sep 2009) | 3 lines
      
        Mention issue6972 in extractall docs about overwriting things outside of
        the supplied path.
      ........
        r75260 | andrew.kuchling | 2009-10-05 16:24:20 -0500 (Mon, 05 Oct 2009) | 1 line
      
        Wording fix
      ........
        r75261 | andrew.kuchling | 2009-10-05 16:24:35 -0500 (Mon, 05 Oct 2009) | 1 line
      
        Fix narkup
      ........
        r75262 | andrew.kuchling | 2009-10-05 16:25:03 -0500 (Mon, 05 Oct 2009) | 1 line
      
        Document 'skip' parameter to constructor
      ........
        r75263 | andrew.kuchling | 2009-10-05 16:25:35 -0500 (Mon, 05 Oct 2009) | 1 line
      
        Note side benefit of socket.create_connection()
      ........
        r75265 | andrew.kuchling | 2009-10-05 17:31:11 -0500 (Mon, 05 Oct 2009) | 1 line
      
        Reword sentence
      ........
        r75266 | andrew.kuchling | 2009-10-05 17:32:48 -0500 (Mon, 05 Oct 2009) | 1 line
      
        Use standard comma punctuation; reword some sentences in the docs
      ........
        r75267 | andrew.kuchling | 2009-10-05 17:42:56 -0500 (Mon, 05 Oct 2009) | 1 line
      
        Backport r73983: Document the thousands separator.
      ........
        r75292 | benjamin.peterson | 2009-10-08 22:11:36 -0500 (Thu, 08 Oct 2009) | 1 line
      
        death to old CVS keyword
      ........
        r75300 | benjamin.peterson | 2009-10-09 16:48:14 -0500 (Fri, 09 Oct 2009) | 1 line
      
        fix some coding style
      ........
        r75376 | benjamin.peterson | 2009-10-11 20:26:07 -0500 (Sun, 11 Oct 2009) | 1 line
      
        platform we don't care about
      ........
        r75405 | neil.schemenauer | 2009-10-14 12:17:14 -0500 (Wed, 14 Oct 2009) | 4 lines
      
        Issue #1754094: Improve the stack depth calculation in the compiler.
        There should be no other effect than a small decrease in memory use.
        Patch by Christopher Tur Lesniewski-Laas.
      ........
        r75429 | benjamin.peterson | 2009-10-14 20:47:28 -0500 (Wed, 14 Oct 2009) | 1 line
      
        pep8ify if blocks
      ........
        r75430 | benjamin.peterson | 2009-10-14 20:49:37 -0500 (Wed, 14 Oct 2009) | 1 line
      
        use floor division and add a test that exercises the tabsize codepath
      ........
        r75431 | benjamin.peterson | 2009-10-14 20:56:25 -0500 (Wed, 14 Oct 2009) | 1 line
      
        change test to what I intended
      ........
        r75432 | benjamin.peterson | 2009-10-14 22:05:39 -0500 (Wed, 14 Oct 2009) | 1 line
      
        some cleanups
      ........
        r75433 | benjamin.peterson | 2009-10-14 22:06:55 -0500 (Wed, 14 Oct 2009) | 1 line
      
        make inspect.isabstract() always return a boolean; add a test for it, too #7069
      ........
        r75437 | benjamin.peterson | 2009-10-15 10:44:46 -0500 (Thu, 15 Oct 2009) | 1 line
      
        only clear a module's __dict__ if the module is the only one with a reference to it #7140
      ........
        r75445 | vinay.sajip | 2009-10-16 09:06:44 -0500 (Fri, 16 Oct 2009) | 1 line
      
        Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE.
      ........
        r75501 | antoine.pitrou | 2009-10-18 13:37:11 -0500 (Sun, 18 Oct 2009) | 3 lines
      
        Add a comment about unreachable code, and fix a typo
      ........
        r75551 | benjamin.peterson | 2009-10-19 22:14:10 -0500 (Mon, 19 Oct 2009) | 1 line
      
        use property api
      ........
        r75572 | benjamin.peterson | 2009-10-20 16:55:17 -0500 (Tue, 20 Oct 2009) | 1 line
      
        clarify buffer arg #7178
      ........
        r75589 | benjamin.peterson | 2009-10-21 21:26:47 -0500 (Wed, 21 Oct 2009) | 1 line
      
        whitespace
      ........
        r75590 | benjamin.peterson | 2009-10-21 21:36:47 -0500 (Wed, 21 Oct 2009) | 1 line
      
        rewrite to be nice to other implementations
      ........
        r75591 | benjamin.peterson | 2009-10-21 21:50:38 -0500 (Wed, 21 Oct 2009) | 4 lines
      
        rewrite for style, clarify, and comments
      
        Also, use the hasattr() like scheme of allowing BaseException exceptions through.
      ........
        r75657 | antoine.pitrou | 2009-10-24 07:41:27 -0500 (Sat, 24 Oct 2009) | 3 lines
      
        Fix compilation error in debug mode.
      ........
        r75742 | benjamin.peterson | 2009-10-26 17:51:16 -0500 (Mon, 26 Oct 2009) | 1 line
      
        use 'is' instead of id()
      ........
        r75868 | benjamin.peterson | 2009-10-27 15:59:18 -0500 (Tue, 27 Oct 2009) | 1 line
      
        test expect base classes
      ........
        r75952 | georg.brandl | 2009-10-29 15:38:32 -0500 (Thu, 29 Oct 2009) | 1 line
      
        Use the correct function name in docstring.
      ........
        r75953 | georg.brandl | 2009-10-29 15:39:50 -0500 (Thu, 29 Oct 2009) | 1 line
      
        Remove mention of the old -X command line switch.
      ........
        r75954 | georg.brandl | 2009-10-29 15:53:00 -0500 (Thu, 29 Oct 2009) | 1 line
      
        Use constants instead of magic integers for test result.  Do not re-run with --verbose3 for environment changing tests.
      ........
        r75955 | georg.brandl | 2009-10-29 15:54:03 -0500 (Thu, 29 Oct 2009) | 1 line
      
        Use a single style for all the docstrings in the math module.
      ........
        r75956 | georg.brandl | 2009-10-29 16:16:34 -0500 (Thu, 29 Oct 2009) | 1 line
      
        I do not think the "railroad" program mentioned is still available.
      ........
        r75957 | georg.brandl | 2009-10-29 16:44:56 -0500 (Thu, 29 Oct 2009) | 1 line
      
        Fix constant name.
      ........
        r76057 | benjamin.peterson | 2009-11-02 09:06:45 -0600 (Mon, 02 Nov 2009) | 1 line
      
        prevent a rather unlikely segfault
      ........
        r76105 | georg.brandl | 2009-11-04 01:38:12 -0600 (Wed, 04 Nov 2009) | 1 line
      
        #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs.
      ........
        r76139 | benjamin.peterson | 2009-11-06 19:04:38 -0600 (Fri, 06 Nov 2009) | 1 line
      
        spelling
      ........
        r76143 | georg.brandl | 2009-11-07 02:26:07 -0600 (Sat, 07 Nov 2009) | 1 line
      
        #7271: fix typo.
      ........
        r76162 | benjamin.peterson | 2009-11-08 22:10:53 -0600 (Sun, 08 Nov 2009) | 1 line
      
        discuss how to use -p
      ........
        r76223 | georg.brandl | 2009-11-12 02:29:46 -0600 (Thu, 12 Nov 2009) | 1 line
      
        Give the profile module a module directive.
      ........
      a0dfa82e
    • Benjamin Peterson's avatar
      Merged revisions 76230 via svnmerge from · aeaa5925
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76230 | benjamin.peterson | 2009-11-12 17:39:44 -0600 (Thu, 12 Nov 2009) | 2 lines
      
        fix several compile() issues by translating newlines in the tokenizer
      ........
      aeaa5925
  16. 18 Eki, 2009 1 kayıt (commit)
  17. 28 Eyl, 2009 1 kayıt (commit)
  18. 17 Tem, 2009 1 kayıt (commit)
  19. 28 Haz, 2009 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 78565b22
      Benjamin Peterson yazdı
      Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73376 | benjamin.peterson | 2009-06-11 17:29:23 -0500 (Thu, 11 Jun 2009) | 1 line
      
        remove check for case handled in sub-function
      ........
        r73393 | alexandre.vassalotti | 2009-06-12 13:56:57 -0500 (Fri, 12 Jun 2009) | 2 lines
      
        Clear reference to the static PyExc_RecursionErrorInst in _PyExc_Fini.
      ........
        r73398 | alexandre.vassalotti | 2009-06-12 15:57:12 -0500 (Fri, 12 Jun 2009) | 3 lines
      
        Add const qualifier to PyErr_SetFromErrnoWithFilename and to
        PyErr_SetFromErrnoWithUnicodeFilename.
      ........
        r73400 | alexandre.vassalotti | 2009-06-12 16:43:47 -0500 (Fri, 12 Jun 2009) | 2 lines
      
        Delete outdated make file for building the parser with MSVC 6.
      ........
        r73404 | benjamin.peterson | 2009-06-12 20:40:00 -0500 (Fri, 12 Jun 2009) | 1 line
      
        keep the slice.step field as NULL if no step expression is given
      ........
        r73405 | benjamin.peterson | 2009-06-12 22:46:30 -0500 (Fri, 12 Jun 2009) | 1 line
      
        prevent import statements from assigning to None
      ........
        r73409 | benjamin.peterson | 2009-06-13 08:06:21 -0500 (Sat, 13 Jun 2009) | 1 line
      
        allow importing from a module named None if it has an 'as' clause
      ........
        r73419 | benjamin.peterson | 2009-06-13 11:19:19 -0500 (Sat, 13 Jun 2009) | 1 line
      
        set Print.values to NULL if there are no values
      ........
        r73420 | benjamin.peterson | 2009-06-13 12:08:53 -0500 (Sat, 13 Jun 2009) | 1 line
      
        give a better error message when deleting ()
      ........
        r73421 | benjamin.peterson | 2009-06-13 15:23:33 -0500 (Sat, 13 Jun 2009) | 1 line
      
        when no module is given in a 'from' relative import, make ImportFrom.module NULL
      ........
        r73432 | amaury.forgeotdarc | 2009-06-14 16:20:40 -0500 (Sun, 14 Jun 2009) | 3 lines
      
        #6227: Because of a wrong indentation, the test was not testing what it should.
        Ensure that the snippet in doctest_aliases actually contains aliases.
      ........
        r73457 | benjamin.peterson | 2009-06-16 18:13:09 -0500 (Tue, 16 Jun 2009) | 1 line
      
        add underscores
      ........
        r73460 | benjamin.peterson | 2009-06-16 22:23:04 -0500 (Tue, 16 Jun 2009) | 1 line
      
        remove unused 'encoding' member from the compiler struct
      ........
        r73485 | benjamin.peterson | 2009-06-19 17:07:47 -0500 (Fri, 19 Jun 2009) | 1 line
      
        remove duplicate test
      ........
        r73486 | benjamin.peterson | 2009-06-19 17:09:17 -0500 (Fri, 19 Jun 2009) | 1 line
      
        add missing assertion #6313
      ........
        r73488 | benjamin.peterson | 2009-06-19 17:16:28 -0500 (Fri, 19 Jun 2009) | 1 line
      
        show that this one isn't used
      ........
        r73489 | benjamin.peterson | 2009-06-19 17:21:12 -0500 (Fri, 19 Jun 2009) | 1 line
      
        use closures
      ........
        r73501 | benjamin.peterson | 2009-06-21 18:01:07 -0500 (Sun, 21 Jun 2009) | 1 line
      
        don't need to add the name 'lambda' as assigned
      ........
        r73502 | benjamin.peterson | 2009-06-21 18:03:36 -0500 (Sun, 21 Jun 2009) | 1 line
      
        remove tmpname support since it's no longer used
      ........
        r73513 | benjamin.peterson | 2009-06-22 20:18:57 -0500 (Mon, 22 Jun 2009) | 1 line
      
        fix grammar
      ........
        r73514 | benjamin.peterson | 2009-06-22 22:01:56 -0500 (Mon, 22 Jun 2009) | 1 line
      
        remove some unused symtable constants
      ........
      78565b22
    • 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
  20. 11 Haz, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 87c8d87b
      Benjamin Peterson yazdı
      Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73196 | benjamin.peterson | 2009-06-03 20:40:29 -0500 (Wed, 03 Jun 2009) | 1 line
      
        use the offical api
      ........
        r73278 | benjamin.peterson | 2009-06-07 17:33:11 -0500 (Sun, 07 Jun 2009) | 1 line
      
        inherit from object
      ........
        r73279 | benjamin.peterson | 2009-06-07 17:35:00 -0500 (Sun, 07 Jun 2009) | 1 line
      
        always inherit from an appropiate base class
      ........
        r73280 | benjamin.peterson | 2009-06-07 17:54:35 -0500 (Sun, 07 Jun 2009) | 1 line
      
        use booleans for flags
      ........
        r73299 | georg.brandl | 2009-06-08 13:41:36 -0500 (Mon, 08 Jun 2009) | 1 line
      
        Typo fix.
      ........
        r73308 | benjamin.peterson | 2009-06-08 17:18:32 -0500 (Mon, 08 Jun 2009) | 1 line
      
        remove useless assertion
      ........
        r73312 | benjamin.peterson | 2009-06-08 18:44:13 -0500 (Mon, 08 Jun 2009) | 1 line
      
        remove error checks already done in set_context()
      ........
        r73313 | r.david.murray | 2009-06-08 19:44:22 -0500 (Mon, 08 Jun 2009) | 4 lines
      
        Issue 2947: document how return code handling translates from
        os.popen to subprocess.  Also fixes reference link in the
        os.spawn documentation.
      ........
        r73317 | benjamin.peterson | 2009-06-09 12:24:26 -0500 (Tue, 09 Jun 2009) | 1 line
      
        make ast.c depend on the grammar
      ........
        r73318 | benjamin.peterson | 2009-06-09 12:29:51 -0500 (Tue, 09 Jun 2009) | 1 line
      
        explain why keyword names are not just NAME
      ........
        r73321 | benjamin.peterson | 2009-06-09 16:13:43 -0500 (Tue, 09 Jun 2009) | 1 line
      
        update symbol.py from with statement changes
      ........
        r73324 | amaury.forgeotdarc | 2009-06-09 17:53:16 -0500 (Tue, 09 Jun 2009) | 2 lines
      
        Avoid invoking the parser/compiler just to test the presence of a function.
      ........
        r73331 | benjamin.peterson | 2009-06-10 08:45:31 -0500 (Wed, 10 Jun 2009) | 1 line
      
        fix spelling
      ........
        r73335 | raymond.hettinger | 2009-06-10 11:15:40 -0500 (Wed, 10 Jun 2009) | 1 line
      
        Fix signed/unsigned compiler warning.
      ........
        r73340 | amaury.forgeotdarc | 2009-06-10 15:30:19 -0500 (Wed, 10 Jun 2009) | 2 lines
      
        Fix a typo spotted by Nick Coghlan.
      ........
        r73363 | benjamin.peterson | 2009-06-11 12:51:17 -0500 (Thu, 11 Jun 2009) | 1 line
      
        use multi-with syntax
      ........
      87c8d87b
  21. 12 Nis, 2009 1 kayıt (commit)
  22. 01 Nis, 2009 1 kayıt (commit)
  23. 02 Mar, 2009 1 kayıt (commit)
  24. 02 Şub, 2009 1 kayıt (commit)
  25. 11 Ock, 2009 1 kayıt (commit)
  26. 03 Ock, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from · 1f01debe
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68162 | ronald.oussoren | 2009-01-02 16:06:00 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        Fix for issue 4472 is incompatible with Cygwin, this patch
        should fix that.
      ........
        r68166 | benjamin.peterson | 2009-01-02 19:26:23 +0100 (Fri, 02 Jan 2009) | 1 line
      
        document PyMemberDef
      ........
        r68171 | georg.brandl | 2009-01-02 21:25:14 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        #4811: fix markup glitches (mostly remains of the conversion),
        found by Gabriel Genellina.
      ........
        r68176 | andrew.kuchling | 2009-01-02 22:00:35 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Add various items
      ........
        r68195 | georg.brandl | 2009-01-03 14:45:15 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove useless string literal.
      ........
        r68196 | georg.brandl | 2009-01-03 15:29:53 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix indentation.
      ........
        r68210 | georg.brandl | 2009-01-03 20:10:12 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Set eol-style correctly for mp_distributing.py.
      ........
        r68232 | georg.brandl | 2009-01-03 22:52:16 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Grammar fix.
      ........
      1f01debe
  27. 18 Ara, 2008 1 kayıt (commit)
    • Kristján Valur Jónsson's avatar
      Fix an issue in the tokenizer, where a file is opened by fd, but the underlying… · 19288c24
      Kristján Valur Jónsson yazdı
      Fix an issue in the tokenizer, where a file is opened by fd, but the underlying PyFileIO object wasn created with the closefd attribute true.
      Also fix error handling for close() int _fileio.c .  It was incorrect, looking for a negative refcount, and so errors weren't raised.  This is why this issue wasn't caught.
      There is a second reason why it isn't seen:  Class IOBase in io.py has a try:/except: around the close() funtion in the __del__() method.  This also masks these error conditions.
      
      This issue was discovered by removing the _set_invalid_parameter_handler() fiddling, thus enabling the C runtime checks on windows.
      19288c24
  28. 06 Ara, 2008 1 kayıt (commit)
  29. 26 Eki, 2008 1 kayıt (commit)
  30. 25 Eki, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 1a6e0d08
      Benjamin Peterson yazdı
      Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66974 | benjamin.peterson | 2008-10-19 08:59:01 -0500 (Sun, 19 Oct 2008) | 1 line
      
        fix compiler warning
      ........
        r66977 | benjamin.peterson | 2008-10-19 14:39:16 -0500 (Sun, 19 Oct 2008) | 1 line
      
        mention -n
      ........
        r66984 | armin.ronacher | 2008-10-20 16:29:08 -0500 (Mon, 20 Oct 2008) | 3 lines
      
        Fixed #4062, added import for _ast.__version__ to ast to match the documented behavior.
      ........
        r66989 | matthias.klose | 2008-10-21 04:12:25 -0500 (Tue, 21 Oct 2008) | 2 lines
      
        - install versioned manpage
      ........
        r66992 | benjamin.peterson | 2008-10-21 15:51:13 -0500 (Tue, 21 Oct 2008) | 1 line
      
        make sure to call iteritems()
      ........
        r66994 | amaury.forgeotdarc | 2008-10-21 17:01:38 -0500 (Tue, 21 Oct 2008) | 6 lines
      
        #4157 move two test functions out of platform.py.
      
        Turn them into unit tests, and correct an obvious typo:
            (("a", "b") ("c", "d") ("e", "f"))
        compiles even with the missing commas, but does not execute very well...
      ........
        r66995 | benjamin.peterson | 2008-10-21 17:18:29 -0500 (Tue, 21 Oct 2008) | 1 line
      
        return ArgInfo from inspect.getargvalues #4092
      ........
        r66996 | benjamin.peterson | 2008-10-21 17:20:31 -0500 (Tue, 21 Oct 2008) | 1 line
      
        add NEWs note for last change
      ........
        r66998 | benjamin.peterson | 2008-10-22 15:57:43 -0500 (Wed, 22 Oct 2008) | 1 line
      
        fix a few typos
      ........
        r66999 | benjamin.peterson | 2008-10-22 16:05:30 -0500 (Wed, 22 Oct 2008) | 1 line
      
        and another typo...
      ........
        r67000 | benjamin.peterson | 2008-10-22 16:16:34 -0500 (Wed, 22 Oct 2008) | 1 line
      
        fix #4150: pdb's up command didn't work for generators in post-mortem
      ........
        r67007 | benjamin.peterson | 2008-10-23 16:43:48 -0500 (Thu, 23 Oct 2008) | 1 line
      
        only nonempty __slots__ don't work
      ........
        r67015 | georg.brandl | 2008-10-25 02:00:52 -0500 (Sat, 25 Oct 2008) | 2 lines
      
        Typo fix.
      ........
      1a6e0d08
  31. 19 Eki, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 206e3074
      Benjamin Peterson yazdı
      Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r66887 | benjamin.peterson | 2008-10-13 16:51:40 -0500 (Mon, 13 Oct 2008) | 1 line
      
        document how to disable fixers
      ................
        r66891 | amaury.forgeotdarc | 2008-10-14 16:47:22 -0500 (Tue, 14 Oct 2008) | 5 lines
      
        #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module:
        compilation fails with "undefined reference to _Py_ascii_whitespace"
      
        Will backport to 2.6.
      ................
        r66902 | skip.montanaro | 2008-10-15 06:49:10 -0500 (Wed, 15 Oct 2008) | 1 line
      
        easter egg
      ................
        r66903 | benjamin.peterson | 2008-10-15 15:34:09 -0500 (Wed, 15 Oct 2008) | 1 line
      
        don't recurse into directories that start with '.'
      ................
        r66905 | benjamin.peterson | 2008-10-15 16:05:55 -0500 (Wed, 15 Oct 2008) | 1 line
      
        support the optional line argument for idle
      ................
        r66906 | benjamin.peterson | 2008-10-15 16:58:46 -0500 (Wed, 15 Oct 2008) | 1 line
      
        add a much requested newline
      ................
        r66911 | benjamin.peterson | 2008-10-15 18:10:28 -0500 (Wed, 15 Oct 2008) | 41 lines
      
        Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r66805 | benjamin.peterson | 2008-10-04 20:11:02 -0500 (Sat, 04 Oct 2008) | 1 line
      
          mention what the fixes directory is for
        ........
          r66841 | benjamin.peterson | 2008-10-07 17:48:12 -0500 (Tue, 07 Oct 2008) | 1 line
      
          use assertFalse and assertTrue
        ........
          r66860 | benjamin.peterson | 2008-10-08 16:05:07 -0500 (Wed, 08 Oct 2008) | 1 line
      
          instead of abusing the pattern matcher, use start_tree to find a next binding
        ........
          r66884 | benjamin.peterson | 2008-10-13 15:50:30 -0500 (Mon, 13 Oct 2008) | 1 line
      
          don't print tokens to stdout when -v is given
        ........
          r66885 | benjamin.peterson | 2008-10-13 16:28:57 -0500 (Mon, 13 Oct 2008) | 1 line
      
          add the -x option to disable fixers
        ........
          r66886 | benjamin.peterson | 2008-10-13 16:33:53 -0500 (Mon, 13 Oct 2008) | 1 line
      
          cut down on some crud
        ........
          r66893 | benjamin.peterson | 2008-10-14 17:16:54 -0500 (Tue, 14 Oct 2008) | 1 line
      
          add an optional set literal fixer
        ........
          r66907 | benjamin.peterson | 2008-10-15 16:59:41 -0500 (Wed, 15 Oct 2008) | 1 line
      
          don't write backup files by default
        ........
          r66910 | benjamin.peterson | 2008-10-15 17:43:10 -0500 (Wed, 15 Oct 2008) | 1 line
      
          add the -n option; it stops backupfiles from being written
        ........
      ................
        r66912 | hirokazu.yamamoto | 2008-10-16 01:25:25 -0500 (Thu, 16 Oct 2008) | 2 lines
      
        removed unused _PyUnicode_FromFileSystemEncodedObject.
        made win32_chdir, win32_wchdir static.
      ................
        r66913 | benjamin.peterson | 2008-10-16 13:52:14 -0500 (Thu, 16 Oct 2008) | 1 line
      
        document that deque indexing is O(n) #4123
      ................
        r66922 | benjamin.peterson | 2008-10-16 14:40:14 -0500 (Thu, 16 Oct 2008) | 1 line
      
        use new showwarnings signature for idle #3391
      ................
        r66927 | andrew.kuchling | 2008-10-16 15:15:47 -0500 (Thu, 16 Oct 2008) | 1 line
      
        Fix wording (2.6.1 backport candidate)
      ................
        r66928 | georg.brandl | 2008-10-16 15:20:56 -0500 (Thu, 16 Oct 2008) | 2 lines
      
        Add more TOC to the whatsnew index page.
      ................
        r66936 | georg.brandl | 2008-10-16 16:20:15 -0500 (Thu, 16 Oct 2008) | 2 lines
      
        #4131: FF3 doesn't write cookies.txt files.
      ................
        r66939 | georg.brandl | 2008-10-16 16:36:39 -0500 (Thu, 16 Oct 2008) | 2 lines
      
        part of #4012: kill off old name "processing".
      ................
        r66940 | georg.brandl | 2008-10-16 16:38:48 -0500 (Thu, 16 Oct 2008) | 2 lines
      
        #4083: add "as" to except handler grammar as per PEP 3110.
      ................
        r66962 | benjamin.peterson | 2008-10-17 15:01:01 -0500 (Fri, 17 Oct 2008) | 1 line
      
        clarify CALL_FUNCTION #4141
      ................
        r66964 | georg.brandl | 2008-10-17 16:41:49 -0500 (Fri, 17 Oct 2008) | 2 lines
      
        Fix duplicate word.
      ................
        r66973 | armin.ronacher | 2008-10-19 03:27:43 -0500 (Sun, 19 Oct 2008) | 3 lines
      
        Fixed #4067 by implementing _attributes and _fields for the AST root node.
      ................
      206e3074
  32. 17 Eki, 2008 1 kayıt (commit)
  33. 09 Eki, 2008 1 kayıt (commit)
  34. 10 Eyl, 2008 1 kayıt (commit)
  35. 04 Eyl, 2008 2 kayıt (commit)