summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Apply SF patch 652930: Add optional base argument to math.log(x[, base]).Raymond Hettinger2002-12-144-17/+54
|
* Punctuation fix.Raymond Hettinger2002-12-141-2/+2
|
* M Debugger.pyKurt B. Kaiser2002-12-143-77/+75
| | | | | | | | | | | | | | | | | | | | | | | M IOBinding.py M PyShell.py * Could not remove last set of saved breakpoints from a file * Starting with empty edit window, could not load a file * Multiple adjacent breakpoints were saved as one breakpoint * Storing breakpoints whenever a file is closed can get them out of synch with the saved version of a file. Only store them when the file is saved. * Add comment on current limitations on file editing in the presence of breakpoints. * Replace get_current_breaks() with update_breakpoints(), add an update to PyShellEditorWindow.breakpoints, which is the master breakpoint data structure, and which is used to reload the subprocess debugger. * Revert Debugger.Debugger.load_breakpoints() to use editwin.breakpoints. It is easier to debug the debugger if the breakpoint list in IDLE is identical to the list in the subprocess debugger and is transferred when the subprocess debugger is restarted, because this list can be easily queried. * Cleanup some linespacing and comments in IOBinding.py
* Got rid of outdated defines.Jack Jansen2002-12-141-12/+0
|
* Removed errors.rsrc: this is loaded dynamically from :Mac:Lib when needed.Jack Jansen2002-12-142-0/+0
|
* Removed: this is loaded dynamically from :Mac:Lib when needed.Jack Jansen2002-12-141-0/+0
|
* Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc.Jack Jansen2002-12-131-0/+0
|
* Got rid of interpreter-internal dialogs.Jack Jansen2002-12-131-0/+0
| | | | Tweaked GetArgv() dialog to look better on OSX.
* Got rid of non-carbon stuff, and added new Alias, File and Folder modules.Jack Jansen2002-12-132-112/+31
|
* Tweaked button sizes and hid unused items.Jack Jansen2002-12-131-0/+0
|
* Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. ↵Jack Jansen2002-12-131-2/+5
| | | | Temporary workaround is to ignore the exception (it's only about file creator/type anyway).
* Tweaked some button sizes to make them look better on OSX.Jack Jansen2002-12-131-3/+3
|
* Tweaks to make this module OS9-compatible.Jack Jansen2002-12-133-13/+31
|
* More pre-carbon stuff bites the dust.Jack Jansen2002-12-138-764/+0
|
* Removed: not carbon-compatible.Jack Jansen2002-12-132-1155/+0
|
* execve(), spawnve(): add some extra sanity checking to env;Guido van Rossum2002-12-131-18/+50
| | | | | | | | | PyMapping_Check() doesn't guarantee that PyMapping_Size() won't raise an exception, nor that keys and values are lists. Also folded some long lines and did a little whitespace normalization. Probably a 2.2 backport candidate.
* Tighten the tests for assignment to __bases__: disallow empty tuple.Guido van Rossum2002-12-132-0/+14
|
* The speech manager interface is no longer supported and a replacement isJack Jansen2002-12-133-1463/+0
| | | | (unfortunately: especially the grail demo was hiarious) still missing.
* Added missing casts.Jack Jansen2002-12-132-4/+4
|
* We need macglue on MacPython-OS9 too.Jack Jansen2002-12-131-1/+1
|
* Outdated.Jack Jansen2002-12-134-117/+0
|
* Got rid of unused Compat files.Jack Jansen2002-12-133-0/+0
|
* another wrong assumption fixedJust van Rossum2002-12-131-3/+2
|
* Still used the old config file. Fixed.Jack Jansen2002-12-131-0/+0
|
* Compatibility files that haven't been used in a long time.Jack Jansen2002-12-1312-582/+0
|
* Get rid of support for Universal Headers older than 3.4 and various otherJack Jansen2002-12-1310-78/+6
| | | | outdated things.
* Get rid of 2.2 "poor mans universal newlines" now that the real thingJack Jansen2002-12-131-19/+0
| | | | is implemented.
* It was an old MacPython artefact that these files were still in the sourceJack Jansen2002-12-1322-4128/+0
| | | | | tree. Removed them, anyone really desparate to recover them can get them from the CVS repository.
* Tkinter isn't supported under Carbon. Under MacOSX native it is, butJack Jansen2002-12-133-975/+0
| | | | that version doesn't need these workarounds.
* Very outdated: this is a 68K support file.Jack Jansen2002-12-131-290/+0
|
* Add Tkinter threading changeAndrew M. Kuchling2002-12-131-3/+17
| | | | | Fix markup errors Rewrite a sentence
* and now the real fix...Just van Rossum2002-12-131-5/+2
|
* fixed bool browsing bug, sf bug #652591Just van Rossum2002-12-131-0/+1
|
* Prevent debugger from stepping into Idle rpc codeChui Tey2002-12-121-5/+17
|
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-126-42/+95
|
* Patch #629126: Detect BLT by also looking for libBLT.Martin v. Löwis2002-12-121-0/+4
|
* Patch #650653: Raise always value error if the table is not 256 bytes long.Martin v. Löwis2002-12-122-6/+8
|
* Description of description was really confusing, and added some markup.Thomas Heller2002-12-121-10/+10
|
* M CallTipWindow.pyKurt B. Kaiser2002-12-122-15/+34
| | | | | | | | M CallTips.py Calltip fetch was erroring when an Edit window was used without a Shell. Also, fix CallTipWindow.py so test code will run and add a comment about a bug which causes the calltip window to override all others.
* Change issubclass() so that recursive tuples (directly or indirectlyWalter Dörwald2002-12-123-6/+24
| | | | | | containing class objects) are allowed as the second argument. This makes issubclass() more similar to isinstance() where recursive tuples are allowed too.
* Mention the bdist_wininst postinstall script.Thomas Heller2002-12-121-0/+3
|
* Always initialize objc.Martin v. Löwis2002-12-121-1/+1
|
* Raw documentation for the bdist_wininst postinstallation script.Thomas Heller2002-12-121-0/+78
| | | | | | | | | | People are already using it, so these docs are certainly better than no docs at all. Markup is mostly missing and the layout is probably ugly, but this can be fixed later. Question: there are references to MS docs for the CSIDL_... constants and the IShellLink interface. Are these pointers sufficient, or should the MS docs reworded and repeated here?
* Patch #551960: Add check for setrlimit() supportJason Tishler2002-12-121-4/+12
| | | | | | | | | | test_resource calls resource.setrlimit() to change the file size limits. This fails on Cygwin, which supports setrlimit() and getrlimit(), just not changing that particular setting. (The same would apply to any other platform that has those functions but not that particular feature.) Since getrlimit() works and setrlimit() can be used for other reasons, a check for ValueError was added to that part of the test.
* News item for the change to turn _codecs into a builtin module.Marc-André Lemburg2002-12-121-0/+4
|
* Patch to make _codecs a builtin module. This is necessary sinceMarc-André Lemburg2002-12-124-9/+17
| | | | | | | Python 2.3 will support source code encodings which rely on the builtin codecs being available to the parser. Remove struct dependency from codecs.py
* Typo fix.Greg Ward2002-12-121-1/+1
|
* Hardcode the recognized whitespace characters to the US-ASCII whitespaceGreg Ward2002-12-121-3/+12
| | | | chars. See the comment for rationale.
* Support threads-enabled Tcl installations.Martin v. Löwis2002-12-121-118/+525
|
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-127-37/+80
| | | | | | | | | | | supported as the second argument. This has the same meaning as for isinstance(), i.e. issubclass(X, (A, B)) is equivalent to issubclass(X, A) or issubclass(X, B). Compared to isinstance(), this patch does not search the tuple recursively for classes, i.e. any entry in the tuple that is not a class, will result in a TypeError. This closes SF patch #649608.