1. 21 Apr, 2007 4 commits
  2. 20 Apr, 2007 2 commits
  3. 18 Apr, 2007 3 commits
  4. 16 Apr, 2007 5 commits
  5. 13 Apr, 2007 3 commits
  6. 11 Apr, 2007 1 commit
  7. 05 Apr, 2007 3 commits
  8. 04 Apr, 2007 3 commits
  9. 03 Apr, 2007 3 commits
  10. 02 Apr, 2007 2 commits
  11. 01 Apr, 2007 1 commit
    • Neal Norwitz's avatar
      Backport 54644: · 810178ca
      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.
      810178ca
  12. 31 Mar, 2007 3 commits
  13. 30 Mar, 2007 1 commit
  14. 29 Mar, 2007 1 commit
  15. 24 Mar, 2007 1 commit
    • Žiga Seilnacht's avatar
      Patch #1489771: update syntax rules in Python Reference Manual. · dcc2a615
      Ž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)
      dcc2a615
  16. 23 Mar, 2007 3 commits
  17. 22 Mar, 2007 1 commit