summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use long() instead of int() to compare mktime(localtime(t) with t...Guido van Rossum1997-12-081-1/+1
* Separated the definitions of ntohs(), ntohl(), htons(), htonl(). SeparateFred Drake1997-12-082-16/+42
* Added Emacs turd so this file has the correct mode in Emacs / X/Emacs, evenFred Drake1997-12-081-1/+1
* Added Emacs turd so this file has the correct mode in Emacs / X/Emacs.Fred Drake1997-12-081-1/+12
* Updated the README to the current status. Added a note about theGuido van Rossum1997-12-081-72/+32
* New version from AMK -- with minor corrections to make it legal latex.Guido van Rossum1997-12-082-106/+240
* New pcre version from AMKGuido van Rossum1997-12-084-1209/+1797
* New re version from AMKGuido van Rossum1997-12-083-58/+201
* Fixed SFT #23842: leave in non-standard style options when checking in anFred Drake1997-12-082-2/+2
* Remove the last bits of log from the leading comments.Guido van Rossum1997-12-081-13/+1
* Jim Fulton:Guido van Rossum1997-12-081-24/+50
* For RedHat Linux 5.0, added notes about needing to remove the LinuxThreadsFred Drake1997-12-081-0/+22
* Add special handling for Python modules that are imported implicitlyGuido van Rossum1997-12-081-0/+6
* Apply the same change to classes without an __getinitargs__() methodGuido van Rossum1997-12-071-5/+11
* Some reorganization (all limit operations & constants together, and all usageFred Drake1997-12-062-108/+248
* Some manipulations with tags to get the TOC and Index to look betterGuido van Rossum1997-12-064-0/+0
* New WML file, this time with working Title and Author tags, andGuido van Rossum1997-12-061-23/+33
* Added some links to OO-Browser, given by Harri Pasanen.Barry Warsaw1997-12-061-2/+8
* Another large batch of patches from Jeff Rush for OS/2.Guido van Rossum1997-12-051-15/+243
* 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
* 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
* 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
* Added doc strings and reindented according to new standard, without tabs.Guido van Rossum1997-12-051-162/+194
* 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
* Forgot to use </> 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
* 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