summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-30136-0/+32303
* Add __all__. (Brett Cannon.)Guido van Rossum2002-12-301-0/+2
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-3021-329/+597
* Add some missing tests. Should now test everything that pybsddb'sBarry Warsaw2002-12-301-24/+32
* A step on the way to making tzinfo classes writable by mortals: get ridTim Peters2002-12-301-17/+38
* Template for future tests.Barry Warsaw2002-12-301-7/+4
* Match new sequence behavior. User defined types now behave better as andNeil Schemenauer2002-12-301-2/+2
* 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
* 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
* 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
* 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
* Temporarily comment out a test that crashes upon the introduction ofRaymond Hettinger2002-12-301-1/+1
* This test depends on the exact ordering produced by the WichmannHillRaymond Hettinger2002-12-301-3/+3
* 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-292-239/+379
* Remove some old debugging print statements.Kurt B. Kaiser2002-12-291-10/+0
* M EditorWindow.pyKurt B. Kaiser2002-12-292-16/+20
* Patch for bug #659709: bogus computation of float lengthMarc-André Lemburg2002-12-292-0/+51
* Incorporate Skip's suggestion to use SciPy's validation test nearRaymond Hettinger2002-12-291-0/+28
* 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
* Gracefully delay runtime error up to 1s. Add .willdispatch().Martin v. Löwis2002-12-281-0/+1
* Make comparison and subtraction of aware objects ignore tzinfo if theTim Peters2002-12-271-8/+86
* Add XXX about Winsock error valuesGuido van Rossum2002-12-261-0/+1
* Also skip testHostnameRes() if gethostbyaddr() raises an exception.Guido van Rossum2002-12-261-1/+5
* Skip testHostnameRes() if gethostbyname() raises an exception.Guido van Rossum2002-12-261-1/+5
* Fix julian day problem with strptime. Note: XXX about using 0, suggestions?Neal Norwitz2002-12-262-1/+15
* Added tests to ensure that timetz comparison, and datetimetzTim Peters2002-12-261-9/+67
* SF 658405: calendar.py to rely on the datetime module instead of the timeRaymond Hettinger2002-12-251-18/+8
* Implemented datetime.astimezone() and datetimetz.astimezone().Tim Peters2002-12-251-0/+53
* Whitespace normalization.Tim Peters2002-12-247-11/+10
* boolcheck cannot be deleted here.Tony Lownds2002-12-241-1/+1
* Move boolcheck before import of other IDLE modulesTony Lownds2002-12-241-3/+3
* Add test for SF #658106. Will backport.Neal Norwitz2002-12-241-0/+4
* M PyShell.pyKurt B. Kaiser2002-12-245-15/+35
* Implemented .replace() methods for date, datetime, datetimetz, time andTim Peters2002-12-241-0/+150
* IDLE should exit if it fails to connect with the execution serverKurt B. Kaiser2002-12-241-1/+1