1. 03 Eki, 2002 1 kayıt (commit)
  2. 19 Agu, 2002 1 kayıt (commit)
  3. 18 Agu, 2002 4 kayıt (commit)
    • Andrew MacIntyre's avatar
      update contact info · 1adbcebb
      Andrew MacIntyre yazdı
      1adbcebb
    • Andrew MacIntyre's avatar
      Prep for 2.3: · 1994c7f1
      Andrew MacIntyre yazdı
       - update DLL version number
       - add files required for 2.3 (no changes to modules though)
       - restructure build of pgen.exe
      
      NOTE:  As I don't have the VACPP compiler, these changes are untested.
      Apart from slightly re-ordering some file lists, and matching file name
      casing, I believe these changes are the minimum necessary to build 2.3
      with VACPP.
      1994c7f1
    • Andrew MacIntyre's avatar
      make port notes current · ffcf8995
      Andrew MacIntyre yazdı
      ffcf8995
    • 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
  4. 02 Agu, 2002 1 kayıt (commit)
  5. 22 Tem, 2002 2 kayıt (commit)
  6. 19 Tem, 2002 1 kayıt (commit)
  7. 17 Tem, 2002 1 kayıt (commit)
  8. 14 Tem, 2002 1 kayıt (commit)
  9. 07 Tem, 2002 1 kayıt (commit)
  10. 30 Haz, 2002 1 kayıt (commit)
  11. 16 Haz, 2002 2 kayıt (commit)
  12. 14 Haz, 2002 1 kayıt (commit)
    • Guido van Rossum's avatar
      SF patch 568629 by Oren Tirosh: types made callable. · bea18ccd
      Guido van Rossum yazdı
      These built-in functions are replaced by their (now callable) type:
      
          slice()
          buffer()
      
      and these types can also be called (but have no built-in named
      function named after them)
      
          classobj (type name used to be "class")
          code
          function
          instance
          instancemethod (type name used to be "instance method")
      
      The module "new" has been replaced with a small backward compatibility
      placeholder in Python.
      
      A large portion of the patch simply removes the new module from
      various platform-specific build recipes.  The following binary Mac
      project files still have references to it:
      
          Mac/Build/PythonCore.mcp
          Mac/Build/PythonStandSmall.mcp
          Mac/Build/PythonStandalone.mcp
      
      [I've tweaked the code layout and the doc strings here and there, and
      added a comment to types.py about StringTypes vs. basestring.  --Guido]
      bea18ccd
  13. 13 Haz, 2002 1 kayıt (commit)
  14. 10 Haz, 2002 2 kayıt (commit)
  15. 09 Haz, 2002 1 kayıt (commit)
  16. 30 Nis, 2002 2 kayıt (commit)
  17. 21 Nis, 2002 1 kayıt (commit)
  18. 15 Nis, 2002 2 kayıt (commit)
  19. 11 Nis, 2002 1 kayıt (commit)
  20. 03 Nis, 2002 1 kayıt (commit)
    • Mark Hammond's avatar
      Fix bugs: · e7fefbf6
      Mark Hammond yazdı
       457466: popenx() argument mangling hangs python
       226766: popen('python -c"...."') tends to hang
      
      Fixes argument quoting in w9xpopen.exe for Windows 9x.  w9xpopen.exe
      also never attempts to display a MessageBox when not executed
      interactively.
      
      Added test_popen() test.  This test currently just executes
      "python -c ..." as a child process, and checks that the expected
      arguments were all recieved correctly by the child process.  This
      test succeeds for me on Win9x, win2k and Linux, and I hope it does
      for other popen supported platforms too :)
      e7fefbf6
  21. 31 Mar, 2002 1 kayıt (commit)
  22. 22 Mar, 2002 1 kayıt (commit)
  23. 01 Mar, 2002 1 kayıt (commit)
  24. 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
  25. 24 Ock, 2002 1 kayıt (commit)
  26. 12 Ock, 2002 1 kayıt (commit)
  27. 21 Ara, 2001 1 kayıt (commit)
  28. 15 Ara, 2001 1 kayıt (commit)
  29. 04 Ara, 2001 1 kayıt (commit)
  30. 28 Kas, 2001 1 kayıt (commit)
  31. 05 Kas, 2001 1 kayıt (commit)
  32. 30 Eki, 2001 1 kayıt (commit)