summaryrefslogtreecommitdiffstats
path: root/Misc/RPM/python-2.4.spec
Commit message (Collapse)AuthorAgeFilesLines
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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 toSean Reifschneider2004-12-211-3/+9
| | | | idle.
* preparing for 2.4 final (wooooooo!)Anthony Baxter2004-11-291-1/+1
|
* 2.4rc1Anthony Baxter2004-11-181-1/+1
|
* release shenanigansAnthony Baxter2004-11-031-1/+1
|
* Latest version for beta 1.Sean Reifschneider2004-10-211-37/+50
|
* release shenanigansAnthony Baxter2004-10-151-1/+1
|
* update versionAnthony Baxter2004-09-021-1/+1
|
* 2.4a1Anthony Baxter2004-07-081-1/+1
|
* Copy from python-2.3.spec. Incorporate patch #961465:Martin v. Löwis2004-05-311-0/+363
Including changes from Ian Holsman to build under Red Hat 7.3. Fixing some problems with the /usr/local path change.