summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.3.7.v2.3.7Martin v. Löwis2008-03-112-1/+6
* Revert r52798, r52803, r52824, r54342, as they don't fixMartin v. Löwis2008-03-025-31/+8
* SF patch #1556895; Typo in encoding name in email package.Barry Warsaw2007-03-132-6/+6
* [Jython patch #1599050] Avoid crash when os module lacks fstat()Andrew M. Kuchling2006-11-221-1/+3
* Jython compatibility fix: if uu.decode() opened its output file, be sure toAndrew M. Kuchling2006-11-201-0/+4
* Add extra SHA testsAndrew M. Kuchling2006-11-201-1/+18
* updates for 2.3.6 finalAnthony Baxter2006-11-012-1/+6
* preparing for 2.3.6c1Anthony Baxter2006-10-232-1/+6
* 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-253-37/+183
* 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
* SF bug #1403349 solution for email 2.5; some MUAs use the 'file' parameterBarry Warsaw2006-01-174-7/+53
* For reference, add tests for PCRE fix; the tests aren't run by default becaus...Andrew M. Kuchling2005-08-311-0/+18
* get_filename(), get_content_charset(): It's possible that the charset named inBarry Warsaw2005-04-293-9/+69
* damnAnthony Baxter2005-02-081-2/+2
* 2.3.5 finalAnthony Baxter2005-02-082-1/+6
* sligtly strengthen unit tests for copy.pyAlex Martelli2005-02-071-1/+27
* 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-031-5/+29
* Fix typo in verbose output for RLock when the initial lock acquisition occurs.Brett Cannon2005-01-271-1/+1
* Recompiled after source changes.Thomas Heller2005-01-251-0/+0
* 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-252-4/+75
* pre-release bitsAnthony Baxter2005-01-252-4/+4
* At least one bug has been fixed in distutils, so increment the last part ofThomas Heller2005-01-201-1/+1
* Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.Thomas Heller2005-01-201-2/+7
* On OpenBSD, terminating IDLE with ctrl-c from the command line caused aKurt B. Kaiser2005-01-192-3/+7
* Backport configDialog.py rev 1.60:Kurt B. Kaiser2005-01-192-0/+7
* Backport EditorWindow rev 1.60 configHelpSourceEdit rev 1.7 15Jul04Kurt B. Kaiser2005-01-193-21/+33
* Backport rpc.py rev 1.28 dating from 21Jan04Kurt B. Kaiser2005-01-193-9/+15
* If an extension can't be loaded, print warning and skip it instead ofKurt B. Kaiser2005-01-172-1/+8
* Improve error handling when .idlerc can't be created. This is a partialKurt B. Kaiser2005-01-172-2/+6
* Backport of fixes for #887242 and #1097739:Jack Jansen2005-01-111-1/+15
* Backport of 1.38:Jack Jansen2005-01-071-135/+136
* Backport of 1.37:Jack Jansen2005-01-031-7/+43
* Backport:Jack Jansen2004-12-312-7/+13
* Backport of 1.36:Jack Jansen2004-12-281-2/+2
* Use zlib test suite from the trunk (rev. 2.67) on the 2.3 maintenance branchAndrew M. Kuchling2004-12-281-170/+93
* Bump idle version.Kurt B. Kaiser2004-12-231-1/+1
* The GUI was hanging if the shell window was closed while a raw_input()Kurt B. Kaiser2004-12-232-7/+17
* Recompiled after source file changes.Thomas Heller2004-12-221-0/+0
* * closes SF bug/patch 967763Gregory P. Smith2004-12-191-0/+11
* Backport of fix for bug #1083645; skip test_imp if threading is not available.Brett Cannon2004-12-181-1/+5
* Don't have test_mkalias_relative exexute if sys.prefix does not exist.Brett Cannon2004-12-061-0/+2
* get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may beginBarry Warsaw2004-11-061-1/+2