0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add new_child method to simplify the creation of new Elements More... about 8 years ago
Add set_value method in order to update existing elements' values More... about 8 years ago
Add save_gedcom method to write GEDCOM data to a file. More... about 8 years ago
Add records() and root() methods, don't print the root element More... about 8 years ago
Add is_file and is_object methods useful for working with media references More... about 8 years ago
Preserve trailing newline characters More... about 8 years ago
Preserve leading space characters in values More... about 8 years ago
Merge pull request #4 from jonorthwash/master More... over 8 years ago
now compatible with python3 (ran 2to3) More... almost 9 years ago
bump version More... over 9 years ago
Merge pull request #2 from scavone/master More... over 9 years ago
Added Source information to the Birth and Death functions of the Element class More... almost 10 years ago
Added Gender, Private, Burial, Census, Last Updated, and Occupation functions to the Element class More... almost 10 years ago
Updated __parse function to allow for universal newline support when reading Gedcom files More... almost 10 years ago
Updating email address More... over 11 years ago
Merge pull request #1 from paulproteus/plus-setup-py More... over 11 years ago
Rename gedcom.py into a directory More... over 11 years ago
Adding a setup.py More... over 11 years ago
Fix regex bug More... about 12 years ago
Add find_path_to_anc to Gedcom More... about 12 years ago
Move or remove functions broken in Element class More... about 12 years ago
Fix bugs in Element.name() More... about 12 years ago
Add get_ancestors to Gedcom class More... about 12 years ago
Add get_parents to Gedcom class More... about 12 years ago
Gedcom.get_family to Gedcom.get_family_members More... about 12 years ago
Remove _dict attribute from Element class More... about 12 years ago
Move get_family to Gedcom from Element class More... about 12 years ago
Move marriage methods to Gedcom from Element More... about 12 years ago
Adding my name to the copyright info More... about 12 years ago
Fix bug in print_gedcom More... about 12 years ago