Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 1 | -12/+28 |
|\ | | | | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts. | ||||
| * | The _r in AIX xlc_r means reentrant, not relocatable. | Michael Haubenwallner | 2014-05-15 | 1 | -12/+28 |
| | | | | | | | | | | | | | | | | | | It does not make any sense to use 'xlc' for CC and 'xlc_r' for SHCC, as the '_r' does stand for 'reentrant' rather than 'relocatable' or similar. Avoid 'egrep' to parse the lslpp output, it's easy enough within python. Needs output streams of _subproc.dummyPopen to be iterable. | ||||
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -1/+1 |
|/ | |||||
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -4/+3 |
| | | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1. | ||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+5 |
| | |||||
* | Fix C/C++ compiler choosing on AIX. (Bob Halley) | Steven Knight | 2005-11-18 | 1 | -2/+5 |
| | |||||
* | Add TempFileMunge support to AIX, Cygwin, HP-UX, Linux/UNIX and SunOS. ↵ | Steven Knight | 2005-03-10 | 1 | -0/+3 |
| | | | | (Leanid Nazdrynau) | ||||
* | Remove dead imports and other things found by PyChecker. | Steven Knight | 2004-06-01 | 1 | -4/+1 |
| | |||||
* | Support for additional UNIX variants: (Christian Engel) | Steven Knight | 2003-08-24 | 1 | -0/+24 |
| | |||||
* | Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc) | Steven Knight | 2003-04-24 | 1 | -0/+38 |