summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PyMac_GetFSSpec must be called via the dylib glue code on OSX.Jack Jansen2001-08-033-1/+20
* If we use frameworks we should include CoreServices/CoreServices.h, not theJack Jansen2001-08-032-2/+2
* TXNTSMCheck isn't available under Mach-O Carbon.Jack Jansen2001-08-032-2/+10
* - On OSX add -no-cpp-precomp to OPT. The user still has to manually specifyJack Jansen2001-08-032-355/+365
* ICFindConfigFile isn't needed, and it's gone under carbon.Jack Jansen2001-08-031-2/+3
* EasyDialogs has a working version of this.Jack Jansen2001-08-031-25/+0
* These stopped working a long time ago, and they're not worth fixing.Jack Jansen2001-08-032-132/+0
* Obsolete, EasyDialogs has the same code (but working:-).Jack Jansen2001-08-032-72/+0
* Obsolete: uses old applescript support.Jack Jansen2001-08-031-33/+0
* Obsolete, uses the old non-package-based applescript suite support.Jack Jansen2001-08-031-25/+0
* This "test" showed an obsolete way to get scrolled lists in dialogs. Removed.Jack Jansen2001-08-031-79/+0
* This "test" showed an obsolete way to get scrolled lists in dialogs. Removed.Jack Jansen2001-08-032-3/+2
* Removed: it doesn't work anymore, and it wasn't all that useful anyway. The F...Jack Jansen2001-08-031-68/+0
* Obsolete, superseded by :Mac:Demo:imgbrowse and friends.Jack Jansen2001-08-031-86/+0
* Obsolete, superseded by :Mac:Demo:TEJack Jansen2001-08-031-81/+0
* Obsolete, superseded by :Mac:Demo:wasteJack Jansen2001-08-031-86/+0
* Obsolete, removed.Jack Jansen2001-08-0319-8502/+0
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-0326-122/+162
* Documented the runtimemodel attribute.Jack Jansen2001-08-031-0/+6
* (Finally) converted to new-style args.Jack Jansen2001-08-031-37/+136
* Added descrobject.c and mysnprintf.cJack Jansen2001-08-032-0/+0
* Regenerated for new description stuff.Jack Jansen2001-08-032-326/+456
* The test opened the binary test data files in text mode! Fixed.Jack Jansen2001-08-031-3/+3
* Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurr...Jack Jansen2001-08-031-2/+0
* No more Inno Envy: the "Start Installation" dialog now displays a niceTim Peters2001-08-031-7/+152
* Do not use the system getaddrinfo on Mac OS X. Fixes bug #445928.Martin v. Löwis2001-08-031-6/+16
* further work on config dialog, particularly highligthing configSteven M. Gava2001-08-031-34/+146
* Make sure that WeakValueDictionary[] raises KeyError instead of TypeErrorFred Drake2001-08-032-1/+6
* Fix some of the example code; the reference objects do not support aFred Drake2001-08-031-3/+3
* Finish my log of the final merge process. Mark the merge task complete.Tim Peters2001-08-021-5/+23
* User-defined methods *can* contain things other than user-defined functionsFred Drake2001-08-021-1/+2
* Add a caveat about boundary conditions and RE concatenation, so that theFred Drake2001-08-021-9/+12
* Miscellaneous minor cleanups.Fred Drake2001-08-021-20/+21
* Move away from apply() to using extended call syntax for some exampleFred Drake2001-08-021-3/+19
* This test failed under python -O.Tim Peters2001-08-021-3/+7
* Explain that __init__() methods do not get to return values.Fred Drake2001-08-021-8/+9
* Fix SF #442791 (revisited): No __delitem__ wrapper was defined.Guido van Rossum2001-08-021-0/+35
* Add anentry for the distutils.sysconfig module docs.Fred Drake2001-08-021-1/+3
* Update some incorrect comments about the bdist commands that exist.Fred Drake2001-08-021-4/+7
* Documentation for the distutils.sysconfig module.Fred Drake2001-08-021-0/+113
* Unit test for improved package import semantics.Guido van Rossum2001-08-021-0/+74
* Patch #444359: Remove unused imports.Martin v. Löwis2001-08-028-9/+2
* Take MANDIR and INCLUDEDIR from configure. Fixes bug #446671.Martin v. Löwis2001-08-021-2/+2
* Fix the test_weakref.py failure. Introduced by resolving "a conflict"Tim Peters2001-08-021-7/+0
* Merge of descr-branch back into trunk.Tim Peters2001-08-0257-1312/+6926
* Cleaned up the docstring for readline.set_completer().Fred Drake2001-08-011-1/+1
* Cleaned up the description of readline.set_completer().Fred Drake2001-08-011-4/+7
* s/endswith/startswith/Tim Peters2001-08-011-1/+1
* Rewritten version of Finn Bock's SF patch #446907 (Allow jython toTim Peters2001-08-011-1/+4
* Just changes to comments.Tim Peters2001-08-012-3/+3