- 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
- 9f62ecc SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
- 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 21 years ago
- daedf21 Fixes for AF_UNIX support on OS/2: by Andrew MacIntyre · 21 years ago
- 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 21 years ago
- 456d325 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 21 years ago
- 59db96f When /tmp has certain sticky bits set, newly created subdirectories by Guido van Rossum · 21 years ago
- 116d83c SF bug 924242: socket._fileobject._getclosed() returns wrong value by Tim Peters · 21 years ago
- 1c5701d Fix test failure for test_tcl on OS/X and Windows if a by David Ascher · 21 years ago
- 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 21 years ago
- 91a968a Ensure super() lookup of descriptor from classmethod works (SF #743627) by Phillip J. Eby · 21 years ago
- c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 21 years ago
- a1dde13 Add test case for unicode(somestring, "idna"). by Martin v. Löwis · 21 years ago
- 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 21 years ago
- 7069338 The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in by Armin Rigo · 21 years ago
- ee6c9b8 Fix (really) for tight loop line events by Nicholas Bastin · 21 years ago
- fa7bec7 Test for tight loop line event fix, SF bug #765624 by Nicholas Bastin · 21 years ago
- aea9459 Test for lack of implicit return line event by Nicholas Bastin · 21 years ago
- 3f60629 SF bug 847019 datetime.datetime initialization needs more strict checking by Tim Peters · 21 years ago
- 6680341 Normalized files in test_unicode_file to eliminate failure on OSX by Nicholas Bastin · 21 years ago
- c82208e Deal with case of when locale time values has characters that can be mistaken by Brett Cannon · 21 years ago
- 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 21 years ago
- 6fd0b0d commit the portion of PyXML patch #919008 that is relevant to the by Fred Drake · 21 years ago
- cd1e8a9 Port test_binascii.py to PyUnit and enhance tests. by Walter Dörwald · 21 years ago
- 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
- 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 · 22 years ago
- 61dafcb use existing test object instead of defining a new class by Fred Drake · 22 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 22 years ago
- 05eb401 Fix indentation error in testGetServByName and rewrite loop to avoid clumsy by Skip Montanaro · 22 years ago
- 029dba5 Make reversed() transparent with respect to length. by Raymond Hettinger · 22 years ago
- 5cab2e3 Give itertools.repeat() a length method. by Raymond Hettinger · 22 years ago
- 06353f7 Let reversed() work with itself. by Raymond Hettinger · 22 years ago
- ee33b27 Make deque.rotate() smarter. Beef-up related tests. by Raymond Hettinger · 22 years ago
- 3b6d025 Patch #868499, adds -T option for code coverage. The implementation is a by Barry Warsaw · 22 years ago
- 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 22 years ago
- c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 22 years ago
- 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 22 years ago
- 7dcf9f8 Fix test failure message (from SF patch #885008) by Walter Dörwald · 22 years ago
- cd736e7 Fix reallocation bug in unicode.translate(): The code was comparing by Walter Dörwald · 22 years ago
- bc875f5 Allocating a new weakref object can cause existing weakref objects for by Fred Drake · 22 years ago
- ea2adc9 - add tests that exercise fixes for the PyWeakref_NewRef() and by Fred Drake · 22 years ago
- ff83c2b Fix input() builtin function to respect compiler flags. by Hye-Shik Chang · 22 years ago
- 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 22 years ago
- 734fb57 Add a Guido inspired example for groupby(). by Raymond Hettinger · 22 years ago
- a5e719e Test not the standard utf-8 codec but gb18030 which is the most complex by Hye-Shik Chang · 22 years ago
- 1301892 For whatever reason, these files had \r\r\n line endings on Windows, by Tim Peters · 22 years ago
- 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
- 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago
- 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 22 years ago
- 75c00ef [SF #866875] Add a specialized routine for one character by Hye-Shik Chang · 22 years ago
- d73ef06 Exercise sorted() where possible by Raymond Hettinger · 22 years ago
- 4f019d3 More complete code coverage, including testing the new RFC 3548 support. by Barry Warsaw · 22 years ago
- b993b06 The script now takes an optional command-line argument to specify how many by Alex Martelli · 22 years ago
- 6e70acc Strengthen the test for hash effectiveness by Raymond Hettinger · 22 years ago
- b386f6a As part of fixing bug #829532, add a test case that exercises os.makedirs by Andrew M. Kuchling · 22 years ago
- 7fc4cf5 Fix unicode.rsplit()'s bug that ignores separater on the end of string when by Hye-Shik Chang · 22 years ago
- 8d2e08d Enable some unittests on FreeBSD. by Hye-Shik Chang · 22 years ago
- e708fbd Remove methods that are no longer called by urllib2. by Jeremy Hylton · 22 years ago
- 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 22 years ago
- df38ea9 Add methods to MockHTTPClass for modern httplib interface. by Jeremy Hylton · 22 years ago
- 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 22 years ago
- c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 22 years ago