summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added parsing of ISO 3166 filesBarry Warsaw1997-12-041-7/+104
* Make examples consistently use 4-space indentation.Fred Drake1997-12-042-902/+902
* Fixed unresolved reference problem; this module wasn't \label{}ed.Fred Drake1997-12-042-8/+10
* 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
* Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a leftFred Drake1997-12-042-12/+12
* Changed {\sc gdbm} to \code{gdbm} everywhere.Fred Drake1997-12-042-26/+24
* Merge between my version and Jim Fulton's version; removed RCS keywordsGuido van Rossum1997-12-041-8/+2
* New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1Guido van Rossum1997-12-042-345/+648
* When --with-thread(s) is specified, the thread module is now automaticallyGuido van Rossum1997-12-042-115/+127
* Moved the thread module to its own Setup.thread(.in) file,Guido van Rossum1997-12-043-7/+16
* 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
* make_str_index_entry(): New function. Similar to make_index_entry(), butFred Drake1997-12-031-0/+101
* 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
* Removed redundant eval-when-compile.Barry Warsaw1997-12-031-19/+13
* The biggie: changed the funcdesc environments used for opcode descriptionsFred Drake1997-12-032-350/+352
* Added environment for defining PyVM instructions. This is only used inFred Drake1997-12-031-0/+6
* Change the default repr() and str() of class instance objects to lookGuido van Rossum1997-12-031-1/+9
* (python-mode): Patch to make font-lock work automatically for Emacs.Barry Warsaw1997-12-021-0/+1
* Test for an up-to-date Custom library when byte-compiling, and issueBarry Warsaw1997-12-021-1/+20
* Add the flag RTLD_GLOBAL to the dlopen() options.Guido van Rossum1997-12-021-3/+7
* 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
* Small bugfixes for broken old style use of the syntax table. AMK, ofGuido van Rossum1997-12-021-6/+6
* 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
* Patch for QNX, by Chris Herborth. Also left-aligned preprocessorGuido van Rossum1997-12-021-58/+58
* Patch for QNX, by Chris Herborth.Guido van Rossum1997-12-023-7/+10
* Support for netbsd1 and freebsd3, after suggestions by Anders AndersenGuido van Rossum1997-12-022-4/+9
* When a port is specified in an ftp:// URL, must convert it to a number!Guido van Rossum1997-12-021-0/+2
* Typo in example (missing '=') discovered by Sandy Langbart.Guido van Rossum1997-12-022-2/+2
* Support for the "event" command, new in Tk 4.2.Guido van Rossum1997-12-021-0/+24
* Add attributions to Jeffrey Ollie and Tim Peters for re.py.Guido van Rossum1997-12-021-6/+6
* Add attributions to Jeffrey Ollie and Tim Peters for re.py; new QNXGuido van Rossum1997-12-021-4/+33
* Changes for FreeBSD and NetBSD: NetBSD does shared libs just like FreeBSDGuido van Rossum1997-12-022-102/+156
* Skip directories when installing library files; this avoids problemsGuido van Rossum1997-12-021-0/+1
* Document new behavior of isinstance() when using a type object.Guido van Rossum1997-12-022-6/+10
* Support type objects in isinstance().Guido van Rossum1997-12-021-10/+15
* Make modes for installed files and directories variables; change theGuido van Rossum1997-12-021-8/+15
* Sjoerd sez: global substitute \240 with \177.Guido van Rossum1997-12-021-4/+4
* Changed the occurrence of *shared* in the example so people won'tGuido van Rossum1997-12-021-13/+10
* Added stropts.h to the list of files automatically regenerated.Guido van Rossum1997-12-021-0/+1
* Generated from Solaris 2.6's /usr/include/sys/stropts.h viaBarry Warsaw1997-12-021-0/+1450
* *** empty log message ***Guido van Rossum1997-12-021-0/+121
* Comment out crypt by default; it's not used very much and messes upGuido van Rossum1997-12-021-6/+8