pycrust-announce Mailing List for PyCrust
Brought to you by:
pobrien
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Patrick K. O'B. <po...@or...> - 2002-08-22 22:44:21
|
I just changed the way introspection works with regard to determining which objects are interesting enough to be expandable in the namespace viewer. In particular, lists and new style classes are now expandable. The changes are in CVS. Enjoy. -- Patrick K. O'Brien Orbtech ----------------------------------------------- "Your source for Python programming expertise." ----------------------------------------------- Web: http://www.orbtech.com/web/pobrien/ Blog: http://www.orbtech.com/blog/pobrien/ Wiki: http://www.orbtech.com/wiki/PatrickOBrien ----------------------------------------------- |
|
From: Patrick K. O'B. <po...@or...> - 2001-09-13 02:01:20
|
The latest release of PyCrust is now available at: http://sourceforge.net/project/showfiles.php?group_id=31263 Here are the details on the latest changes: ===== 0.6 (8/21/2001 to 9/12/2001) ===== Added PyFilling.py and filling.py. ----- PyShell.py and PyFilling.py can now be run standalone, as well as PyCrust.py. ----- Added crust.py and moved some code from PyCrust.py to it. ----- Added command history retrieval features submitted by Richie Hindle. ----- Changed shell.write() to replace line endings with OS-specific endings. Changed shell.py and interpreter.py to use os.linesep in strings having hardcoded line endings. ----- Added shell.redirectStdin(), shell.redirectStdout() and shell.redirectStderr() to allow the surrounding app to toggle requests that the specified sys.std* be redirected to the shell. These can also be run from within the shell itself, of course. ----- The shell now adds the current working directory "." to the search path: sys.path.insert(0, os.curdir) ----- Added support for distutils installations. ----- --- Patrick K. O'Brien Orbtech (http://www.orbtech.com) "I am, therefore I think." |
|
From: Patrick K. O'B. <po...@or...> - 2001-08-14 23:23:18
|
PyCrust 0.5.1 is now available in CVS and in zip format: http://sourceforge.net/project/showfiles.php?group_id=31263 --- Patrick K. O'Brien Orbtech "I am, therefore I think." |
|
From: Patrick K. O'B. <po...@or...> - 2001-08-08 21:27:10
|
PyCrust version 0.5 has been committed to CVS and is also available as a .zip file at: http://sourceforge.net/project/showfiles.php?group_id=31263&release_id=47302 Please give it a try and see what you think. http://sourceforge.net/projects/pycrust/ --- Patrick K. O'Brien Orbtech "I am, therefore I think." |