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
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial attempt to fix resource usage
Sebastian Thiel
2015-01-07
1
-14
/
+19
*
Fixed python 3 performance regression
v0.8.4
Sebastian Thiel
2015-01-06
1
-2
/
+3
*
Applied autopep8
Sebastian Thiel
2015-01-04
1
-29
/
+32
*
Drop semicolon at end of statement
Antoine Musso
2014-11-16
1
-2
/
+2
*
pep8 linting
Antoine Musso
2014-11-16
1
-46
/
+47
*
Fixed incorrect usage of memoryview. It's not getting faster though
Sebastian Thiel
2014-11-13
1
-1
/
+1
*
Fixed a few typos and major linter errors
Sebastian Thiel
2014-11-13
1
-2
/
+2
*
Initial improvements to get rid of the performance regression in py3.
Sebastian Thiel
2014-11-12
1
-2
/
+3
*
Fix 2 instances of "containnig" => "containing"
Marc Abramowitz
2014-06-16
1
-1
/
+1
*
Deal with lack of `buffer` in py3
Marc Abramowitz
2014-06-16
1
-1
/
+10
*
Change / to // (integer division) in several places
Marc Abramowitz
2014-06-15
1
-1
/
+1
*
Delay importing sys.getrefcount until needed
Marc Abramowitz
2014-06-13
1
-2
/
+2
*
_need_compat_layer is not required in python 3.
David Black
2014-05-16
1
-1
/
+1
*
Initial work for supporting python 3 (>= 3.3).
David Black
2014-05-16
1
-3
/
+10
*
tabs to spaces
Sebastian Thiel
2014-02-09
1
-232
/
+232
*
Removed possibly invalid documentation tags
Sebastian Thiel
2011-06-13
1
-1
/
+2
*
Fixed up configuration to create api documentation for the code. Improved som...
Sebastian Thiel
2011-06-13
1
-1
/
+3
*
Added option to help test cases to succeed on windows. Its for test systems only
Sebastian Thiel
2011-06-13
1
-3
/
+28
*
Some more adjustments to make it work in all python versions
Sebastian Thiel
2011-06-10
1
-2
/
+6
*
Changed design of memory managers to support different implementations. Curre...
Sebastian Thiel
2011-06-10
1
-2
/
+2
*
Changed names to be more descriptive, hopefully. This opens op the option to ...
Sebastian Thiel
2011-06-10
1
-8
/
+8
*
Fixed missing ALLOCATIONGRANULARIY in python <2.6. Python is as unportable as...
Sebastian Thiel
2011-06-10
1
-1
/
+9
*
Fixed some mapping issues on windows. Fixed some tests to deal with the very ...
Sebastian Thiel
2011-06-10
1
-8
/
+8
*
Added tests for the fd case. It shows that this is measurably faster than the...
Sebastian Thiel
2011-06-10
1
-1
/
+3
*
System can now deal with file descriptors as input, but it still requires som...
Sebastian Thiel
2011-06-10
1
-10
/
+19
*
Cursor can now take additional flags when opening the file handle for mapping...
Sebastian Thiel
2011-06-09
1
-2
/
+3
*
Merge branch 'cursor'
Sebastian Thiel
2011-06-09
1
-19
/
+47
|
\
|
*
Applied some optimizations for performance. Python is very easily overwhelmed...
Sebastian Thiel
2011-06-09
1
-8
/
+11
|
*
Fixed a few little issues, the random access test/perftest now work perfectly...
Sebastian Thiel
2011-06-09
1
-2
/
+9
|
*
implemented plenty of operational testing. It shows that its not yet working ...
Sebastian Thiel
2011-06-09
1
-1
/
+0
|
*
Implemented use_region. Let the testing begin. Especially the actual data han...
Sebastian Thiel
2011-06-09
1
-1
/
+15
|
*
Fully implemented the manager - now the cursor can be implenented as well
Sebastian Thiel
2011-06-09
1
-1
/
+6
|
*
Implemented first basic functionality of cursor, which is only complete once ...
Sebastian Thiel
2011-06-08
1
-8
/
+4
|
/
*
Moved all utility types into their own module
Sebastian Thiel
2011-06-08
1
-0
/
+189