| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Make number in comment match the targets in that section of the | Fred Drake | 2002-07-25 | 1 | -2/+2 |
|
|
* | typo | Skip Montanaro | 2002-07-25 | 1 | -1/+1 |
|
|
* | * runctx - fix a couple typos | Skip Montanaro | 2002-07-25 | 1 | -17/+21 |
|
|
* | Complain if __len__() returns < 0, just like classic classes. | Jeremy Hylton | 2002-07-25 | 1 | -0/+5 |
|
|
* | Extended socket.htonl and ntohl to accept longs. | Jeremy Hylton | 2002-07-25 | 2 | -15/+64 |
|
|
* | Remove test that was none too picky about whether attributes exist. | Jeremy Hylton | 2002-07-25 | 1 | -41/+0 |
|
|
* | remove spurious SET_LINENO from com_list_for and com_list_if. All they do | Skip Montanaro | 2002-07-25 | 1 | -2/+0 |
|
|
* | Get rid of _expand() altogether - the match object supports m.expand(). | Guido van Rossum | 2002-07-24 | 1 | -11/+2 |
|
|
* | Flesh out description of getlogin() and recommend against using it. | Jeremy Hylton | 2002-07-24 | 1 | -2/+3 |
|
|
* | The test for re.engine was misfiring because re.engine is no longer | Guido van Rossum | 2002-07-24 | 1 | -11/+4 |
|
|
* | Use full package paths in imports. | Barry Warsaw | 2002-07-23 | 1 | -7/+2 |
|
|
* | Taught the Windows installer about changes in the structure of the email | Tim Peters | 2002-07-23 | 1 | -8/+18 |
|
|
* | 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 |
|
|
* | Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link | Mark Hammond | 2002-07-23 | 22 | -46/+46 |
|
|
* | 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 |
|
|
* | News about StopIteration as a "sink state". | Guido van Rossum | 2002-07-23 | 1 | -0/+8 |
|
|
* | Add news about strptime and socket.setdefaulttimeout(). | Guido van Rossum | 2002-07-23 | 1 | -1/+6 |
|
|
* | SF patch #581396, Canvas "select_item" always returns None | Neal Norwitz | 2002-07-23 | 1 | -1/+1 |
|
|
* | [Bug #580462] Mention changes to GC API | Andrew M. Kuchling | 2002-07-22 | 1 | -84/+116 |
|
|
* | Sort changed modules into alphabetical order; no other changes | Andrew M. Kuchling | 2002-07-22 | 1 | -93/+97 |
|
|
* | Rewrite a paragraph, and use correct mark-up | Andrew M. Kuchling | 2002-07-22 | 1 | -5/+9 |
|
|
* | Remove a strange single quote that didn't seem to upset the compilers! | Mark Hammond | 2002-07-22 | 1 | -1/+1 |
|
|
* | Nuke the only DL_* in this directory. | Mark Hammond | 2002-07-22 | 1 | -1/+1 |
|
|
* | Move DL_IMPORT/DL_EXPORT to Build section, I think this is the correct place | Neal Norwitz | 2002-07-22 | 1 | -4/+5 |
|
|
* | SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation | Neal Norwitz | 2002-07-22 | 1 | -0/+5 |
|
|
* | Add note about DL_IMPORT deprecation. | Mark Hammond | 2002-07-22 | 1 | -0/+4 |
|
|
* | Fixed potential refcount problems with interned strings, adapted comments, ad... | Jack Jansen | 2002-07-22 | 1 | -6/+16 |
|
|
* | Finally found out why te cf project sometimes worked and someimes didn't. Fix... | Jack Jansen | 2002-07-22 | 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 |
|
|
* | Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them | Martin v. Löwis | 2002-07-20 | 4 | -12/+39 |
|
|
* | Added new test "3sort". This is sorted data but with 3 random exchanges. | Tim Peters | 2002-07-20 | 1 | -1/+9 |
|
|
* | add versionadded to doc | Neal Norwitz | 2002-07-20 | 1 | -0/+3 |
|
|
* | unpack_string(): avoid a compiler warning (about a real bug!) by | Guido van Rossum | 2002-07-20 | 1 | -1/+4 |
|
|
* | 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 |
|
|