1. 10 Nov, 2002 1 commit
  2. 09 Nov, 2002 23 commits
  3. 08 Nov, 2002 13 commits
  4. 07 Nov, 2002 3 commits
    • Jack Jansen's avatar
      Got rid of the python.rsrc resource file. The error message strings and · b4715860
      Jack Jansen authored
      dialogs are now stored in Mac/Lib, and loaded on demand through macresource.
      Not only does this simplify a MacPython based on Apple's Python, but
      it also makes Mac error codes come out symbolically when running command
      line python (if you have Mac/Lib in your path).
      
      The resource files are copied from Mac/Resources. The old ones will disappear
      after the OS9 build procedure has been adjusted.
      b4715860
    • Walter Dörwald's avatar
      Add documentation for the PEP 293 functionality: · 9b88ba74
      Walter Dörwald authored
      The errors attribute can be changed after the reader/writer
      is created.
      
      For encoding there are two additional errors values:
      "xmlcharrefreplace" and "backslashreplace".
      
      These values can be extended via register_error().
      9b88ba74
    • Fred Drake's avatar
      Minor markup adjustments. · 1fa23371
      Fred Drake authored
      1fa23371