summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF #660455 : patch by NNorwitz.Guido van Rossum2003-02-123-8/+14
* - Use distutils to find site-python (suggested by Thomas Heller, thanks!)Jack Jansen2003-02-121-7/+3
* Icons for the package manager.Jack Jansen2003-02-121-0/+0
* Thank you sir, can I have another.Just van Rossum2003-02-121-3/+3
* Photoshop source file for package manager icon.Jack Jansen2003-02-121-0/+0
* Use bundlebuilder directly to build applets.Jack Jansen2003-02-121-7/+34
* Allow this to run both standalone and as a window in the IDE.Jack Jansen2003-02-121-1/+35
* More int() around float arguments.Jack Jansen2003-02-121-1/+1
* Create applets slightly differently: by saving the sourcecode to aJack Jansen2003-02-121-1/+11
* When in MacPython-OSX use bundlebuilder to create .app bundles.Jack Jansen2003-02-124-181/+53
* - Better way to find site-packagesJack Jansen2003-02-121-3/+43
* Renamed InstallManager to PackageManager, finished a first stab at theJack Jansen2003-02-122-11/+43
* In a MultiList select all cells in the row, not only the first one.Jack Jansen2003-02-121-4/+5
* Updated the Mac documentation to the current state of affairs.Jack Jansen2003-02-1212-384/+199
* Minor cleanup of new batch-list/dict code.Tim Peters2003-02-121-16/+12
* Implement another useful feature for proxies: in super(X, x), x mayGuido van Rossum2003-02-123-17/+125
* Add missing cast in previous fix.Guido van Rossum2003-02-121-1/+2
* SF #532767: isinstance(x, X) should work when x is a proxy for an XGuido van Rossum2003-02-123-7/+53
* An install manager window for the IDE and standalone use. Unfinished.Jack Jansen2003-02-111-0/+251
* Add more missing PyErr_NoMemory() after failled memory allocsNeal Norwitz2003-02-113-4/+4
* Implemented batching for dicts in cPickle. This is after two failedTim Peters2003-02-113-48/+138
* Changed database format to make fields adhere to PEP 241 whereJack Jansen2003-02-111-116/+113
* Add Str, a subclass of str.Guido van Rossum2003-02-111-0/+58
* Implemented list batching in cPickle.Tim Peters2003-02-113-47/+121
* Fix from SF #681367: inherit tp_as_buffer. This only applies to CGuido van Rossum2003-02-112-0/+6
* Add compilation instructions for xxmodule.c.Guido van Rossum2003-02-111-0/+4
* Unparenting BZ2File, as discussed in SF patch #661796.Gustavo Niemeyer2003-02-112-104/+158
* Put proper tests in classmethod_get(). Remove the type argument toGuido van Rossum2003-02-112-16/+87
* Refactor instancemethod_descr_get() to (a) be more clear, (b) be safeGuido van Rossum2003-02-111-8/+18
* SF bug 684667: Modules/selectmodule.c returns NULL without exception set.Tim Peters2003-02-111-1/+1
* Inline create_specialmethod() -- since METH_CLASS is done differentlyGuido van Rossum2003-02-111-15/+5
* Added tests to ensure that list and dict "chunking" are actuallyTim Peters2003-02-111-1/+51
* - More int() calls around floating point numbers passed where integers areJack Jansen2003-02-111-3/+3
* Add basic arg sanity checking to wrap_descr_get(). This is calledGuido van Rossum2003-02-111-0/+9
* Remove duplicate word (rules)Neal Norwitz2003-02-111-1/+1
* Fix so it compiles at least.Michael W. Hudson2003-02-111-1/+1
* Add item pertaining toMichael W. Hudson2003-02-111-0/+9
* Get rid of the "bozo" __getstate__ that was inserted when __slots__Guido van Rossum2003-02-103-60/+22
* Patch #676839: Cygwin _iconv_codec module patchJason Tishler2003-02-101-1/+2
* Patch #676837: Cygwin array module patchJason Tishler2003-02-101-1/+2
* [ 683376 ] Adding NotImplementedType to types.pyJust van Rossum2003-02-101-0/+1
* Make comments agree with code (I think).Michael W. Hudson2003-02-101-3/+4
* Sundry very picky changes.Michael W. Hudson2003-02-101-4/+5
* Remove erroneous period.Michael W. Hudson2003-02-101-1/+1
* Update advice about __module__ and __name__ and tp_name wrt. new types.Michael W. Hudson2003-02-101-14/+18
* A typo, and desist from inaccurately describing some things as lists.Michael W. Hudson2003-02-101-5/+5
* Add a few tests to test_count() to increase coverage inWalter Dörwald2003-02-101-0/+6
* Fix copy&paste error: call title instead of countWalter Dörwald2003-02-101-1/+1
* Change filtertuple() to use tp_as_sequence->sq_itemWalter Dörwald2003-02-102-3/+7
* Punctuation fixes in docstrings.Jack Jansen2003-02-101-3/+3