Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'urlsplit' and 'urlunsplit' to compat module | Jason R. Coombs | 2013-07-24 | 1 | -2/+5 |
* | Fix Python3 compatibility issue in filterfalse | Jason R. Coombs | 2013-06-17 | 1 | -0/+3 |
* | Fixed some resource leaks. | Vinay Sajip | 2012-10-10 | 1 | -2/+6 |
* | Minor fix previously fixed in a merge | Jason R. Coombs | 2013-06-18 | 1 | -0/+2 |
* | Post-merge fixes for Python 3. | Vinay Sajip | 2012-10-10 | 1 | -0/+7 |
* | Fixed execfile in compat.py. | Vinay Sajip | 2011-06-21 | 1 | -1/+6 |
* | Fixed some bugs, tests now also all pass on 2.7 and 3.2. | Vinay Sajip | 2011-06-21 | 1 | -1/+1 |
* | Fixed some bugs - tests now all pass under Python 3.3. | Vinay Sajip | 2011-06-21 | 1 | -2/+2 |
* | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 1 | -0/+73 |