summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added some links to OO-Browser, given by Harri Pasanen.Barry Warsaw1997-12-061-2/+8
| | | | Updated the to do list.
* Another large batch of patches from Jeff Rush for OS/2.Guido van Rossum1997-12-051-15/+243
| | | | I hope this time I've taken out all // comments and indended #ifdefs.
* New batch of patches by Jeff Rush; moved his readme.txt portion here.Guido van Rossum1997-12-055-13/+148
|
* Moved Jeff Rush's ever expanding comments to os2vacpp/readme.txt.Guido van Rossum1997-12-051-35/+2
|
* Two changes by Jeff Rush (slightly tweaked):Guido van Rossum1997-12-051-9/+26
| | | | | | | | | | | - New option -x, to skip first line of script - Use the correct platform-specific delimiter and library location in the usage message (Also removed two blank lines and moved one line around so that each part of the usage message is again under 512 bytes and the whole usage message still fits in 23 lines.)
* Jeff Rush: add definition for S_IFMT for VisualAge C/C++ under OS2.Guido van Rossum1997-12-051-0/+5
|
* Use the proper OS2 test symbol: PYOS_OS2.Guido van Rossum1997-12-051-1/+1
|
* Reindented according to new standard, without tabs.Guido van Rossum1997-12-051-117/+131
| | | | Also added one more os2 specific piece of code, by Jeff Rush.
* ospath.py has been obsolete for long enough.Guido van Rossum1997-12-051-3/+0
|
* When instantiating a class with no arguments and where the class doesGuido van Rossum1997-12-051-135/+40
| | | | | | | | | | | not define __getinitargs__, bypass the __init__ constructor completely. This uses the trick of instantiating an empty dummy class and then changing inst.__class__ to the real class. This is done in two places: once for the INST and once for the OBJ format code. Also replaced the much outdated long doc string with a short summary of the module; the information of that doc string is already incorporated in the library reference manual.
* Added doc strings and reindented according to new standard, without tabs.Guido van Rossum1997-12-051-162/+194
| | | | (Like ntpath.py, this was contributed by "Charles G. Waldman" <cgw@pgt.com>)
* Added doc strings and reindented according to new standard, without tabs.Guido van Rossum1997-12-051-189/+223
|
* Fix the exclusion of "config" in the methods copied from Pack to alsoGuido van Rossum1997-12-051-1/+1
| | | | exclude "configure".
* Forgot to use &lt;/&gt; for some example output.Guido van Rossum1997-12-051-2/+2
|
* Use registry key ProgramFilesDir as default MAINDIRGuido van Rossum1997-12-051-3/+16
|
* Add a few more PyErr_ symbolsGuido van Rossum1997-12-051-0/+2
|
* Add pretty icon to python.exeGuido van Rossum1997-12-052-0/+16
|
* Only parsing requires Python 1.5Barry Warsaw1997-12-041-6/+7
|
* Updated world codes with latest iso3166 codesBarry Warsaw1997-12-041-8/+7
|
* Added parsing of ISO 3166 filesBarry Warsaw1997-12-041-7/+104
|
* Make examples consistently use 4-space indentation.Fred Drake1997-12-042-902/+902
| | | | | | | | | | Use \file{} for file names. Prefer \code{blat} and \emph{blat} to {\tt blat} and {\em blat}; this matches current style in the Library Reference a bit better. Made the example startup banner current. The version number should be bumped before the next release.
* Fixed unresolved reference problem; this module wasn't \label{}ed.Fred Drake1997-12-042-8/+10
| | | | | | | | Remove spurious underscore following book title. Added specific reference to a Win32 networking book. Changed \indexsubitem from (in module SocketServer) to (SocketServer protocol), since it's talking about a protocol supported by a collection of classes.
* Removed unnecessary escaping.Fred Drake1997-12-042-78/+78
|
* Arg; more nits, but I may as well finish the job.Fred Drake1997-12-042-40/+12
| | | | | | | Removed the large comment remaining from the template documentation section; the template tells us to remove these once they're not needed. Remove some trailing whitespace from VM instruction pseudo-code.
* Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a leftFred Drake1997-12-042-12/+12
| | | | | | | shift. Adjust whitespace around "=" in VM machine descriptions to be consistent throughout the document.
* Changed {\sc gdbm} to \code{gdbm} everywhere.Fred Drake1997-12-042-26/+24
| | | | | | Fixed \indexsubitem to gdbm instead of dbm. Changed dbm to \code{dbm} everywhere.
* Merge between my version and Jim Fulton's version; removed RCS keywordsGuido van Rossum1997-12-041-8/+2
| | | | but otherwise unchanged.
* New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1Guido van Rossum1997-12-042-345/+648
| | | | distribution.
* When --with-thread(s) is specified, the thread module is now automaticallyGuido van Rossum1997-12-042-115/+127
| | | | | | enabled. This is done through a substitution in Modules/Setup.thread(.in). Bill Janssen will be happy. The original idea was by Lele Gaifax (though I changed the implementation to use a separate file).
* Moved the thread module to its own Setup.thread(.in) file,Guido van Rossum1997-12-043-7/+16
| | | | | which is edited by the config.status script depending on whether --with-thread is specified or not. Also needs changes to configure(.in).
* Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1").Guido van Rossum1997-12-031-1/+3
|
* Refinement of home for NT, courtesy Jeff Bauer.Guido van Rossum1997-12-031-3/+8
|
* Added handler for opcodedesc environment.Fred Drake1997-12-031-41/+67
| | | | Fixed weird index behavior.
* make_str_index_entry(): New function. Similar to make_index_entry(), butFred Drake1997-12-031-0/+101
| | | | | | | | | includes the string in the returned value instead of the dummy filler character. add_idx(): Override the latex2html function of the same name; this gets the anchor properly embedded in the <dt> element, so the index works in Grail too.
* Provide default for blocksize on retrbinary (Skip Montanaro).Guido van Rossum1997-12-033-9/+11
|
* More generated files for netbsd 1.x, by Anders Andersen.Guido van Rossum1997-12-034-0/+376
|
* (py-jump-on-exception): Variable which if t, means that if anBarry Warsaw1997-12-031-7/+19
| | | | | exception occurs in a synchronous Python subprocess, the mode will automatically jump to the innermost exception.
* Removed redundant eval-when-compile.Barry Warsaw1997-12-031-19/+13
| | | | | | | | | | | (python-mode): Conditionalize imenu initializations to when we can safely require imenu. Under Emacs this should prevent python-mode from hosing the global value of imenu-create-index-function and messing things up for all other modes. Problem identified by Christian Egli. (py-describe-mode): py-delete-char => py-electric-backspace. Given by Christian Egli.
* The biggie: changed the funcdesc environments used for opcode descriptionsFred Drake1997-12-032-350/+352
| | | | | | | | | | | | | | to use the opcodedesc environment. Changed a \code{} to a \file{} near the start where a file is referenced. Fixed a typo: "on" --> "one" in ROT_THREE description. Wherever opcodes were referenced by name, use \code{OPCODE_NAME}; usage was inconsistent. Ideally, another macro would be defined since these don't represent code a programmer would type, but that's minor even for me. It'll probably get converted automatically in the SGML conversion project. Whether that matters or not isn't relevant at this point.
* Added environment for defining PyVM instructions. This is only used inFred Drake1997-12-031-0/+6
| | | | | | | | | | | | the libdis.tex file I'm about to check in. I'm not sure this is really an optimal solution yet, but it may be the best alternative. It avoids describing the instructions as either data items or functions. This change was discussed with Guido. (Guido: Take a look at the LaTeX output for this; if this is reasonable I'll go ahead and update the perl code in myformat.perl to match.)
* Change the default repr() and str() of class instance objects to lookGuido van Rossum1997-12-031-1/+9
| | | | | like <modulename.classname instance at ...> (to match the repr() of class objects.
* (python-mode): Patch to make font-lock work automatically for Emacs.Barry Warsaw1997-12-021-0/+1
| | | | Unnecessary for XEmacs, but oh well...
* Test for an up-to-date Custom library when byte-compiling, and issueBarry Warsaw1997-12-021-1/+20
| | | | | an informative message when one cannot be found, as is the case with a vanilla Emacs 19.34 (and NTEmacs 19.34).
* Add the flag RTLD_GLOBAL to the dlopen() options.Guido van Rossum1997-12-021-3/+7
| | | | | | | This exports symbols defined by the loaded extension to other extensions (loaded later). (I'm not quite sure about this but suppose it can't hurt...)
* Make stdin unbuffered too, when PYTHONUNBUFFERED is specified.Guido van Rossum1997-12-021-0/+1
|
* Patches by Fred Lundh to make it compile better with K&R compilers.Guido van Rossum1997-12-021-20/+20
| | | | | (Should really let AMK do this, but don't know when he'll give me a new version.)
* Small bugfixes for broken old style use of the syntax table. AMK, ofGuido van Rossum1997-12-021-6/+6
| | | | course.
* Yes, Virginia, Tix does have a Tix_SafeInit() function.Guido van Rossum1997-12-021-5/+5
|
* Understand -Xlinker option.Guido van Rossum1997-12-021-0/+1
|
* Left-aligned preprocessor directives and changed C++ comments to CGuido van Rossum1997-12-021-9/+9
| | | | comments.