1. 23 Tem, 2006 1 kayıt (commit)
  2. 16 Mar, 2006 1 kayıt (commit)
  3. 17 Şub, 2005 1 kayıt (commit)
  4. 17 Ock, 2005 1 kayıt (commit)
  5. 03 Eki, 2004 1 kayıt (commit)
  6. 07 Tem, 2004 1 kayıt (commit)
  7. 25 Ara, 2003 1 kayıt (commit)
  8. 02 Ara, 2003 1 kayıt (commit)
  9. 16 Tem, 2003 1 kayıt (commit)
    • Andrew MacIntyre's avatar
      More pre-2.3 build tweaks for the OS/2 EMX port: · bac1ea93
      Andrew MacIntyre yazdı
      - more clean up of the generated import library definiton (.DEF file)
        following checking of patch 770521, and tightening of the sed regexps.
      
      - use -O3 even with gcc 2.8.1 - worth nearly 10% with 2.3; worth
        nothing with 2.2.x.
      
      - clean up a couple of whitespace issues introduced by a cut'n'paste.
      bac1ea93
  10. 13 Tem, 2003 1 kayıt (commit)
    • Andrew MacIntyre's avatar
      More pre-2.3 build tweaks for the OS/2 EMX port: · 4ee893fe
      Andrew MacIntyre yazdı
      - separate the building of the core from the wrapper executables and the
        external modules (.PYDs), based on the Py_BUILD_CORE define;
      
      - clean up the generated import library definiton (.DEF file) to remove
        references to a number of non-static symbols that aren't part of the
        Python API and which shouldn't be exported by the core DLL;
      
      - compile the release build with -fomit-frame-pointer, for a small
        performance gain;
      
      - make "make clean" remove byte compiled Python library files.
      4ee893fe
  11. 09 Haz, 2003 1 kayıt (commit)
    • Andrew MacIntyre's avatar
      bump stack size to cater for _sre recursion. · 23ec1dcf
      Andrew MacIntyre yazdı
      reorganise modules, so that most standard extensions are built into
      the Python DLL.  this slightly improves performance; reduces
      fragmentation of address spaces and slightly reduces memory footprint.
      23ec1dcf
  12. 21 Nis, 2003 2 kayıt (commit)
    • Andrew MacIntyre's avatar
      Makefile & config.c: · 631e87fb
      Andrew MacIntyre yazdı
      - restructure build for modules now in Python DLL
      
      README.os2emx
      - clean out old cruft no longer appropriate now that EMX port builds
        from CVS
      - reflect move of modules into core DLL
      - add section on building from source
      631e87fb
    • Andrew MacIntyre's avatar
      Makefile: · d4c9b16b
      Andrew MacIntyre yazdı
      - add _csv module to the build list
      - various cleanups
      
      config.c:
      - various cleanups
      
      pyconfig.h:
      - various cleanups
      d4c9b16b
  13. 19 Şub, 2003 1 kayıt (commit)
  14. 02 Ock, 2003 1 kayıt (commit)
  15. 31 Ara, 2002 1 kayıt (commit)
    • Andrew MacIntyre's avatar
      Build process updates: · 978697bf
      Andrew MacIntyre yazdı
       - add new modules (zipimport, datetime, _random, bz2, _symtable)
       - build pyexpat with expat sources from Python distribution
       - regression test with and without compiled bytecode
      978697bf
  16. 04 Ara, 2002 1 kayıt (commit)
  17. 18 Agu, 2002 1 kayıt (commit)
    • Andrew MacIntyre's avatar
      Build process updates: · 4fffdff2
      Andrew MacIntyre yazdı
       - the security fixes to tempfile have lead to test_tempfile wanting
         to create 100 temporary files.  as the EMX default is only 40,
         the number of file handles has been bumped (up to 250).
       - changes to pgen have required restructuring its build support.
      4fffdff2
  18. 10 Haz, 2002 1 kayıt (commit)
  19. 30 Nis, 2002 1 kayıt (commit)
  20. 15 Nis, 2002 1 kayıt (commit)
  21. 17 Şub, 2002 1 kayıt (commit)
    • Andrew MacIntyre's avatar
      Create and populate OS/2 EMX port build directory: · 41d97d67
      Andrew MacIntyre yazdı
        PC/os2emx/
          Makefile
          README.os2emx
          config.c
          dlfcn.c            // libdl emulation code for loadable extensions
          dlfcn.h
          dllentry.c         // DLL initialisation routine for Python DLL
          getpath.c
          pyconfig.h
          python23.def       // Python DLL symbol export definitions
          pythonpm.c         // console-less PM interpreter wrapper
      41d97d67