| Commit message (Expand) | Author | Age | Files | Lines |
* | Try a new commit, hoping it'll fix the problems with this project on flap. | Jack Jansen | 1999-02-10 | 1 | -0/+0 |
|
|
* | Fix up some routines to coordinate the "indexsubitem" stuff so that | Fred Drake | 1999-02-10 | 1 | -4/+11 |
|
|
* | Remove unnecessary <p> from top navigation bar. | Fred Drake | 1999-02-10 | 1 | -1/+1 |
|
|
* | Revert previous change; there's a better way to do it. | Fred Drake | 1999-02-10 | 1 | -1/+1 |
|
|
* | Patch by Steve Clift -- fix the indices now that f_fsid is no longer returned! | Guido van Rossum | 1999-02-10 | 1 | -5/+2 |
|
|
* | Use typeFloat for all floating point values. The previously used | Jack Jansen | 1999-02-10 | 1 | -18/+7 |
|
|
* | Got rid of the file-global PosixError. This was redundant since it | Barry Warsaw | 1999-02-09 | 1 | -8/+4 |
|
|
* | Change the navigation bar to be a little prettier and more consistent | Fred Drake | 1999-02-09 | 1 | -13/+19 |
|
|
* | The usual. | Guido van Rossum | 1999-02-09 | 4 | -71/+131 |
|
|
* | On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws | Guido van Rossum | 1999-02-09 | 1 | -1/+1 |
|
|
* | New blank icon to match the others in size & color, with without any | Fred Drake | 1999-02-09 | 2 | -0/+0 |
|
|
* | do_cmd_maketitle(): Small nit in creating the "title page". | Fred Drake | 1999-02-09 | 1 | -2/+3 |
|
|
* | Back out some of the fine tuning; something in all that interacted | Fred Drake | 1999-02-09 | 1 | -19/+3 |
|
|
* | Fix buglet in load_put -- the test for bad readline result tested the | Guido van Rossum | 1999-02-08 | 1 | -1/+1 |
|
|
* | Uwe Zessin. | Guido van Rossum | 1999-02-08 | 1 | -0/+1 |
|
|
* | Don't crash if a window no longer exists. | Guido van Rossum | 1999-02-08 | 1 | -1/+4 |
|
|
* | Restructured a bit. | Guido van Rossum | 1999-02-08 | 1 | -12/+16 |
|
|
* | The variable TESTPATH should be initialized to empty. | Guido van Rossum | 1999-02-08 | 1 | -1/+1 |
|
|
* | Update documentation to reflect changes to Queue.py by Tim Peters. | Guido van Rossum | 1999-02-08 | 1 | -15/+29 |
|
|
* | Tim Peters: | Guido van Rossum | 1999-02-08 | 1 | -42/+40 |
|
|
* | The writelines() function was never tested and contained numerous bugs | Guido van Rossum | 1999-02-08 | 1 | -4/+16 |
|
|
* | Put a try-except around the "image delete" call in Image.__del__ to | Guido van Rossum | 1999-02-08 | 1 | -2/+6 |
|
|
* | new dangerous script: it removes all apps (except sys.executable), shared lib... | Just van Rossum | 1999-02-07 | 1 | -0/+59 |
|
|
* | Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as | Jack Jansen | 1999-02-07 | 6 | -0/+52 |
|
|
* | Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules | Jack Jansen | 1999-02-07 | 1 | -12/+21 |
|
|
* | Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules | Jack Jansen | 1999-02-07 | 1 | -1/+2 |
|
|
* | Don't create symlinks to toolbox modules any more. | Jack Jansen | 1999-02-07 | 1 | -38/+38 |
|
|
* | Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore. | Jack Jansen | 1999-02-07 | 46 | -96/+362 |
|
|
* | Added Extensions:img:Mac to default sys.path | Jack Jansen | 1999-02-06 | 1 | -0/+1 |
|
|
* | - img modules are no longer in PlugIns folder | Jack Jansen | 1999-02-06 | 13 | -11/+0 |
|
|
* | img modules are no longer in PlugIns folder. | Jack Jansen | 1999-02-06 | 2 | -21/+2 |
|
|
* | Some weird symbol (M_I386) was used to decide whether to include the | Guido van Rossum | 1999-02-05 | 1 | -1/+1 |
|
|
* | Ehm, when we don't need to byteswap the data, don't go through an | Guido van Rossum | 1999-02-05 | 1 | -6/+4 |
|
|
* | Two important fixes: | Guido van Rossum | 1999-02-05 | 1 | -3/+12 |
|
|
* | fixed problem with "reloading" sub-sub-modules -- jvr | Just van Rossum | 1999-02-05 | 1 | -3/+4 |
|
|
* | The encoding type was wrong, I think. | Guido van Rossum | 1999-02-05 | 1 | -0/+0 |
|
|
* | Should open files in binary mode! | Guido van Rossum | 1999-02-05 | 1 | -9/+2 |
|
|
* | Respond to suggestion from "Albert" <hat@se-46.wpa.wtb.tue.nl> to add | Fred Drake | 1999-02-05 | 1 | -6/+23 |
|
|
* | Shouldn't be treating linear-8 as u-law! | Guido van Rossum | 1999-02-05 | 1 | -1/+2 |
|
|
* | More magic to tighten up a little of the formatting. | Fred Drake | 1999-02-05 | 1 | -7/+26 |
|
|
* | Minor nit to prevent dropping a space in the HTML generation. | Fred Drake | 1999-02-05 | 1 | -2/+2 |
|
|
* | Add winsound -- by Toby Dickenson with permission. | Guido van Rossum | 1999-02-04 | 2 | -0/+130 |
|
|
* | Jim Fulton: this fixes seg faults with bad pickles like "c". | Guido van Rossum | 1999-02-04 | 1 | -3/+22 |
|
|
* | Document sameopenfile(), samestat(). | Fred Drake | 1999-02-03 | 1 | -3/+17 |
|
|
* | Document splitdrive(). | Fred Drake | 1999-02-03 | 1 | -2/+10 |
|
|
* | New test for ntpath module | Guido van Rossum | 1999-02-03 | 2 | -0/+43 |
|
|
* | New splitdrive() that knows about UNC paths (e.g., network paths like | Guido van Rossum | 1999-02-03 | 1 | -26/+50 |
|
|
* | Portability fix for [f]statvfs() return tuple: no longer return the | Guido van Rossum | 1999-02-03 | 2 | -14/+9 |
|
|
* | Partly updated to reflect the new organization and the availability of CVS | Jack Jansen | 1999-02-03 | 1 | -44/+81 |
|
|
* | Just's script to find non-7-bit-clean charactres in a source tree (slightly | Jack Jansen | 1999-02-03 | 1 | -0/+53 |
|
|