| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert #571603 since it is ok to import codecs that are not subdirectories | Martin v. Löwis | 2002-07-29 | 1 | -9/+12 |
|
|
* | Recompiled the exe and updated bdist_wininst.py. | Thomas Heller | 2002-07-29 | 1 | -334/+343 |
|
|
* | Add 'engine' back. IDLE used this, others might have copied it from | Guido van Rossum | 2002-07-28 | 1 | -0/+2 |
|
|
* | Patch #586999: Fix multiline string in sendmail example. | Martin v. Löwis | 2002-07-28 | 1 | -1/+1 |
|
|
* | Fix the problem of not raising a TypeError exception when doing: | Neal Norwitz | 2002-07-28 | 1 | -1/+7 |
|
|
* | Patch #571603: Refer to encodings package explicitly. | Martin v. Löwis | 2002-07-28 | 1 | -1/+1 |
|
|
* | Patch #543498: Use License: field instead of Copyright:. | Martin v. Löwis | 2002-07-28 | 1 | -1/+1 |
|
|
* | Patch #581705: Catch OSError, termios.error in spawn. 2.2 bugfix candidate. | Martin v. Löwis | 2002-07-28 | 1 | -4/+9 |
|
|
* | Reset the Python execution server environment to its initial value prior | Kurt B. Kaiser | 2002-07-28 | 2 | -4/+14 |
|
|
* | remove redundant import | Piers Lauder | 2002-07-27 | 1 | -1/+0 |
|
|
* | remove redundant code | Piers Lauder | 2002-07-27 | 1 | -1/+1 |
|
|
* | remove o/s dependancy from test | Piers Lauder | 2002-07-27 | 2 | -11/+37 |
|
|
* | Use os.environ.get() in stead of os.getenv() (which is platform-dependent). | Jack Jansen | 2002-07-26 | 1 | -1/+1 |
|
|
* | Reorganized so the test is skipped if os.popen() doesn't exist (in stead of f... | Jack Jansen | 2002-07-26 | 1 | -4/+4 |
|
|
* | Reverse the RPC socket connection: Python execution server connects to | Kurt B. Kaiser | 2002-07-26 | 3 | -74/+113 |
|
|
* | Remove duplicate checks of the Node.allnodes variable. | Fred Drake | 2002-07-25 | 1 | -3/+0 |
|
|
* | Add an XXX comment and a pointer to a full bug report. | Fred Drake | 2002-07-25 | 1 | -0/+2 |
|
|
* | typo | Skip Montanaro | 2002-07-25 | 1 | -1/+1 |
|
|
* | Extended socket.htonl and ntohl to accept longs. | Jeremy Hylton | 2002-07-25 | 1 | -0/+11 |
|
|
* | Remove test that was none too picky about whether attributes exist. | Jeremy Hylton | 2002-07-25 | 1 | -41/+0 |
|
|
* | Use full package paths in imports. | Barry Warsaw | 2002-07-23 | 1 | -7/+2 |
|
|
* | Added a couple of more tests for Header charset handling. | Barry Warsaw | 2002-07-23 | 1 | -0/+15 |
|
|
* | Oops, missed an import of test_support. | Barry Warsaw | 2002-07-23 | 2 | -2/+2 |
|
|
* | A few updates about how/where to import test_support from. | Barry Warsaw | 2002-07-23 | 1 | -4/+5 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 194 | -1384/+195 |
|
|
* | append(): Bite the bullet and let charset be the string name of a | Barry Warsaw | 2002-07-23 | 1 | -3/+6 |
|
|
* | make_header(): Watch out for charset is None, which decode_header() | Barry Warsaw | 2002-07-23 | 1 | -3/+2 |
|
|
* | SF patch #581396, Canvas "select_item" always returns None | Neal Norwitz | 2002-07-23 | 1 | -1/+1 |
|
|
* | New test "+sort", tacking 10 random floats on to the end of a sorted | Tim Peters | 2002-07-21 | 1 | -6/+9 |
|
|
* | Changed import from | Tim Peters | 2002-07-21 | 1 | -1/+1 |
|
|
* | Bug: clearing the shell undo list after a prompt was allowing files to be | Kurt B. Kaiser | 2002-07-21 | 1 | -5/+11 |
|
|
* | Get popen test to work even if python is not in the path | Neal Norwitz | 2002-07-20 | 1 | -1/+1 |
|
|
* | Added new test "3sort". This is sorted data but with 3 random exchanges. | Tim Peters | 2002-07-20 | 1 | -1/+9 |
|
|
* | Move the setting of os.environ['LANGUAGE'] to setup(), and reset it to | Guido van Rossum | 2002-07-20 | 1 | -1/+2 |
|
|
* | Shut the test up and add a missing import | Barry Warsaw | 2002-07-19 | 2 | -2/+4 |
|
|
* | The email package's tests live much better in a subpackage | Barry Warsaw | 2002-07-19 | 6 | -2045/+2294 |
|
|
* | The email package's tests live much better in a subpackage | Barry Warsaw | 2002-07-19 | 31 | -0/+1182 |
|
|
* | message_from_string(), message_from_file(): The consensus on the | Barry Warsaw | 2002-07-19 | 1 | -2/+2 |
|
|
* | Parser.__init__(): The consensus on the mimelib-devel list is that | Barry Warsaw | 2002-07-19 | 1 | -2/+2 |
|
|
* | To better support default content types, fix an API wart, and preserve | Barry Warsaw | 2002-07-19 | 1 | -13/+62 |
|
|
* | _structure(): Take an optional `fp' argument which would be the object | Barry Warsaw | 2002-07-19 | 1 | -3/+7 |
|
|
* | _dispatch(): Use the new Message.get_content_type() method as hashed | Barry Warsaw | 2002-07-19 | 1 | -6/+1 |
|
|
* | Follow PyXML: Remove all prints from successful tests. This means we can | Fred Drake | 2002-07-19 | 2 | -241/+14 |
|
|
* | Remove a few lines that aren't used and cause problems on platforms | Guido van Rossum | 2002-07-19 | 1 | -6/+0 |
|
|
* | Pure Python strptime implementation by Brett Cannon. See SF patch 474274. | Guido van Rossum | 2002-07-19 | 3 | -0/+779 |
|
|
* | A few days ago, Guido said (in the thread "[Python-Dev] Python | Michael W. Hudson | 2002-07-19 | 1 | -0/+14 |
|
|
* | Add test for previous core dump when sending on closed socket with | Guido van Rossum | 2002-07-19 | 1 | -1/+10 |
|
|
* | Anthony Baxter's cleanup patch. Python project SF patch # 583190, | Barry Warsaw | 2002-07-18 | 2 | -22/+29 |
|
|
* | Anthony Baxter's patch to expose the parser's `strict' flag in these | Barry Warsaw | 2002-07-18 | 1 | -5/+5 |
|
|
* | Add clarifying comment. | Guido van Rossum | 2002-07-18 | 1 | -0/+1 |
|
|