]> granicus.if.org Git - python/shortlog
python
2000-03-25 Guido van RossumChristian Tismer:
2000-03-24 Guido van RossumMarc-Andre Lemburg:
2000-03-24 Guido van RossumFix all routines to use PyArg_ParseTuple(), and add...
2000-03-24 Guido van RossumFix the test so that connect() and bind() are called...
2000-03-24 Guido van RossumMarc-Andre Lemburg:
2000-03-24 Guido van RossumRegenerated with test for 'contains'.
2000-03-24 Andrew M. KuchlingFix probable bug; if errno == EINTR, floatsleep() doesn...
2000-03-23 Fred DrakeFrom Sjoerd Mullender <sjoerd@oratrix.nl>:
2000-03-23 Greg WardImport fix.
2000-03-23 Greg WardFixed '_nt_quote_args()': backwards logic reversed...
2000-03-23 Greg WardFixed the class name.
2000-03-22 Jack JansenData of type Point is passed by value, not by reference.
2000-03-22 Greg WardFix small errors in description of Mac, Windows install...
2000-03-22 Greg WardRevised tons of comments to reflect the current state...
2000-03-22 Greg WardRun 'install_lib' instead of 'install_py', and ditch...
2000-03-22 Greg WardRenamed install_py.py to install_lib.py, since it now...
2000-03-22 Greg WardObsolete command -- no longer relevant since we now...
2000-03-22 Greg WardDropped the evil and misguided 'set_peer_option()'...
2000-03-22 Greg WardDropped any notion of allowing the user to specify...
2000-03-22 Greg WardImproved an error message in 'mkpath()'.
2000-03-22 Greg WardRenamed 'install_path' to 'extra_path'.
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...
next