1. 01 Mar, 2000 4 commits
    • Greg Ward's avatar
      Added 'get_platform()' to construct a string that identifies the current · 585df89f
      Greg Ward authored
      platform, using 'os.uname()' or 'sys.platform'.
      585df89f
    • Greg Ward's avatar
      Build reorg: · e51d69ef
      Greg Ward authored
        * 'build_dir' -> 'build_lib', which by default takes its value
          straight from 'build_lib' in the 'build' command
        * added 'build_temp' and 'inplace' options
        * change 'build_extensions()' to put object files (compiler turds) in
          'build_temp' dir
        * complicated the name-of-extension-file shenanigans in
          'build_extensions()' to support "in-place" extension building, i.e.
          put the extension right into the source tree (handy for developers)
        * added 'get_ext_fullname()', renamed 'extension_filename()' to
          'get_ext_filename()', and tweaked the latter a bit -- all to support
          the new filename shenanigans
      e51d69ef
    • Greg Ward's avatar
      Build reorg: · 42a3bf56
      Greg Ward authored
        * 'build_lib' -> 'build_purelib'
        * new 'build_lib' and 'build_temp' options
        * use 'get_platform()' to initialize 'build_platlib' and 'build_temp'
      42a3bf56
    • Greg Ward's avatar
      e6916516
  2. 29 Feb, 2000 8 commits
  3. 28 Feb, 2000 10 commits
  4. 27 Feb, 2000 3 commits
  5. 26 Feb, 2000 4 commits
    • Barry Warsaw's avatar
      Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) to · c8f0892d
      Barry Warsaw authored
      make pygettext more compatible with GNU xgettext, specifically:
      
      Added -E/--escape for allowing pass-thru of iso8859-1 characters above
      7 bits.
      
      Added -o/--output option for renaming the output file from
      messages.pot (there's overlap with -d/--default-domain, but GNU
      xgettext has them both).
      
      Added -p/--output-dir for specifying the output directory for
      messages.pot.
      
      Added -V/--version for printing the version number.
      
      Added -w/--width for specifying the output page width (this is because
      now pygettext, like GNU xgettext will put several locations on the
      same line to cut down on vertical space).
      
      Added -x/--exclude-file for specifying a list of strings that are not
      to be extracted from the input files.
      
      Bumped version number to 1.0
      
      Try to import fintl and use fintl.gettext as _ if available.  Fall
      back is to use identity definition of _().
      
      Moved the escape creation to a function make_escapes() so that its
      behavior can be controlled by the -E option.
      
      __openseen(): Support the -x option.
      
      write(): Support -w option and vertical space preserving feature.
      
      main(): Support new options.
      c8f0892d
    • Greg Ward's avatar
      The "Distributing Python Modules" manual; currently empty (I'll get to it · abc52169
      Greg Ward authored
      Real Soon Now(TM).
      abc52169
    • Greg Ward's avatar
      7a0620c3
    • Greg Ward's avatar
      Unfinished, untested implementation of the lovely baroque installation scheme · 4f08e4fa
      Greg Ward authored
      cooked up by Fred Drake and me.  Only saved for posterity (whoever posterity
      is), as it is about to be ditched in favour of GvR's much simpler design.
      4f08e4fa
  6. 25 Feb, 2000 10 commits
  7. 24 Feb, 2000 1 commit