1. 15 Eyl, 2006 3 kayıt (commit)
  2. 14 Eyl, 2006 2 kayıt (commit)
  3. 12 Eyl, 2006 4 kayıt (commit)
  4. 11 Eyl, 2006 4 kayıt (commit)
  5. 09 Eyl, 2006 1 kayıt (commit)
  6. 08 Eyl, 2006 7 kayıt (commit)
  7. 07 Eyl, 2006 9 kayıt (commit)
  8. 06 Eyl, 2006 8 kayıt (commit)
  9. 05 Eyl, 2006 2 kayıt (commit)
    • Kristján Valur Jónsson's avatar
      Update the PCBuild8 solution. · b15a0ccf
      Kristján Valur Jónsson yazdı
      Facilitate cross-compilation by having binaries in separate Win32 and x64 directories.
      Rationalized configs by making proper use of platforms/configurations.
      Remove pythoncore_pgo project.
      Add new PGIRelease and PGORelease configurations to perform Profile Guided Optimisation.
      Removed I64 support, but this can be easily added by copying the x64 platform settings.
      b15a0ccf
    • Andrew M. Kuchling's avatar
      [Bug #1526834] Fix crash in pdb when you do 'b f('; · e6728252
      Andrew M. Kuchling yazdı
      the function name was placed into a regex pattern and the unbalanced paren
      caused re.compile() to report an error
      e6728252