0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 5 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Create a README
GaelVaroquaux
as Gael Varoquaux
More... over 8 years ago
Messing with tailor
GaelVaroquaux
as Gael varoquaux
More... almost 14 years ago
Reorganise a bit the code. Improve test coverage.
GaelVaroquaux
as Gael Varoquaux
More... over 14 years ago
Fix bugs for pythonn versions not string tuples, and for overriding import without pylab.
GaelVaroquaux
as Gael Varoquaux
More... over 14 years ago
Bump release number for push to pypi.
GaelVaroquaux
as Gael Varoquaux
More... over 14 years ago
Check in patch by Hans Ekkehard Plesser for python 2.6 compatibility.
GaelVaroquaux
as Gael Varoquaux
More... over 14 years ago
Bump version number for push to pipy
GaelVaroquaux
as Gael Varoquaux
More... over 14 years ago
BUG: Make pyreport python26-compatible.
GaelVaroquaux
as Gael Varoquaux
More... over 14 years ago
BUG: Fix spurious test failures
GaelVaroquaux
as Gael Varoquaux
More... almost 15 years ago
Merge with Paul Ivanov's branch, to add hiding in html.
GaelVaroquaux
as Gael Varoquaux
More... almost 15 years ago
Release 0.3.2: remove the need for epstopdf
GaelVaroquaux
as Gael Varoquaux
More... about 15 years ago
remove the need for epstopdf thanks to the pdf matplotlib backend
GaelVaroquaux
as Gael Varoquaux
More... about 15 years ago
Silence epstopdf, this is ugly
GaelVaroquaux
as Gael Varoquaux
More... about 15 years ago
Add a manifest file to force inclusion of setupegg.py script, bump version number. Ready for bugfix release 0.3.1
GaelVaroquaux
as Gael Varoquaux
More... about 15 years ago
update URL
GaelVaroquaux
as Gael Varoquaux
More... about 15 years ago
* Switch to using distutils and setuptools for packaging and install * Switch to nose for test * Clean up names and some layout.
GaelVaroquaux
as Gael Varoquaux
More... about 15 years ago
Added a test case for hashing blocks that failed (bug reported by Ryan Krauss). Once the test case was in place, correcting the bug was easy.
GaelVaroquaux
as Gael Varoquaux
More... about 16 years ago
BUG: Expand the tabs before processing to avoid indentation problems.
GaelVaroquaux
as Gael Varoquaux
More... over 16 years ago
Workaround a difference in tokenizer between Python 2.4 and 2.5 that caused a test to fail. The change is not important, so I modified the test to be insensitive to this.
GaelVaroquaux
as Gael Varoquaux
More... over 16 years ago
Some clean up in code_hasher.py
GaelVaroquaux
as Gael Varoquaux
More... over 16 years ago
BUG: fix code_hasher for blocks indented with tabbed.
GaelVaroquaux
as Gael Varoquaux
More... over 16 years ago
Corrected bug with function definition.
GaelVaroquaux
as Gael Varoquaux
More... over 16 years ago
Corrected the tests. All code_hasher tests now pass. It was just noise due to change to python2.5.
GaelVaroquaux
as Gael Varoquaux
More... over 16 years ago
File layout clean up. Trying to build up for an egg.
GaelVaroquaux
as Gaël Varoquaux
More... almost 17 years ago
Added os.devnull instead of homebrewed code.
GaelVaroquaux
as Gaël Varoquaux
More... almost 17 years ago
Status quo on the options. Need more time to think.
GaelVaroquaux
as varoquaux
More... about 17 years ago
First version of code with code_hasher passes the tests. All the file's option code is not yet working.
GaelVaroquaux
as varoquaux
More... about 17 years ago
This time I will really start nuking code2blocks !
GaelVaroquaux
as varoquaux
More... about 17 years ago
Test case modified, will now remove the old code2blocks
GaelVaroquaux
as varoquaux
More... about 17 years ago
New code hasher in code_hasher.py. Corresponding test suite in test_code_hasher.py.
GaelVaroquaux
as varoquaux
More... about 17 years ago