summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Patch for bug #659709: bogus computation of float lengthMarc-André Lemburg2002-12-294-16/+88
* Make error message more specific for min() and max().Raymond Hettinger2002-12-291-1/+1
* Incorporate Skip's suggestion to use SciPy's validation test nearRaymond Hettinger2002-12-292-0/+52
* Demonstrate use of PyType_Ready() in the example.Raymond Hettinger2002-12-291-3/+5
* Bug #599248: strip directories when building Python. Out-of-tree builds shou...Andrew M. Kuchling2002-12-291-2/+5
* Suppress unsafe *Cookie class warningsAndrew M. Kuchling2002-12-291-0/+5
* Patch #655760: add warnings when the unsafe *Cookie classes are instantiatedAndrew M. Kuchling2002-12-291-1/+11
* SF patch #659536: Use PyArg_UnpackTuple where possible.Raymond Hettinger2002-12-2911-41/+41
* SF Bug 645777: list.extend() works with any iterable and is no longerRaymond Hettinger2002-12-292-4/+2
* Apparently FreeBSD enables some HW floating-point exceptions by default.Tim Peters2002-12-283-5/+26
* Gracefully delay runtime error up to 1s. Add .willdispatch().Martin v. Löwis2002-12-282-12/+32
* astimezone(): document that None is an OK argument.Tim Peters2002-12-271-4/+5
* Added a useful warning to the documentation.Eric S. Raymond2002-12-271-2/+4
* Document killpg.Martin v. Löwis2002-12-271-0/+8
* Patch #657889: Implement posix.getloadavg.Martin v. Löwis2002-12-275-5/+44
* And put back a little code duplication, in the form of asserts.Tim Peters2002-12-271-0/+3