summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if itGuido van Rossum1999-02-111-1/+8
| | | | exists.
* Updated for the new one-slb-per-extension scheme.Jack Jansen1999-02-101-14/+24
| | | | | Added a few references to cvs locations for external libraries. img now builds in its own Extensions folder.
* Added AskPassword() with same interface as AskString. By Steve Majewski with ↵Jack Jansen1999-02-101-0/+71
| | | | some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink.
* Try a new commit, hoping it'll fix the problems with this project on flap.Jack Jansen1999-02-101-0/+0
|
* Fix up some routines to coordinate the "indexsubitem" stuff so thatFred Drake1999-02-101-4/+11
| | | | | | | | the subitem text is updated correctly when each module section is processed. Print [<modulename>] when we start on \declaremodule so we can more easily track progress during the library reference.
* Remove unnecessary <p> from top navigation bar.Fred Drake1999-02-101-1/+1
|
* Revert previous change; there's a better way to do it.Fred Drake1999-02-101-1/+1
|
* Patch by Steve Clift -- fix the indices now that f_fsid is no longer returned!Guido van Rossum1999-02-101-5/+2
|
* Use typeFloat for all floating point values. The previously usedJack Jansen1999-02-101-18/+7
| | | | | typeExtended was a Think-ism that must have stopped working years and years ago without anyone noticing.
* Got rid of the file-global PosixError. This was redundant since itBarry Warsaw1999-02-091-8/+4
| | | | | | was just an alias for PyExc_OSError and the way we were doing it was causing a (small) memory leak anyway. Just use PyExc_OSError everywhere.
* Change the navigation bar to be a little prettier and more consistentFred Drake1999-02-091-13/+19
| | | | with the python.org style.
* The usual.Guido van Rossum1999-02-094-71/+131
|
* On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screwsGuido van Rossum1999-02-091-1/+1
| | | | | | up the _tkinter main loop. Not clear why; the _kbhit() call _tkinter makes probably confuses the stdio library when buffering isn't set to whatever it is by default.
* New blank icon to match the others in size & color, with without anyFred Drake1999-02-092-0/+0
| | | | symbol on it.
* do_cmd_maketitle(): Small nit in creating the "title page".Fred Drake1999-02-091-2/+3
|
* Back out some of the fine tuning; something in all that interactedFred Drake1999-02-091-19/+3
| | | | | | badly in practice and botched the whole thing. Wasn't obvious when looking at the local effects (which worked), but completely broke entire pages. ;-(
* Fix buglet in load_put -- the test for bad readline result tested theGuido van Rossum1999-02-081-1/+1
| | | | wrong variable.
* Uwe Zessin.Guido van Rossum1999-02-081-0/+1
|
* Don't crash if a window no longer exists.Guido van Rossum1999-02-081-1/+4
|
* Restructured a bit.Guido van Rossum1999-02-081-12/+16
|
* The variable TESTPATH should be initialized to empty.Guido van Rossum1999-02-081-1/+1
| | | | The test code is now accessed as a package.
* Update documentation to reflect changes to Queue.py by Tim Peters.Guido van Rossum1999-02-081-15/+29
|
* Tim Peters:Guido van Rossum1999-02-081-42/+40
| | | | | | | | | | | | | | + Implements a put_nowait method. + Adds a corresponding Queue.Full exception. + Simplifies the implementation by adding optional "block" args to get() and put(), and makes the old get_nowait() and new put_nowait() one-line redirections to get() and put(). + Uses (much) simpler logic for the nowait cases. + Regularizes the doc strings to something closer to "Guido style" <wink>. + Converts two stray tabs into spaces. + Removes confusing verbiage about the queue "not being available" from the docstrings -- never knew what that meant as a user, and after digging into the implementation still didn't know what it was trying to say.
* The writelines() function was never tested and contained numerous bugsGuido van Rossum1999-02-081-4/+16
| | | | | | (including a docstring saying "blah"). Fixed all this. (Please review for potential memory leaks!)
* Put a try-except around the "image delete" call in Image.__del__ toGuido van Rossum1999-02-081-2/+6
| | | | avoid tracebacks when the root is destroyed before the image object.
* new dangerous script: it removes all apps (except sys.executable), shared ↵Just van Rossum1999-02-071-0/+59
| | | | libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr
* Added Ctl.as_Control and Menu.as_Menu methods, which take a resource asJack Jansen1999-02-076-0/+52
| | | | argument and return a Control or Menu object.
* Added a define USE_CORE_TOOLBOX, which includes six core toolbox modulesJack Jansen1999-02-071-12/+21
| | | | | into the config file. This define is also automatically set if USE_TOOLBOX is defined.
* Added a define USE_CORE_TOOLBOX, which includes six core toolbox modulesJack Jansen1999-02-071-1/+2
| | | | into the config file.
* Don't create symlinks to toolbox modules any more.Jack Jansen1999-02-071-38/+38
|
* Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore.Jack Jansen1999-02-0746-96/+362
| | | | Moved other toolbox modules to their own .slb file.
* Added Extensions:img:Mac to default sys.pathJack Jansen1999-02-061-0/+1
|
* - img modules are no longer in PlugIns folderJack Jansen1999-02-0613-11/+0
| | | | - Added a dependency on toolboxmodules to icglue.cfm68k
* img modules are no longer in PlugIns folder.Jack Jansen1999-02-062-21/+2
|
* Some weird symbol (M_I386) was used to decide whether to include theGuido van Rossum1999-02-051-1/+1
| | | | | audioop module; this was no longer defined. Use MS_WINDOWS instead. (I have a feeling that this was for the WATCOM port; too bad.)
* Ehm, when we don't need to byteswap the data, don't go through anGuido van Rossum1999-02-051-6/+4
| | | | array object at all.
* Two important fixes:Guido van Rossum1999-02-051-3/+12
| | | | | | | (1) on a little-endian platform, don't byteswap; (2) in _patchheader(), there was a missing self._file argument to a _write_long() call.
* fixed problem with "reloading" sub-sub-modules -- jvrJust van Rossum1999-02-051-3/+4
|
* The encoding type was wrong, I think.Guido van Rossum1999-02-051-0/+0
|
* Should open files in binary mode!Guido van Rossum1999-02-051-9/+2
| | | | | | | | | | | Also finally get rid of some obsolete commented-out access statements. A note about the previous checkin: I believe it's correct, but I found something strange: the file Lib/test/audiotest.au in the Python distribution was evidently encoded in u-LAW format but had its encoding set to 2, i.e. linear-8. I hope that this is a mistake caused by some conversion program that produced this .au file; I just found it on a website.
* Respond to suggestion from "Albert" <hat@se-46.wpa.wtb.tue.nl> to addFred Drake1999-02-051-6/+23
| | | | | | | document titles to the list of files. Also added total page count and a note that comments should be directed to python-docs@python.org.
* Shouldn't be treating linear-8 as u-law!Guido van Rossum1999-02-051-1/+2
|
* More magic to tighten up a little of the formatting.Fred Drake1999-02-051-7/+26
|
* Minor nit to prevent dropping a space in the HTML generation.Fred Drake1999-02-051-2/+2
|
* Add winsound -- by Toby Dickenson with permission.Guido van Rossum1999-02-042-0/+130
|
* Jim Fulton: this fixes seg faults with bad pickles like "c".Guido van Rossum1999-02-041-3/+22
|
* Document sameopenfile(), samestat().Fred Drake1999-02-031-3/+17
|
* Document splitdrive().Fred Drake1999-02-031-2/+10
| | | | | | For all split*(), these split path *into* pairs, not split path *in* pairs. "Into" can be used for transformations, "in" is for containment.
* New test for ntpath moduleGuido van Rossum1999-02-032-0/+43
|
* New splitdrive() that knows about UNC paths (e.g., network paths likeGuido van Rossum1999-02-031-26/+50
| | | | | | \\host\mountpoint\dir\file). By Larry Hastings. Also cleaned up some docstrings.