summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* append(): Bite the bullet and let charset be the string name of aBarry Warsaw2002-07-231-3/+6
* make_header(): Watch out for charset is None, which decode_header()Barry Warsaw2002-07-231-3/+2
* SF patch #581396, Canvas "select_item" always returns NoneNeal Norwitz2002-07-231-1/+1
* New test "+sort", tacking 10 random floats on to the end of a sortedTim Peters2002-07-211-6/+9
* Changed import fromTim Peters2002-07-211-1/+1
* Bug: clearing the shell undo list after a prompt was allowing files to beKurt B. Kaiser2002-07-211-5/+11
* Get popen test to work even if python is not in the pathNeal Norwitz2002-07-201-1/+1
* Added new test "3sort". This is sorted data but with 3 random exchanges.Tim Peters2002-07-201-1/+9
* Move the setting of os.environ['LANGUAGE'] to setup(), and reset it toGuido van Rossum2002-07-201-1/+2
* Shut the test up and add a missing importBarry Warsaw2002-07-192-2/+4
* The email package's tests live much better in a subpackageBarry Warsaw2002-07-196-2045/+2294
* The email package's tests live much better in a subpackageBarry Warsaw2002-07-1931-0/+1182
* message_from_string(), message_from_file(): The consensus on theBarry Warsaw2002-07-191-2/+2
* Parser.__init__(): The consensus on the mimelib-devel list is thatBarry Warsaw2002-07-191-2/+2
* To better support default content types, fix an API wart, and preserveBarry Warsaw2002-07-191-13/+62
* _structure(): Take an optional `fp' argument which would be the objectBarry Warsaw2002-07-191-3/+7
* _dispatch(): Use the new Message.get_content_type() method as hashedBarry Warsaw2002-07-191-6/+1
* Follow PyXML: Remove all prints from successful tests. This means we canFred Drake2002-07-192-241/+14
* Remove a few lines that aren't used and cause problems on platformsGuido van Rossum2002-07-191-6/+0
* Pure Python strptime implementation by Brett Cannon. See SF patch 474274.Guido van Rossum2002-07-193-0/+779
* A few days ago, Guido said (in the thread "[Python-Dev] PythonMichael W. Hudson2002-07-191-0/+14
* Add test for previous core dump when sending on closed socket withGuido van Rossum2002-07-191-1/+10
* Anthony Baxter's cleanup patch. Python project SF patch # 583190,Barry Warsaw2002-07-182-22/+29
* Anthony Baxter's patch to expose the parser's `strict' flag in theseBarry Warsaw2002-07-181-5/+5
* Add clarifying comment.Guido van Rossum2002-07-181-0/+1
* Script to run the pystones "benchmark" under HotShot.Fred Drake2002-07-181-0/+35
* Simplify; the low-level log reader is now always a modern iterator,Fred Drake2002-07-181-6/+1
* Expose the fileno() method of the underlying profiler.Fred Drake2002-07-181-0/+4
* Expose the fileno() method of the underlying log reader.Fred Drake2002-07-181-6/+4
* Add default timeout functionality. This adds setdefaulttimeout() andGuido van Rossum2002-07-182-0/+32
* Gave this a facelift: "/" vs "//", whrandom vs random, etc. BoostedTim Peters2002-07-181-35/+46
* Gave hotshot.LogReader a close() method, to allow users to close theTim Peters2002-07-182-4/+4
* We're no longer trying to support older Python versions with thisGuido van Rossum2002-07-181-7/+2
* test_hotshot fails on Windows now. Added XXX comment explaining why,Tim Peters2002-07-171-0/+4
* Add a test for the 'closed' attribute on the C-profiler object.Guido van Rossum2002-07-171-0/+3
* Add missing comma.Jeremy Hylton2002-07-171-1/+1
* Add a rather generous set of tests allowed to be skipped on sunos5.Guido van Rossum2002-07-171-0/+23
* Use sys.executable to run Python, as suggested by Neal Norwitz.Tim Peters2002-07-171-2/+3
* Bunch of tests to make sure that StopIteration is a sink state.Guido van Rossum2002-07-161-0/+76
* Fix typos and such caught by the pycheckerbot.Jeremy Hylton2002-07-161-3/+3
* Whitespace normalization.Tim Peters2002-07-1614-50/+48
* Send HTTP requests with a single send() call instead of many.Jeremy Hylton2002-07-161-15/+26
* Given the persistent id code a shot at a class before calling save_global().Jeremy Hylton2002-07-161-5/+5
* The atexit module effectively turned itself off if sys.exitfunc alreadyTim Peters2002-07-163-24/+53
* Tim_one's change to aggressively overallocate nodes when adding childAndrew MacIntyre2002-07-151-9/+2
* Remove httplib from tested modules.Jeremy Hylton2002-07-121-15/+0
* Palm OS encoding from Sjoerd MullenderMarc-André Lemburg2002-07-121-0/+67
* Change _begin() back to begin().Jeremy Hylton2002-07-122-6/+5
* Fix SF bug 579701 (Fernando Pérez); an input line consisting of one orGuido van Rossum2002-07-121-8/+8
* Well, Fred never did explain why the code to determine whether theMichael W. Hudson2002-07-121-7/+3