- 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 21 years ago
- 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 21 years ago
- ef9bf40 Tidied up the implementations of reversed (including the custom ones by Raymond Hettinger · 21 years ago
- d2c3626 Eliminate the double reverse option. It's only use case by Raymond Hettinger · 21 years ago
- 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
- d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 21 years ago
- 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 21 years ago
- 9a8d55e Cleanup: remove test file after it is used. by Neal Norwitz · 21 years ago
- 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 21 years ago
- b3ee6f9 Fix two bugs in the new do_open() implementation for HTTPHandler. by Jeremy Hylton · 21 years ago
- 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 21 years ago
- bb99058 Socket handler closed prior to end of test. by Vinay Sajip · 21 years ago
- 63dfece Get test to work when run from regrtest (add test_main), remove all CRs (^M)s by Neal Norwitz · 21 years ago
- e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
- 55cf434 further testing indicates that the simplified version of the test by Fred Drake · 21 years ago
- 61dafcb use existing test object instead of defining a new class by Fred Drake · 21 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- 05eb401 Fix indentation error in testGetServByName and rewrite loop to avoid clumsy by Skip Montanaro · 21 years ago
- 029dba5 Make reversed() transparent with respect to length. by Raymond Hettinger · 21 years ago
- 5cab2e3 Give itertools.repeat() a length method. by Raymond Hettinger · 21 years ago
- 06353f7 Let reversed() work with itself. by Raymond Hettinger · 21 years ago
- ee33b27 Make deque.rotate() smarter. Beef-up related tests. by Raymond Hettinger · 21 years ago
- 3b6d025 Patch #868499, adds -T option for code coverage. The implementation is a by Barry Warsaw · 21 years ago
- 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 21 years ago
- c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 21 years ago
- 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 21 years ago
- 7dcf9f8 Fix test failure message (from SF patch #885008) by Walter Dörwald · 21 years ago
- cd736e7 Fix reallocation bug in unicode.translate(): The code was comparing by Walter Dörwald · 21 years ago
- bc875f5 Allocating a new weakref object can cause existing weakref objects for by Fred Drake · 21 years ago
- ea2adc9 - add tests that exercise fixes for the PyWeakref_NewRef() and by Fred Drake · 21 years ago
- ff83c2b Fix input() builtin function to respect compiler flags. by Hye-Shik Chang · 21 years ago
- 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
- 734fb57 Add a Guido inspired example for groupby(). by Raymond Hettinger · 21 years ago
- a5e719e Test not the standard utf-8 codec but gb18030 which is the most complex by Hye-Shik Chang · 21 years ago
- 1301892 For whatever reason, these files had \r\r\n line endings on Windows, by Tim Peters · 21 years ago
- 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
- 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
- 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
- 75c00ef [SF #866875] Add a specialized routine for one character by Hye-Shik Chang · 21 years ago
- d73ef06 Exercise sorted() where possible by Raymond Hettinger · 21 years ago
- 4f019d3 More complete code coverage, including testing the new RFC 3548 support. by Barry Warsaw · 21 years ago
- b993b06 The script now takes an optional command-line argument to specify how many by Alex Martelli · 21 years ago
- 6e70acc Strengthen the test for hash effectiveness by Raymond Hettinger · 21 years ago
- b386f6a As part of fixing bug #829532, add a test case that exercises os.makedirs by Andrew M. Kuchling · 21 years ago
- 7fc4cf5 Fix unicode.rsplit()'s bug that ignores separater on the end of string when by Hye-Shik Chang · 21 years ago
- 8d2e08d Enable some unittests on FreeBSD. by Hye-Shik Chang · 21 years ago
- e708fbd Remove methods that are no longer called by urllib2. by Jeremy Hylton · 21 years ago
- 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
- df38ea9 Add methods to MockHTTPClass for modern httplib interface. by Jeremy Hylton · 21 years ago
- 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
- c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 21 years ago
- 328f338 SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald by Neal Norwitz · 21 years ago
- b167b04 Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. by Walter Dörwald · 21 years ago
- 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago
- d25c1c6 Implement itertools.groupby() by Raymond Hettinger · 21 years ago
- 9da1efb Remove extra copy of test_key_with_exception that somehow appeared by Michael W. Hudson · 21 years ago
- 1df0f65 Fixes and tests for various "holding pointers when arbitrary Python code by Michael W. Hudson · 21 years ago
- c6c5ece Typo repair; added some comments and horizontal whitespace. by Tim Peters · 21 years ago
- 2e8624c Fix test_unicode_file errors on platforms without Unicode file support, by Mark Hammond · 21 years ago
- c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 21 years ago
- 7a7ede5 Patch #750542: pprint now will pretty print subclasses of list, tuple by Walter Dörwald · 21 years ago
- 291481b Reduce the size of Big String and Big Binary tests to 2**14 (minus one by Guido van Rossum · 21 years ago
- 6d45972 Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with by Mark Hammond · 21 years ago
- b337dd9 Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename that can not be by Mark Hammond · 21 years ago
- 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
- 0a18552 Add testcases for _winreg segfault (SF 851056). by Guido van Rossum · 21 years ago
- 457bf91 Fix a bug discovered by Kalle Svensson: comparing sys.maxint to by Guido van Rossum · 21 years ago
- 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
- 37e1363 Make sure the list.sort's decorate step unwinds itself before returning by Raymond Hettinger · 21 years ago
- 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
- f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
- ceca5d2 test_guess_all_types(): Use a more robust test for checking that by Barry Warsaw · 21 years ago
- 49ba4c3 * Simplify hash function and add test to show effectiveness of the hash by Raymond Hettinger · 21 years ago
- bfd334a Extend temporary hashability to remove() and discard(). by Raymond Hettinger · 21 years ago
- 19c2d77 Allow temporary hashability for the __contains__ test. by Raymond Hettinger · 21 years ago
- 3fbec70 issubset() and issuperset() to work with general iterables by Raymond Hettinger · 21 years ago
- 944a6c3 test_applesingle is an expected skip almost anywhere. by Guido van Rossum · 21 years ago
- 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
- 901dc98 test_applesingle is an expected skip on Win32 by Raymond Hettinger · 21 years ago
- 5949854 Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a by Just van Rossum · 21 years ago
- c0b2b72 Test the applesingle decoder. by Jack Jansen · 21 years ago
- 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 21 years ago
- a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
- f7f9e99 subtype_dealloc(): A more complete fix for critical bug 840829 + by Tim Peters · 21 years ago
- d4e48b7 Patch #839877: Remove unused lambda expression. by Martin v. Löwis · 21 years ago
- add09b4 SF bug 840829: weakref callbacks and gc corrupt memory. by Tim Peters · 21 years ago
- ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 21 years ago
- af28e4b Update test to handle list.__reversed__(). by Raymond Hettinger · 21 years ago
- b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
- d2171d2 Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 21 years ago
- 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
- a703a21 * Use weakref's of DBCursor objects for the iterator cursors to avoid a by Gregory P. Smith · 21 years ago
- dc113a8 * Fix the singlethreaded deadlocks occurring in the simple bsddb interface. by Gregory P. Smith · 21 years ago
- 893ffa4 Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. by Martin v. Löwis · 21 years ago
- c40b7af Update test to include "sorted" in dir(list). by Raymond Hettinger · 21 years ago
- 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 21 years ago
- 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
- d591f66 Replace the window() example with pairwise() which demonstrates tee(). by Raymond Hettinger · 21 years ago
- f0c5aec Minor improvements to itertools.tee(): by Raymond Hettinger · 21 years ago
- 4894c30 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). by Walter Dörwald · 21 years ago