2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add UnicodeType. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: Unicode encodings. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: Add UnicodeError, derived from... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: Python Unicode integration proposal... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add new Unicode-related files. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: Add _codecs and unicodedata modules. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: support pickling Unicode objects... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Module unicodedata -- Provides access to the Unicode... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Internal module _codecs -- Provides access to the codec... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre-Lemburg: The Unicode Database. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add new unicode files |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add calls to initialize and finaliz... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: support marshalling Unicode objects... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: support for Unicode strings; 'U... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: support for Unicode string literals... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: added new builtin functions unicode... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Python Codec Registry and support functions, written... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add new string token types u".... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-AAndre Lemburg: add new unicode files |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Many changes for Unicode, by Marc-Andre Lemburg. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Unicode implementation by Marc-Andre Lemburg based... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Unicode character type helpers, written by Marc-Andre... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: added |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: added declarations for PyObject_AsC... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: include unicodeobject.h and codecs.h |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add PyExc_UnicodeError |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Unicode implementation by Marc-Andre Lemburg based... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Python Codec Registry and support functions, by Marc... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Part of the Unicode checkin for Marc-Andre Lemburg. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Greg Ward | Catch up with change to CCompiler API: call 'create_sta... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Greg Ward | [from 2000-02-25] Second attempt at describing an insta... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Greg Ward | [from 2000-02-23] Description of the baroque and alread... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Greg Ward | Renamed 'link_static_lib() to 'create_static_lib()... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Greg Ward | Renamed 'link_static_lib() to 'create_static_lib()'. |
commit | commitdiff | tree | snapshot |
2000-03-09 |
Jeremy Hylton | a simple client-server framework for executing code... |
commit | commitdiff | tree | snapshot |
2000-03-09 |
Fred Drake | There are a few places which can raise DistutilsPlatfor... |
commit | commitdiff | tree | snapshot |
2000-03-09 |
Greg Ward | Added Joe Van Andel's 'get_python_inc()', adapted by... |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Jack Jansen | Handles were never disposed. Added an AutoDispose(onoff... |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Barry Warsaw | A bunch of changes, primarily to command line argument... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Jack Jansen | Fixed multi-arg appends. |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Guido van Rossum | Override the Undo delegator to forbid any changes befor... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Jeremy Hylton | replace : with = |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Jeremy Hylton | rename the global IdleConfParser object from IdleConf... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Jeremy Hylton | rename the global IdleConfParser object from IdleConf... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Guido van Rossum | Tweak the goto file/line command (in the right button... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Guido van Rossum | Patch by Moshe Zadka: remove the string special case in |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Guido van Rossum | Patch by Moshe Zadka: move the string special case... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Guido van Rossum | Add tests for char in string -- including required... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Guido van Rossum | Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Guido van Rossum | Added a bunch of TODO items that recently came up in... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Guido van Rossum | If we're in the current input and there's only whitespa... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Fred Drake | Fixed inet_ntoa() docstring. |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Greg Ward | Patch from Corran Webster <cwebster@nevada.edu> (tweake... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Greg Ward | Patch from Corran Webster <cwebster@nevada.edu>: add... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Greg Ward | Added 'native_path()' for use on pathnames from the... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Greg Ward | Added '_nt_quote_args()' to deal with whitespace in... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guido van Rossum | test_contains output |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guido van Rossum | Test cases for __contains__ code, by Moshe Zadka. |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guido van Rossum | Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Jeremy Hylton | compiler command-line interface moved here from compile... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Jeremy Hylton | import compile function form pycodegen |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Jeremy Hylton | rename compile.py to pycodegen.py |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Jeremy Hylton | add a doc string |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Jeremy Hylton | fix import to refer to compiler package |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Jeremy Hylton | revise arguments for addCode method on lnotab. take... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Jeremy Hylton | change node Classdef to Class |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Jeremy Hylton | factor out the tree walking/visitor code that was in... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guido van Rossum | Defer all the work to idle.py, which has recently becom... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Jack Jansen | Allow None as TimeBase value in TimeValue records ... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Barry Warsaw | string_join(): Fix memory leaks discovered by Charles... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guido van Rossum | In getdef(), don't die when the section doesn't exist. |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guido van Rossum | Don't use 1.6-isms (s.startswith()) -- we want to distr... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Greg Ward | Rewrote 'newer_pairwise(): more natural (and incompatib... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Greg Ward | Serious overhaul of the C compiler interface and the... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Greg Ward | Don't pass 'keep_dir' to 'compile()' method of CCompile... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Greg Ward | Don't pass 'keep_dir' to 'compile()' method of CCompile... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jeremy Hylton | superceded by IdleConf/config.txt |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jeremy Hylton | migrate to use of IdleConf and config files to set... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jeremy Hylton | default to cwd if os.environ['HOME'] does not exist |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jeremy Hylton | a ConfigParser for idle and three configuration files |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jeremy Hylton | allow comments beginning with ; in key: value as well... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jack Jansen | Fixed parameters to a few time and timebase calls:... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jack Jansen | Added PutPixMapBytes() and GetPixMapBytes() functions... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jack Jansen | Added methods getdata() and putdata() to obtain the... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guido van Rossum | Patch by Tim Peters: |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Greg Ward | Fixed 'mkpath()' to accept empty string silently (it... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Jeremy Hylton | paren matching extension. warning: in current version... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Jack Jansen | A module to parse/generate MediaDescription handles... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Guido van Rossum | Mark discovered a bug in his patch: he didn't *use... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Greg Ward | Renamed 'build_lib' command to 'build_clib': |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Greg Ward | Changed '__rcsid__' to '__revision__'. |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Greg Ward | If the "build_lib" command built any C libraries, link... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Greg Ward | Added command description. |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Greg Ward | In the 'compile()' method: preserve the directory porti... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | Second attempt to fix the ctermid_r/tmpnam_r warnings... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | Fix compiler warning: only use "_r" form of 'ctermid... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Guido van Rossum | Got rid of silly "123456789-..." lines in comments. |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | In compile/link methods: ensure that the directory... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | Added 'mkpath()' method: convenience wrapper around... |
commit | commitdiff | tree | snapshot |
next |