summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Various updates to the version number, on the eve of the 2.3a1 release.Guido van Rossum2002-12-313-15/+16
* Add lots of items.Andrew M. Kuchling2002-12-311-11/+192
* Fix name error, found by pychecker.Guido van Rossum2002-12-311-1/+1
* Fix SF #639945, 64-bit bug on AIXNeal Norwitz2002-12-311-3/+2
* Tix update from Mike Clarkson (maintainer)Neal Norwitz2002-12-303-21/+68
* - added InterpolationSyntaxError to __all__Fred Drake2002-12-301-4/+25
* - re-mark ESR's warning about extended registry syntaxFred Drake2002-12-301-3/+11
* Add missing InterpolationSyntaxError.Neal Norwitz2002-12-301-0/+2
* sys was already imported, remove second importNeal Norwitz2002-12-301-2/+0
* - prefer "import ... as" to "import / (assignments) / del" for most thingsFred Drake2002-12-301-18/+11
* Rename more mixer methods: getrecsrc() -> get_recsrc(),Greg Ward2002-12-301-6/+6
* Added zipimport and _random module.Jack Jansen2002-12-303-0/+4
* Changed sys.path initializer because of addition of Lib/plat-mac and a few minorJack Jansen2002-12-301-4/+3
* 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