1. 21 Nov, 2007 7 commits
  2. 20 Nov, 2007 10 commits
  3. 19 Nov, 2007 10 commits
  4. 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
  5. 17 Nov, 2007 4 commits
  6. 16 Nov, 2007 6 commits