- e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 21 years ago
- b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 21 years ago
- 6db15d7 Whitespace normalization. by Tim Peters · 21 years ago
- cea2cc4 test_threadsignals is an expected skip on win32. by Tim Peters · 21 years ago
- 81676dc To raise TestSkipped, you must import TestSkipped. by Tim Peters · 21 years ago
- f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 21 years ago
- 4818748 add missing import! by Fred Drake · 21 years ago
- 4354ba3 avoid fragility: make sure POSIXLY_CORRECT is completely controlled by Fred Drake · 21 years ago
- 34fba3b Add the same guard as test_signal. by Michael W. Hudson · 21 years ago
- 43220ea Argh! This was meant to be part of patch #960406. by Michael W. Hudson · 21 years ago
- 61147f6 Check in my refleak hunting code. by Michael W. Hudson · 21 years ago
- afd5ce1 nice tests dont leave little suprises in the environ by Anthony Baxter · 21 years ago
- 5bf2516 More "noone expected this to run twice"ness removal. by Michael W. Hudson · 21 years ago
- fe27ff8 make this test work when run repeatedly. by Michael W. Hudson · 21 years ago
- d271721 Removed use of 'cgi.initlog()' - the first call to cgi.log is actually by Anthony Baxter · 21 years ago
- fcc09bb Don't exit test_main() with the lock 'done' held -- there's no cleaner by Michael W. Hudson · 21 years ago
- 3bfed9c Delete the items variable (and explain why). by Michael W. Hudson · 21 years ago
- 270fe88 and a unit test for the staticmethod-of-a-non-method failure just fixed by Anthony Baxter · 21 years ago
- 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 21 years ago
- c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
- 99d001e Removed reliance on damaged module object appearing in sys.modules by Tim Peters · 21 years ago
- 08138fd New tests: by Tim Peters · 21 years ago
- d464838 Removed no-longer-needed convolutions to recover from damaged modules by Tim Peters · 21 years ago
- c0cbc86 Whitespace normalization. by Tim Peters · 21 years ago
- 579f735 Be more careful about reverting mutuations to system-wide (sys) variables. by Tim Peters · 21 years ago
- eba20e6 Upgrade optparse module and tests to Optik 1.5a1: by Greg Ward · 21 years ago
- 93677f0 * drop the unreasonable list invariant that ob_item should never come back by Armin Rigo · 21 years ago
- 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 21 years ago
- 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 21 years ago
- 544f119 Patch #995766: Keyword argument support in cPickle. by Martin v. Löwis · 21 years ago
- 32d0c1b Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. by Martin v. Löwis · 21 years ago
- 5253da1 added test for bug #996359. by Skip Montanaro · 21 years ago
- d25c650 Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__(). by Marc-André Lemburg · 21 years ago
- aa1c7ff SF patch 995225: tarfile.py fix for bug #990325 by Tim Peters · 21 years ago
- a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 21 years ago
- 0662f8a SF #846659, fix bufsize violation and GNU longname/longlink extensions by Neal Norwitz · 21 years ago
- 3a313e3 Check the type of values returned by __int__, __float__, __long__, by Neil Schemenauer · 21 years ago
- 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 21 years ago
- 5ef6018 test_codecmaps_hk is also expected to be skipped when a mapping file by Hye-Shik Chang · 21 years ago
- a0e0cd3 Don't try to create the directory if it already exists, otherwise the test fails by Neal Norwitz · 21 years ago
- beb7c0c test_sf_950057's gen1() used an assert statement, which caused the test by Tim Peters · 21 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
- 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 21 years ago
- 264c659 Oops! Restored the pickle test to test_pyclbr, but changed types.py so by Tim Peters · 21 years ago
- fa7809d The Darwin-specific getproxies_internetconfig() was added to urllib, by Tim Peters · 21 years ago
- 11a70c7 Upgrade None assignment SyntaxWarning to a SyntaxError. by Raymond Hettinger · 21 years ago
- d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 21 years ago
- b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 21 years ago
- fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 21 years ago
- 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 21 years ago
- 80e1f06 It helps when doing checks if something is in a tuple of strings that if you by Brett Cannon · 21 years ago
- 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