- 07 Jan, 2006 10 commits
-
-
Tim Peters authored
fail everywhere.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
This inappropriately disabled some capabilities which exist. Now test for readline in -lreadline, if not found there, try it in -ltermcap only if not in -lreadline. If both libraries are required, there will need to be more work, but I'm not sure under what conditions both libraries would be required.
-
- 06 Jan, 2006 8 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Neal Norwitz authored
cases if TERM isn't set or is unknown (perhaps we should only check if unset or empty?) Skip the test if TERM isn't set. This seems to occur when running under buildbot and presumably cron. For some more info check here: http://mail.python.org/pipermail/python-checkins/2006-January/048704.html Will backport if it works.
-
Tim Peters authored
Locals `revision` and `branch` were const-incorrect.
-
Tim Peters authored
-
Tim Peters authored
-
Martin v. Löwis authored
characters.
-
Martin v. Löwis authored
-
- 05 Jan, 2006 9 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Skip Montanaro authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Also, stop determining Unicode sizes with PyString_GET_SIZE.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 04 Jan, 2006 2 commits
-
-
Georg Brandl authored
-
Hye-Shik Chang authored
-
- 03 Jan, 2006 11 commits
-
-
Barry Warsaw authored
calculate the build number.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Barry Warsaw authored
-
Neal Norwitz authored
Thanks to Tony Meyer for spotting my boo-boo.
-
Neal Norwitz authored
-
Neal Norwitz authored
even though they are generated. Since these files require Python 2.2+, it's possible they can't be created on a fresh system.
-