summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-3046-60/+79
* Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000).Thomas Heller2002-07-301-0/+3
* Fix forMichael W. Hudson2002-07-292-0/+6
* Revert #571603 since it is ok to import codecs that are not subdirectoriesMartin v. Löwis2002-07-291-9/+12
* Recompiled the exe and updated bdist_wininst.py.Thomas Heller2002-07-291-334/+343
* Add 'engine' back. IDLE used this, others might have copied it fromGuido van Rossum2002-07-281-0/+2
* Patch #586999: Fix multiline string in sendmail example.Martin v. Löwis2002-07-281-1/+1
* Fix the problem of not raising a TypeError exception when doing:Neal Norwitz2002-07-281-1/+7
* Patch #571603: Refer to encodings package explicitly.Martin v. Löwis2002-07-281-1/+1
* Patch #543498: Use License: field instead of Copyright:.Martin v. Löwis2002-07-281-1/+1
* Patch #581705: Catch OSError, termios.error in spawn. 2.2 bugfix candidate.Martin v. Löwis2002-07-281-4/+9
* Reset the Python execution server environment to its initial value priorKurt B. Kaiser2002-07-282-4/+14
* remove redundant importPiers Lauder2002-07-271-1/+0
* remove redundant codePiers Lauder2002-07-271-1/+1
* remove o/s dependancy from testPiers Lauder2002-07-272-11/+37
* Use os.environ.get() in stead of os.getenv() (which is platform-dependent).Jack Jansen2002-07-261-1/+1
* Reorganized so the test is skipped if os.popen() doesn't exist (in stead of f...Jack Jansen2002-07-261-4/+4
* Reverse the RPC socket connection: Python execution server connects toKurt B. Kaiser2002-07-263-74/+113
* Remove duplicate checks of the Node.allnodes variable.Fred Drake2002-07-251-3/+0
* Add an XXX comment and a pointer to a full bug report.Fred Drake2002-07-251-0/+2
* typoSkip Montanaro2002-07-251-1/+1
* Extended socket.htonl and ntohl to accept longs.Jeremy Hylton2002-07-251-0/+11
* Remove test that was none too picky about whether attributes exist.Jeremy Hylton2002-07-251-41/+0
* Use full package paths in imports.Barry Warsaw2002-07-231-7/+2
* Added a couple of more tests for Header charset handling.Barry Warsaw2002-07-231-0/+15
* Oops, missed an import of test_support.Barry Warsaw2002-07-232-2/+2
* A few updates about how/where to import test_support from.Barry Warsaw2002-07-231-4/+5
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23194-1384/+195
* 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