| Commit message (Expand) | Author | Age | Files | Lines |
* | Marc-Andre Lemburg: add UnicodeType. | Guido van Rossum | 2000-03-10 | 1 | -0/+1 |
|
|
* | Marc-Andre Lemburg: Unicode encodings. | Guido van Rossum | 2000-03-10 | 64 | -0/+8398 |
|
|
* | Marc-Andre Lemburg: Add UnicodeError, derived from ValueError. | Guido van Rossum | 2000-03-10 | 1 | -0/+7 |
|
|
* | Marc-Andre Lemburg: Python Unicode integration proposal, version 1.2. | Guido van Rossum | 2000-03-10 | 1 | -0/+885 |
|
|
* | Marc-Andre Lemburg: add new Unicode-related files. | Guido van Rossum | 2000-03-10 | 1 | -0/+3 |
|
|
* | Marc-Andre Lemburg: Add _codecs and unicodedata modules. | Guido van Rossum | 2000-03-10 | 1 | -0/+4 |
|
|
* | Marc-Andre Lemburg: support pickling Unicode objects, both in text | Guido van Rossum | 2000-03-10 | 1 | -0/+149 |
|
|
* | Module unicodedata -- Provides access to the Unicode 3.0 data base. | Guido van Rossum | 2000-03-10 | 1 | -0/+269 |
|
|
* | Internal module _codecs -- Provides access to the codec registry and | Guido van Rossum | 2000-03-10 | 1 | -0/+529 |
|
|
* | Marc-Andre-Lemburg: The Unicode Database. | Guido van Rossum | 2000-03-10 | 2 | -0/+65663 |
|
|
* | Marc-Andre Lemburg: add new unicode files | Guido van Rossum | 2000-03-10 | 1 | -1/+2 |
|
|
* | Marc-Andre Lemburg: add calls to initialize and finalize Unicode and | Guido van Rossum | 2000-03-10 | 1 | -0/+18 |
|
|
* | Marc-Andre Lemburg: support marshalling Unicode objects (code 'u'). | Guido van Rossum | 2000-03-10 | 1 | -5/+42 |
|
|
* | Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode | Guido van Rossum | 2000-03-10 | 1 | -1/+23 |
|
|
* | Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). | Guido van Rossum | 2000-03-10 | 1 | -3/+22 |
|
|
* | Marc-Andre Lemburg: added new builtin functions unicode() and | Guido van Rossum | 2000-03-10 | 1 | -5/+78 |
|
|
* | Python Codec Registry and support functions, written by Marc-Andre | Guido van Rossum | 2000-03-10 | 1 | -0/+382 |
|
|
* | Marc-Andre Lemburg: add new string token types u"..." and ur"..." | Guido van Rossum | 2000-03-10 | 1 | -0/+10 |
|
|
* | Marc-AAndre Lemburg: add new unicode files | Guido van Rossum | 2000-03-10 | 1 | -2/+6 |
|
|
* | Many changes for Unicode, by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 6 | -197/+942 |
|
|
* | Unicode implementation by Marc-Andre Lemburg based on original code by | Guido van Rossum | 2000-03-10 | 1 | -0/+4440 |
|
|
* | Unicode character type helpers, written by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -0/+5043 |
|
|
* | Marc-Andre Lemburg: added | Guido van Rossum | 2000-03-10 | 2 | -0/+290 |
|
|
* | Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer, | Guido van Rossum | 2000-03-10 | 1 | -0/+46 |
|
|
* | Marc-Andre Lemburg: include unicodeobject.h and codecs.h | Guido van Rossum | 2000-03-10 | 1 | -0/+2 |
|
|
* | Marc-Andre Lemburg: add PyExc_UnicodeError | Guido van Rossum | 2000-03-10 | 1 | -0/+1 |
|
|
* | Unicode implementation by Marc-Andre Lemburg based on original code by Fredri... | Guido van Rossum | 2000-03-10 | 1 | -0/+754 |
|
|
* | Python Codec Registry and support functions, by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -0/+55 |
|
|
* | Part of the Unicode checkin for Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 4 | -264/+742 |
|
|
* | Catch up with change to CCompiler API: call 'create_static_lib()', not | Greg Ward | 2000-03-10 | 1 | -3/+3 |
|
|
* | [from 2000-02-25] Second attempt at describing an installation scheme; this is | Greg Ward | 2000-03-10 | 1 | -365/+141 |
|
|
* | [from 2000-02-23] Description of the baroque and already-obsolete | Greg Ward | 2000-03-10 | 1 | -0/+534 |
|
|
* | Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create | Greg Ward | 2000-03-10 | 1 | -25/+15 |
|
|
* | Renamed 'link_static_lib() to 'create_static_lib()'. | Greg Ward | 2000-03-10 | 2 | -18/+19 |
|
|
* | a simple client-server framework for executing code in a different | Jeremy Hylton | 2000-03-09 | 1 | -0/+343 |
|
|
* | There are a few places which can raise DistutilsPlatformError; make | Fred Drake | 2000-03-09 | 1 | -41/+54 |
|
|
* | Added Joe Van Andel's 'get_python_inc()', adapted by me to supply | Greg Ward | 2000-03-09 | 1 | -15/+80 |
|
|
* | Handles were never disposed. Added an AutoDispose(onoff) method to control this. | Jack Jansen | 2000-03-08 | 3 | -10/+143 |
|
|
* | A bunch of changes, primarily to command line argument parsing | Barry Warsaw | 2000-03-08 | 1 | -64/+100 |
|
|
* | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 12 | -14/+15 |
|
|
* | Override the Undo delegator to forbid any changes before the I/O mark. | Guido van Rossum | 2000-03-07 | 1 | -0/+24 |
|
|
* | replace : with = | Jeremy Hylton | 2000-03-07 | 1 | -2/+2 |
|
|
* | rename the global IdleConfParser object from IdleConf to idleconf | Jeremy Hylton | 2000-03-07 | 1 | -4/+4 |
|
|
* | rename the global IdleConfParser object from IdleConf to idleconf | Jeremy Hylton | 2000-03-07 | 5 | -48/+40 |
|
|
* | Tweak the goto file/line command (in the right button menu in PyShell | Guido van Rossum | 2000-03-07 | 1 | -14/+25 |
|
|
* | Patch by Moshe Zadka: remove the string special case in | Guido van Rossum | 2000-03-07 | 1 | -18/+0 |
|
|
* | Patch by Moshe Zadka: move the string special case from abstract.c | Guido van Rossum | 2000-03-07 | 1 | -0/+22 |
|
|
* | Add tests for char in string -- including required exceptions for | Guido van Rossum | 2000-03-07 | 1 | -0/+23 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 2000-03-07 | 1 | -1/+1 |
|
|
* | Added a bunch of TODO items that recently came up in the idle-dev list. | Guido van Rossum | 2000-03-07 | 1 | -40/+94 |
|
|