1. 17 Aug, 2008 3 commits
  2. 14 Aug, 2008 1 commit
    • Hirokazu Yamamoto's avatar
      Issue #2065: VC6 related fix. · f0a41637
      Hirokazu Yamamoto authored
      - PC/VC6/_bsddb.dsp:
          removed '/nodefaultlib:"msvcrt"' to fix linker error.
      
      - PC/VC6/_msi.dsp:
          added new module support.
      
      - PC/VC6/_sqlite3.dsp:
          /D "MODULE_NAME=\"sqlite3\""
          caused extra leading space like
          #define MODULE_NAME " sqlite3"
          so uses
          /D MODULE_NAME=\"sqlite3\"
          instead.
      
      - PC/VC6/python.dsp:
          changed stack size to 2MB to avoid stack overflow on
          some tests.
      f0a41637
  3. 12 Aug, 2008 3 commits
  4. 11 Aug, 2008 1 commit
  5. 10 Aug, 2008 1 commit
  6. 04 Aug, 2008 4 commits
  7. 02 Aug, 2008 1 commit
  8. 31 Jul, 2008 1 commit
  9. 28 Jul, 2008 1 commit
    • Neal Norwitz's avatar
      Backport code from r65182: · 83ac0144
      Neal Norwitz authored
      Issue #2620: Overflow checking when allocating or reallocating memory
      was not always being done properly in some python types and extension
      modules.  PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have
      all been updated to perform better checks and places in the code that
      would previously leak memory on the error path when such an allocation
      failed have been fixed.
      83ac0144
  10. 25 Jul, 2008 1 commit
  11. 16 Jul, 2008 2 commits
  12. 13 Jul, 2008 1 commit
  13. 06 Jul, 2008 1 commit
  14. 02 Jul, 2008 1 commit
  15. 01 Jul, 2008 2 commits
  16. 22 Jun, 2008 1 commit
  17. 16 Jun, 2008 2 commits
  18. 15 Jun, 2008 1 commit
  19. 03 Jun, 2008 1 commit
  20. 02 Jun, 2008 1 commit
  21. 01 Jun, 2008 1 commit
  22. 31 May, 2008 1 commit
  23. 25 May, 2008 1 commit
  24. 23 May, 2008 1 commit
  25. 17 May, 2008 1 commit
  26. 11 May, 2008 1 commit
  27. 08 May, 2008 1 commit
  28. 06 May, 2008 1 commit
  29. 03 May, 2008 1 commit
  30. 02 May, 2008 1 commit