1. 29 Sep, 2000 7 commits
    • Fred Drake's avatar
      Reversely --> Conversely · ffe58ca6
      Fred Drake authored
      This closes SourceForge bug #115673.
      ffe58ca6
    • Fred Drake's avatar
      Added a missing "is" -- noted by Grant Griffin · 45888ffb
      Fred Drake authored
      <grant.griffin@honeywell.com>.
      45888ffb
    • Fred Drake's avatar
      Spelling: internalization --> internationalization · 31b761e3
      Fred Drake authored
      Fixed displays of the interactive prompt in running text.
      These close SourceForge bug #115658.
      
      Also:
      
      Updated discussion of tuple unpacking to reflect the general ability
      to unpack any sequence type.  Explained that it is possible to create
      tuples which contain mutable values, and noted in the dictionary
      section that such tuples cannot be used as keys.
      
      Noted that .pyc and .pyo files can be run directly when provided as
      the script parameter to the interpreter, and slightly clarified
      comments about using modules with only the byte compiled code.
      
      Removed some XXX comments that are no longer relevant.
      Removed commented-out paragraph about __private names being experimental.
      
      Adjusted markup for consistency in some places.
      31b761e3
    • Thomas Heller's avatar
      Removed the extra_dirs and path_file metadata options. · 1dbe9d52
      Thomas Heller authored
      They are unneeded: All this stuff is already done by the
      install command which is run by bdist_wininst.
      
      One bug has been fixed:
      The root of the fake install tree is install.install_purelib,
      not install.install_lib!
      They are different if the extra_path option is used in
      the setup function.
      
      Rebuild after the changes to wininst.exe.
      1dbe9d52
    • Fred Drake's avatar
    • Tim Peters's avatar
      The 2.0b2 change to write .pyc files in exclusive mode (if possible) · 42c83afd
      Tim Peters authored
      unintentionally caused them to get written in text mode under Windows.
      As a result, when .pyc files were later read-- in binary mode --the
      magic number was always wrong (note that .pyc magic numbers deliberately
      include \r and \n characters, so this was "good" breakage, 100% across
      all .pyc files, not random corruption in a subset).  Fixed that.
      42c83afd
    • Fred Drake's avatar
      Update list of extension modules that may be interesting to enable on · 3cc7e4d0
      Fred Drake authored
      most modern Unix flavors.
      
      The age of this portion of the README was noted in SourceForge bug #115625.
      3cc7e4d0
  2. 28 Sep, 2000 18 commits
  3. 27 Sep, 2000 15 commits