Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch DistutilsFileError in addition to DistutilsExecError in 'setup()'. | Greg Ward | 2000-04-09 | 1 | -1/+1 |
| | |||||
* | Added (currently) pointless and trivial main body (for future tests). | Greg Ward | 2000-04-09 | 1 | -0/+4 |
| | |||||
* | This little note is to clarify things for people who go poking around the | Greg Ward | 2000-04-09 | 1 | -0/+18 |
| | | | | Python library hoping to find out more about the Distutils. | ||||
* | Drag was missing from the modules built. | Jack Jansen | 2000-04-08 | 1 | -0/+2 |
| | |||||
* | This hadn't been checked in for a while. | Jack Jansen | 2000-04-08 | 1 | -0/+0 |
| | |||||
* | Fix Skip's email address in his attribution! (Thanks, Skip!) | Fred Drake | 2000-04-08 | 1 | -1/+1 |
| | |||||
* | Added support for the "Long HTML" version to the build/packaging | Fred Drake | 2000-04-07 | 1 | -2/+13 |
| | | | | process. | ||||
* | New example from Skip Montanaro <skip@mojam.com>. | Fred Drake | 2000-04-07 | 1 | -23/+29 |
| | |||||
* | Enable multithreading. | Jack Jansen | 2000-04-07 | 3 | -0/+3 |
| | |||||
* | Added a profiling target. | Jack Jansen | 2000-04-07 | 1 | -0/+0 |
| | |||||
* | Fiddled linkorder and a few other things to make shared threaded python work. | Jack Jansen | 2000-04-07 | 3 | -0/+0 |
| | |||||
* | Describe the purpose of the "long HTML" package. | Fred Drake | 2000-04-07 | 1 | -0/+34 |
| | |||||
* | Fred Gansevles <gansevle@cs.utwente.nl>: | Fred Drake | 2000-04-07 | 1 | -1/+1 |
| | | | | | The copytree function doesn't pass the symlinks parameter in recursicve calls | ||||
* | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 1 | -8/+18 |
| | |||||
* | 1.6a1 modules added. | Jack Jansen | 2000-04-07 | 1 | -2/+8 |
| | |||||
* | Started on GUSI2 and threading support. cfm68k targets are still included in ↵ | Jack Jansen | 2000-04-07 | 32 | -600/+931 |
| | | | | all projects, but for the time being all the "fat" targets exclude them, making them basically copy operations. This way we don't have to rename everything, and anyone interested can easily try to fix 68k support. | ||||
* | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 16 | -29/+194 |
| | |||||
* | Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, ↵ | Jack Jansen | 2000-04-07 | 1 | -187/+422 |
| | | | | so tracking the new defines will be easier in future. | ||||
* | 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 |
| | | | | | representation of code objects when optimization is on (python -O). It was always reported as -1 instead of the real lineno. | ||||
* | 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 |
| | | | | doesn't mean what the Python programmer thought... | ||||
* | Make sure the \declaremodule uses the right name for the module! | Fred Drake | 2000-04-06 | 1 | -20/+22 |
| | | | | Clean up several markup problems & inconsistencies. | ||||
* | unichr(), | Fred Drake | 2000-04-06 | 1 | -0/+2 |
| | | | | unicode(): Added \versionadded{} annotations. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+4 |
| | | | | Added UnicodeType. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -1/+1 |
| | | | | Added note that Unicode strings are picklable. | ||||
* | Revised / removed comments about string exceptions (relating to the | Fred Drake | 2000-04-06 | 1 | -12/+17 |
| | | | | standard exceptions), added documentation of UnboundLocalError. | ||||
* | 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 |
| | | | | Added UnicodeError description. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -5/+5 |
| | | | | Add Unicode strings to the list of marshalable types. | ||||
* | Moved socket, select, unicodedata to their own PYD. This should | Guido van Rossum | 2000-04-06 | 12 | -84/+373 |
| | | | | | | | reduce the size of python16.dll to almost its 1.5.2 size, and remove dependencies on winsock unless sockets are actually used. Note that soundex is simply no longer supported. | ||||
* | 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 |
| | | | | Documentation for unichr(), unicode(), update for ord(). | ||||
* | Remove _socket, select, soundex, and unicodedata. These have been | Guido van Rossum | 2000-04-06 | 1 | -10/+0 |
| | | | | moved to their own DLLs, or are obsolete (soundex). | ||||
* | 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 |
| | | | | | codecs module documentation, with some preliminary markup adjustments from FLD. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+101 |
| | | | | | Tutorial information about Unicode strings in Python, with some markup adjustments from FLD. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+712 |
| | | | | API documentation for Unicode support from C. | ||||
* | But don't do the funny \UNICODE macro; we're trying to get away from | Fred Drake | 2000-04-06 | 1 | -1/+1 |
| | | | | those markups! <with-mixed-feelings> | ||||
* | Patch from Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+15 |
| | | | | Added Unicode type to the language reference. | ||||
* | Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL. | Guido van Rossum | 2000-04-06 | 1 | -3/+0 |
| | | | | (Mark Hammond.) | ||||
* | 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 |
| | | | | | | B. Hartwell <slt5v@cc.usu.edu>. Removed second copy of the "See also" section! | ||||
* | Added reference to the multifile module from the "See also" section | Fred Drake | 2000-04-05 | 1 | -0/+2 |
| | | | | | in the mimetools documentation. Suggested by Skip Montanaro <skip@mojam.com>. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | his copy of test_contains.py seems to be broken -- the lines he deleted were already absent). Checkin messages: New Unicode support for int(), float(), complex() and long(). - new APIs PyInt_FromUnicode() and PyLong_FromUnicode() - added support for Unicode to PyFloat_FromString() - new encoding API PyUnicode_EncodeDecimal() which converts Unicode to a decimal char* string (used in the above new APIs) - shortcuts for calls like int(<int object>) and float(<float obj>) - tests for all of the above Unicode compares and contains checks: - comparing Unicode and non-string types now works; TypeErrors are masked, all other errors such as ValueError during Unicode coercion are passed through (note that PyUnicode_Compare does not implement the masking -- PyObject_Compare does this) - contains now works for non-string types too; TypeErrors are masked and 0 returned; all other errors are passed through Better testing support for the standard codecs. Misc minor enhancements, such as an alias dbcs for the mbcs codec. Changes: - PyLong_FromString() now applies the same error checks as does PyInt_FromString(): trailing garbage is reported as error and not longer silently ignored. The only characters which may be trailing the digits are 'L' and 'l' -- these are still silently ignored. - string.ato?() now directly interface to int(), long() and float(). The error strings are now a little different, but the type still remains the same. These functions are now ready to get declared obsolete ;-) - PyNumber_Int() now also does a check for embedded NULL chars in the input string; PyNumber_Long() already did this (and still does) Followed by: Looks like I've gone a step too far there... (and test_contains.py seem to have a bug too). I've changed back to reporting all errors in PyUnicode_Contains() and added a few more test cases to test_contains.py (plus corrected the join() NameError). |