Aldo Stracquadanio
124595de6e
Making it nicer
...
Fixed typo in docstring and added some comments in find_module_py33
Removed a test that is not compatible with python 3.3
Better variable names in find_module implementation(s)
Removed variable assignation in favor of direct return statement
2013-03-27 10:49:43 +00:00
Yakov Borevich
3b412c72e9
Remove google docstrings support. Updates #40
2012-12-28 10:09:03 +04:00
David Halter
2ee09980eb
improve sqlite3 support -> added mixins -> fixes #84
2012-12-19 22:26:53 +01:00
David Halter
a4b8c720e7
re.compile returns string - tests for #68
2012-11-23 00:34:17 +01:00
David Halter
4adcc774c4
new api problems - fixes #62 , #63
2012-11-17 23:12:17 +01:00
David Halter
cf953c9d02
python 2.5 compatibility, use for loop, not the next function
2012-09-04 18:22:11 +02:00
David Halter
268196086b
added functool mixins
2012-09-04 18:15:33 +02:00
David Halter
b111c56b06
added _weakref mixins
2012-09-04 16:21:17 +02:00
David Halter
778899af86
introduced std library tests (only regex for now) and a working _sre mixin, which is used by the module
2012-09-04 15:59:24 +02:00