summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Start something that might make table notes easier to deal with,Fred Drake2002-12-301-0/+21
* Search for and use BerkeleyDB 4.1 if it's available. Python'sBarry Warsaw2002-12-301-10/+9
* Template for future tests.Barry Warsaw2002-12-301-7/+4
* Clean up a table so it passes formatting.Fred Drake2002-12-301-12/+19
* Add news about fix for bug #624807.Neil Schemenauer2002-12-301-0/+4
* Added the \var{} markup so the tables will look good.Raymond Hettinger2002-12-301-8/+9
* Match new sequence behavior. User defined types now behave better as andNeil Schemenauer2002-12-301-2/+2
* This file hasn't been committed for a long time, because it erronuously endedJack Jansen2002-12-301-41/+153
* Consolidate the int and long sequence repeat code. Before the change,Neil Schemenauer2002-12-302-65/+0
* Long-obsolete, replaced by Carbon.Sound.Jack Jansen2002-12-301-64/+0
* Always try nb_* slots before trying sq_concat, sq_inplace_concat, sq_repeat,Neil Schemenauer2002-12-301-50/+128
* Added markup upto line 233.Raymond Hettinger2002-12-301-58/+57
* Update the email package news.Barry Warsaw2002-12-301-1/+1
* Describe the new `errors' argument to Header.__init__() andBarry Warsaw2002-12-301-2/+9
* test_bad_8bit_header(): Tests for optional argument `errors'. See SFBarry Warsaw2002-12-301-0/+11
* Header.__init__(), .append(): Add an optional argument `errors' whichBarry Warsaw2002-12-301-6/+11
* Actually, make this 2.5a1 since it will include API changes that mayBarry Warsaw2002-12-301-1/+1
* Silence cast warnings for Tcl 8.3.Martin v. Löwis2002-12-301-6/+12
* Bump to 2.5Barry Warsaw2002-12-301-1/+1
* TestMIMEAudio.setUp(): Use the email package's copy of the audio testBarry Warsaw2002-12-301-2/+7
* A copy of the audio test file from Lib/test, needed because someBarry Warsaw2002-12-301-0/+0
* Added tests that conversion to our own timezone is always an identity,Tim Peters2002-12-301-0/+13
* parsedate_tz(): Fix SF bug #552345, optional FWS between the comma andBarry Warsaw2002-12-301-1/+8
* test_parsedate_compact(): A test for optional FWS between the commaBarry Warsaw2002-12-301-0/+5
* Beefed up the timezone conversion test by adding a phony UTC zone that'sTim Peters2002-12-301-67/+81
* A code cleansing passBarry Warsaw2002-12-301-55/+74
* Patch 659834 by Magnus Lie Hetland:Guido van Rossum2002-12-304-3/+71
* Port rfc822.py changes that didn't make it into this copy,Barry Warsaw2002-12-301-21/+35
* test_name_with_dots(): A new test to ensure that we're implementingBarry Warsaw2002-12-301-0/+9
* More markup additionsAndrew M. Kuchling2002-12-301-156/+264
* String tests should test 8-bit strings :-)Marc-André Lemburg2002-12-301-1/+1
* Last checkin was missing the tuple comma.Raymond Hettinger2002-12-301-1/+1
* Restore the test of the random module after including "Random" in theRaymond Hettinger2002-12-301-1/+1
* Minor grammar fix, and clarificationAndrew M. Kuchling2002-12-301-2/+2
* Mark up more textAndrew M. Kuchling2002-12-301-117/+148
* Untabify.Greg Ward2002-12-301-106/+106
* Whitespace fixes to conform to coding standards.Greg Ward2002-12-301-18/+18
* Temporarily comment out a test that crashes upon the introduction ofRaymond Hettinger2002-12-301-1/+1
* Comment fix.Greg Ward2002-12-301-9/+2
* Rename some mixer methods:Greg Ward2002-12-301-16/+16
* Remove 'x_' prefix from oss_t and oss_mixer_t struct members.Greg Ward2002-12-301-57/+58
* This test depends on the exact ordering produced by the WichmannHillRaymond Hettinger2002-12-301-3/+3
* Revert the last change. Tim was faster and chose a different route.Raymond Hettinger2002-12-301-2/+0
* Document the _randommodule project for the Windows build.Raymond Hettinger2002-12-301-0/+2
* Taught the Windows build about _randommodule.c. This is compiledTim Peters2002-12-292-0/+6
* A start at non-trivial (== DST-aware) tests of timezone conversion.Tim Peters2002-12-291-0/+152
* SF patch 658251: Install a C implementation of the Mersenne Twister as theRaymond Hettinger2002-12-296-322/+983
* Remove some old debugging print statements.Kurt B. Kaiser2002-12-291-10/+0
* M EditorWindow.pyKurt B. Kaiser2002-12-292-16/+20
* Add newsitem for the two new unittest methods.Raymond Hettinger2002-12-291-15/+21