| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This commit was manufactured by cvs2svn to create tag 'r234'.v2.3.4 | cvs2svn | 2004-05-27 | 1 | -0/+1 |
| | | |||||
| * | formatting nit | Anthony Baxter | 2004-05-27 | 1 | -8/+8 |
| | | |||||
| * | reset release | Anthony Baxter | 2004-05-27 | 1 | -1/+1 |
| | | |||||
| * | Changes for Python 2.3.4. | Thomas Heller | 2004-05-25 | 1 | -4/+4 |
| | | |||||
| * | This file no longer compressed with upx. | Thomas Heller | 2004-05-25 | 1 | -0/+0 |
| | | |||||
| * | Set release date for Python 2.3.4 (final). | Thomas Heller | 2004-05-25 | 4 | -4/+6 |
| | | | | | Windows build number is 53. | ||||
| * | Set release date for Python 2.3.4 (final). | Thomas Heller | 2004-05-25 | 1 | -1/+6 |
| | | |||||
| * | To avoid licensing issues, the stub exe for the bdist_wininst | Thomas Heller | 2004-05-25 | 1 | -5/+0 |
| | | | | | | installer is no longer compressed with upx. This adds about 35 kB to any installer. | ||||
| * | reverse the order of the two \date lines so the processing tools pick | Fred Drake | 2004-05-19 | 1 | -1/+1 |
| | | | | | up on the right one | ||||
| * | repair date | Fred Drake | 2004-05-19 | 1 | -1/+1 |
| | | |||||
| * | update version number for 2.3.4 final | Fred Drake | 2004-05-19 | 1 | -3/+3 |
| | | |||||
| * | Remove the offending added bit of a test case that doesn't apply to | Gregory P. Smith | 2004-05-15 | 1 | -5/+0 |
| | | | | | | | | the python 2.3.x branch as the bsddb.set_get_returns_none() default behaviour is different than on 2.4 and leter. (yes a correct test case for this branch could be written; removing this bad test gets things not-failing fastest) | ||||
| * | Current version is 2.3.4. | Thomas Heller | 2004-05-14 | 1 | -1/+1 |
| | | |||||
| * | update for the predicted 2.3.4 final release date, | Fred Drake | 2004-05-14 | 1 | -1/+1 |
| | | | | | getting the year right this time | ||||
| * | Added a sample message for the test for SF bug # 846938. I'm naming this | Barry Warsaw | 2004-05-13 | 1 | -0/+10 |
| | | | | | | msg_40.txt because msg_3[6-9].txt are already used in email3/py2.4 and I'm going to forward port this test. | ||||
| * | test_boundary_in_non_multipart(): Added a test for SF bug # 846938. | Barry Warsaw | 2004-05-13 | 1 | -0/+15 |
| | | |||||
| * | _parsebody(): Do not create subparts unless the container has a main type of | Barry Warsaw | 2004-05-13 | 1 | -7/+8 |
| | | | | | | | | | 'multipart' and the boundary is defined. This fixes SF bug # 846938, and several recent email-sig bugs where something like a text/html message also had a boundary parameter. This would later crash the Generator, which only consulted the Content-Type to decide how to generate the message (and it would expect just a string, but find a list there instead). | ||||
| * | Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4. | Barry Warsaw | 2004-05-13 | 1 | -3/+3 |
| | | |||||
| * | better yet | Anthony Baxter | 2004-05-13 | 1 | -1/+1 |
| | | |||||
| * | how many @*&(*$# places do we include the years?? | Anthony Baxter | 2004-05-13 | 1 | -1/+1 |
| | | |||||
| * | This commit was manufactured by cvs2svn to create tag 'r234c1'.v2.3.4c1 | cvs2svn | 2004-05-13 | 1 | -0/+1 |
| | | |||||
| * | update to match Lib/idlelib/NEWS version number | Anthony Baxter | 2004-05-13 | 1 | -1/+1 |
| | | |||||
| * | SF #847346: remove misguided optimization for short input from | Greg Ward | 2004-05-13 | 1 | -10/+8 |
| | | | | | | wrap() method. Premature optimization is indeed the root of all evil. Whitespace fix. | ||||
| * | SF #847346: add test_fix_sentence_endings() to ensure that sentence | Greg Ward | 2004-05-13 | 1 | -4/+42 |
| | | | | | | | | | | | endings get fixed even if the input is too short to wrap. Also throw in a bunch of other tests for this rather tricky and under-tested feature. In WrapTestCase.setUp(), don't bother setting fix_sentence_endings=True for self.wrapper -- just use a separate wrapper in the two tests that care about it, namely test_whitespace() and test_fix_sentence_endings(). | ||||
| * | Version '2.3.4c1' | Thomas Heller | 2004-05-12 | 1 | -7/+35 |
| | | | | | | | | File name 'Python-2.3.4c1.exe' Change company to 'Python Software Foundation' Add year 2004 to the copyright. Include tix into the distribution. | ||||
| * | Windows build number for 2.3.4c1 is 52. | Thomas Heller | 2004-05-12 | 2 | -2/+4 |
| | | |||||
| * | Fix version number (2.3.4c1) and release date (12-May-2004). | Thomas Heller | 2004-05-12 | 4 | -6/+6 |
| | | |||||
| * | 2.3.4 is derived from 2.3.3, not from itself. | Thomas Heller | 2004-05-12 | 1 | -1/+1 |
| | | |||||
| * | set target date for Python 2.3.4 release | Fred Drake | 2004-05-12 | 1 | -1/+2 |
| | | |||||
| * | fix various descriptions of "ctime" | Fred Drake | 2004-05-12 | 3 | -3/+7 |
| | | | | | (closes SF patch #870287) | ||||
| * | backport 1.17, 1.18 from the trunk: PyErr_SetInterrupt not Obsolete | Fred Drake | 2004-05-12 | 1 | -1/+3 |
| | | | | | (closes SF patch #919299) | ||||
| * | fix various typos; thanks, George Yoshida! | Fred Drake | 2004-05-12 | 6 | -6/+6 |
| | | | | | (closes SF patch #952047) | ||||
| * | add note about the __name__ read-only attribute | Fred Drake | 2004-05-12 | 1 | -1/+6 |
| | | | | | (closes SF bug #952212) | ||||
| * | Update copyright years. In the Windows resource, change the name of the | Tim Peters | 2004-05-11 | 2 | -3/+4 |
| | | | | | | company to the PSF (Zope Corp and PythonLabs no longer have anything to do with this!). | ||||
| * | super_getattro(): Repaired compiler warning about mixed-type comparison. | Tim Peters | 2004-05-11 | 1 | -1/+2 |
| | | |||||
| * | update the version information in preparation for release | Fred Drake | 2004-05-11 | 1 | -4/+4 |
| | | | | | (the documentation tools use this) | ||||
| * | Fix SF item #876278: Unbounded recursion in modulefinder. | Thomas Heller | 2004-05-11 | 2 | -0/+6 |
| | | |||||
| * | use tools/getversioninfo to extract the version number from the Python | Fred Drake | 2004-05-11 | 1 | -11/+4 |
| | | | | | sources | ||||
| * | remove assignment to unused variable | Fred Drake | 2004-05-11 | 1 | -1/+0 |
| | | |||||
| * | update to reflect the current location of the SF bugs search box | Fred Drake | 2004-05-11 | 1 | -1/+1 |
| | | |||||
| * | markup adjustment | Fred Drake | 2004-05-11 | 1 | -3/+5 |
| | | |||||
| * | In order to fix SF bug # 824977, we replace calloc()/free() calls in | Barry Warsaw | 2004-05-11 | 1 | -9/+16 |
| | | | | | | | | binascii_a2b_qp() and binascii_b2a_qp() with calls to PyMem_Malloc() and PyMem_Free(). These won't return NULL unless the allocations actually fail, so it won't trigger a bogus memory error on some platforms <cough>AIX</cough> when passed a length of zero. | ||||
| * | SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef's, to | Greg Ward | 2004-05-11 | 1 | -0/+18 |
| | | | | | avoid breaking the build on MkLinux (Linux 2.0). | ||||
| * | Added a note describing how fp should be opened in binary mode, especially on | Barry Warsaw | 2004-05-10 | 1 | -0/+4 |
| | | | | | Windows. Closes SF # 586899. | ||||
| * | don't make assumptions about $PATH in Cygwin instructions | Fred Drake | 2004-05-10 | 1 | -1/+1 |
| | | |||||
| * | Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as | Mark Hammond | 2004-05-10 | 1 | -1/+1 |
| | | | | | implemented in patch [ 851736 ]. | ||||
| * | test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. | Barry Warsaw | 2004-05-09 | 1 | -0/+9 |
| | | |||||
| * | SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match | Barry Warsaw | 2004-05-09 | 1 | -5/+7 |
| | | | | | documented semantics. | ||||
| * | Add this year to the copyright notices, and label it 2.3.4. | Barry Warsaw | 2004-05-09 | 1 | -2/+2 |
| | | |||||
| * | Mention changes to platform.py. | Guido van Rossum | 2004-05-08 | 1 | -0/+3 |
| | | |||||
