Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 2 | -145/+273 |
| | |||||
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -0/+31 |
| | | | | (Slightly modified to isolate the test for various funcs more.) | ||||
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -11/+53 |
| | | | | (This also redoes my previous patch, but better.) | ||||
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -18/+0 |
| | | | | (Really: moved a bunch of defs to longobject.h.) | ||||
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -3/+22 |
| | |||||
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -9/+33 |
| | | | | He also fixes thread-related evil that caused core dumps. | ||||
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -14/+231 |
| | | | | Also added access() and ttyname() by Sean Reifschneider. | ||||
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -0/+19 |
| | |||||
* | Update and add docstrings. | Fred Drake | 1999-01-06 | 1 | -5/+13 |
| | |||||
* | Remove documentation for whatraw() since it's gone now. | Fred Drake | 1999-01-06 | 1 | -13/+2 |
| | |||||
* | Move brief descriptions of what() and whathdr() to docstrings in the | Fred Drake | 1999-01-06 | 1 | -8/+2 |
| | | | | functions (from comments). | ||||
* | Another patch from Fred: factored _init_posix into | Greg Ward | 1999-01-06 | 1 | -18/+37 |
| | | | | | get_config_h_filename, get_makefile_filename, parse_config_h, and parse_makefile. | ||||
* | Got rid of whatraw(). | Guido van Rossum | 1999-01-06 | 1 | -72/+35 |
| | | | | | Doc-string-ified the lead comments. Added auto call of test() when run as script. | ||||
* | Add extend() method. A small New Year's present from Jean-Claude Wippler. | Guido van Rossum | 1999-01-06 | 1 | -0/+1 |
| | |||||
* | Document the sndhdr module. | Fred Drake | 1999-01-05 | 3 | -6/+56 |
| | | | | Document that the whatsound module is obsolete. | ||||
* | Shorten the synopsis that gets into the table of contents. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
| | |||||
* | write_idxfile(): New function. Isolate format of the external index | Fred Drake | 1999-01-05 | 1 | -95/+82 |
| | | | | | | | | | | | | | | | | data file used by buildindex.py. next_argument_id(): Removed; no longer used. next_argument(): Doesn't use next_argument_id(), just does the work. gen_target(), gen_target_name(): Removed, no longer used. The only place that used them now does the (trivial) work directly. Lots of little changes so we never have to pass around $br_id values all over the place. The only places they're used now new IDs are generated as needed. | ||||
* | Added missing "from" in IOError description. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
| | |||||
* | Remove obsolete comment. | Fred Drake | 1999-01-05 | 1 | -1/+0 |
| | |||||
* | Incorporate fix suggested by /Fredrik Lundh in the newsgroup to cope | Guido van Rossum | 1999-01-05 | 1 | -4/+11 |
| | | | | with trailing garbage generated by some broke uuencoders. | ||||
* | Patch by Charles Waldman to implement an optional nlines argument to | Guido van Rossum | 1999-01-05 | 1 | -2/+18 |
| | | | | w.scroll(). (It then calls wscrl(win, nlines) instead of scoll(win).) | ||||
* | Make the documents that have indexes dependent on the buildindex.py | Fred Drake | 1999-01-05 | 1 | -4/+6 |
| | | | | script. | ||||
* | do_cmd_methodline(): New function, implements indexing version of | Fred Drake | 1999-01-05 | 1 | -6/+30 |
| | | | | | | | \methodline. Fixed up support for \withsubitem, hopefully improving the fidelity of the index a bit. | ||||
* | Upgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog for Tcl. | Guido van Rossum | 1999-01-05 | 1 | -20/+50 |
| | |||||
* | trim_ignored_letters(): Simplify a little. | Fred Drake | 1999-01-04 | 1 | -6/+6 |
| | |||||
* | Hm. There was a boundary condition error at the end of the file too. | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
| | |||||
* | Hm. Add Unix binding for replace, too. | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
| | |||||
* | Update information on the version of latex2html to use, including | Fred Drake | 1999-01-04 | 1 | -2/+5 |
| | | | | complaint about 98.2b8 problems. | ||||
* | This hopefully fixes the problem of having to set PATH | Guido van Rossum | 1999-01-04 | 2 | -1/+68 |
| | | | | | | in autoexec.bat in order to find the Tcl DLLs -- Tkinter calls FixTk which will hunt around in a few common places and then set PATH and try again, or else issue a big clarifying error message. | ||||
* | Fix two places (seek and truncate) where a cascade of PyArg_Parse | Guido van Rossum | 1999-01-04 | 1 | -11/+9 |
| | | | | | calls was used instead of a single PyArg_ParseTuple call with an optional argument. | ||||
* | Chris Herborth writes: | Guido van Rossum | 1999-01-04 | 2 | -5/+12 |
| | | | | | | Here's a little cleanup of the BeOS/ directory for 1.5.2b2; it makes the ar-fake, linkcc and linkmodule shell scripts a little smarter (and, in the case of PowerPC systems, quieter :-). | ||||
* | Chris Herborth writes: | Guido van Rossum | 1999-01-04 | 1 | -38/+4 |
| | | | | Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore. | ||||
* | Chris Herborth writes: | Guido van Rossum | 1999-01-04 | 3 | -58/+0 |
| | | | | Donn Cave tells me the PyImport_BeImageID() function isn't needed anymore. | ||||
* | Ran eventparse.py again. | Guido van Rossum | 1999-01-04 | 1 | -6/+2 |
| | |||||
* | Added Unix Meta-q key binding; | Guido van Rossum | 1999-01-04 | 1 | -1/+5 |
| | | | | fix find_paragraph when at start of file. | ||||
* | Added Meta-/ binding for Unix as alt for Alt-/. | Guido van Rossum | 1999-01-04 | 1 | -0/+4 |
| | |||||
* | Add unix binding for grep (otherwise the menu entry doesn't work!) | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
| | |||||
* | Adjusted Unix height to work with fvwm96. :=( | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
| | |||||
* | Typo: "TWELV" --> "TWELVE" | Fred Drake | 1999-01-04 | 1 | -1/+4 |
| | | | | | | | | | | | | Added note at top, since LaTeX style writers like to force name changes when someone else makes a change to the style. I'm sending a note to the author reporting the error and asking for an updated version. This cannot be distributed in this form. This will be resolved when I get a response from Ulf Lindgren. Typo reported by rwolff@noao.edu (Richard Wolff). | ||||
* | Need to import sys! | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
| | |||||
* | Formatted some paragraphs | Guido van Rossum | 1999-01-04 | 3 | -57/+46 |
| | |||||
* | Add new extension to reformat a (text) paragraph. | Guido van Rossum | 1999-01-04 | 2 | -0/+102 |
| | |||||
* | Typo in Win specific height setting. | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
| | |||||
* | Recover from failed saves; when a file turns out to be a directory, | Guido van Rossum | 1999-01-03 | 1 | -5/+17 |
| | | | | create a directory and moer the original file to the index.html. | ||||
* | Get rid of the strptype() declaration -- on some BSD systems, it's a | Guido van Rossum | 1999-01-03 | 1 | -1/+1 |
| | | | | | conflict, and it should be declared in time.h anyway. (Too bad if gcc -Wall won't be happy if it isn't declared...) | ||||
* | Add sys.hexversion, which is an integer encoding the version in hexadecimal. | Guido van Rossum | 1999-01-03 | 1 | -0/+2 |
| | | | | | | In other words, hex(sys.hexversion) == 0x010502b2 for Python 1.5.2b2. This is derived from the new variable PY_VERSION_HEX defined in patchlevel.h. (Cute, eh?) | ||||
* | Use PY_VERSION instead of PATCHLEVEL. | Guido van Rossum | 1999-01-03 | 1 | -1/+2 |
| | |||||
* | New version identification scheme. | Guido van Rossum | 1999-01-03 | 3 | -4/+74 |
| | | | | | The version numbers are now exported by Python.h. Also rolled back the API version change -- it's back to 1007! | ||||
* | Added something like Tim Peters' backspace patch. | Guido van Rossum | 1999-01-03 | 1 | -2/+28 |
| | |||||
* | Adapted to Unix (i.e., more hardcoded constants). | Guido van Rossum | 1999-01-03 | 1 | -3/+10 |
| |