##// END OF EJS Templates
add get_session_info to HistoryManager for querying session table...
add get_session_info to HistoryManager for querying session table Also set detect_types flags on the connection, so timestamps are retrieved as datetime objects. Associated type checking test included.

File last commit:

r1261:a818e11a merge
r4487:30c9fcb1
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx