root

Name Size Rev Age Last Change
graphics 617:5ad0e54305d6 4 weeks Stefan Schwarzer <sschwarzer@…>: Add 10 pixels on the left side for nicer display on website.
sandbox 352:b66fa86eaf97 19 months Stefan Schwarzer <sschwarzer@…>: Some thoughts on future Websourcebrowser architecture. Currently, server ...
scripts 614:02930ca1aafb 4 weeks Stefan Schwarzer <sschwarzer@…>: Added module docstring saying not to use the script for development.
static 636:81e110ca7e54 4 weeks Stefan Schwarzer <sschwarzer@…>: Decrease vertical padding to fit more items in visible directory tree.
test_data 516:f5dce0691b02 8 months Stefan Schwarzer <sschwarzer@…>: Remove "project/" in top pane. Added a more realistic escaping ...
.hgignore 82 bytes 408:095641f19deb 9 months Stefan Schwarzer <sschwarzer@…>: Ignore pysmell tags file.
.hgtags 214 bytes 334:6141a5d9a404 3 years Stefan Schwarzer <sschwarzer@…>: Added tag release-0.3.1 for changeset 182803833473
__init__.py 0 bytes 157:a86ee890d658 3 years Stefan Schwarzer <sschwarzer@…>: Package file, to be able to import modules out of it.
announcements.txt 1.2 kB 623:4ef56913af76 4 weeks Stefan Schwarzer <sschwarzer@…>: Announcements for Websourcebrowser releases.
archive_converter.py 0.6 kB 601:5e4fbe9504cd 4 weeks Stefan Schwarzer <sschwarzer@…>: Added/extended module docstrings to simplify life for developers.
browser.py 8.3 kB 601:5e4fbe9504cd 4 weeks Stefan Schwarzer <sschwarzer@…>: Added/extended module docstrings to simplify life for developers.
cherrypy_dummy.py 4.7 kB 601:5e4fbe9504cd 4 weeks Stefan Schwarzer <sschwarzer@…>: Added/extended module docstrings to simplify life for developers.
coding.py 2.5 kB 538:765360639bff 8 months Stefan Schwarzer <sschwarzer@…>: Use `%r` instead of `%s` in error messages. Otherwise, the string ...
config.py 13.1 kB 616:980beee26513 4 weeks Stefan Schwarzer <sschwarzer@…>: Removed support for option `--dir-levels`. This option doesn't make sense ...
converter.py 2.7 kB 603:12407e9a5915 4 weeks Stefan Schwarzer <sschwarzer@…>: Changed first line break in docstrings.
directory_converter.py 5.2 kB 633:69e7f0d93dff 4 weeks Stefan Schwarzer <sschwarzer@…>: Fixed typo.
dirtree.py 5.6 kB 630:093473a0d591 4 weeks Stefan Schwarzer <sschwarzer@…>: Mention when we expect an `OSError`.
doc.css 5.0 kB 177:2a7817aea586 3 years Stefan Schwarzer <sschwarzer@…>: Copy CSS file for documentation here.
document.py 1.0 kB 601:5e4fbe9504cd 4 weeks Stefan Schwarzer <sschwarzer@…>: Added/extended module docstrings to simplify life for developers.
feature.py 0.8 kB 625:aa387d2157b6 4 weeks Stefan Schwarzer <sschwarzer@…>: Modules can only be deleted if they've been imported.
image_converter.py 458 bytes 601:5e4fbe9504cd 4 weeks Stefan Schwarzer <sschwarzer@…>: Added/extended module docstrings to simplify life for developers.
LICENSE 1.6 kB 487:c76a20dead50 9 months Stefan Schwarzer <sschwarzer@…>: Added note on bundling with other code.
Makefile 1.9 kB 345:ed02bf063425 2 years Stefan Schwarzer <sschwarzer@…>: Update year in copyright notice, corresponding to last changes.
MANIFEST 0.7 kB 622:51e4e1162974 4 weeks Stefan Schwarzer <sschwarzer@…>: Add empty lines to make the MANIFEST more readable.
page.py 1.8 kB 574:7949ccc2ce65 8 months Stefan Schwarzer <sschwarzer@…>: Removed redundant `import feature`.
README.release 0.5 kB 620:14f3b7244712 4 weeks Stefan Schwarzer <sschwarzer@…>: For the first release, also send the announcement to comp.lang.python.
README.txt 4.1 kB 609:784e75107633 4 weeks Stefan Schwarzer <sschwarzer@…>: Updated README according to "recent" development.
setup.py 2.1 kB 624:7d04edba21c3 4 weeks Stefan Schwarzer <sschwarzer@…>: Make sure static files are installed.
template.py 1.8 kB 601:5e4fbe9504cd 4 weeks Stefan Schwarzer <sschwarzer@…>: Added/extended module docstrings to simplify life for developers.
test.py 1.8 kB 627:63aeb8cf7426 4 weeks Stefan Schwarzer <sschwarzer@…>: Cygwin is also a Posix platform.
test_coding.txt 2.0 kB 461:741528d8f392 9 months Stefan Schwarzer <sschwarzer@…>: Set the path in the top pane after loading a file pane. This change ...
test_converter_posix.txt 1.2 kB 596:12d6ec3cf055 4 weeks Stefan Schwarzer <sschwarzer@…>: Helper functions `_is_image_path` and `_is_binary_path` have been moved to ...
test_dirtree_posix.txt 2.6 kB 508:2f470271c645 8 months Stefan Schwarzer <sschwarzer@…>: Fixed tests for new interface adding the item type.
test_document.txt 1.1 kB 509:96834b43d840 8 months Stefan Schwarzer <sschwarzer@…>: Test only the constructor; the class hasn't any methods now.
test_page.txt 2.9 kB 605:bb1d3acdaf2a 4 weeks Stefan Schwarzer <sschwarzer@…>: On mouseover in the directory listing, display a title with the full path.
test_template.txt 268 bytes 387:e6e81b7060da 19 months Stefan Schwarzer <sschwarzer@…>: Use the same heading style as in other test files.
test_tools_posix.txt 2.6 kB 518:ce3379dc2171 8 months Stefan Schwarzer <sschwarzer@…>: Don't allow access to paths which are excluded by ignore patterns. For ...
test_urlpath_posix.txt 2.2 kB 514:cb34860318bc 8 months Stefan Schwarzer <sschwarzer@…>: Cleaned up `urlpath` and its usage. Removed `converter` import. Regarding ...
test_urlpath_windows.txt 1.8 kB 628:0425ca1fc8ce 4 weeks Stefan Schwarzer <sschwarzer@…>: Paths are supposed to be returned as unicode strings.
text_converter.py 4.3 kB 601:5e4fbe9504cd 4 weeks Stefan Schwarzer <sschwarzer@…>: Added/extended module docstrings to simplify life for developers.
todo.txt 2.2 kB 606:c210f91f535a 4 weeks Stefan Schwarzer <sschwarzer@…>: Removed todo item on dotted lines (workaround in commit 304190274eca).
tools.py 3.8 kB 634:b0dcca088a1f 4 weeks Stefan Schwarzer <sschwarzer@…>: Added XXX comment on refactoring.
urlpath.py 2.5 kB 629:541a7a3adc0d 4 weeks Stefan Schwarzer <sschwarzer@…>: Clarified comment.
Note: See TracBrowser for help on using the browser.