summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't install Tools/idle any more. We now install Tools/scripts/idleGuido van Rossum2003-06-131-13/+1
* Install the main script for the new IDLE here.Guido van Rossum2003-06-131-1/+1
* Put the main script for the new IDLE here.Guido van Rossum2003-06-132-0/+5
* SF patch 707900, fixing bug 702858, by Steven Taschuk.Guido van Rossum2003-06-133-2/+54
* Documented the fact that the main class now mimicks the OSA "application" class.Jack Jansen2003-06-131-5/+7
* Use the new, now preferred, form of referring to object specifiers (throughJack Jansen2003-06-131-1/+1
* Re-gegernated with the new gensuitemodule.Jack Jansen2003-06-1338-5315/+897
* - Allow access to poperties of the "application" OSA class directly fromJack Jansen2003-06-132-3/+25
* SF bug #753602: random.sample not properly documentedRaymond Hettinger2003-06-131-4/+5
* When calling tarname with an argument (and thus not use testtar.tar) return aBrett Cannon2003-06-121-1/+1
* Fix for sf # 749210, wininst isn't build correctly after building zip.Thomas Heller2003-06-121-1/+1
* AMK's no longer maintaining his bookstore page. Refer to the books page onSkip Montanaro2003-06-121-1/+1
* Make creation of temporary file and directory more portable. Also made cleanupBrett Cannon2003-06-121-7/+8
* No longer needed.Kurt B. Kaiser2003-06-121-4/+0
* aboutDialog.py:Kurt B. Kaiser2003-06-122-99/+122
* One more multiple exception catch should be in a tuple.Raymond Hettinger2003-06-121-1/+1
* 1. Remove the Readme entry on the Help Menu, now in About dialog.Kurt B. Kaiser2003-06-122-9/+1
* The multiple exception catch should be in a tuple.Raymond Hettinger2003-06-121-1/+1
* Direct readers to CVS logs.Kurt B. Kaiser2003-06-121-0/+4
* It /is/ a package...Kurt B. Kaiser2003-06-121-1/+1
* Updated for IDLEfork re-integrationKurt B. Kaiser2003-06-122-48/+66
* Will use the Python LICENSE file instead.Kurt B. Kaiser2003-06-121-51/+0
* Remove setup file, no longer needed.Kurt B. Kaiser2003-06-121-118/+0
* Remove unneeded MANIFEST template.Kurt B. Kaiser2003-06-121-11/+0
* Remove unneeded installation instructions.Kurt B. Kaiser2003-06-121-92/+0
* Update version.Kurt B. Kaiser2003-06-121-1/+1
* SF Patch #744104: Remove eval() from csvRaymond Hettinger2003-06-121-17/+18
* add a couple test cases which involve longs and floats in 'e' format.Skip Montanaro2003-06-121-0/+23
* Have pydoc try handling an object as "other" if the object does not act the wayBrett Cannon2003-06-111-3/+10
* Fixed a comment.Brett Cannon2003-06-111-1/+1
* fix the curses module build failure on FreeBSD, reported in SF #740234.Andrew MacIntyre2003-06-111-0/+15
* * Added missing documentation for object().Raymond Hettinger2003-06-111-2/+15
* SF bug #660022: parameters for int(), str(), etc.Raymond Hettinger2003-06-111-19/+28
* Add docs for get_grouped_opcodes().Raymond Hettinger2003-06-111-2/+17
* Clarify docstring for symlink.Brett Cannon2003-06-111-1/+1
* SF bug: 751941 Invisible HTML tagRaymond Hettinger2003-06-101-0/+2
* get_payload(): Improve the TypeError message when the payload isn't ofBarry Warsaw2003-06-101-1/+1
* guess_all_extensions(): Return the empty list instead of None whenBarry Warsaw2003-06-093-37/+40
* Document context_diff() and unified_diff()Raymond Hettinger2003-06-091-0/+63
* Warn about creating global variables by __setattr__ that shadow builtinNeil Schemenauer2003-06-092-1/+72
* Add the IDLEFORK team.Raymond Hettinger2003-06-091-0/+2
* SF bug #685773: 2 (more) bugs in turtleRaymond Hettinger2003-06-091-0/+1
* Changes to sre.c after the application of patch #726869 have increasedAndrew MacIntyre2003-06-091-5/+11
* add support for os.tmpfile()Andrew MacIntyre2003-06-091-0/+3
* reorganise modules, so that most standard extensions are built intoAndrew MacIntyre2003-06-091-1/+1
* various updatesAndrew MacIntyre2003-06-091-14/+10
* bump stack size to cater for _sre recursion.Andrew MacIntyre2003-06-091-1/+1
* Fix potential leaks identified by Neal Norwitz.Andrew McNamara2003-06-091-0/+8
* SF 748975 Printing unsaved shell failsKurt B. Kaiser2003-06-091-2/+6
* Added a command line interface for difflib.pyRaymond Hettinger2003-06-081-0/+3