Re: [Python-Dev] Source control tools

2006-06-18 Thread Nicolas Chauvat
t's own code/repository. We happen to have switched to mercurial a month ago for all of our code and are happy with it. It scales well, as opposed to darcs. It is very similar to git. Mercurial is used for OpenSolaris if I recall correctly. -- Nicolas Chauvat logilab.fr - services en inform

Re: [Python-Dev] [Python-projects] AST in Python 2.5

2006-02-16 Thread Nicolas Chauvat
not fully exposed at application-level WP10 Status (cont.) === AST manipulation example:: >>>> 3 + 3 6 >>>> from parser import install_compiler_hook >>>> from hooks import _3becomes2 >>>> install_compiler