- c75f891 Remove a useless operation, setting name to itself by Neal Norwitz · 20 years ago
- f213484 correct name error caught by Neal Norwitz with pychecker by Skip Montanaro · 20 years ago
- 5dae505 Fix typo in comment. by Raymond Hettinger · 20 years ago
- c28e7ad Try to improve test coverage for utime() by Neal Norwitz · 20 years ago
- 7b0a505 Look for the multibyte codec map files in the parent directory too by Neal Norwitz · 20 years ago
- 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 20 years ago
- 4d5bc60 Noam Raphel: Further developemt of CodeContext feature. by Kurt B. Kaiser · 20 years ago
- 6412b12 Remove a number of tests that differ only in input data size. It seems by Neil Schemenauer · 20 years ago
- 26f6bdf [Bug #758665] cgitb.scanvars() fails because of an unititialized value variable. Patch from Robin Becker. by Andrew M. Kuchling · 20 years ago
- 94afd3e Remove lots of magic constants. by Neil Schemenauer · 20 years ago
- 2400e93 SF #877165: Give an info about what C++ compiler command should be by Hye-Shik Chang · 20 years ago
- 58fc5d08 Rewrote to use temporary files instead of StringIO objects in most places. by Skip Montanaro · 20 years ago
- a2c9a98 [Bug #897935] Fix fd leak in pty.spawn(). Reported by James Henstridge; 2.3 bugfix candidate. by Andrew M. Kuchling · 20 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 · 20 years ago
- 9021c95 SF bug #964230: random.choice([]) should return more intelligible exception by Raymond Hettinger · 20 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 · 20 years ago
- 39aef79 Fix a bug that robotparser starves memory when the server responses by Hye-Shik Chang · 20 years ago
- 5962f45 [Bug #841757] Patch from /F to allow Unicode strings as struct keys by Andrew M. Kuchling · 20 years ago
- b12d97c [Bug #841757] Exercise handling of Unicode strings by Andrew M. Kuchling · 20 years ago
- 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 20 years ago
- 4e49b83 SF patch #961387: Make IDLE's paragraph reformatting width configurable by Raymond Hettinger · 20 years ago
- 3c14544 Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald) by Hye-Shik Chang · 20 years ago
- 6838c55 Add comments for unicode-only methods to give hints on AttributeError by Hye-Shik Chang · 20 years ago
- 7bd8606 Fix typo. by Hye-Shik Chang · 20 years ago
- 5f51259 Add iswide() and width() method for UserString according as the by Hye-Shik Chang · 20 years ago
- 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
- eac324b Patch #957240: Add count parameter to asyncore.loop. by Martin v. Löwis · 20 years ago
- 6186410 SF #965425: fix so hyphenated words surrounded by punctuation are by Greg Ward · 20 years ago
- 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 20 years ago
- acf2618 Remove reference to pcre module by Andrew M. Kuchling · 20 years ago
- 4ad9723 Remove pre module by Andrew M. Kuchling · 20 years ago
- 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
- 7dc8ec9 Copyright year changed by Vinay Sajip · 20 years ago
- 0659452 Added IMAP4_stream to __all__ by Piers Lauder · 20 years ago
- 1f4bcf9 test_hash(): The test here is different enough from the one in the bug by Tim Peters · 20 years ago
- 09e2cb0 [Bug #962631] Fix typo reported by Bryan Blackburn by Andrew M. Kuchling · 20 years ago
- 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 20 years ago
- 504239f Silence noise in regrtest. by Martin v. Löwis · 20 years ago
- 2f50e90 SF patch 959726: sdist versus SVN by Tim Peters · 20 years ago
- 92816de Patch #932930: suggest the use of rawstrings for backslashes. by Martin v. Löwis · 20 years ago
- 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
- 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 20 years ago
- cbd0b36 Fix typo (from SF bug #962602) by Walter Dörwald · 20 years ago
- 027bb63 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
- cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
- 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 20 years ago
- 80ce6dd The default argument in dict.setdefault() defaults to None. by Walter Dörwald · 20 years ago
- c139909 The default argument in dict.setdefault() defaults to None. by Walter Dörwald · 20 years ago
- ddc819c Make sure sets are printed in sorted order by Raymond Hettinger · 20 years ago
- 1453e4a * teach repr.repr() about collections.deque() * rename a variable for clarity by Raymond Hettinger · 20 years ago
- ba6cd36 * Updated repr.py to handle set() and frozenset(). by Raymond Hettinger · 20 years ago
- 83ee795 Add a test to verify an early call to iter() on the outermost for expression. by Raymond Hettinger · 20 years ago
- c1e32b6 Fixed IMAP4_SSL read bug introduced by patch 956394 by Piers Lauder · 20 years ago
- 8f2b244 Fixed IMAP4_SSL read and readlines code per patch 956394 by Piers Lauder · 20 years ago
- ba91b9f Applying SF patch #949329 on behalf of Raymond Hettinger. by Armin Rigo · 20 years ago
- 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 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
- e4aeb7d _parsegen(): Add a missing check for NeedMoreData. by Barry Warsaw · 21 years ago
- 2dc0c13 typo - fixes 954030. by Skip Montanaro · 21 years ago
- ac606cc forward porting from release23-maint by Barry Warsaw · 21 years ago
- 2178a6d test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 21 years ago
- 61e5616 encode_7or8bit(): Clearing out some old patches; iso-2202 is non-ASCII but by Barry Warsaw · 21 years ago
- 4e59bc1 readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the by Barry Warsaw · 21 years ago
- 58eb0fc test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary(): by Barry Warsaw · 21 years ago
- d49f1d6 _structure(): Make sure all output goes the to fp object. by Barry Warsaw · 21 years ago
- d0c12af Another evil test from Anthony's suite. This one has an inner part with the by Barry Warsaw · 21 years ago
- dce231f A boiled down example from Anthony's MIME torture tests. This one has a by Barry Warsaw · 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
- 1cd6e4d fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 21 years ago
- 486cb0a Tests for message/external-body and for duplicate boundary lines. by Barry Warsaw · 21 years ago
- b067e62 More boiled down tests from Anthony's big torture suite. by Barry Warsaw · 21 years ago
- 769f14a A boiled down message/external-body example from Anthony's torture test. by Barry Warsaw · 21 years ago
- bce827b An example with multiple boundary lines. by Barry Warsaw · 21 years ago
- d38f448 _parsegen(): Move the message/rfc822 clause to after the by Barry Warsaw · 21 years ago
- c312b07 Reverting local change checked in by mistake. by Tim Peters · 21 years ago
- 926bc22 Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list of by Tim Peters · 21 years ago
- 5b44cd6 _parsegen(): Watch out for empty epilogues. by Barry Warsaw · 21 years ago
- 2e7c832 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 21 years ago
- c29db26 _parse_headers(): Strip a trailing newline from the envelope header. Closes by Barry Warsaw · 21 years ago
- 6f3b033 _split_ascii(): Small optimization by RH. by Barry Warsaw · 21 years ago
- 300fa1d Temporarily disable doctest until genexps are in CVS by Raymond Hettinger · 21 years ago
- c533c98 Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as by Mark Hammond · 21 years ago
- d285600 SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match by Barry Warsaw · 21 years ago
- bfe18c0 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 21 years ago
- 2c823d6 we dont support any Python's before 2.3 now. by Barry Warsaw · 21 years ago
- 24f7976 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
- 235c8eb Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
- 5d84053 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
- 4c3e33a Update to Python 2.3, getting rid of backward compatiblity crud. We don't by Barry Warsaw · 21 years ago
- 3d1f397 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 21 years ago
- 36112f2 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 21 years ago
- 418101f An updated FeedParser that should be RFC complaint, passes all existing by Barry Warsaw · 21 years ago
- 333e830 Add MessageDefect and subclasses. by Barry Warsaw · 21 years ago
- 41f6ad6 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
- 09356d4 Like msg_12.txt but with some extra vertical whitespace around the inner by Barry Warsaw · 21 years ago
- b8b57e7 A bunch of new tests, and updated tests for the email 3.0 FeedParser. by Barry Warsaw · 21 years ago