Dave Halter
d444ef9e15
setdefault fix
2014-06-26 15:23:20 +02:00
Dave Halter
47205dd7f3
change the implementation of compiled.load_module and always use the sys.modules cache after an import, because it's easier. Doesn't require any logic.
2014-06-25 18:57:07 +02:00
Dave Halter
709c53a679
empty reversed issue, fixes traceback of #408
2014-05-17 12:32:18 +02:00
Dave Halter
a341791fda
found list indexing issue with sith and fixed it.
2014-04-16 01:31:49 +02:00
David Halter
39a5c8501b
fixed file in python 2.7 with test, fixes #309
2013-09-06 16:00:12 +04:30
David Halter
648095ad52
sorted builtin should now be working, fixes #312
2013-09-06 14:08:54 +04:30
David Halter
b18cafa8f8
test for #312 , sorted/reversed builtins
2013-09-06 13:27:15 +04:30
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