J. David Ibáñez
|
73a4a3a649
|
refs: resolving a direct ref returns the same object
When resolving a direct reference the same Python object is returned,
with the refcount incremented by one. The reference is reloaded.
|
2011-12-24 17:04:24 +01:00 |
|
J. David Ibáñez
|
5986688197
|
refs: fix segfault when using a deleted reference
Before this patch the code below produced a segfault:
>>> reference.delete()
>>> reference.name
Now an exception is raised.
|
2011-12-19 23:40:27 +01:00 |
|
J. David Ibáñez
|
83642a6954
|
Rename '.sha' to '.hex'
|
2011-09-02 16:53:17 +02:00 |
|
J. David Ibáñez
|
9f2e61cd8f
|
Add TreeEntry.oid, IndexEntry.oid, Reference.oid
|
2011-09-02 16:48:35 +02:00 |
|
J. David Ibáñez
|
f09a02a2ee
|
Use UTF-8 encoding in all Python files
|
2011-08-24 07:42:05 +02:00 |
|
J. David Ibáñez
|
b84b79acd8
|
Fix running the tests with Python 3
Now "python3 setup.py test" works.
|
2011-08-24 00:07:20 +02:00 |
|
J. David Ibáñez
|
7950ee1116
|
Use Python 3 string literals for the unit tests
Now unit tests are broken.
|
2011-08-13 22:48:23 +02:00 |
|
Sebastian Thiel
|
84cb4616b7
|
Fixed reference tests, they were dependent on the order of the file-system, which in fact is undetermined. Sorting them to assure order
|
2011-07-08 11:04:28 +02:00 |
|
David Versmisse
|
858adab759
|
Implement the References (part II)
|
2011-04-28 10:25:37 +02:00 |
|
David Versmisse
|
aac4cf1b86
|
Implement the References (part I)
|
2011-04-15 11:09:20 +02:00 |
|