David Halter
|
844e222ed5
|
cleanup
|
2012-09-06 11:23:12 +02:00 |
|
David Halter
|
18686c1d63
|
is_py3k() -> is_py3k
|
2012-09-06 02:38:57 +02:00 |
|
David Halter
|
0008e2c703
|
python 2.5 compatibility
|
2012-09-06 02:35:38 +02:00 |
|
David Halter
|
3e4a5dd111
|
add cleandoc to _compatibility.py because in python 2.5 it is not in the inspect module.
|
2012-09-01 11:37:37 +02:00 |
|
David Halter
|
a1d3ab9094
|
python 3 compatibility: new method 'use_metaclass'
|
2012-09-01 10:29:17 +02:00 |
|
David Halter
|
d4e87103b9
|
refactored testing interface
|
2012-08-24 12:28:37 +02:00 |
|
David Halter
|
9c09de6245
|
added a descriptor, to ignore unbound methods in Python 2
|
2012-08-22 01:11:54 +02:00 |
|
David Halter
|
45413a18b9
|
most import completions work now, but some other tests don't
|
2012-07-16 20:42:22 +02:00 |
|
David Halter
|
24577bc632
|
added an own implementation for hasattr (python 2, python 3 is fine)
|
2012-07-13 01:27:41 +02:00 |
|
David Halter
|
d1f464f0f7
|
open function builtin for python 3
|
2012-06-23 23:49:03 +02:00 |
|
David Halter
|
fd1246818a
|
python 2.5 compatibility, works, but tests fail, because certain thing don't exist in 2.5 (like int.real)
|
2012-05-20 00:59:03 +02:00 |
|
David Halter
|
8d523db9d9
|
most tests pass for python 3
|
2012-05-20 00:25:30 +02:00 |
|
David Halter
|
c95510cf50
|
basic python 3 compatibility
|
2012-05-19 23:49:25 +02:00 |
|
David Halter
|
7ac17aa036
|
cleaning / pep8
|
2012-05-19 12:14:32 +02:00 |
|
David Halter
|
21a5825e6e
|
property compatibility python 2.5
|
2012-05-17 10:54:56 +02:00 |
|
David Halter
|
e2446d675a
|
string literal handling
|
2012-05-08 22:19:45 +02:00 |
|
David Halter
|
57128bf17f
|
*args / **kwargs remodelled
|
2012-05-07 22:41:41 +02:00 |
|
David Halter
|
39a4014a95
|
compatibility file mainly for python 2.5
|
2012-04-22 14:30:55 +02:00 |
|