Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge all fixes from Python 2.4. This includes: | Guido van Rossum | 2004-05-05 | 1 | -29/+23 |
* | Using reversed() is not compatible with Python 1.5.2. | Guido van Rossum | 2004-05-04 | 1 | -1/+1 |
* | Fix last patch to make backwards-compatible with Python 1.5.2 . | Brett Cannon | 2004-03-25 | 1 | -14/+26 |
* | Fixed a caching bug in platform.platform() where the argument of 'terse' was | Brett Cannon | 2004-03-25 | 1 | -8/+8 |
* | Backport of rev. 1.6 and 1.7 from head. | Brett Cannon | 2003-10-14 | 1 | -20/+23 |
* | remove extra parameter from _java_getprop, remove duplicate imports | Neal Norwitz | 2003-06-29 | 1 | -2/+2 |
* | Fix docstring typo | Andrew M. Kuchling | 2003-04-24 | 1 | -1/+1 |
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -17/+17 |
* | Reformatted a bit to remove the lengthy re.compile() from the function | Marc-André Lemburg | 2003-04-24 | 1 | -23/+25 |
* | New module platform.py, submitted by Marc-Andre Lemburg. | Marc-André Lemburg | 2003-04-24 | 1 | -0/+1232 |