summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set svn:ignore. anal retentiveness, makes it easier to spot actual problemsv2.3.6c1Anthony Baxter2006-10-230-0/+0
* preparing for 2.3.6c1Anthony Baxter2006-10-238-9/+16
* patch for PSF-2006-001.Anthony Baxter2006-10-232-25/+47
* Fix the tests to work with Python 2.1, which email 2.5 must do.Barry Warsaw2006-07-261-4/+4
* Back port r50693 and r50754 from the trunk (and 2.4 branch):Barry Warsaw2006-07-254-37/+195
* Back port from 2.4 branch:Barry Warsaw2006-05-014-0/+18
* Resolve SF bug 1409403: email.Message should supress warning from uu.decode.Barry Warsaw2006-02-094-8/+48
* Patches to address SF bugs 1409538 (Japanese codecs in CODEC_MAP) and 1409455Barry Warsaw2006-02-085-27/+47
* Resolves SF bug #1423972.Barry Warsaw2006-02-041-2/+4
* parsedate_tz(): Return a 1 in the tm_yday field so that the value isBarry Warsaw2006-02-032-5/+13
* Updated docs for email.Message.get_filename()Barry Warsaw2006-01-171-4/+5
* SF bug #1403349 solution for email 2.5; some MUAs use the 'file' parameterBarry Warsaw2006-01-174-7/+53
* Begin 2.3.6 news section; record PCRE fixAndrew M. Kuchling2005-08-311-0/+11
* For reference, add tests for PCRE fix; the tests aren't run by default becaus...Andrew M. Kuchling2005-08-311-0/+18
* Apply fix for potential heap overflow in PCRE code (CAN-2005-2491)Andrew M. Kuchling2005-08-311-9/+20
* [Bug #1194249] Fix duplicate assignment in example codeAndrew M. Kuchling2005-06-011-1/+1
* get_filename(), get_content_charset(): It's possible that the charset named inBarry Warsaw2005-04-293-9/+69
* Started on MacPython additions for Tiger.Jack Jansen2005-04-225-0/+292
* correct ontosys url - closes 1167329Skip Montanaro2005-03-211-1/+1
* This commit was manufactured by cvs2svn to create tag 'r235'.v2.3.5cvs2svn2005-02-080-0/+0
* 2.3.5 finalAnthony Baxter2005-02-081-4/+4
* damnAnthony Baxter2005-02-081-2/+2
* 2.3.5 finalAnthony Baxter2005-02-085-3/+10
* 2.3.5 finalAnthony Baxter2005-02-081-1/+1
* set release date in the docsFred Drake2005-02-081-1/+1
* add 2.3.5 to the history and licensing infoFred Drake2005-02-081-0/+1
* bump version numberFred Drake2005-02-081-2/+2
* news update for 2.3.5 finalAnthony Baxter2005-02-081-1/+4
* sligtly strengthen unit tests for copy.pyAlex Martelli2005-02-071-1/+27
* tiny backport from 2.4, fix a leak in _testcapiAlex Martelli2005-02-071-0/+1
* fix bug 1114776Alex Martelli2005-02-062-1/+19
* fix XMLFilterBase.resolveEntity() so the caller gets the resultFred Drake2005-02-031-1/+1
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-033-7/+55
* Fix typo in verbose output for RLock when the initial lock acquisition occurs.Brett Cannon2005-01-271-1/+1
* Partially revert #1074011; don't try to fflush stdin.Martin v. Löwis2005-01-272-1/+19
* This commit was manufactured by cvs2svn to create tag 'r235c1'.v2.3.5c1cvs2svn2005-01-260-0/+0
* added 2.3.5Anthony Baxter2005-01-261-0/+1
* Recompiled after source changes.Thomas Heller2005-01-251-0/+0
* Installer changes for 2.3.5c1.Thomas Heller2005-01-251-5/+5
* Build number for 2.3.5c1 is 61.Thomas Heller2005-01-251-1/+1
* Running a bdist_wininst installer, built with Python 2.3, installingThomas Heller2005-01-251-9/+25
* Set PYTHONHOME before loading Python, so that sys.path will be set correctly.Thomas Heller2005-01-251-1/+7
* set the release dateFred Drake2005-01-251-2/+2
* 1.0.5, to match the python patchlevelAnthony Baxter2005-01-251-1/+1
* copy.py fixed to first lookup __copy__ from the instance being copied,Anthony Baxter2005-01-253-5/+250
* pre-release bitsAnthony Baxter2005-01-254-7/+26
* happy new year!Anthony Baxter2005-01-252-3/+3
* bump version number to prepare for a releaseFred Drake2005-01-251-3/+3
* Flush std{in,out,err} before closing it. Fixes #1074011.Martin v. Löwis2005-01-232-3/+13
* At least one bug has been fixed in distutils, so increment the last part ofThomas Heller2005-01-201-1/+1