1. 28 Jun, 2009 32 commits
    • Benjamin Peterson's avatar
      include 3.2 in toctree · ccd300c1
      Benjamin Peterson authored
      ccd300c1
    • Raymond Hettinger's avatar
      Fill-in some new news. · 70c3875c
      Raymond Hettinger authored
      70c3875c
    • Benjamin Peterson's avatar
      remove string.maketrans · 9ee9ada4
      Benjamin Peterson authored
      9ee9ada4
    • Kristján Valur Jónsson's avatar
      http://bugs.python.org/issue6192 · 9ebbf8aa
      Kristján Valur Jónsson authored
      Mergin revisions 73272 and 73546 to py3k
      9ebbf8aa
    • Tarek Ziadé's avatar
      Merged revisions 73490 via svnmerge from · 656cd25f
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73490 | tarek.ziade | 2009-06-20 15:57:20 +0200 (Sat, 20 Jun 2009) | 1 line
      
        Fixed #6164 AIX specific linker argument in Distutils unixcompiler
      ........
      656cd25f
    • Tarek Ziadé's avatar
      Merged revisions 73445 via svnmerge from · 175c9d69
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73445 | tarek.ziade | 2009-06-16 10:31:01 +0200 (Tue, 16 Jun 2009) | 1 line
      
        starting distutils.ccompiler test coverage and cleanup
      ........
      175c9d69
    • Tarek Ziadé's avatar
      Merged revisions 73436 via svnmerge from · 064305fe
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73436 | tarek.ziade | 2009-06-16 01:30:13 +0200 (Tue, 16 Jun 2009) | 1 line
      
        Issue #6286: distutils upload command now uses urllib2
      ........
      064305fe
    • Mark Dickinson's avatar
      eff17073
    • Mark Dickinson's avatar
      Issue #6354 continued: reword confusing tutorial note on the (no-longer · a2b0bf00
      Mark Dickinson authored
      existing) difference between str(8/5) and repr(8/5).
      a2b0bf00
    • Tarek Ziadé's avatar
      Merged revisions 73435 via svnmerge from · a0203b37
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73435 | tarek.ziade | 2009-06-16 01:04:29 +0200 (Tue, 16 Jun 2009) | 1 line
      
        code cleanup
      ........
      a0203b37
    • Mark Dickinson's avatar
    • Raymond Hettinger's avatar
      Whatsnew begins afresh · 3f28297d
      Raymond Hettinger authored
      3f28297d
    • Mark Dickinson's avatar
      Corrections to decimal flying circus: round returns a Decimal; · 55c83de1
      Mark Dickinson authored
      float should have a short repr.
      55c83de1
    • Benjamin Peterson's avatar
      simplify this expression · 5cd261d4
      Benjamin Peterson authored
      5cd261d4
    • Benjamin Peterson's avatar
      Blocked revisions 73627 via svnmerge · 6d84bc84
      Benjamin Peterson authored
      ........
        r73627 | benjamin.peterson | 2009-06-28 14:27:55 -0500 (Sun, 28 Jun 2009) | 1 line
      
        return locals and cells in get_locals() not bound globals, though
      ........
      6d84bc84
    • Benjamin Peterson's avatar
      Merged revisions... · fdeceae0
      Benjamin Peterson authored
      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
      ........
      fdeceae0
    • Benjamin Peterson's avatar
      7ea82a0f
    • Benjamin Peterson's avatar
      Merged revisions... · 4506d5bf
      Benjamin Peterson authored
      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.
      ........
      4506d5bf
    • Benjamin Peterson's avatar
      Blocked revisions 73459,73563 via svnmerge · 7c607b22
      Benjamin Peterson authored
      ........
        r73459 | raymond.hettinger | 2009-06-16 20:43:47 -0500 (Tue, 16 Jun 2009) | 1 line
      
        Add usage note.
      ........
        r73563 | amaury.forgeotdarc | 2009-06-25 16:29:32 -0500 (Thu, 25 Jun 2009) | 2 lines
      
        Fix a compilation warning on Windows
      ........
      7c607b22
    • Benjamin Peterson's avatar
      Blocked revisions 73382,73394-73397,73401-73402,73422,73480,73536,73540 via svnmerge · 2abe1f50
      Benjamin Peterson authored
      ........
        r73382 | raymond.hettinger | 2009-06-11 18:14:53 -0500 (Thu, 11 Jun 2009) | 1 line
      
        Issue 6261: Clarify behavior of random.uniform().
      ........
        r73394 | antoine.pitrou | 2009-06-12 15:14:08 -0500 (Fri, 12 Jun 2009) | 3 lines
      
        Issue #6215: backport the 3.1 io lib
      ........
        r73395 | antoine.pitrou | 2009-06-12 15:36:25 -0500 (Fri, 12 Jun 2009) | 4 lines
      
        Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py
      ........
        r73396 | antoine.pitrou | 2009-06-12 15:41:52 -0500 (Fri, 12 Jun 2009) | 4 lines
      
        Try to restore the old test_file and test_univnewlines as new, different files
        (with the right revisions this time, hopefully)
      ........
        r73397 | antoine.pitrou | 2009-06-12 15:54:21 -0500 (Fri, 12 Jun 2009) | 3 lines
      
        Re-enable testing of builtin open() in test_bufio in test_largefile
      ........
        r73401 | alexandre.vassalotti | 2009-06-12 16:52:14 -0500 (Fri, 12 Jun 2009) | 2 lines
      
        Make pickling of OrderedDict instances more efficient.
      ........
        r73402 | alexandre.vassalotti | 2009-06-12 18:03:35 -0500 (Fri, 12 Jun 2009) | 6 lines
      
        Revert r73401 per Raymond Hettinger's request.
      
        The rational is the change might cause imcompatiblity problems with
        PyYAML. In addition, Raymond wants to kept the different versions of
        collections synchronized across Python versions.
      ........
        r73422 | benjamin.peterson | 2009-06-13 15:30:48 -0500 (Sat, 13 Jun 2009) | 1 line
      
        update ast version
      ........
        r73480 | facundo.batista | 2009-06-19 13:02:28 -0500 (Fri, 19 Jun 2009) | 3 lines
      
        Issue #6274. Fixed a potential FD leak in subprocess.py.
      ........
        r73536 | raymond.hettinger | 2009-06-23 16:32:28 -0500 (Tue, 23 Jun 2009) | 1 line
      
        Issue 6305: Clarify error message for large arguments to itertools.islice().
      ........
        r73540 | raymond.hettinger | 2009-06-23 17:20:04 -0500 (Tue, 23 Jun 2009) | 1 line
      
        Add procedural note.
      ........
      2abe1f50
    • Benjamin Peterson's avatar
      delete unused properties · a27a2353
      Benjamin Peterson authored
      a27a2353
    • Benjamin Peterson's avatar
      fix useless comparison #6355 · baee16f3
      Benjamin Peterson authored
      baee16f3
    • Benjamin Peterson's avatar
      use stack altering macros here · 42959ea2
      Benjamin Peterson authored
      42959ea2
    • Benjamin Peterson's avatar
      Merged revisions 73614-73615 via svnmerge from · 07c154a2
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73614 | benjamin.peterson | 2009-06-28 11:08:02 -0500 (Sun, 28 Jun 2009) | 1 line
      
        add two generic macros for peeking and setting in the stack
      ........
        r73615 | benjamin.peterson | 2009-06-28 11:14:07 -0500 (Sun, 28 Jun 2009) | 1 line
      
        use stack macros
      ........
      07c154a2
    • Benjamin Peterson's avatar
      this is better written as an assertion · 3d33d96f
      Benjamin Peterson authored
      3d33d96f
    • Benjamin Peterson's avatar
      update comments · 087c4b37
      Benjamin Peterson authored
      087c4b37
    • Benjamin Peterson's avatar
    • Hirokazu Yamamoto's avatar
      Sorted file names. · 3044bd22
      Hirokazu Yamamoto authored
      3044bd22
    • Martin v. Löwis's avatar
      Merged revisions 73606 via svnmerge from · 005a2013
      Martin v. Löwis authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73606 | martin.v.loewis | 2009-06-28 14:24:23 +0200 (So, 28 Jun 2009) | 2 lines
      
        Fix types in logic to compute help file name.
      ........
      005a2013
    • Hirokazu Yamamoto's avatar
      Merged revisions 73603 via svnmerge from · b418d8ee
      Hirokazu Yamamoto authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73603 | hirokazu.yamamoto | 2009-06-28 19:23:00 +0900 | 1 line
      
        Issue #4856: Remove checks for win NT.
      ........
      b418d8ee
    • Martin v. Löwis's avatar
      Merged revisions 73598 via svnmerge from · d87e59e1
      Martin v. Löwis authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73598 | martin.v.loewis | 2009-06-28 11:32:39 +0200 (So, 28 Jun 2009) | 3 lines
      
        Issue 5390: Add uninstall icon independent of whether file
        extensions are installed.
      ........
      d87e59e1
    • Benjamin Peterson's avatar
      Merged revisions 72912,72920,72940 via svnmerge from · 00fe8a7b
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72912 | benjamin.peterson | 2009-05-25 08:13:44 -0500 (Mon, 25 May 2009) | 5 lines
      
        add a SETUP_WITH opcode
      
        It speeds up the with statement and correctly looks up the special
        methods involved.
      ........
        r72920 | benjamin.peterson | 2009-05-25 15:12:57 -0500 (Mon, 25 May 2009) | 1 line
      
        take into account the fact that SETUP_WITH pushes a finally block
      ........
        r72940 | benjamin.peterson | 2009-05-26 07:49:59 -0500 (Tue, 26 May 2009) | 1 line
      
        teach the peepholer about SETUP_WITH
      ........
      00fe8a7b
  2. 27 Jun, 2009 8 commits