summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for #641455: curses module doesn't build on MacOSX. It turns out theJack Jansen2002-11-221-0/+9
* Comment out the warnings about mktemp(). These are too annoying, andGuido van Rossum2002-11-221-3/+3
* Added the alias manager too. The interface isn't perfect yet: the aliasJack Jansen2002-11-226-0/+872
* Got angry and added support for pretty much the whole file and folderJack Jansen2002-11-2211-0/+2761
* Clarify the default setting for daemon_threads.Fred Drake2002-11-221-1/+3
* Fix markup.Fred Drake2002-11-221-1/+1
* Use False instead of 0.Fred Drake2002-11-221-1/+1
* workaround so the (otherwise still broken) IDE can at least quit in the Pytho...Just van Rossum2002-11-221-15/+14
* fix for SF #635398 (don't "downcast" return strings from unicode to ascii)Fredrik Lundh2002-11-221-21/+4
* changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.pyJust van Rossum2002-11-221-5/+8
* make the --link option match the original: just symlink the executableJust van Rossum2002-11-221-2/+2
* Added --link-exec option: make a symlink for the executable only, copy all ot...Just van Rossum2002-11-221-4/+20
* Replaced the bundle building code with calls to the new bundlebuilderJust van Rossum2002-11-221-133/+75
* Patch #542562, file 25252: Remove changelog.Martin v. Löwis2002-11-221-38/+0
* Patch #494845: Support string concatenation, detect non-string data,Martin v. Löwis2002-11-223-37/+167
* Patch #486438: Make module argument to testmod optional.Martin v. Löwis2002-11-223-5/+20
* Patch #550765: Add daemon_threads flag.Martin v. Löwis2002-11-223-1/+22
* added new IMAP4_stream class; added proxyauth command; added login_cram_md5 m...Piers Lauder2002-11-221-12/+109
* added details of new IMAP4_stream class; emphasised meaning of data part of c...Piers Lauder2002-11-221-7/+29
* fixed error in cmd line doc; moved funny self.name line once moreJust van Rossum2002-11-221-2/+3
* fixed stupid bugJust van Rossum2002-11-221-1/+1
* Implement dict() style constructor.Raymond Hettinger2002-11-222-3/+11
* Properly compute array size even for --disable-unicode.Martin v. Löwis2002-11-211-1/+1
* Fix --disable-unicode compilation problems.Martin v. Löwis2002-11-212-0/+9
* added command line interface; refactored a bit; little things.Just van Rossum2002-11-211-82/+179
* float_int(): Some systems raise an exception if a double is cast toTim Peters2002-11-211-14/+16
* Patch #633547: Support plural forms. Do TODOs in test suite.Martin v. Löwis2002-11-216-163/+431
* The _Event class should be more careful with releasing its lock whenGuido van Rossum2002-11-211-8/+14
* Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroupsMartin v. Löwis2002-11-213-17/+142
* Reflow commentAndrew M. Kuchling2002-11-211-3/+3
* Patch #642019: Recognize gcc-x.y as gcc.Martin v. Löwis2002-11-211-1/+1
* Patch #642020: Pass down prefix, BINDIR, and DESTSHARED to idleinstall.Martin v. Löwis2002-11-211-1/+6
* Wrap uargs declaration in a #ifdef Py_USING_UNICODE, so thatWalter Dörwald2002-11-211-0/+2
* Comment out the getcwdu implementation for --disable-unicode buildsWalter Dörwald2002-11-211-0/+4
* Move three variables that are only used inside an if block into the block,Walter Dörwald2002-11-211-3/+3
* Fix PEP 293 related problems with --disable-unicode buildsWalter Dörwald2002-11-213-0/+15
* Bug #639118 from Ollie Oldham: archiver should use zipfile before zipAndrew M. Kuchling2002-11-211-28/+30
* NamedTemporaryFile: clarify behavior based on confusions noted by aTim Peters2002-11-211-2/+5
* _RandomNameSequence(): style guide changes, small speedup, don'tTim Peters2002-11-211-8/+8
* _TemporaryFileWrapper: changed self.close_called to a proper bool.Tim Peters2002-11-211-2/+2
* Always call tparm with 10 arguments. It seems it's not varargs iMichael W. Hudson2002-11-211-43/+3
* name kwargs kwargsJust van Rossum2002-11-211-2/+2
* Tools to create MacOS X (application) bundles.Just van Rossum2002-11-211-0/+307
* Apply Nicolas Riley's Patch.Kurt B. Kaiser2002-11-211-5/+5
* Fix SF #640094, on win32 getpass runs into unix_getpassNeal Norwitz2002-11-201-1/+4
* - cleaned up example/test codeJust van Rossum2002-11-201-29/+30
* Add missing importAndrew M. Kuchling2002-11-201-1/+1
* dded cvsignores.Jack Jansen2002-11-204-2/+12
* Minimal instructions on building a MacPython-OSX addon for Apple'sJack Jansen2002-11-201-0/+62
* Build PythonLauncher for MacPython-OSX 2.2 as well.Jack Jansen2002-11-202-5/+28