summaryrefslogtreecommitdiff
path: root/compat.py
Commit message (Expand)AuthorAgeFilesLines
* Add os.path.relpath function in logical.common.compat for pre-2.6 python.Pierre-Yves David2009-12-071-0/+23
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-3/+3
* remove deprecated codeSylvain Th?nault2009-08-071-5/+0
* subprocess doesn't exists w/ python < 2.4 or in gae environmentSylvain Th?nault2009-06-291-45/+49
* d-t-wSylvain Th?nault2009-06-291-17/+15
* Python2.5 subprocess added functions and exceptions (call() + check_call())Julien Jehannet2008-11-211-0/+48
* improve doc for better epydoc generation (again).Nicolas Chauvat2008-07-141-4/+2
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-18/+9
* compat: adds a max function taking 'key' as keyword argumentPierre-Yves David2008-06-241-0/+40
* better descriptionAlexandre Fayolle2008-05-011-2/+2
* reorganize, deprecation warning for deprecated stuff, remove old deprecated f...Sylvain2006-11-081-2/+2
* apycot fixesSylvain2006-10-251-2/+1
* don't need to cast elements to boolAdrien Di Mascio2006-06-201-2/+2
* adds any/all builtinsAdrien Di Mascio2006-06-201-0/+25
* full implementation of sortedAdrien Di Mascio2006-06-191-3/+12
* add cmp argument to sortedsyt2006-06-071-2/+2
* made frozenset available in python2.4Adrien Di Mascio2006-05-151-1/+2
* frozenset (basic) implementation in compat.pyAdrien Di Mascio2006-05-121-16/+51
* forget the past.root2006-04-261-0/+145