1. 07 Jun, 2004 1 commit
  2. 28 May, 2004 1 commit
  3. 01 Apr, 2004 1 commit
  4. 26 Mar, 2004 1 commit
  5. 24 Mar, 2004 1 commit
  6. 23 Mar, 2004 1 commit
  7. 02 Jan, 2004 1 commit
  8. 20 Nov, 2003 1 commit
  9. 20 Oct, 2003 1 commit
  10. 04 Sep, 2003 1 commit
    • Jason Tishler's avatar
      Bug #794140: cygwin builds do not embed · 6bc06eca
      Jason Tishler authored
      The embed2.diff patch solves the user's problem by exporting the missing
      symbols from the Python core so Python can be embedded in another Cygwin
      application (well, at lest vim).
      6bc06eca
  11. 11 Jul, 2003 1 commit
    • Fred Drake's avatar
      - fix typo · 1e5fc55c
      Fred Drake authored
      - there's a weird variable name here (zimpimport), but I'll leave that
        for someone that's familiar with the ZIP import support
      1e5fc55c
  12. 16 Jun, 2003 1 commit
  13. 23 Mar, 2003 1 commit
  14. 17 Feb, 2003 1 commit
  15. 12 Feb, 2003 2 commits
  16. 24 Jan, 2003 1 commit
  17. 30 Dec, 2002 1 commit
    • Just van Rossum's avatar
      PEP 302 + zipimport: · 52e14d64
      Just van Rossum authored
      - new import hooks in import.c, exposed in the sys module
      - new module called 'zipimport'
      - various changes to allow bootstrapping from zip files
      
      I hope I didn't break the Windows build (or anything else for that
      matter), but then again, it's been sitting on sf long enough...
      
      Regarding the latest discussions on python-dev: zipimport sets
      pkg.__path__ as specified in PEP 273, and likewise, sys.path item such as
      /path/to/Archive.zip/subdir/ are supported again.
      52e14d64
  18. 25 Dec, 2002 1 commit
  19. 13 Dec, 2002 1 commit
  20. 06 Dec, 2002 1 commit
  21. 29 Nov, 2002 1 commit
  22. 31 Aug, 2002 1 commit
  23. 15 Aug, 2002 1 commit
    • Michael W. Hudson's avatar
      This is my patch · dd32a91c
      Michael W. Hudson authored
      [ 587993 ] SET_LINENO killer
      
      Remove SET_LINENO.  Tracing is now supported by inspecting co_lnotab.
      
      Many sundry changes to document and adapt to this change.
      dd32a91c
  24. 30 Jun, 2002 1 commit
  25. 17 Jun, 2002 1 commit
    • Walter Dörwald's avatar
      Apply diff2.txt from SF patch http://www.python.org/sf/566999 · 3430d70e
      Walter Dörwald authored
      This patch enhances Python/import.c/find_module() so
      that unicode objects found in sys.path will be treated
      as legal directory names (The current code ignores
      anything that is not a str). The unicode name is
      converted to str using Py_FileSystemDefaultEncoding.
      3430d70e
  26. 14 Jun, 2002 1 commit
  27. 13 Jun, 2002 1 commit
  28. 30 May, 2002 2 commits
  29. 28 May, 2002 1 commit
  30. 14 Apr, 2002 1 commit
    • Jack Jansen's avatar
      Mass checkin of universal newline support. · 7b8c7546
      Jack Jansen authored
      Highlights: import and friends will understand any of \r, \n and \r\n
      as end of line. Python file input will do the same if you use mode 'U'.
      Everything can be disabled by configuring with --without-universal-newlines.
      
      See PEP278 for details.
      7b8c7546
  31. 11 Apr, 2002 1 commit
  32. 09 Apr, 2002 1 commit
  33. 07 Apr, 2002 1 commit
  34. 31 Mar, 2002 1 commit
  35. 29 Mar, 2002 1 commit
  36. 26 Feb, 2002 1 commit
  37. 07 Feb, 2002 1 commit
    • Marc-André Lemburg's avatar
      Fix to the UTF-8 encoder: it failed on 0-length input strings. · bd3be8f0
      Marc-André Lemburg authored
      Fix for the UTF-8 decoder: it will now accept isolated surrogates
      (previously it raised an exception which causes round-trips to
      fail).
      
      Added new tests for UTF-8 round-trip safety (we rely on UTF-8 for
      marshalling Unicode objects, so we better make sure it works for
      all Unicode code points, including isolated surrogates).
      
      Bumped the PYC magic in a non-standard way -- please review. This
      was needed because the old PYC format used illegal UTF-8 sequences
      for isolated high surrogates which now raise an exception.
      bd3be8f0
  38. 12 Jan, 2002 1 commit