1. 22 Şub, 2006 1 kayıt (commit)
  2. 05 Ock, 2006 3 kayıt (commit)
  3. 03 Ock, 2006 2 kayıt (commit)
  4. 19 Ara, 2005 1 kayıt (commit)
  5. 18 Ara, 2005 2 kayıt (commit)
  6. 17 Ara, 2005 1 kayıt (commit)
  7. 14 Ara, 2005 1 kayıt (commit)
  8. 13 Kas, 2005 1 kayıt (commit)
  9. 20 Eki, 2005 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Merge ast-branch to head · 3e0055f8
      Jeremy Hylton yazdı
      This change implements a new bytecode compiler, based on a
      transformation of the parse tree to an abstract syntax defined in
      Parser/Python.asdl.
      
      The compiler implementation is not complete, but it is in stable
      enough shape to run the entire test suite excepting two disabled
      tests.
      3e0055f8
  10. 04 Eki, 2005 1 kayıt (commit)
  11. 24 Nis, 2005 1 kayıt (commit)
  12. 28 Mar, 2005 1 kayıt (commit)
    • Bob Ippolito's avatar
      patch [1171735] - Darwin 8's headers disable functionality when · 7026a0ae
      Bob Ippolito yazdı
      POSIX is enabled.  This prevents the toolbox glue, all of Carbon,
      and various other non-POSIX features from compiling.  The POSIX
      symbols are  still used by default, so turning off the #define
      doesn't hurt.
      
      Additionally, linker flags have changed for Darwin 8, and are
      different for Darwin 8/gcc4 (default) and Darwin 8/gcc3.3.
      
      Approved by Anthony
      7026a0ae
  13. 19 Ock, 2005 1 kayıt (commit)
  14. 07 Ara, 2004 1 kayıt (commit)
    • Brett Cannon's avatar
      setup.py now uses the library directories specified in LDFLAGS (``-L`` · 516592f4
      Brett Cannon yazdı
      directories) and the include directories specified in CPPFLAGS (``-I``
      directories) for compiling the extension modules.
      
      This has led to the core being compiled with the values in the shell's
      CPPFLAGS.  It has also removed the need for special casing to use Fink and
      DarwinPorts under darwin since the needed directories can now be specified in
      LDFLAGS and CPPFLAGS (e.g., DarwinPorts users can now do
      ``LDFLAGS=-L/opt/local/lib; CPPFLAGS=-I/opt/local/include; ./configure`` for
      everything to work properly).
      
      Parsing the values in the environment variables is done with getopt.  While optparse
      would have been a nicer solution it cannot be used because of dependency issues
      at execution time; optparse uses gettext which uses struct which will not have
      been compiled when the code is imported.  If optparse ever makes its
      importation of gettext optional by catching ImportError and setting _() to an
      identity function then it can be used.
      516592f4
  15. 26 Eyl, 2004 1 kayıt (commit)
  16. 16 Tem, 2004 1 kayıt (commit)
  17. 12 Tem, 2004 1 kayıt (commit)
  18. 08 Haz, 2004 1 kayıt (commit)
  19. 03 Haz, 2004 1 kayıt (commit)
    • Jack Jansen's avatar
      Partial fix for #887242 (link extensions with dynamic_lookup in stead · 6b08a404
      Jack Jansen yazdı
      of hard linking against the framework).
      
      If $MACOSX_DEPLOYMENT_TARGET is set, and >= 10.3, during configure we
      setup extensions to link with dynamic lookup. We also record the
      value in the Makefile.
      
      Distutils checks whether a value for MACOSX_DEPLOYMENT_TARGET was
      recorded in the Makefile, and if it was insists that the current
      value matches.
      
      This is only a partial fix because it only applies to 2.4, and the
      "two python problem" exists with Python 2.3 shipped with MacOSX 10.3,
      which we have no influence over.
      6b08a404
  20. 01 Haz, 2004 1 kayıt (commit)
  21. 18 Mar, 2004 1 kayıt (commit)
  22. 07 Ara, 2003 1 kayıt (commit)
  23. 18 Kas, 2003 1 kayıt (commit)
  24. 16 Kas, 2003 1 kayıt (commit)
    • Raymond Hettinger's avatar
      * Migrate set() and frozenset() from the sandbox. · a690a996
      Raymond Hettinger yazdı
      * Install the unittests, docs, newsitem, include file, and makefile update.
      * Exercise the new functions whereever sets.py was being used.
      
      Includes the docs for libfuncs.tex.  Separate docs for the types are
      forthcoming.
      a690a996
  25. 20 Eyl, 2003 1 kayıt (commit)
  26. 04 Eyl, 2003 1 kayıt (commit)
  27. 13 Tem, 2003 1 kayıt (commit)
  28. 04 Tem, 2003 1 kayıt (commit)
    • Jack Jansen's avatar
      Fixed two bugs in MacOSX framework handling spotted by Edward Moy: · 66b84832
      Jack Jansen yazdı
      - In the top level Makefile, the argument to -install_name should be
        prepended with /System/Library/Frameworks/, so it is an absolute path.
      - In the top level Makefile, because of 2), RUNSHARED needs to be set to
        DYLD_FRAMEWORK_PATH=<path to local framework> and $(RUNSHARED) prepended
        to the $(MAKE) lines in the frameworkinstallmaclib and
        frameworkinstallapps targets.
      66b84832
  29. 21 Haz, 2003 1 kayıt (commit)
  30. 20 Haz, 2003 1 kayıt (commit)
  31. 19 Haz, 2003 1 kayıt (commit)
  32. 14 Haz, 2003 1 kayıt (commit)
  33. 13 Haz, 2003 2 kayıt (commit)
  34. 25 May, 2003 1 kayıt (commit)
  35. 16 May, 2003 1 kayıt (commit)