0
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 22 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed API reference docs as far as possible More... almost 16 years ago
docs: added final docs for version 0.3.0, started new release 0.3.1 More... almost 16 years ago
Added zip_safe info to setup.py file More... almost 16 years ago
Added zip_safe flag to setup.py More... almost 16 years ago
Added delta_apply.h file to make more native use of python's build system, which should hopefully fix the easy_install trouble More... almost 16 years ago
setup: added missing _delta_apply.c file to setup script, allowing the performance module to be compiled More... almost 16 years ago
Updated changelog for 0.5.2 More... almost 16 years ago
bumped version to 0.5.2 More... almost 16 years ago
fixed performance tests ... again, previously I was just working on an incorrect repository More... almost 16 years ago
Merge branch 'osx' More... almost 16 years ago
testing:added special case for osx to solve a special issue with the temp directory More... almost 16 years ago
Merge remote branch 'gitorious/win32' More... almost 16 years ago
Tried to get rid of held references which could keep a filehandle open. In fact, it didn't work, and ... something else keeps them open. Its odd, its weird, its windows, and I give up on it for now More... almost 16 years ago
submodule.update: now forcing the checkout - see in-code comments More... almost 16 years ago
submodule: Fixed capital error when handling the submodule's branch, which was returned in the submodules super repository, not in the submodule's module More... almost 16 years ago
Submodule: Assured we properly convert paths to using the slash separator More... almost 16 years ago
Fixed performance tests which broke in the meanwhile - they definitely don't run often enough, which is because they intentionally don't have a package initialization file More... almost 16 years ago
Bumped version number to 0.3.1 More... almost 16 years ago
submodule: When adding an existing submodule, when retrieving the binsha, we will now consider not only the tree, but the index too More... almost 16 years ago
remote: parsing of fetch information now reacts to fatal errors. Previously it would just bump into an assertion More... almost 16 years ago
test_submodule: fixed failures that arose due to changes of the original submodule names. Also, a major bug was fixed that cased submodules to always being updated recursively when using the RootModule.update method submodule: previously, it would update the repository configuration during add(), but in fact it must be done during update() when the module is cloned, which is how the git-submodule implementation works More... almost 16 years ago
Merge branch 'docs' More... almost 16 years ago
Updated gitdb submodule, and added note about how the submodule package manages its dependencies More... almost 16 years ago
Updated tutorial with a brief introduction to submodules Changes now give a hint at the upcoming release as well More... almost 16 years ago
Changed name/id of gitdb submodule to something that doesn't look like a path More... almost 16 years ago
Changed name/id of async submodule to something that doesn't look like a path More... almost 16 years ago
Merge branch 'submodule' More... almost 16 years ago
Merge branch 'refactor' into submodule More... almost 16 years ago
Fixed all imports, refactoring appears to be complete More... almost 16 years ago
Split big submodule file into smaller files. Tried to manually get imports right, but its not yet tested More... almost 16 years ago