- 385a77a remove o/s dependancy from test by Piers Lauder · 22 years ago
- f03c692 Use os.environ.get() in stead of os.getenv() (which is platform-dependent). by Jack Jansen · 22 years ago
- aeb6a60 Reorganized so the test is skipped if os.popen() doesn't exist (in stead of failing). by Jack Jansen · 22 years ago
- b417936 Reverse the RPC socket connection: Python execution server connects to by Kurt B. Kaiser · 22 years ago
- fd83374 Remove duplicate checks of the Node.allnodes variable. by Fred Drake · 22 years ago
- e80c0d3 Add an XXX comment and a pointer to a full bug report. by Fred Drake · 22 years ago
- 186bec2 typo by Skip Montanaro · 22 years ago
- c075e19 Extended socket.htonl and ntohl to accept longs. by Jeremy Hylton · 22 years ago
- b8a690d Remove test that was none too picky about whether attributes exist. by Jeremy Hylton · 22 years ago
- 9e4e050 Use full package paths in imports. by Barry Warsaw · 22 years ago
- 10d0d59 Added a couple of more tests for Header charset handling. by Barry Warsaw · 22 years ago
- b5da606 Oops, missed an import of test_support. by Barry Warsaw · 22 years ago
- 1bfab7b A few updates about how/where to import test_support from. by Barry Warsaw · 22 years ago
- 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
- 92825a9 append(): Bite the bullet and let charset be the string name of a by Barry Warsaw · 22 years ago
- 15d3739 make_header(): Watch out for charset is None, which decode_header() by Barry Warsaw · 22 years ago
- 58b63bf SF patch #581396, Canvas "select_item" always returns None by Neal Norwitz · 22 years ago
- 7ea39b1 New test "+sort", tacking 10 random floats on to the end of a sorted by Tim Peters · 22 years ago
- 53d019c Changed import from by Tim Peters · 22 years ago
- 1bf4c2d Bug: clearing the shell undo list after a prompt was allowing files to be by Kurt B. Kaiser · 22 years ago
- d69030d Get popen test to work even if python is not in the path by Neal Norwitz · 22 years ago
- 0a30e64 Added new test "3sort". This is sorted data but with 3 random exchanges. by Tim Peters · 22 years ago
- 6569257 Move the setting of os.environ['LANGUAGE'] to setup(), and reset it to by Guido van Rossum · 22 years ago
- d33d474 Shut the test up and add a missing import by Barry Warsaw · 22 years ago
- 190390b The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
- 6290380 The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
- d8e8e54 message_from_string(), message_from_file(): The consensus on the by Barry Warsaw · 22 years ago
- bb26b45 Parser.__init__(): The consensus on the mimelib-devel list is that by Barry Warsaw · 22 years ago
- c106864 To better support default content types, fix an API wart, and preserve by Barry Warsaw · 22 years ago
- d438574 _structure(): Take an optional `fp' argument which would be the object by Barry Warsaw · 22 years ago
- 1cecdc6 _dispatch(): Use the new Message.get_content_type() method as hashed by Barry Warsaw · 22 years ago
- c441f7b Follow PyXML: Remove all prints from successful tests. This means we can by Fred Drake · 22 years ago
- 246a58a Remove a few lines that aren't used and cause problems on platforms by Guido van Rossum · 22 years ago
- 00efe7e Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Guido van Rossum · 22 years ago
- f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 22 years ago
- b6cc7d2 Add test for previous core dump when sending on closed socket with timeout. by Guido van Rossum · 22 years ago
- 7aeac91 Anthony Baxter's cleanup patch. Python project SF patch # 583190, quoting: by Barry Warsaw · 22 years ago
- 2d2fc22 Anthony Baxter's patch to expose the parser's `strict' flag in these by Barry Warsaw · 22 years ago
- 0d7b8bc Add clarifying comment. by Guido van Rossum · 22 years ago
- 0d7e68a Script to run the pystones "benchmark" under HotShot. by Fred Drake · 22 years ago
- fbe3608 Simplify; the low-level log reader is now always a modern iterator, by Fred Drake · 22 years ago
- 302e2bb Expose the fileno() method of the underlying profiler. by Fred Drake · 22 years ago
- 7d17e6f Expose the fileno() method of the underlying log reader. by Fred Drake · 22 years ago
- 9d0c8ce Add default timeout functionality. This adds setdefaulttimeout() and by Guido van Rossum · 22 years ago
- 8b6ec79 Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted by Tim Peters · 22 years ago
- 30d4896 Gave hotshot.LogReader a close() method, to allow users to close the by Tim Peters · 22 years ago
- 32616cf We're no longer trying to support older Python versions with this by Guido van Rossum · 22 years ago
- ba8c069 test_hotshot fails on Windows now. Added XXX comment explaining why, by Tim Peters · 22 years ago
- 7fadcab Add a test for the 'closed' attribute on the C-profiler object. by Guido van Rossum · 22 years ago
- ed375e1 Add missing comma. by Jeremy Hylton · 22 years ago
- 11c3f09 Add a rather generous set of tests allowed to be skipped on sunos5. by Guido van Rossum · 22 years ago
- c7b6bed Use sys.executable to run Python, as suggested by Neal Norwitz. by Tim Peters · 22 years ago
- 674eae6 Bunch of tests to make sure that StopIteration is a sink state. by Guido van Rossum · 22 years ago
- e3252ec Fix typos and such caught by the pycheckerbot. by Jeremy Hylton · 22 years ago
- c411dba Whitespace normalization. by Tim Peters · 22 years ago
- 8531b1b Send HTTP requests with a single send() call instead of many. by Jeremy Hylton · 22 years ago
- 39c6116 Given the persistent id code a shot at a class before calling save_global(). by Jeremy Hylton · 22 years ago
- 012b69c The atexit module effectively turned itself off if sys.exitfunc already by Tim Peters · 22 years ago
- 754140e Tim_one's change to aggressively overallocate nodes when adding child by Andrew MacIntyre · 22 years ago
- b2622a4 Remove httplib from tested modules. by Jeremy Hylton · 22 years ago
- a83ffa8 Palm OS encoding from Sjoerd Mullender by Marc-André Lemburg · 22 years ago
- 39c0380 Change _begin() back to begin(). by Jeremy Hylton · 22 years ago
- 0845459 Fix SF bug 579701 (Fernando Pérez); an input line consisting of one or by Guido van Rossum · 22 years ago
- 6b7d69d Well, Fred never did explain why the code to determine whether the by Michael W. Hudson · 22 years ago
- 4ef1c7d _structure(): Don't get the whole Content-Type: header, just get the by Barry Warsaw · 22 years ago
- c62b95e test_trashcan() and supporting class Ouch(): Jeremy noted that this test by Tim Peters · 22 years ago
- f488b2c _dispatch(): Comment improvements. by Barry Warsaw · 22 years ago
- 72351b9 subtype_resurrection(): Removed unused import. by Tim Peters · 22 years ago
- df3f793 Extend function() to support an optional closure argument. by Jeremy Hylton · 22 years ago
- 14cb1e1 subtype_resurrection(): The test suite with -l properly reported the by Tim Peters · 22 years ago
- 45228ca Repaired optimistic comment in new test. by Tim Peters · 22 years ago
- 2484aae Added a test that provokes the hypothesized (in my last checkin comment) by Tim Peters · 22 years ago
- dc1e709 1. Prevent Undo before IOmark in PyShell.PyShell by Kurt B. Kaiser · 22 years ago
- 5e5ca56 assertHasattr(): Made failure msg better than useless. by Tim Peters · 22 years ago
- 29d27ac Fix for SF bug 579107. by Jeremy Hylton · 22 years ago
- c53b29e ndiffAssertEqual(): Stringify the arguments before running by Barry Warsaw · 22 years ago
- 8da39aa make_header(): New function to take the output of decode_header() and by Barry Warsaw · 22 years ago
- 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
- f6caeba Anthony Baxter's patch for non-strict parsing. This adds a `strict' by Barry Warsaw · 22 years ago
- a0c8b9d Add the concept of a "default type". Normally the default type is by Barry Warsaw · 22 years ago
- bb493a7 __init__(): Don't attach the subparts if its an empty tuple. If the by Barry Warsaw · 22 years ago
- 93c40f0 clone(): A new method for creating a clone of this generator (for by Barry Warsaw · 22 years ago
- ed53bdb __init__(): Be sure to set the default type to message/rfc822. by Barry Warsaw · 22 years ago
- 8fa06b5 _structure(): A handy little debugging aid that I don't (yet) intend by Barry Warsaw · 22 years ago
- 329d3af TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an by Barry Warsaw · 22 years ago
- e5270ae New files which test the corners of multipart/message and by Barry Warsaw · 22 years ago
- 27b168c With the addition of Oleg's support for RFC 2231, it's time to bump by Barry Warsaw · 22 years ago
- e6691ef Change the "__ private" names to "_ protected"; this has been a pain for by Fred Drake · 22 years ago
- 1695bcb Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. by Jack Jansen · 22 years ago
- 144dea3 Fix from SF patch #527518: proxy config with user+pass authentication. by Jeremy Hylton · 22 years ago
- 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
- 12f4f35 Fix SF bug #575360 by Jeremy Hylton · 22 years ago
- d46aa37 Handle HTTP/0.9 responses. by Jeremy Hylton · 22 years ago
- 889f8bf Modifying EditorWindow causes breakpoints in that module to be removed by Kurt B. Kaiser · 22 years ago
- 491892b Decent burial for venerated ancestor (urn in attic) by Kurt B. Kaiser · 22 years ago
- 1d5cec4 Remove dead code. by Kurt B. Kaiser · 22 years ago
- a3436d2 1. Test Sourceforge checkin, idle-dev posting 2. Remove extraneous comment by Kurt B. Kaiser · 22 years ago
- ed813bf Combine OldStackViewer.py with Debugger.py, removing dead code. by unknown · 22 years ago
- ba78bc4 printlist(): Replaced the guts with a call to textwrap. Yay! by Tim Peters · 22 years ago
- e807e57 Docstring improvements. In particular, added docstrings for the by Greg Ward · 22 years ago