|
|
|
@571
|
[571]
|
07/13/08 10:21:51 |
athomas |
Allow variables nodes with pre-existing variables to execute correctly. |
|
|
|
@557
|
[557]
|
07/10/08 10:55:04 |
athomas |
- Completely delegate attribute casting to the Node.
- Add doctests and … |
|
|
|
@556
|
[556]
|
07/10/08 09:46:59 |
athomas |
- Many docstring updates.
- Added CIDR node. Automatically set … |
|
|
|
@555
|
[555]
|
06/15/08 05:49:18 |
athomas |
Whoops. |
|
|
|
@554
|
[554]
|
06/15/08 05:17:39 |
athomas |
Implemented reentrant input drivers. This allows multiple grammars to be … |
|
|
|
@553
|
[553]
|
06/15/08 05:17:19 |
athomas |
Refactored InputDriver so implementations are cleanly separated. |
|
|
|
@552
|
[552]
|
06/15/08 05:17:05 |
athomas |
Cleaned up the rather confusing … |
|
|
|
@547
|
[547]
|
06/10/08 09:14:48 |
athomas |
Lots of docstring updates. |
|
|
|
@520
|
[520]
|
01/21/08 01:41:50 |
athomas |
cly: Deprecated with_user_context, cleaned up locals() in XML … |
|
|
|
@507
|
[507]
|
01/11/08 10:21:28 |
athomas |
cly: Whoops. |
|
|
|
@506
|
[506]
|
01/11/08 10:20:21 |
athomas |
Add callback to Interact.loop(). |
|
|
|
@505
|
[505]
|
01/04/08 11:14:27 |
athomas |
cly: Ensure user_context is passed around correctly. |
|
|
|
@494
|
[494]
|
12/28/07 09:58:39 |
athomas |
cly: Fix Windows readline support so that help is printed correctly. |
|
|
|
@492
|
[492]
|
12/28/07 07:29:25 |
athomas |
cly: Big changes:
- Ported to Windows!
- Cleaned up documentation and … |
|
|
|
@481
|
[481]
|
12/06/07 10:20:15 |
athomas |
cly:
- Fixed some issues in rlext.py.
- Added an XML grammar … |
|
|
|
@468
|
[468]
|
11/27/07 04:44:41 |
athomas |
cly: Renamed Set to Group and added a pure Python cly.rlext based on … |
|
|
|
@455
|
[455]
|
08/22/07 06:58:21 |
athomas |
cly: Update version. |
|
|
|
@438
|
[438]
|
05/27/07 22:35:06 |
athomas |
cly: Fixed a couple of residual restructuring bugs. Documentation updates. |
|
|
|
@434
|
[434]
|
05/24/07 04:02:27 |
athomas |
cly: Removed the function inspection code. I will finish this off later … |
|
|
|
@430
|
[430]
|
05/21/07 19:44:44 |
athomas |
cly:
- Cleaned up and added a few more doctests.
- You can now set a … |
|
|
|
@425
|
[425]
|
05/18/07 11:47:29 |
athomas |
cly:
- Renamed cly.variables to cly.types.
- Node now has some … |
|
|
|
@423
|
[423]
|
05/17/07 09:02:10 |
athomas |
cly:
- Converted Wiki tutorial to RST.
- Cleaned up doc directory.
… |
|
|
|
@421
|
[421]
|
05/08/07 23:51:19 |
athomas |
cly: Fix for bug introduced by including the group ID with help output. |
|
|
|
@413
|
[413]
|
05/07/07 10:08:28 |
athomas |
cly:
- Added COPYING.
- Added copyright notice and encoding to all … |
|
|
|
@408
|
[408]
|
05/04/07 10:53:50 |
athomas |
cly:
- Massive documentation update.
- Renamed … |
|
|
|
@407
|
[407]
|
05/01/07 23:42:05 |
athomas |
cly: updated unit tests. |
|
|
|
@406
|
[406]
|
05/01/07 23:27:36 |
athomas |
cly:
- Aliased node traversal now seems to work!
- LocalFile now … |
|
|
|
@356
|
[356]
|
11/12/06 18:52:14 |
athomas |
cly:
* Actually use the passed completion delimiters.
* Allow user to … |
|
|
|
@355
|
[355]
|
10/11/06 21:11:30 |
athomas |
cly:
* Added a configurable traversal limit.
* Added a … |
|
|
|
@352
|
[352]
|
08/21/06 03:16:55 |
athomas |
cly: Changed the way matches terminate. An additional separator regex is … |
|
|
|
@350
|
[350]
|
08/17/06 23:09:24 |
athomas |
cly: Moved the global cly.interactive functions and variables into the … |
|
|
|
@349
|
[349]
|
08/17/06 02:16:59 |
athomas |
cly: Fixed tab completion when readline is in Emacs mode. |
|
|
|
@342
|
[342]
|
05/15/06 01:15:25 |
athomas |
cly:
* More unit tests for validators.
* Added … |
|
|
|
@339
|
[339]
|
05/08/06 08:29:34 |
athomas |
cly:
* Added doctests to cly core module, others to follow.
* … |
|
|
|
@338
|
[338]
|
05/07/06 04:27:36 |
athomas |
cly:
* Added some useful validators in the cly.validators module.
* … |
|
|
|
@337
|
[337]
|
05/07/06 00:28:28 |
athomas |
cly: Initial import of class-based version. |