1. 22 Nov, 2007 3 commits
    • Amaury Forgeot d'Arc's avatar
      484fcd45
    • Guido van Rossum's avatar
      Merged revisions 59105-59106 via svnmerge from · 3c728360
      Guido van Rossum authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59106 | guido.van.rossum | 2007-11-21 16:55:51 -0800 (Wed, 21 Nov 2007) | 3 lines
      
        Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
        With some changes of my own thrown in (e.g. backport of r58107).
      ........
      3c728360
    • Guido van Rossum's avatar
      Merged revisions 59077-59104 via svnmerge from · cd4d4527
      Guido van Rossum authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59078 | brett.cannon | 2007-11-20 16:16:20 -0800 (Tue, 20 Nov 2007) | 2 lines
      
        Remove a unneeded line that had typos.
      ........
        r59081 | christian.heimes | 2007-11-20 16:46:21 -0800 (Tue, 20 Nov 2007) | 1 line
      
        Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress
      ........
        r59082 | brett.cannon | 2007-11-20 16:47:36 -0800 (Tue, 20 Nov 2007) | 6 lines
      
        doctest assumed that a package's __loader__.get_data() method used universal
        newlines; it doesn't.  To rectify this the string returned replaces all
        instances of os.linesep with '\n' to fake universal newline support.
      
        Backport candidate.
      ........
        r59084 | brett.cannon | 2007-11-20 16:58:03 -0800 (Tue, 20 Nov 2007) | 2 lines
      
        Add a missing check before deleting a package's __loader__.
      ........
        r59088 | christian.heimes | 2007-11-20 17:17:28 -0800 (Tue, 20 Nov 2007) | 2 lines
      
        Added NEWS entry
        Thanks for the reminder, Brett
      ........
        r59089 | amaury.forgeotdarc | 2007-11-20 17:38:26 -0800 (Tue, 20 Nov 2007) | 2 lines
      
        Add a NEWS entry for r59076.
      ........
        r59091 | christian.heimes | 2007-11-20 18:50:06 -0800 (Tue, 20 Nov 2007) | 2 lines
      
        Final fix for #1403
        The Windows installer and some Linux distros are using compileall to compile all py files in the Lib/ directory. However no test exists to check if all py files can be compiled. I figured out that make testall is the easiest way to test compileall.
      ........
      cd4d4527
  2. 21 Nov, 2007 14 commits
  3. 20 Nov, 2007 10 commits
  4. 19 Nov, 2007 10 commits
  5. 18 Nov, 2007 3 commits
    • Christian Heimes's avatar
      I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm... · 80101a8a
      Christian Heimes authored
      I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm having trouble to compile the module with VS 2008 cl.exe because "initializer is not a constant".
      80101a8a
    • Christian Heimes's avatar
      Merged revisions 59005-59040 via svnmerge from · 9cd17752
      Christian Heimes authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      I've tried to fix test_cmd_line_script but I wasn't able to get all tests
      right. Nick, can you please have a look?
      
      ........
        r59020 | facundo.batista | 2007-11-16 19:04:14 +0100 (Fri, 16 Nov 2007) | 12 lines
      
      
        Now in find, rfind, index, and rindex, you can use None as defaults,
        as usual with slicing (both with str and unicode strings).  This
        fixes issue 1259.
      
        For str only the stringobject.c file was modified.  But for unicode,
        I needed to repeat in the four functions a lot of code, so created
        a new function that does part of the job for them (and placed it in
        find.h, following a suggestion of Barry).
      
        Also added tests for this behaviour.
      ........
        r59021 | facundo.batista | 2007-11-16 19:41:24 +0100 (Fri, 16 Nov 2007) | 4 lines
      
      
        Fix for stupid error (I need to remember to do a full 'make clean + make'
        cycle before the tests...). Sorry.
      ........
        r59022 | facundo.batista | 2007-11-16 20:16:15 +0100 (Fri, 16 Nov 2007) | 3 lines
      
      
        Made _ParseTupleFinds only defined to unicodeobject.c
      ........
        r59024 | raymond.hettinger | 2007-11-17 02:51:22 +0100 (Sat, 17 Nov 2007) | 1 line
      
        Fix signature in example
      ........
        r59033 | brett.cannon | 2007-11-17 08:07:29 +0100 (Sat, 17 Nov 2007) | 5 lines
      
        Remove a confusing sentence about pth files and which directories are searched
        for them.
      
        Closes issue #1431.  Thanks Giambattista Bloisi for the help.
      ........
        r59039 | nick.coghlan | 2007-11-18 12:56:28 +0100 (Sun, 18 Nov 2007) | 1 line
      
        Patch #1739468: Directories and zipfiles containing __main__.py are now executable
      ........
      9cd17752
    • Christian Heimes's avatar
      Updates to the msi builder and PCbuild9 directory. msi.py can now create... · 81ca7c78
      Christian Heimes authored
      Updates to the msi builder and PCbuild9 directory. msi.py can now create installers from the PCbuild9 directory with MSVCR90.dll. PCbuild and MSVCR71.dll are still the default.
      81ca7c78