| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Port of universal binary support for Mac OSX from python 2.5. This takes away | Ronald Oussoren | 2006-10-08 | 1 | -1/+2 |
| | | | | | | | | | the need for the out-of-tree universal binary support that was used to build the 2.4.3 installer. Missing here relative to that tree are some changes to IDLE, IMHO those patches aren't appropriate for the 2.4 branch and users are better of using 2.5's IDLE. | ||||
| * | Backport r41489: | Walter Dörwald | 2005-11-21 | 1 | -1/+1 |
| | | | | | Fix typo. | ||||
| * | Added normalization for Windows system name. Closes SF #945665. | Marc-André Lemburg | 2004-06-19 | 1 | -1/+6 |
| | | |||||
| * | Using reversed() is not compatible with Python 1.5.2. | Guido van Rossum | 2004-05-04 | 1 | -1/+1 |
| | | |||||
| * | Added more Windows version names (thanks to Thomas Heller). | Marc-André Lemburg | 2004-03-25 | 1 | -29/+23 |
| | | | | | | | Fixed bug in platform() cache (thanks to Brett Cannon). (Restored Python 1.5.2 compatibility.) | ||||
| * | Fix last patch to be backwards-compatible with Python 1.5.2 . | Brett Cannon | 2004-03-25 | 1 | -12/+25 |
| | | | | | Bumped version micro number. | ||||
| * | Fixed a caching bug in platform.platform() where the argument of 'terse' was | Brett Cannon | 2004-03-25 | 1 | -8/+8 |
| | | | | | not taken into consideration when caching value. | ||||
| * | Implement and apply PEP 322, reverse iteration | Raymond Hettinger | 2003-11-06 | 1 | -1/+1 |
| | | |||||
| * | SF patch #834015: Remove imports of unused modules | Raymond Hettinger | 2003-11-02 | 1 | -1/+0 |
| | | | | | (Contributed by George Yoshida.) | ||||
| * | Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX, | Jack Jansen | 2003-08-11 | 1 | -1/+3 |
| | | | | | but attempting to get it resulted in a crash. Fixed. Backport candidate. | ||||
| * | Touch-up to docstrings. | Brett Cannon | 2003-08-05 | 1 | -19/+20 |
| | | |||||
| * | 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 |
| | | | | | definitions. | ||||
| * | New module platform.py, submitted by Marc-Andre Lemburg. | Marc-André Lemburg | 2003-04-24 | 1 | -0/+1232 |
| There's no separate documentation for this module yet - apart from the doc-strings which explain the APIs. | |||||
