Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If there is no libtermcap all the readline tests failed. | Neal Norwitz | 2006-01-07 | 3 | -7/+173 |
| | | | | | | | | | 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. | ||||
* | Add compiler test regarding optional arguments. | Georg Brandl | 2006-01-06 | 1 | -1/+4 |
| | |||||
* | Correct typo | Georg Brandl | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | initscr() will exit if there's an error. Try to catch the obvious failure | Neal Norwitz | 2006-01-06 | 1 | -4/+7 |
| | | | | | | | | | | | | | 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. | ||||
* | Py_GetBuildInfo(): Squash compiler warnings. | Tim Peters | 2006-01-06 | 1 | -3/+3 |
| | | | | Locals `revision` and `branch` were const-incorrect. | ||||
* | svnversion_init(): Use standard layout for function defn. | Tim Peters | 2006-01-06 | 1 | -1/+2 |
| | |||||
* | Trimmed trailing whitespace. | Tim Peters | 2006-01-06 | 1 | -20/+20 |
| | |||||
* | Generalize buildno to be a sequence of non-comma | Martin v. Löwis | 2006-01-06 | 1 | -1/+1 |
| | | | | characters. | ||||
* | Deal with empty svn_revisions. | Martin v. Löwis | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | Add HeadURL to the keywords. | Martin v. Löwis | 2006-01-05 | 0 | -0/+0 |
| | |||||
* | Drop sys.build_number. Add sys.subversion. | Martin v. Löwis | 2006-01-05 | 5 | -25/+114 |
| | |||||
* | squash compiler warning on Mac OSX 10.3 | Skip Montanaro | 2006-01-05 | 1 | -0/+4 |
| | |||||
* | Always set SVNVERSION to "exported" if it otherwise fails. | Martin v. Löwis | 2006-01-05 | 4 | -17/+25 |
| | |||||
* | Stop maintaining the buildno file. | Martin v. Löwis | 2006-01-05 | 5 | -37/+88 |
| | | | | Also, stop determining Unicode sizes with PyString_GET_SIZE. | ||||
* | If the audio file does not exist, the test should be skipped. Will backport. | Neal Norwitz | 2006-01-05 | 2 | -2/+2 |
| | |||||
* | Try to make svnversion test more portable, based on Sjoerd's suggestion | Neal Norwitz | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | Skip test_curses if stdin is not a tty (like when run from cron or ↵ | Neal Norwitz | 2006-01-05 | 1 | -1/+3 |
| | | | | buildbot). Will backport. | ||||
* | Fix errors on 64-bit platforms. Will backport | Neal Norwitz | 2006-01-05 | 2 | -4/+6 |
| | |||||
* | Bug #1395715: wrong LaTeX label | Georg Brandl | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Fix a warning from gcc by adding a missed const qualifier. | Hye-Shik Chang | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | SF bug #1395926: Also test for svnversion command on $PATH before using it to | Barry Warsaw | 2006-01-03 | 1 | -1/+1 |
| | | | | calculate the build number. | ||||
* | Mention that zlib is now builtin on Windows. | Martin v. Löwis | 2006-01-03 | 1 | -0/+3 |
| | |||||
* | Patch #1307806: Use project defaults where possible | Martin v. Löwis | 2006-01-03 | 14 | -1048/+71 |
| | |||||
* | Make zlib builtin. | Martin v. Löwis | 2006-01-03 | 6 | -281/+66 |
| | |||||
* | Remove unneeded directories. | Martin v. Löwis | 2006-01-03 | 167 | -39686/+0 |
| | |||||
* | Import zlib into Python tree. | Martin v. Löwis | 2006-01-03 | 202 | -0/+54653 |
| | |||||
* | Ignore .svn instead of CVS now. | Martin v. Löwis | 2006-01-03 | 1 | -3/+3 |
| | |||||
* | On the Mac, we have to ignore python.exe too. | Barry Warsaw | 2006-01-03 | 0 | -0/+0 |
| | |||||
* | Dammit, who the hell spells build with ii? | Neal Norwitz | 2006-01-03 | 1 | -1/+1 |
| | | | | Thanks to Tony Meyer for spotting my boo-boo. | ||||
* | Updated doc from patch 1117398 | Neal Norwitz | 2006-01-03 | 1 | -5/+10 |
| | |||||
* | As discussed on python-dev, don't remove Python-ast.[ch] with distclean | Neal Norwitz | 2006-01-03 | 1 | -1/+1 |
| | | | | | even though they are generated. Since these files require Python 2.2+, it's possible they can't be created on a fresh system. | ||||
* | install svn in /usr/local/bin and remove from ~/local/bin | Neal Norwitz | 2006-01-03 | 1 | -3/+1 |
| | |||||
* | get the proper full pathname of the script. spell build properly | Neal Norwitz | 2006-01-02 | 1 | -3/+3 |
| | |||||
* | * Change tabs to spaces | Neal Norwitz | 2006-01-02 | 1 | -8/+8 |
| | | | | | * Enable network tests when hunting for leaks * Disable curses and audio tests properly when running -u all | ||||
* | Bug #1395597: doc typo | Georg Brandl | 2006-01-02 | 1 | -2/+2 |
| | |||||
* | Regenerate. | Martin v. Löwis | 2006-01-02 | 1 | -45/+45 |
| | |||||
* | Adjust usage of compiler_use_new_block to its return type. | Martin v. Löwis | 2006-01-02 | 1 | -2/+2 |
| | |||||
* | Script to automatically build and test python and doc. The results | Neal Norwitz | 2006-01-02 | 1 | -0/+192 |
| | | | | | | are copied up to docs.python.org/dev Needs lots more work. Feel free to add code, fixes, or FIXME comments. | ||||
* | update to reflect move to Subversion | Fred Drake | 2006-01-02 | 3 | -272/+8 |
| | |||||
* | Fix ref/memory leak introduced in rev 41845. | Neal Norwitz | 2006-01-02 | 1 | -0/+2 |
| | |||||
* | Ported from 2.4 branch: | Barry Warsaw | 2006-01-01 | 2 | -4/+7 |
| | | | | Patch by Ori Avtalion to fix a minor display glitch in the RightArrow. | ||||
* | Bug #1394868: doc typos | Georg Brandl | 2006-01-01 | 3 | -5/+5 |
| | |||||
* | Fixed English in a comment; trimmed trailing whitespace; | Tim Peters | 2006-01-01 | 1 | -11/+11 |
| | | | | no code changes. | ||||
* | test_main(): Restore the original root logger level after running | Tim Peters | 2005-12-30 | 1 | -0/+9 |
| | | | | | | | | | | the tests. This stops the confusing/annoying: No handlers could be found for logger "cookielib" message we got whenever some test running after test_logging happened to use cookielib.py (when not using regrtest's -r, this happened during test_urllib2; when using -r, it varied). | ||||
* | Whitespace normalization. | Tim Peters | 2005-12-30 | 2 | -2/+2 |
| | |||||
* | Work around test_locale failing on Solaris. | Martin v. Löwis | 2005-12-30 | 1 | -3/+8 |
| | | | | Will backport to 2.4. | ||||
* | Use -xcode=pic32 for SunPro. Will backport to 2.4. | Martin v. Löwis | 2005-12-30 | 3 | -1/+5 |
| | |||||
* | Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was | Skip Montanaro | 2005-12-30 | 2 | -3/+17 |
| | | | | | | | | returning 'a' as the delimiter. It now returns '|', but not because I understood better what the code was supposed to do. Would someone that understands the idea behind _guess_delimiter() (see its doc string) look to see if my fallback choice is better than before or if it's just serendipity that I picked the proper delimiter? | ||||
* | typo, use parens for continued expr | Skip Montanaro | 2005-12-30 | 1 | -3/+3 |
| | |||||
* | SF#1391872 | Fredrik Lundh | 2005-12-29 | 2 | -2/+14 |
| | | | | | Floating point literals don't work in non-US locale in 2.5. Patch and new locale tests by Hye-Shik Chang. |