HTD

Merge lp://staging/~ahayzen/htd/htd32_fixed_width_folder into lp://staging/htd

Proposed by Andrew Hayzen
Status: Merged
Merged at revision: 40
Proposed branch: lp://staging/~ahayzen/htd/htd32_fixed_width_folder
Merge into: lp://staging/htd
Diff against target: 3046 lines (+1632/-472)
44 files modified
htd32/__init__.py (+8/-4)
htd32/_base/__init__.py (+0/-30)
htd32/_base/config.py (+2/-2)
htd32/_base/data.py (+18/-1)
htd32/_base/exceptions.py (+0/-17)
htd32/_base/file.py (+9/-0)
htd32/_base/register.py (+8/-6)
htd32/_base/trace.py (+2/-2)
htd32/_base/types.py (+1/-1)
htd32/_objects/attribute.py (+2/-1)
htd32/_objects/attributes.py (+15/-122)
htd32/_objects/auth.py (+5/-2)
htd32/_objects/connection.py (+7/-4)
htd32/_objects/cursor.py (+5/-3)
htd32/_objects/record.py (+1/-1)
htd32/_workers/__init__.py (+26/-18)
htd32/_workers/base.py (+126/-22)
htd32/_workers/file_fix/__init__.py (+10/-7)
htd32/_workers/file_fix/file.py (+25/-32)
htd32/_workers/file_var/__init__.py (+11/-8)
htd32/_workers/file_var/file.py (+37/-28)
htd32/_workers/folder_fix/__init__.py (+238/-0)
htd32/_workers/folder_fix/deleted.py (+72/-0)
htd32/_workers/folder_fix/file.py (+212/-0)
htd32/_workers/header/inline_json.py (+8/-10)
htd32/_workers/header/json_file.py (+152/-0)
htd32/_workers/header/variable_width.py (+43/-50)
htd32/_workers/search/__init__.py (+0/-1)
htd32/_workers/search/binary_search.py (+7/-9)
htd32/_workers/search/binary_tree.py (+99/-0)
htd32/_workers/tree/binary_tree.py (+429/-0)
tests/attribute.py (+3/-7)
tests/attributes.py (+3/-7)
tests/authentication.py (+3/-7)
tests/base.py (+15/-3)
tests/connection.py (+3/-6)
tests/cursor.py (+4/-8)
tests/event.py (+3/-7)
tests/file_type.py (+3/-7)
tests/htd.py (+3/-7)
tests/record.py (+3/-7)
tests/relation.py (+3/-7)
tests/thread.py (+3/-7)
tests/user.py (+5/-11)
To merge this branch: bzr merge lp://staging/~ahayzen/htd/htd32_fixed_width_folder
Reviewer Review Type Date Requested Status
Andrew Hayzen Approve
Review via email: mp+166250@code.staging.launchpad.net

Description of the change

* Intial implementation of Fixed Width Folder
* Added Tree support

To post a comment you must log in.
43. By Andrew Hayzen

* Code cleanups

44. By Andrew Hayzen

* Fix for PEP8

Revision history for this message
Andrew Hayzen (ahayzen) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: