summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Make number in comment match the targets in that section of theFred Drake2002-07-251-2/+2
* typoSkip Montanaro2002-07-251-1/+1
* * runctx - fix a couple typosSkip Montanaro2002-07-251-17/+21
* Complain if __len__() returns < 0, just like classic classes.Jeremy Hylton2002-07-251-0/+5
* Extended socket.htonl and ntohl to accept longs.Jeremy Hylton2002-07-252-15/+64
* Remove test that was none too picky about whether attributes exist.Jeremy Hylton2002-07-251-41/+0
* remove spurious SET_LINENO from com_list_for and com_list_if. All they doSkip Montanaro2002-07-251-2/+0
* Get rid of _expand() altogether - the match object supports m.expand().Guido van Rossum2002-07-241-11/+2
* Flesh out description of getlogin() and recommend against using it.Jeremy Hylton2002-07-241-2/+3
* The test for re.engine was misfiring because re.engine is no longerGuido van Rossum2002-07-241-11/+4
* Use full package paths in imports.Barry Warsaw2002-07-231-7/+2
* Taught the Windows installer about changes in the structure of the emailTim Peters2002-07-231-8/+18
* 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
* Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." linkMark Hammond2002-07-2322-46/+46
* 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
* News about StopIteration as a "sink state".Guido van Rossum2002-07-231-0/+8
* Add news about strptime and socket.setdefaulttimeout().Guido van Rossum2002-07-231-1/+6
* SF patch #581396, Canvas "select_item" always returns NoneNeal Norwitz2002-07-231-1/+1
* [Bug #580462] Mention changes to GC APIAndrew M. Kuchling2002-07-221-84/+116
* Sort changed modules into alphabetical order; no other changesAndrew M. Kuchling2002-07-221-93/+97
* Rewrite a paragraph, and use correct mark-upAndrew M. Kuchling2002-07-221-5/+9
* Remove a strange single quote that didn't seem to upset the compilers!Mark Hammond2002-07-221-1/+1
* Nuke the only DL_* in this directory.Mark Hammond2002-07-221-1/+1
* Move DL_IMPORT/DL_EXPORT to Build section, I think this is the correct placeNeal Norwitz2002-07-221-4/+5
* SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecationNeal Norwitz2002-07-221-0/+5
* Add note about DL_IMPORT deprecation.Mark Hammond2002-07-221-0/+4
* Fixed potential refcount problems with interned strings, adapted comments, ad...Jack Jansen2002-07-221-6/+16
* Finally found out why te cf project sometimes worked and someimes didn't. Fix...Jack Jansen2002-07-221-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
* Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have themMartin v. Löwis2002-07-204-12/+39
* Added new test "3sort". This is sorted data but with 3 random exchanges.Tim Peters2002-07-201-1/+9
* add versionadded to docNeal Norwitz2002-07-201-0/+3
* unpack_string(): avoid a compiler warning (about a real bug!) byGuido van Rossum2002-07-201-1/+4
* 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