Posted
over 16 years
ago
Help Python 3.0 support: create output file in binary mode in MangleAgent?.writeData()
|
Posted
over 16 years
ago
fixes to help python 3.0 support:
replace "from readline import raw_input" by "import readline" (shut up pyflakes!)
don't use exc_clear() in writeBacktrace()
|
Posted
over 16 years
ago
Revert previous commit (don't install documentation)
|
Posted
over 16 years
ago
ptrace 0.4
(diff)
|
Posted
over 16 years
ago
Install documentation in setup.py
|
Posted
over 16 years
ago
rename ptrace to python-ptrace
(diff)
|
Posted
over 16 years
ago
(tag 0.4) Fix package name: "python-ptrace"
|
Posted
over 16 years
ago
Port changes from tag 0.4 to trunk: remove unused imports, don't show SIGTRAP
signal, set release date, rename package from "ptrace" to "python-ptrace"
|
Posted
over 16 years
ago
--
(diff)
|