]> granicus.if.org Git - python/shortlog
python
2000-03-22 Greg WardYet another complete rewrite. Hopefully the *last...
2000-03-22 Greg WardFix how we set 'build_dir' and 'install_dir' options...
2000-03-22 Greg WardTook out what looks like old debugging code that probab...
2000-03-21 Jack JansenAdded UserPane callbacks for HitTest and Tracking....
2000-03-21 Jack JansenAdded a GetControlRect() method to controls which retur...
2000-03-21 Fred DrakeUpdated comment: in PyTypeObject:
2000-03-20 Barry WarsawOn 17-Mar-2000, Marc-Andre Lemburg said:
2000-03-20 Jack JansenStarted on support for callbacks for UserPane controls...
2000-03-18 Greg WardSimplified doc string.
2000-03-18 Greg WardOops! Don't call 'ensure_ready()' in 'Distribution...
2000-03-18 Greg WardTweaked all over:
2000-03-18 Greg WardPatch from Bastian Kleineidam <calvin@cs.uni-sb.de>:
2000-03-18 Greg WardPatch from Bastian Kleineidam <calvin@cs.uni-sb.de...
2000-03-18 Greg WardContribution from Bastian Kleineidam <calvin@cs.uni...
2000-03-18 Greg WardIn 'finalize_options()': if 'self.libs' is a string...
2000-03-18 Greg WardChanged to pay attention to the 'runtime_library_dirs...
2000-03-18 Greg WardThird attempt at documenting an installation scheme...
2000-03-17 Fred DrakeOf course, I forget how to type long ago...
2000-03-17 Jack JansenAdded a method GetMediaNextInterestingTimeOnly, which...
2000-03-17 Fred Drake"write marshalled" --> "writes marshalled" (in docstrin...
2000-03-17 Fred DrakeOops, another in the same file; I should read the mail...
2000-03-17 Fred Drake"intput" --> "input" (in docstring); noted by Detlef...
2000-03-16 Jeremy Hyltoncomplete rewrite
2000-03-16 Jeremy Hyltonsimplify visitor walker class
2000-03-16 Jeremy Hyltonfix list.append problems
2000-03-16 Jeremy Hyltonchange name of Set method: items -> elements (avoids...
2000-03-15 Fred DrakeScript to annotate api.tex with reference count informa...
2000-03-14 Jack JansenAETransactionID was mistakenly defined as a short ...
2000-03-14 Jeremy HyltonFix bogus error reporting on strptime: let PyArg_ParseT...
2000-03-13 Guido van RossumMarc-Andre Lemburg: add declaration for PyUnicode_Conta...
2000-03-13 Guido van RossumMarc-Andre Lemburg: Add tests for mixed use of char...
2000-03-13 Guido van RossumChecking in the new, improve file.writelines() code.
2000-03-13 Guido van RossumChristian Tismer's "trashcan" patch:
2000-03-13 Guido van RossumFix typo in replace() detected by Mark Hammond and...
2000-03-13 Guido van RossumAdd sq_contains implementation.
2000-03-13 Guido van RossumAdded Christian Tismer's patch to allow list.append...
2000-03-13 Guido van RossumAdded encodings to the LIBSUBDIRS variable, so that...
2000-03-13 Guido van RossumTim Peters writes:
2000-03-11 Guido van RossumVC++ project changes to add new Unicode files and modules.
2000-03-10 Guido van RossumMarc-Andre Lemburg: test script for Unicode implementation.
2000-03-10 Guido van RossumMarc-Andre Lemburg: the maxsplit argument for split...
2000-03-10 Guido van RossumModule codecs -- Python Codec Registry, API and helpers...
2000-03-10 Guido van RossumMarc-Andre Lemburg: support pickling Unicode objects...
2000-03-10 Guido van RossumMarc-Andre Lemburg: add UnicodeType.
2000-03-10 Guido van RossumMarc-Andre Lemburg: Unicode encodings.
2000-03-10 Guido van RossumMarc-Andre Lemburg: Add UnicodeError, derived from...
2000-03-10 Guido van RossumMarc-Andre Lemburg: Python Unicode integration proposal...
2000-03-10 Guido van RossumMarc-Andre Lemburg: add new Unicode-related files.
2000-03-10 Guido van RossumMarc-Andre Lemburg: Add _codecs and unicodedata modules.
2000-03-10 Guido van RossumMarc-Andre Lemburg: support pickling Unicode objects...
2000-03-10 Guido van RossumModule unicodedata -- Provides access to the Unicode...
2000-03-10 Guido van RossumInternal module _codecs -- Provides access to the codec...
2000-03-10 Guido van RossumMarc-Andre-Lemburg: The Unicode Database.
2000-03-10 Guido van RossumMarc-Andre Lemburg: add new unicode files
2000-03-10 Guido van RossumMarc-Andre Lemburg: add calls to initialize and finaliz...
2000-03-10 Guido van RossumMarc-Andre Lemburg: support marshalling Unicode objects...
2000-03-10 Guido van RossumMarc-Andre Lemburg: support for Unicode strings; 'U...
2000-03-10 Guido van RossumMarc-Andre Lemburg: support for Unicode string literals...
2000-03-10 Guido van RossumMarc-Andre Lemburg: added new builtin functions unicode...
2000-03-10 Guido van RossumPython Codec Registry and support functions, written...
2000-03-10 Guido van RossumMarc-Andre Lemburg: add new string token types u"....
2000-03-10 Guido van RossumMarc-AAndre Lemburg: add new unicode files
2000-03-10 Guido van RossumMany changes for Unicode, by Marc-Andre Lemburg.
2000-03-10 Guido van RossumUnicode implementation by Marc-Andre Lemburg based...
2000-03-10 Guido van RossumUnicode character type helpers, written by Marc-Andre...
2000-03-10 Guido van RossumMarc-Andre Lemburg: added
2000-03-10 Guido van RossumMarc-Andre Lemburg: added declarations for PyObject_AsC...
2000-03-10 Guido van RossumMarc-Andre Lemburg: include unicodeobject.h and codecs.h
2000-03-10 Guido van RossumMarc-Andre Lemburg: add PyExc_UnicodeError
2000-03-10 Guido van RossumUnicode implementation by Marc-Andre Lemburg based...
2000-03-10 Guido van RossumPython Codec Registry and support functions, by Marc...
2000-03-10 Guido van RossumPart of the Unicode checkin for Marc-Andre Lemburg.
2000-03-10 Greg WardCatch up with change to CCompiler API: call 'create_sta...
2000-03-10 Greg Ward[from 2000-02-25] Second attempt at describing an insta...
2000-03-10 Greg Ward[from 2000-02-23] Description of the baroque and alread...
2000-03-10 Greg WardRenamed 'link_static_lib() to 'create_static_lib()...
2000-03-10 Greg WardRenamed 'link_static_lib() to 'create_static_lib()'.
2000-03-09 Jeremy Hyltona simple client-server framework for executing code...
2000-03-09 Fred DrakeThere are a few places which can raise DistutilsPlatfor...
2000-03-09 Greg WardAdded Joe Van Andel's 'get_python_inc()', adapted by...
2000-03-08 Jack JansenHandles were never disposed. Added an AutoDispose(onoff...
2000-03-08 Barry WarsawA bunch of changes, primarily to command line argument...
2000-03-07 Jack JansenFixed multi-arg appends.
2000-03-07 Guido van RossumOverride the Undo delegator to forbid any changes befor...
2000-03-07 Jeremy Hyltonreplace : with =
2000-03-07 Jeremy Hyltonrename the global IdleConfParser object from IdleConf...
2000-03-07 Jeremy Hyltonrename the global IdleConfParser object from IdleConf...
2000-03-07 Guido van RossumTweak the goto file/line command (in the right button...
2000-03-07 Guido van RossumPatch by Moshe Zadka: remove the string special case in
2000-03-07 Guido van RossumPatch by Moshe Zadka: move the string special case...
2000-03-07 Guido van RossumAdd tests for char in string -- including required...
2000-03-07 Guido van RossumSjoerd Mullender:
2000-03-07 Guido van RossumAdded a bunch of TODO items that recently came up in...
2000-03-07 Guido van RossumIf we're in the current input and there's only whitespa...
2000-03-07 Fred DrakeFixed inet_ntoa() docstring.
2000-03-07 Greg WardPatch from Corran Webster <cwebster@nevada.edu> (tweake...
2000-03-07 Greg WardPatch from Corran Webster <cwebster@nevada.edu>: add...
2000-03-07 Greg WardAdded 'native_path()' for use on pathnames from the...
2000-03-07 Greg WardAdded '_nt_quote_args()' to deal with whitespace in...
2000-03-06 Guido van Rossumtest_contains output
next