1. 03 May, 2000 13 kayıt (commit)
  2. 02 May, 2000 19 kayıt (commit)
  3. 01 May, 2000 8 kayıt (commit)
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · 0e4f657a
      Guido van Rossum yazdı
      Fixed \OOO interpretation for Unicode objects. \777 now
      correctly produces the Unicode character with ordinal 511.
      0e4f657a
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · 96774c13
      Guido van Rossum yazdı
      Changed all references to the MAGIC constant to use a global
      pyc_magic instead. This global is initially set to MAGIC, but can be
      changed by the _PyImport_Init() function to provide for
      special features implemented in the compiler which are settable
      using command line switches and affect the way PYC files are
      generated.
      
      Currently this change is only done for the -U flag.
      96774c13
    • Guido van Rossum's avatar
      Eric Raymond: · d67ddbbe
      Guido van Rossum yazdı
      (1) Added and documented the capability for shlex to handle
      lexical-level inclusion and a stack of input sources.  Also, the input
      stream member is now documented, and the constructor takes an optional
      source-filename.  The class provides facilities to generate error
      messages that track file and line number.
      
      (2) Add a convenience function to generate C-compiler style error
      leaders.
      d67ddbbe
    • Guido van Rossum's avatar
      Eric Raymond: · 4b83ecbb
      Guido van Rossum yazdı
      Add a convenience function to generate C-compiler style error leaders.
      4b83ecbb
    • Guido van Rossum's avatar
      Eric Raymond: · eb4e11ae
      Guido van Rossum yazdı
      Added and documented the capability for shlex to handle lexical-level
      inclusion and a stack of input sources.  Also, the input stream member
      is now documented, and the constructor takes an optional source-filename.
      The class provides facilities to generate error messages that track
      file and line number.
      
      [GvR: I changed the __main__ code so that it actually stops at EOF, as
      Eric surely intended -- however it returned '' instead of the None he
      was testing for.]
      eb4e11ae
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · b16d197d
      Guido van Rossum yazdı
      Added Py_UnicodeFlag for use by the -U command line option.
      b16d197d
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · fdc8bdb6
      Guido van Rossum yazdı
      Support for the new -U command line option option:
      with the option enabled the Python compiler
      interprets all "..." strings as u"..." (same with r"..." and
      ur"...").
      fdc8bdb6
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · c15a9a1f
      Guido van Rossum yazdı
      Added -U command line option.
      
      With the option enabled the Python compiler interprets all "..."
      strings as u"..." (same with r"..." and ur"...").
      c15a9a1f