]> granicus.if.org Git - python/shortlog
python
2000-03-28 Guido van RossumMark Hammond: test suite for new winreg module.
2000-03-28 Guido van RossumMarc-Andre Lemburg:
2000-03-28 Guido van RossumPiers Lauder:
2000-03-28 Guido van RossumFix suggested by Magnus Kessler: in class Page, it...
2000-03-28 Guido van RossumPatch by Neil Schemenauer to remove support for Tcl...
2000-03-28 Just van Rossumsmall fix: don't depend on the exact location of Python...
2000-03-28 Just van RossumAdded getaboutmenutext() method. (jvr)
2000-03-28 Just van Rossum- new version of PythonCGISlave
2000-03-28 Guido van RossumMBCS codecs. (Win32 only.) By Mark Hammond.
2000-03-28 Guido van RossumPrototypes added for MBCS codecs. (Win32 only.)
2000-03-28 Guido van RossumTypo fixed by Mark Hammond.
2000-03-28 Guido van RossumMBCS codecs for Windows. Contributed by Mark Hammond.
2000-03-27 Guido van RossumAdd a call to Tcl_FindExecutable(). This was inspired...
2000-03-27 Guido van RossumSkip Montanaro:
2000-03-27 Just van Rossummy previous patch didn't give enough events to SIOUX...
2000-03-27 Just van Rossumfixed several event handling buglets, added command...
2000-03-26 Greg WardBeefed up error-handling in 'setup()' a smidge:
2000-03-26 Greg WardDuh, it helps if '_nt_quote_args()' actually returns...
2000-03-26 Greg WardFixed a bunch of screwed-up logic and inconsistent...
2000-03-26 Greg WardAdded 'runtime_library_dirs' parameter to 'link_*(...
2000-03-26 Greg WardAdded 'runtime_library_dirs' parameter to 'link_*(...
2000-03-26 Greg WardAdded 'runtime_library_dirs' parameter to 'link_*(...
2000-03-26 Just van Rossumrealcgitest.py: added import MacOS, it now works again...
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...
next