summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Add bz2 to content encodings.Georg Brandl2007-05-131-0/+2
* Better tests for posixpath.commonprefixRaymond Hettinger2007-05-111-0/+10
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-117-27/+62
* Remove trailing whitespace in docstringNeal Norwitz2007-05-111-2/+0
* Fix typo in docstring (the module is popen2, not 3).Neal Norwitz2007-05-111-1/+1
* Don't ever report a failure when the sum of the reference count differencesNeal Norwitz2007-05-111-2/+3
* Fix a bug in test.test_support.open_urlresource().Collin Winter2007-05-091-1/+1
* Deprecate BaseException.message as per PEP 352.Brett Cannon2007-05-054-45/+106
* Oops, these tests do not run on Windows CE.Thomas Heller2007-05-041-15/+16
* Do not truncate 64-bit pointers to 32-bit integers.Thomas Heller2007-05-041-0/+27
* Fix some ctypes test crashes, when running with a debug PythonThomas Heller2007-05-043-4/+11
* Fix those parts in the testsuite that assumed that sys.maxint would cause ove...Kristján Valur Jónsson2007-05-035-12/+21
* Fix for #1303614 and #1174712:Armin Rigo2007-05-023-34/+78
* Added new optional credentials argument to SMTPHandler.__init__, and smtp.log...Vinay Sajip2007-05-011-7/+12
* Patch #1710352: add missing public functions to locale.__all__.Georg Brandl2007-05-011-3/+5
* This gets the test working on Solaris. It seems a little hokey to me,Neal Norwitz2007-04-271-0/+19
* The locale "En" appears not to be valid on windows underi VisualStudio.2005. ...Kristján Valur Jónsson2007-04-261-1/+1
* Fix an issue related to the unittest conversion.Collin Winter2007-04-251-0/+6
* Convert test_ossaudiodev to use unittest.Collin Winter2007-04-251-120/+125
* Import and raise statement cleanup.Collin Winter2007-04-251-17/+9
* Change test_support.have_unicode to use True/False instead of 1/0.Collin Winter2007-04-251-2/+2
* Remove functionality from test_datetime.test_main() that does reference count...Collin Winter2007-04-251-20/+1
* Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...Collin Winter2007-04-2528-173/+74
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-2538-387/+386
* Bug #1706381: Specifying the SWIG option "-c++" in the setup.py fileGeorg Brandl2007-04-241-1/+2
* Fix SF #1703110, Incorrect example for add_password() (use uri, not host)Neal Norwitz2007-04-241-1/+4
* Remove code that hasn't been called in years.Collin Winter2007-04-241-34/+0
* Convert PyUnit -> unittest.Collin Winter2007-04-241-11/+10
* As specified in RFC 2616, 2xx code indicates that the client'sFacundo Batista2007-04-232-4/+14
* Added tests for other methods of SSL object. Now we coverFacundo Batista2007-04-221-0/+15
* Bug #1704790: bind name "sys" locally in __del__ method so that it isGeorg Brandl2007-04-211-1/+1
* Revert r53997 as perArmin Rigo2007-04-191-87/+61
* Check the availability of the urlfetch resource earlier than before.Collin Winter2007-04-161-0/+2
* When __slots__ are set to a unicode string, make it work the same asNeal Norwitz2007-04-141-1/+17
* Port r54805 from python25-maint branch:Barry Warsaw2007-04-131-0/+20
* Fix utf-8-sig incremental decoder, which didn't recognise a BOM when theWalter Dörwald2007-04-122-7/+17
* Patch #1695862: remove the cleanup code, now that Windows buildbots are greenŽiga Seilnacht2007-04-121-17/+0
* Patch #1698951: clarify deprecation message in rexec and BastionGeorg Brandl2007-04-122-2/+2
* SF 1193128: Let str.translate(None) be an identity transformationRaymond Hettinger2007-04-122-1/+4
* Exceptions are no longer old-style instances. Fix accordingly.Georg Brandl2007-04-111-2/+2
* SF 1191699: Make slices picklableRaymond Hettinger2007-04-111-0/+8
* Add window.chgat() method, submitted via e-mail by Fabian KreutzAndrew M. Kuchling2007-04-111-0/+6
* General clean-up. Lot of margin corrections, comments, some typos.Facundo Batista2007-04-101-159/+170
* Typo fix.Collin Winter2007-04-101-1/+1
* Minor fix to the tests pass ok even with -O.Facundo Batista2007-04-101-1/+2
* Patch #1695862: remove old test directory that causes test_urllib failuresŽiga Seilnacht2007-04-091-0/+14
* Added optional timeout to SocketHandler.makeSocket (SF #1695948)Vinay Sajip2007-04-091-1/+3
* Convert test_fileinput to use unittest.Collin Winter2007-04-071-198/+196
* Convert test_module to use unittest.Collin Winter2007-04-061-45/+58
* Convert test_gc to use unittest.Collin Winter2007-04-061-588/+548