Mon, 15 Dec 2008 11:33:08 -0800Get rid of the antlr3 module; the antlr libraries are also wrapped inside Jython's own jarjar file (along with other library code it needs) and using the separate antlr3 module could cause linkeage errors.
Tor Norbye <tor@netbeans.org> [Mon, 15 Dec 2008 11:33:08 -0800] rev 16894
Get rid of the antlr3 module; the antlr libraries are also wrapped inside Jython's own jarjar file (along with other library code it needs) and using the separate antlr3 module could cause linkeage errors.

Mon, 15 Dec 2008 10:49:54 -0800Initialize Jython properly so it doesn't abort on some parsing constructs
Tor Norbye <tor@netbeans.org> [Mon, 15 Dec 2008 10:49:54 -0800] rev 16893
Initialize Jython properly so it doesn't abort on some parsing constructs

Mon, 15 Dec 2008 10:33:36 -0800Fix generics usage to remove compiler warnings
Tor Norbye <tor@netbeans.org> [Mon, 15 Dec 2008 10:33:36 -0800] rev 16892
Fix generics usage to remove compiler warnings

Sun, 14 Dec 2008 17:51:13 +0100merging with http://hg.netbeans.org/main
Vita Stejskal <vstejskal@netbeans.org> [Sun, 14 Dec 2008 17:51:13 +0100] rev 16891
merging with http://hg.netbeans.org/main

Mon, 15 Dec 2008 09:24:47 +0100adding netbeans license header
Jean-Yves Mengant <jymen@netbeans.org> [Mon, 15 Dec 2008 09:24:47 +0100] rev 16890
adding netbeans license header
formating code folowing netbeans formating rules

Sun, 14 Dec 2008 11:47:51 +0100adding Amit k saha samples python project
Jean-Yves Mengant <jymen@netbeans.org> [Sun, 14 Dec 2008 11:47:51 +0100] rev 16889
adding Amit k saha samples python project

Sat, 13 Dec 2008 16:36:41 +0100adding new hints :
Jean-Yves Mengant <jymen@netbeans.org> [Sat, 13 Dec 2008 16:36:41 +0100] rev 16888
adding new hints :
- class parent child circular redundancy control
- check for parent resolve in parent child class inheritence
- move class attributes control to dedicated UnresolvedClassComponents

Sat, 13 Dec 2008 16:35:27 +0100adding new hints :
Jean-Yves Mengant <jymen@netbeans.org> [Sat, 13 Dec 2008 16:35:27 +0100] rev 16887
adding new hints :
- class parent child circular redundancy control
- check for parent resolve in parent child class inheritence
- move class attributes control to dedicated UnresolvedClassComponents

Sat, 13 Dec 2008 16:33:52 +0100adding new hints :
Jean-Yves Mengant <jymen@netbeans.org> [Sat, 13 Dec 2008 16:33:52 +0100] rev 16886
adding new hints :
- class parent child circular redundancy control
- check for parent resolve in parent child class inheritence
- move class attributes control to dedicated UnresolvedClassComponents

Fri, 12 Dec 2008 18:44:56 -0800Fix a bug in the name rule checker where changing the namestyle didn't work for functions, only for modules. Also add a rule to not only switch to other styles, but to turn off checking for that type.
Tor Norbye <tor@netbeans.org> [Fri, 12 Dec 2008 18:44:56 -0800] rev 16885
Fix a bug in the name rule checker where changing the namestyle didn't work for functions, only for modules. Also add a rule to not only switch to other styles, but to turn off checking for that type.