- ee86a66 Fixes a bug in testing code handling .pth files that did not restore the original by Brett Cannon · 21 years ago
- 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 21 years ago
- fdf7449 Fix test case for when time.tzname[0] is either UTC or GMT. Also have test by Brett Cannon · 21 years ago
- 3f06189 this is patch by Michael W. Hudson · 21 years ago
- 18bf43c FreeBSD's services file contains an additional echo service entry, with by Andrew MacIntyre · 21 years ago
- 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 21 years ago
- d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 21 years ago
- bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 21 years ago
- 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 21 years ago
- bf44069 Improve Context construction and representation: by Raymond Hettinger · 21 years ago
- 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 21 years ago
- 64a8470 Restructure testing of .pth files. Move previous functions into a class and by Brett Cannon · 21 years ago
- 5833587 Add some tests for corner cases. by Raymond Hettinger · 21 years ago
- d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 21 years ago
- 5aa478b Module and tests: by Raymond Hettinger · 21 years ago
- eae05de * fix the print test * add more __init__ tests by Raymond Hettinger · 21 years ago
- a435c53 * balance the left/right search for getitem. by Raymond Hettinger · 21 years ago
- 302fa6d Add another bunch of test cases for calendars with Sunday as the by Walter Dörwald · 21 years ago
- 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
- 1c0423a Exercise xrange a bit by Neal Norwitz · 21 years ago
- d7be118 Exercise some error conditions by Neal Norwitz · 21 years ago
- bdcb941 SF bug #978308, Spurious errors taking bool of dead pro by Neal Norwitz · 21 years ago
- 7ff7d2c testGetServBy(): Use services that should be available both on *nix and by Barry Warsaw · 21 years ago
- 513ffe8 * Fix missing return after error message is set. by Raymond Hettinger · 21 years ago
- 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 21 years ago
- 5548be2 Test the logic for int(d). by Raymond Hettinger · 21 years ago
- 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 21 years ago
- d9c0a7a Work through several open todos: by Raymond Hettinger · 21 years ago
- 59ad456 Add tests that check the result of calendar.monthcalendar() for a set by Walter Dörwald · 21 years ago
- 0a4dd39 Make weak references subclassable: by Fred Drake · 21 years ago
- 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 21 years ago
- 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago
- 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago
- 31352c5 Remove unused import. (If it's there for some deep, dark reason, it should have been commented.) by Andrew M. Kuchling · 21 years ago
- bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 21 years ago
- f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 21 years ago
- 3b04ce8 Patch from Mark Hammond to fix a test error. by Raymond Hettinger · 21 years ago
- 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 21 years ago
- ebd9522 * Silence a test failure that resulted when test_site was run by by Raymond Hettinger · 21 years ago
- d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 21 years ago
- 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 21 years ago
- 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 21 years ago
- aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 21 years ago
- bb7c144 One unit test for distutils is not much, but is more than we had yesterday. by Fred Drake · 21 years ago
- b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 21 years ago
- 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 21 years ago
- 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 21 years ago
- 84a7f00 note a really bad test (no time to fix now) by Michael W. Hudson · 21 years ago
- b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 21 years ago
- 5c26e86 lightly modified version of my patch by Michael W. Hudson · 21 years ago
- 01e80b4 fix a poorly worded error message by Anthony Baxter · 21 years ago
- bce036b Convert test_heapq.py to unittests. by Raymond Hettinger · 21 years ago
- 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 21 years ago
- 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 21 years ago
- 6ccc9a9 Removed test_sitepackages test. Skip discovered that it only passed if Python by Brett Cannon · 21 years ago
- bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 21 years ago
- 604c013 SF 952807: Unpickling pickled instances of subclasses of datetime.date, by Tim Peters · 21 years ago
- c28e7ad Try to improve test coverage for utime() by Neal Norwitz · 21 years ago
- 7b0a505 Look for the multibyte codec map files in the parent directory too by Neal Norwitz · 21 years ago
- 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 21 years ago
- 6412b12 Remove a number of tests that differ only in input data size. It seems by Neil Schemenauer · 21 years ago
- 94afd3e Remove lots of magic constants. by Neil Schemenauer · 21 years ago
- 58fc5d0 Rewrote to use temporary files instead of StringIO objects in most places. by Skip Montanaro · 21 years ago
- b7d8ce0 [Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal according to the HTML REC, but HTMLParser is already a pretty loose parser. Reported by Bernd Zimmermann. by Andrew M. Kuchling · 21 years ago
- ba8b6bc [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me. by Andrew M. Kuchling · 21 years ago
- 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 21 years ago
- b12d97c [Bug #841757] Exercise handling of Unicode strings by Andrew M. Kuchling · 21 years ago
- 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 21 years ago
- 3c14544 Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald) by Hye-Shik Chang · 21 years ago
- 7bd8606 Fix typo. by Hye-Shik Chang · 21 years ago
- 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 21 years ago
- 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 21 years ago
- 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 21 years ago
- 4ad9723 Remove pre module by Andrew M. Kuchling · 21 years ago
- 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 21 years ago
- 7dc8ec9 Copyright year changed by Vinay Sajip · 21 years ago
- 1f4bcf9 test_hash(): The test here is different enough from the one in the bug by Tim Peters · 21 years ago
- 09e2cb0 [Bug #962631] Fix typo reported by Bryan Blackburn by Andrew M. Kuchling · 21 years ago
- 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 21 years ago
- 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 21 years ago
- 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 21 years ago
- 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 21 years ago
- cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 21 years ago
- 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 21 years ago
- 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 21 years ago
- ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 21 years ago
- 83ee795 Add a test to verify an early call to iter() on the outermost for expression. by Raymond Hettinger · 21 years ago
- 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
- 8290314 ConfigParser: by Fred Drake · 21 years ago
- abc086f ConfigParser: by Fred Drake · 21 years ago
- bc12b01 ConfigParser: by Fred Drake · 21 years ago
- ad9a7c4 test_alias_nofallback(): Someone broke this test, after 2.3, by by Tim Peters · 21 years ago
- f0ba764 SF #847346: merge from release23-maint branch: remove misguided by Greg Ward · 21 years ago
- 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 21 years ago
- 300fa1d Temporarily disable doctest until genexps are in CVS by Raymond Hettinger · 21 years ago
- e7169eb Add more examples. by Raymond Hettinger · 21 years ago
- 9d7c870 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
- 7d9c6c7 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
- 9f1340b Do not use the default namespace for attributes. by Martin v. Löwis · 21 years ago
- c60c203 Add a test script for the colorsys module. by Walter Dörwald · 21 years ago