summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improved an error message in 'mkpath()'.Greg Ward2000-03-221-7/+47
* Renamed 'install_path' to 'extra_path'.Greg Ward2000-03-221-2/+6
* Yet another complete rewrite. Hopefully the *last* complete rewrite ofGreg Ward2000-03-221-129/+299
* Fix how we set 'build_dir' and 'install_dir' options from 'install' options --Greg Ward2000-03-221-2/+2
* Took out what looks like old debugging code that probably should neverGreg Ward2000-03-221-2/+1
* Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet.Jack Jansen2000-03-212-4/+92
* Added a GetControlRect() method to controls which returns the bounding rectan...Jack Jansen2000-03-213-0/+24
* Updated comment: in PyTypeObject:Fred Drake2000-03-211-1/+1
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-209-39/+61
* Started on support for callbacks for UserPane controls. Unfinished and untested.Jack Jansen2000-03-202-16/+251
* Simplified doc string.Greg Ward2000-03-181-11/+2
* Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' --Greg Ward2000-03-181-2/+3
* Tweaked all over:Greg Ward2000-03-181-9/+29
* Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-181-16/+2
* Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'.Greg Ward2000-03-181-1/+20
* Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-181-0/+44
* In 'finalize_options()': if 'self.libs' is a string, make it a singleton list.Greg Ward2000-03-181-0/+3
* Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath'Greg Ward2000-03-183-4/+20
* Third attempt at documenting an installation scheme; this one feels likeGreg Ward2000-03-181-192/+301
* Of course, I forget how to type long ago...Fred Drake2000-03-171-1/+1
* Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInt...Jack Jansen2000-03-172-0/+42
* "write marshalled" --> "writes marshalled" (in docstring); noted byFred Drake2000-03-171-1/+1
* Oops, another in the same file; I should read the mail fully beforeFred Drake2000-03-171-1/+1
* "intput" --> "input" (in docstring); noted by Detlef LannertFred Drake2000-03-171-1/+1
* complete rewriteJeremy Hylton2000-03-164-1600/+1662
* simplify visitor walker classJeremy Hylton2000-03-162-64/+44
* fix list.append problemsJeremy Hylton2000-03-162-6/+6
* change name of Set method: items -> elements (avoids confusion withJeremy Hylton2000-03-162-2/+2
* Script to annotate api.tex with reference count information.Fred Drake2000-03-151-0/+63
* AETransactionID was mistakenly defined as a short (it is a long). Fixed.Jack Jansen2000-03-142-2/+2
* Fix bogus error reporting on strptime: let PyArg_ParseTuple set exception.Jeremy Hylton2000-03-141-5/+4
* Marc-Andre Lemburg: add declaration for PyUnicode_Contains().Guido van Rossum2000-03-131-0/+11
* Marc-Andre Lemburg: Add tests for mixed use of char in string.Guido van Rossum2000-03-131-0/+13
* Checking in the new, improve file.writelines() code.Guido van Rossum2000-03-131-24/+78
* Christian Tismer's "trashcan" patch:Guido van Rossum2000-03-137-1/+104
* Fix typo in replace() detected by Mark Hammond and fixed by Marc-Andre.Guido van Rossum2000-03-131-2/+4
* Add sq_contains implementation.Guido van Rossum2000-03-131-0/+44
* Added Christian Tismer's patch to allow list.append(a,b,c) back --Guido van Rossum2000-03-131-4/+18
* Added encodings to the LIBSUBDIRS variable, so that they get installed.Guido van Rossum2000-03-131-1/+1
* Tim Peters writes:Guido van Rossum2000-03-131-4/+5
* VC++ project changes to add new Unicode files and modules.Guido van Rossum2000-03-112-17/+125
* Marc-Andre Lemburg: test script for Unicode implementation.Guido van Rossum2000-03-103-10/+338
* Marc-Andre Lemburg: the maxsplit argument for split() and replace()Guido van Rossum2000-03-101-4/+4
* Module codecs -- Python Codec Registry, API and helpers. Written byGuido van Rossum2000-03-101-0/+414
* Marc-Andre Lemburg: support pickling Unicode objects, both in textGuido van Rossum2000-03-101-0/+28
* Marc-Andre Lemburg: add UnicodeType.Guido van Rossum2000-03-101-0/+1
* Marc-Andre Lemburg: Unicode encodings.Guido van Rossum2000-03-1064-0/+8398
* Marc-Andre Lemburg: Add UnicodeError, derived from ValueError.Guido van Rossum2000-03-101-0/+7
* Marc-Andre Lemburg: Python Unicode integration proposal, version 1.2.Guido van Rossum2000-03-101-0/+885
* Marc-Andre Lemburg: add new Unicode-related files.Guido van Rossum2000-03-101-0/+3