index
:
delta/python-packages/smmap.git
gitpython-issue-251-debugging
master
smmap2
github.com: Byron/smmap.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
smmap
/
test
/
test_buf.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
All tests work, bumped version
Sebastian Thiel
2015-01-07
1
-1
/
+2
*
Applied autopep8
Sebastian Thiel
2015-01-04
1
-10
/
+10
*
pep8 linting
Antoine Musso
2014-11-16
1
-3
/
+4
*
Fixed a few typos and major linter errors
Sebastian Thiel
2014-11-13
1
-5
/
+9
*
warnings fixes
Yoan Blanc
2014-07-25
1
-20
/
+24
*
Change / to // (integer division) in test_buf.py
Marc Abramowitz
2014-06-16
1
-3
/
+4
*
Fix typo: "optimial" => "optimal"
Marc Abramowitz
2014-06-16
1
-1
/
+1
*
Initial work for supporting python 3 (>= 3.3).
David Black
2014-05-16
1
-3
/
+3
*
tabs to spaces
Sebastian Thiel
2014-02-09
1
-102
/
+102
*
Finished tutorial section, umproved capabilities of the buffer implementation...
Sebastian Thiel
2011-06-13
1
-0
/
+4
*
Finally the mem manager and buffer tests run with the static one too
Sebastian Thiel
2011-06-10
1
-2
/
+4
*
Changed names to be more descriptive, hopefully. This opens op the option to ...
Sebastian Thiel
2011-06-10
1
-7
/
+7
*
Implemented __len__ method in buffer, including small test. This has its cave...
Sebastian Thiel
2011-06-10
1
-1
/
+4
*
Fixed some mapping issues on windows. Fixed some tests to deal with the very ...
Sebastian Thiel
2011-06-10
1
-1
/
+1
*
Added tests for the fd case. It shows that this is measurably faster than the...
Sebastian Thiel
2011-06-10
1
-37
/
+43
*
Added indirection level to internally used types to allow others to exchange ...
Sebastian Thiel
2011-06-10
1
-1
/
+1
*
Changed buffer implementation to use a cursor right away instead of taking a ...
Sebastian Thiel
2011-06-09
1
-18
/
+18
*
Finished implementation of buffer including a test which shows the performanc...
Sebastian Thiel
2011-06-09
1
-25
/
+35
*
Implemented buffer interface and test to fully proove it. Its not yet fully p...
Sebastian Thiel
2011-06-09
1
-2
/
+87
*
Cursor can now take additional flags when opening the file handle for mapping...
Sebastian Thiel
2011-06-09
1
-0
/
+7