summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added casts to forestall warnings with MetroWerks.Jack Jansen2002-12-301-4/+4
* Updated the expected skips for MacOSX.Jack Jansen2002-12-301-0/+3
* Skip this test on MacOSX: the locale support is too minimal to makeJack Jansen2002-12-301-1/+3
* Add entries for the dummy_thread and dummy_threading modules.Fred Drake2002-12-301-0/+2
* - fix use of \refmodule markupFred Drake2002-12-304-13/+15
* News about zipimport.Guido van Rossum2002-12-301-0/+16
* Squashed compiler wng from MSVC6.Tim Peters2002-12-301-1/+1
* Wouldn't compile on Windows; fixed.Tim Peters2002-12-301-1/+1
* Added a note about the move of Mac/Lib to Lib/plat-mac.Jack Jansen2002-12-301-0/+4
* Use the dummy_thread module in Queue.py and tempfile.py.Guido van Rossum2002-12-302-7/+7
* Add dummy_thread[ing] sections and reference these from libthread[ing].Guido van Rossum2002-12-303-1/+8
* Brett Cannon's dummy_thread and dummy_threading modules (SF patchGuido van Rossum2002-12-306-0/+460
* SF #561244, Micro optimizationsNeal Norwitz2002-12-305-19/+44
* Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in nowJack Jansen2002-12-305-84/+44
* Fix SF #658820, regex fixes for _strptime (Brett Cannon)Neal Norwitz2002-12-301-8/+9
* These were somehow never added to CVS.Jack Jansen2002-12-302-0/+360
* PEP 302 + zipimport:Just van Rossum2002-12-3013-35/+1887
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-30136-0/+207
* Add __all__. (Brett Cannon.)Guido van Rossum2002-12-301-0/+2
* Bite the bullet on all the indirect timetz and datetimetz tzinfo methods:Tim Peters2002-12-301-14/+20
* We're using strictly American spellings, so there's no diaresis overFred Drake2002-12-301-53/+56
* SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use configGuido van Rossum2002-12-302-3/+6
* A short note about the versions of BerkeleyDB we now supportBarry Warsaw2002-12-301-4/+5
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-3022-403/+930
* 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-303-66/+117
* 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