| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bump version to 1.6a2 -- to be released one of these days. | Guido van Rossum | 2000-04-06 | 1 | -3/+3 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+5 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -5/+5 |
|
|
* | Moved socket, select, unicodedata to their own PYD. This should | Guido van Rossum | 2000-04-06 | 12 | -84/+373 |
|
|
* | Note the exception raised when parameter to chr() is out of range. | Fred Drake | 2000-04-06 | 1 | -1/+2 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -3/+20 |
|
|
* | Remove _socket, select, soundex, and unicodedata. These have been | Guido van Rossum | 2000-04-06 | 1 | -10/+0 |
|
|
* | Added entry for codecs module. | Fred Drake | 2000-04-06 | 1 | -0/+1 |
|
|
* | Added codecs entry here as part of String Services. | Fred Drake | 2000-04-06 | 1 | -0/+1 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+126 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+101 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+712 |
|
|
* | But don't do the funny \UNICODE macro; we're trying to get away from | Fred Drake | 2000-04-06 | 1 | -1/+1 |
|
|
* | Patch from Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+15 |
|
|
* | Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL. | Guido van Rossum | 2000-04-06 | 1 | -3/+0 |
|
|
* | Add msvcrt to list of libraries to ignore in Debug mode. | Guido van Rossum | 2000-04-06 | 1 | -1/+1 |
|
|
* | Add missing import of 'usage' string. | Greg Ward | 2000-04-06 | 1 | -2/+2 |
|
|
* | Removed bogus connect() call in SMTP example; reported by Travis | Fred Drake | 2000-04-05 | 1 | -12/+0 |
|
|
* | Added reference to the multifile module from the "See also" section | Fred Drake | 2000-04-05 | 1 | -0/+2 |
|
|
* | Added a few cast to make it 68k-compatible. | Jack Jansen | 2000-04-05 | 2 | -10/+10 |
|
|
* | Fredrik Lundh: eliminate a MSVC compiler warning. | Guido van Rossum | 2000-04-05 | 1 | -1/+1 |
|
|
* | Marc-Andre's third try at this bulk patch seems to work (except that | Guido van Rossum | 2000-04-05 | 17 | -115/+421 |
|
|
* | Forgot to save the project file -- this also reflects the use of | Guido van Rossum | 2000-04-05 | 1 | -4/+4 |
|
|
* | Lots of cleanup things. | Guido van Rossum | 2000-04-05 | 1 | -190/+111 |
|
|
* | Noted by Guido: | Fred Drake | 2000-04-05 | 1 | -7/+7 |
|
|
* | Noted by Guido: | Fred Drake | 2000-04-05 | 1 | -2/+2 |
|
|
* | Noted by Guido: | Fred Drake | 2000-04-05 | 1 | -1/+1 |
|
|
* | Mark Hammond: | Fred Drake | 2000-04-05 | 1 | -0/+2 |
|
|
* | Mark Hammond <mhammond@skippinet.com.au>: | Fred Drake | 2000-04-05 | 1 | -6/+2 |
|
|
* | Work the Tcl version number in the path we search for. | Guido van Rossum | 2000-04-04 | 1 | -2/+3 |
|
|
* | Get rid of Win32s check. | Guido van Rossum | 2000-04-04 | 1 | -17/+1 |
|
|
* | Merged in changes from 1.5.2p2 release. | Fred Drake | 2000-04-04 | 1 | -0/+2 |
|
|
* | Merged in changes from 1.5.2p2 release as appropriate. | Fred Drake | 2000-04-04 | 1 | -8/+15 |
|
|
* | Skip Montanaro submits a simple patch that makes encode() and decode() | Guido van Rossum | 2000-04-04 | 1 | -0/+4 |
|
|
* | Added "See also" section; from Peter Funk <pf@artcom-gmbh.de> | Fred Drake | 2000-04-04 | 1 | -1/+3 |
|
|
* | Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>. | Fred Drake | 2000-04-04 | 1 | -0/+3 |
|
|
* | Fixed typo in example code; spotted by Everett Lipman | Fred Drake | 2000-04-04 | 1 | -1/+1 |
|
|
* | Patch by Fred Gansevles. | Guido van Rossum | 2000-04-04 | 1 | -9/+15 |
|
|
* | Patch from Hrvoje Niksic <hniksic@iskon.hr>: | Fred Drake | 2000-04-04 | 1 | -8/+8 |
|
|
* | Added notes about the eventual disappearance of two-parameter bind(), | Fred Drake | 2000-04-04 | 1 | -2/+13 |
|
|
* | Add warning that multi-arg connect() etc. are deprecated. | Guido van Rossum | 2000-04-04 | 1 | -1/+1 |
|
|
* | Put back multi-arg capability on connect/connect_ex/bind, for | Guido van Rossum | 2000-04-04 | 1 | -21/+15 |
|
|
* | Since Thomas Wouters kept complaining that he wants access to the the | Guido van Rossum | 2000-04-04 | 1 | -0/+3 |
|
|
* | Reorganization: ripped util.py to shreds, creating in the process: | Greg Ward | 2000-04-04 | 5 | -664/+719 |
|
|
* | Reorganization: moved the Distribution class from core.py to dist.py, and | Greg Ward | 2000-04-04 | 3 | -933/+963 |
|
|
* | Only write message about changed Tab size with -v. | Guido van Rossum | 2000-04-03 | 1 | -1/+2 |
|
|
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 59 | -520/+1252 |
|
|
* | Merge in changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -654/+1297 |
|
|
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -3/+24 |
|
|
* | UserString section: | Fred Drake | 2000-04-03 | 1 | -6/+5 |
|
|