1. 07 Jun, 2000 7 commits
    • Marc-André Lemburg's avatar
      Marc-Andre Lemburg <mal@lemburg.com>: · 5b8cd288
      Marc-André Lemburg authored
      Added support to set the default encoding of strings
      at startup time to the values defined by the C locale.
      
      The sys.setdefaultencoding() API is deleted after having
      set up the encoding, so that user code cannot subsequentely
      change the setting. This effectively means that only site.py
      may alter the default setting.
      5b8cd288
    • Marc-André Lemburg's avatar
      Marc-Andre Lemburg <mal@lemburg.com>: · a95623db
      Marc-André Lemburg authored
      Added a new locale name aliasing engine which also supports
      locale encodings, a feature which is used by the new default
      encoding support in site.py.
      a95623db
    • Marc-André Lemburg's avatar
      New codec which always raises an exception when used. This · ea9a5363
      Marc-André Lemburg authored
      codec can be used to effectively switch off string coercion
      to Unicode.
      ea9a5363
    • Fred Drake's avatar
      Added preliminary documentation for the winreg module, · 5c402acb
      Fred Drake authored
      by Mark Hammond <markh@activestate.com>.
      
      Limited markup & consistency revisions by FLD.
      5c402acb
    • Greg Ward's avatar
      Patch from Rene Liebscher: this adds "--help-foo" options to list the · a1db959a
      Greg Ward authored
      values that "--foo" can take for various commands: eg. what formats for
      "sdist" and "bdist", what compilers for "build_ext" and "build_clib".
      
      I have *not* reviewed this patch; I'm checking it in as-is because it also
      fixes a paper-bag-over-head bug in bdist.py, and because I won't have
      time to review it properly for several days: so someone else can
      test it for me, instead!
      a1db959a
    • Greg Ward's avatar
      Always look for the system config file in the Distutils module directory, · 73d48ca3
      Greg Ward authored
      and call it "distutils.cfg" instead of "pydistutils.cfg" (personal
      config files are still ".pydistutils.cfg" or "pydistutils.cfg", though).
      73d48ca3
    • Greg Ward's avatar
      Patch from Rene Liebscher: · f51256bb
      Greg Ward authored
      Look for personal config file in /home/greg on Windows, too: users will have
      to set /home/greg to use this, so it's not something that many people will
      use.  But if python-dev comes up with the "right way" to divine a
      home directory on Windows, we can use that to set /home/greg and poof! --
      personal Distutils config files on Windows.
      f51256bb
  2. 06 Jun, 2000 6 commits
  3. 05 Jun, 2000 1 commit
  4. 04 Jun, 2000 13 commits
  5. 03 Jun, 2000 7 commits
  6. 02 Jun, 2000 6 commits