1. 16 Apr, 2007 4 commits
  2. 13 Apr, 2007 3 commits
  3. 11 Apr, 2007 1 commit
  4. 05 Apr, 2007 3 commits
  5. 04 Apr, 2007 3 commits
  6. 03 Apr, 2007 3 commits
  7. 02 Apr, 2007 2 commits
  8. 01 Apr, 2007 1 commit
    • Neal Norwitz's avatar
      Backport 54644: · 93e93844
      Neal Norwitz authored
      SF #1685563, MSVCCompiler creates redundant and long PATH strings
      
      If MSVCCompiler.initialize() was called multiple times, the path
      would get duplicated.  On Windows, this is a problem because the
      path is limited to 4k.  There's no benefit in adding a path multiple
      times, so prevent that from occuring.  We also normalize the path
      before checking for duplicates so things like /a and /a/ won't both
      be stored.
      93e93844
  9. 31 Mar, 2007 3 commits
  10. 30 Mar, 2007 1 commit
  11. 29 Mar, 2007 1 commit
  12. 24 Mar, 2007 1 commit
    • Žiga Seilnacht's avatar
      Patch #1489771: update syntax rules in Python Reference Manual. · 65245739
      Žiga Seilnacht authored
      Python 2.5 added support for explicit relative import statements and
      yield expressions, which were missing in the manual.
      Also fix grammar productions that used the names from the Grammar file,
      markup that broke the generated grammar.txt, and wrap some lines that
      broke the pdf output.
       (backport from rev. 54559)
      65245739
  13. 23 Mar, 2007 3 commits
  14. 22 Mar, 2007 3 commits
  15. 21 Mar, 2007 6 commits
  16. 20 Mar, 2007 2 commits