| Commit message (Expand) | Author | Age | Files | Lines |
* | Various updates to the version number, on the eve of the 2.3a1 release. | Guido van Rossum | 2002-12-31 | 3 | -15/+16 |
|
|
* | Add lots of items. | Andrew M. Kuchling | 2002-12-31 | 1 | -11/+192 |
|
|
* | Fix name error, found by pychecker. | Guido van Rossum | 2002-12-31 | 1 | -1/+1 |
|
|
* | Fix SF #639945, 64-bit bug on AIX | Neal Norwitz | 2002-12-31 | 1 | -3/+2 |
|
|
* | Tix update from Mike Clarkson (maintainer) | Neal Norwitz | 2002-12-30 | 3 | -21/+68 |
|
|
* | - added InterpolationSyntaxError to __all__ | Fred Drake | 2002-12-30 | 1 | -4/+25 |
|
|
* | - re-mark ESR's warning about extended registry syntax | Fred Drake | 2002-12-30 | 1 | -3/+11 |
|
|
* | Add missing InterpolationSyntaxError. | Neal Norwitz | 2002-12-30 | 1 | -0/+2 |
|
|
* | sys was already imported, remove second import | Neal Norwitz | 2002-12-30 | 1 | -2/+0 |
|
|
* | - prefer "import ... as" to "import / (assignments) / del" for most things | Fred Drake | 2002-12-30 | 1 | -18/+11 |
|
|
* | Rename more mixer methods: getrecsrc() -> get_recsrc(), | Greg Ward | 2002-12-30 | 1 | -6/+6 |
|
|
* | Added zipimport and _random module. | Jack Jansen | 2002-12-30 | 3 | -0/+4 |
|
|
* | Changed sys.path initializer because of addition of Lib/plat-mac and a few minor | Jack Jansen | 2002-12-30 | 1 | -4/+3 |
|
|
* | Added casts to forestall warnings with MetroWerks. | Jack Jansen | 2002-12-30 | 1 | -4/+4 |
|
|
* | Updated the expected skips for MacOSX. | Jack Jansen | 2002-12-30 | 1 | -0/+3 |
|
|
* | Skip this test on MacOSX: the locale support is too minimal to make | Jack Jansen | 2002-12-30 | 1 | -1/+3 |
|
|
* | Add entries for the dummy_thread and dummy_threading modules. | Fred Drake | 2002-12-30 | 1 | -0/+2 |
|
|
* | - fix use of \refmodule markup | Fred Drake | 2002-12-30 | 4 | -13/+15 |
|
|
* | News about zipimport. | Guido van Rossum | 2002-12-30 | 1 | -0/+16 |
|
|
* | Squashed compiler wng from MSVC6. | Tim Peters | 2002-12-30 | 1 | -1/+1 |
|
|
* | Wouldn't compile on Windows; fixed. | Tim Peters | 2002-12-30 | 1 | -1/+1 |
|
|
* | Added a note about the move of Mac/Lib to Lib/plat-mac. | Jack Jansen | 2002-12-30 | 1 | -0/+4 |
|
|
* | Use the dummy_thread module in Queue.py and tempfile.py. | Guido van Rossum | 2002-12-30 | 2 | -7/+7 |
|
|
* | Add dummy_thread[ing] sections and reference these from libthread[ing]. | Guido van Rossum | 2002-12-30 | 3 | -1/+8 |
|
|
* | Brett Cannon's dummy_thread and dummy_threading modules (SF patch | Guido van Rossum | 2002-12-30 | 6 | -0/+460 |
|
|
* | SF #561244, Micro optimizations | Neal Norwitz | 2002-12-30 | 5 | -19/+44 |
|
|
* | Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now | Jack Jansen | 2002-12-30 | 5 | -84/+44 |
|
|
* | Fix SF #658820, regex fixes for _strptime (Brett Cannon) | Neal Norwitz | 2002-12-30 | 1 | -8/+9 |
|
|
* | These were somehow never added to CVS. | Jack Jansen | 2002-12-30 | 2 | -0/+360 |
|
|
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 13 | -35/+1887 |
|
|
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 136 | -0/+207 |
|
|
* | Add __all__. (Brett Cannon.) | Guido van Rossum | 2002-12-30 | 1 | -0/+2 |
|
|
* | Bite the bullet on all the indirect timetz and datetimetz tzinfo methods: | Tim Peters | 2002-12-30 | 1 | -14/+20 |
|
|
* | We're using strictly American spellings, so there's no diaresis over | Fred Drake | 2002-12-30 | 1 | -53/+56 |
|
|
* | SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use config | Guido van Rossum | 2002-12-30 | 2 | -3/+6 |
|
|
* | A short note about the versions of BerkeleyDB we now support | Barry Warsaw | 2002-12-30 | 1 | -4/+5 |
|
|
* | Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at | Barry Warsaw | 2002-12-30 | 22 | -403/+930 |
|
|
* | Add some missing tests. Should now test everything that pybsddb's | Barry Warsaw | 2002-12-30 | 1 | -24/+32 |
|
|
* | A step on the way to making tzinfo classes writable by mortals: get rid | Tim Peters | 2002-12-30 | 3 | -66/+117 |
|
|
* | Start something that might make table notes easier to deal with, | Fred Drake | 2002-12-30 | 1 | -0/+21 |
|
|
* | Search for and use BerkeleyDB 4.1 if it's available. Python's | Barry Warsaw | 2002-12-30 | 1 | -10/+9 |
|
|
* | Template for future tests. | Barry Warsaw | 2002-12-30 | 1 | -7/+4 |
|
|
* | Clean up a table so it passes formatting. | Fred Drake | 2002-12-30 | 1 | -12/+19 |
|
|
* | Add news about fix for bug #624807. | Neil Schemenauer | 2002-12-30 | 1 | -0/+4 |
|
|
* | Added the \var{} markup so the tables will look good. | Raymond Hettinger | 2002-12-30 | 1 | -8/+9 |
|
|
* | Match new sequence behavior. User defined types now behave better as and | Neil Schemenauer | 2002-12-30 | 1 | -2/+2 |
|
|
* | This file hasn't been committed for a long time, because it erronuously ended | Jack Jansen | 2002-12-30 | 1 | -41/+153 |
|
|
* | Consolidate the int and long sequence repeat code. Before the change, | Neil Schemenauer | 2002-12-30 | 2 | -65/+0 |
|
|
* | Long-obsolete, replaced by Carbon.Sound. | Jack Jansen | 2002-12-30 | 1 | -64/+0 |
|
|
* | Always try nb_* slots before trying sq_concat, sq_inplace_concat, sq_repeat, | Neil Schemenauer | 2002-12-30 | 1 | -50/+128 |
|
|