1. 31 Jan, 2013 3 commits
    • Serhiy Storchaka's avatar
      Issue #17049: Localized calendar methods now return unicode if a locale · 8d510cd6
      Serhiy Storchaka authored
      includes an encoding and the result string contains month or weekday (was
      regression from Python 2.6).
      8d510cd6
    • Serhiy Storchaka's avatar
      Issue #4844: ZipFile now raises BadZipfile when opens a ZIP file with an · 0be506a5
      Serhiy Storchaka authored
      incomplete "End of Central Directory" record.  Original patch by Guilherme
      Polo and Alan McIntyre.
      0be506a5
    • Ned Deily's avatar
      Issue #13590: OS X Xcode 4 - improve support for universal extension modules · 18fae3f9
      Ned Deily authored
          In particular, fix extension module build failures when trying to use
          32-bit-only installer Pythons on systems with Xcode 4 (currently
          OS X 10.8, 10.7, and optionally 10.6).
          * Backport 3.3.0 fixes to 2.7 branch (for release in 2.7.4)
          * Since Xcode 4 removes ppc support, extension module builds now
            check for ppc compiler support and by default remove ppc and
            ppc64 archs when they are not available.
          * Extension module builds now revert to using system installed
            headers and libs (/usr and /System/Library) if the SDK used
            to build the interpreter is not installed or has moved.
          * Try to avoid building extension modules with deprecated
            and problematic Apple llvm-gcc compiler.  If original compiler
            is not available, use clang instead by default.
      18fae3f9
  2. 29 Jan, 2013 8 commits
  3. 28 Jan, 2013 5 commits
  4. 27 Jan, 2013 4 commits
  5. 26 Jan, 2013 4 commits
  6. 25 Jan, 2013 7 commits
  7. 24 Jan, 2013 1 commit
  8. 23 Jan, 2013 1 commit
  9. 22 Jan, 2013 4 commits
  10. 21 Jan, 2013 3 commits