1. 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
  2. 12 Aug, 2008 3 commits
  3. 11 Aug, 2008 1 commit
  4. 10 Aug, 2008 1 commit
  5. 04 Aug, 2008 4 commits
  6. 02 Aug, 2008 1 commit
  7. 31 Jul, 2008 1 commit
  8. 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
  9. 25 Jul, 2008 1 commit
  10. 16 Jul, 2008 2 commits
  11. 13 Jul, 2008 1 commit
  12. 06 Jul, 2008 1 commit
  13. 02 Jul, 2008 1 commit
  14. 01 Jul, 2008 2 commits
  15. 22 Jun, 2008 1 commit
  16. 16 Jun, 2008 2 commits
  17. 15 Jun, 2008 1 commit
  18. 03 Jun, 2008 1 commit
  19. 02 Jun, 2008 1 commit
  20. 01 Jun, 2008 1 commit
  21. 31 May, 2008 1 commit
  22. 25 May, 2008 1 commit
  23. 23 May, 2008 1 commit
  24. 17 May, 2008 1 commit
  25. 11 May, 2008 1 commit
  26. 08 May, 2008 1 commit
  27. 06 May, 2008 1 commit
  28. 03 May, 2008 1 commit
  29. 02 May, 2008 2 commits
  30. 25 Apr, 2008 1 commit
  31. 22 Apr, 2008 1 commit