| Commit message (Expand) | Author | Age | Files | Lines |
* | Return a handle in stead of a resource. | Jack Jansen | 2000-04-07 | 1 | -1/+1 |
|
|
* | Vladimir Marangozov: This fixes the line number in the string | Guido van Rossum | 2000-04-07 | 1 | -4/+2 |
|
|
* | Just in case someone wants to use this, let's fix the pathname. | Guido van Rossum | 2000-04-06 | 1 | -1/+1 |
|
|
* | Mark RELEASE with the release level ("a2"). | Fred Drake | 2000-04-06 | 1 | -1/+1 |
|
|
* | Conrad Huang points out that "if (0 < ch < 256)", while legal C, | Guido van Rossum | 2000-04-06 | 1 | -1/+1 |
|
|
* | Make sure the \declaremodule uses the right name for the module! | Fred Drake | 2000-04-06 | 1 | -20/+22 |
|
|
* | unichr(), | Fred Drake | 2000-04-06 | 1 | -0/+2 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+4 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -1/+1 |
|
|
* | Revised / removed comments about string exceptions (relating to the | Fred Drake | 2000-04-06 | 1 | -12/+17 |
|
|
* | 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 |
|
|