1. 24 Mar, 2004 1 kayıt (commit)
  2. 22 Mar, 2004 1 kayıt (commit)
  3. 10 Şub, 2004 1 kayıt (commit)
  4. 01 Ara, 2003 1 kayıt (commit)
  5. 20 Kas, 2003 1 kayıt (commit)
  6. 19 Kas, 2003 1 kayıt (commit)
  7. 13 Kas, 2003 1 kayıt (commit)
  8. 12 Eki, 2003 1 kayıt (commit)
  9. 11 Agu, 2003 1 kayıt (commit)
  10. 09 Agu, 2003 1 kayıt (commit)
  11. 16 Tem, 2003 1 kayıt (commit)
  12. 15 Tem, 2003 1 kayıt (commit)
  13. 22 Nis, 2003 1 kayıt (commit)
  14. 19 Nis, 2003 2 kayıt (commit)
  15. 17 Nis, 2003 5 kayıt (commit)
  16. 15 Nis, 2003 2 kayıt (commit)
    • Guido van Rossum's avatar
      - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() · 0fc8f002
      Guido van Rossum yazdı
        even farther down, to just before the call to
        _PyObject_DebugMallocStats().  This required the following changes:
      
      - pystate.c, PyThreadState_GetDict(): changed not to raise an
        exception or issue a fatal error when no current thread state is
        available, but simply return NULL without raising an exception
        (ever).
      
      - object.c, Py_ReprEnter(): when PyThreadState_GetDict() returns NULL,
        don't raise an exception but return 0.  This means that when
        printing a container that's recursive, printing will go on and on
        and on.  But that shouldn't happen in the case we care about (see
        first bullet).
      
      - Updated Misc/NEWS and Doc/api/init.tex to reflect changes to
        PyThreadState_GetDict() definition.
      0fc8f002
    • Guido van Rossum's avatar
      Move the call to _Py_PrintReferences() a bit further down. This · d922fa46
      Guido van Rossum yazdı
      prevents it from showing stuff (like codec state) that is cleared when
      the interpreter state is cleared.
      d922fa46
  17. 10 Nis, 2003 1 kayıt (commit)
  18. 19 Mar, 2003 1 kayıt (commit)
  19. 05 Mar, 2003 2 kayıt (commit)
  20. 25 Şub, 2003 1 kayıt (commit)
    • Just van Rossum's avatar
      Addendum to #683658: · 5bfba3ae
      Just van Rossum yazdı
      import warnings.py _after_ site.py has run. This ensures that site.py
      is again the first .py to be imported, giving it back full control over
      sys.path.
      5bfba3ae
  21. 19 Şub, 2003 1 kayıt (commit)
  22. 13 Şub, 2003 1 kayıt (commit)
    • Guido van Rossum's avatar
      - Finally fixed the bug in compile() and exec where a string ending · 4b499dd3
      Guido van Rossum yazdı
        with an indented code block but no newline would raise SyntaxError.
        This would have been a four-line change in parsetok.c...  Except
        codeop.py depends on this behavior, so a compilation flag had to be
        invented that causes the tokenizer to revert to the old behavior;
        this required extra changes to 2 .h files, 2 .c files, and 2 .py
        files.  (Fixes SF bug #501622.)
      4b499dd3
  23. 24 Ock, 2003 1 kayıt (commit)
  24. 22 Ock, 2003 1 kayıt (commit)
  25. 31 Ara, 2002 1 kayıt (commit)
  26. 30 Ara, 2002 2 kayıt (commit)
    • Neal Norwitz's avatar
      SF #561244, Micro optimizations · c91ed400
      Neal Norwitz yazdı
      Initialize the small integers and __builtins__ in startup.
      This removes some if conditions.
      Change XDECREF to DECREF for values which shouldn't be NULL.
      c91ed400
    • Just van Rossum's avatar
      PEP 302 + zipimport: · 52e14d64
      Just van Rossum yazdı
      - 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
  27. 13 Ara, 2002 1 kayıt (commit)
  28. 11 Ara, 2002 1 kayıt (commit)
  29. 17 Kas, 2002 1 kayıt (commit)
  30. 17 Eki, 2002 1 kayıt (commit)
  31. 05 Eki, 2002 1 kayıt (commit)
  32. 15 Agu, 2002 1 kayıt (commit)