1. 01 Apr, 2007 2 commits
    • Brett Cannon's avatar
      time.strptime's caching of its locale object was being recreated when the · c6906650
      Brett Cannon authored
      locale changed but not used during the function call it was recreated during.
      
      The test in this checkin is untested (OS X does not have the proper locale
      support for me to test), although the fix for the bug this deals with
      was tested by the OP (#1290505).  Once the buildbots verify the test at least
      doesn't fail it becomes a backport candidate.
      c6906650
    • Neal Norwitz's avatar
      SF #1685563, MSVCCompiler creates redundant and long PATH strings · 8f35f44a
      Neal Norwitz authored
      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.
      
      Will backport.
      8f35f44a
  2. 31 Mar, 2007 7 commits
  3. 30 Mar, 2007 10 commits
  4. 29 Mar, 2007 4 commits
  5. 28 Mar, 2007 3 commits
  6. 27 Mar, 2007 2 commits
  7. 26 Mar, 2007 3 commits
  8. 25 Mar, 2007 5 commits
  9. 24 Mar, 2007 3 commits
  10. 23 Mar, 2007 1 commit