Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -382/+0 |
| | | | | | | | | | | | | | | | | | | | | number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway. | ||||
* | Changing the idle wrapper to use Python and execvp() to pass arguments to | Sean Reifschneider | 2004-12-21 | 1 | -3/+9 |
| | | | | idle. | ||||
* | preparing for 2.4 final (wooooooo!) | Anthony Baxter | 2004-11-29 | 1 | -1/+1 |
| | |||||
* | 2.4rc1 | Anthony Baxter | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | release shenanigans | Anthony Baxter | 2004-11-03 | 1 | -1/+1 |
| | |||||
* | Latest version for beta 1. | Sean Reifschneider | 2004-10-21 | 1 | -37/+50 |
| | |||||
* | release shenanigans | Anthony Baxter | 2004-10-15 | 1 | -1/+1 |
| | |||||
* | update version | Anthony Baxter | 2004-09-02 | 1 | -1/+1 |
| | |||||
* | 2.4a1 | Anthony Baxter | 2004-07-08 | 1 | -1/+1 |
| | |||||
* | Copy from python-2.3.spec. Incorporate patch #961465: | Martin v. Löwis | 2004-05-31 | 1 | -0/+363 |
Including changes from Ian Holsman to build under Red Hat 7.3. Fixing some problems with the /usr/local path change. |