summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modified quicksort by Raymund Galvin, after studying the GNU libg++Guido van Rossum1997-12-101-23/+48
* # Use proper temp subdir for intermediates.Guido van Rossum1997-12-101-2/+2
* Need a cast when comparing type object in isinstance()Guido van Rossum1997-12-101-1/+1
* Start calling it 1.5b2Guido van Rossum1997-12-101-1/+1
* Comment out CODE and DATA statements that are apparently obsolete.Guido van Rossum1997-12-101-2/+2
* Adding a new project: pythonw, or WinMain.c, containing a main programGuido van Rossum1997-12-103-4/+131
* Document binary format and __init__-free unpickling. Added a pointerGuido van Rossum1997-12-092-50/+98
* Turn the table for flags into a nested itemized environment.Guido van Rossum1997-12-092-42/+48
* Add a test for a bad format character.Guido van Rossum1997-12-091-0/+16
* Add explicit check for correct next character in format at end ofGuido van Rossum1997-12-091-0/+7
* Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text.Guido van Rossum1997-12-092-2/+2
* Reference to PYTHONPATH should be PYTHONSTARTUP.Guido van Rossum1997-12-092-2/+2
* Added note about the module's obsolescence.Guido van Rossum1997-12-092-2/+22
* # Typos in the comments giving the names of two recently added distributions.Guido van Rossum1997-12-091-2/+2
* Fix the way the version number is gotten out of the RCS revision.Guido van Rossum1997-12-091-1/+2
* Fix the test for pow() -- no more TypeErrors are raised!Guido van Rossum1997-12-091-2/+2
* Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.Guido van Rossum1997-12-091-1/+1
* LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES.Guido van Rossum1997-12-091-0/+2
* Guess... :-)Guido van Rossum1997-12-096-167/+474
* Checking in ConfigParser.py -- I don't see a reason why this can't beGuido van Rossum1997-12-091-0/+255
* v 0.8.3 -- add an option to suppress URL processing inside <PRE>,Guido van Rossum1997-12-093-9/+15
* libainstall: Install Modules/Setup.thread in addition to Modules/Setup andFred Drake1997-12-091-0/+1
* Added more warnings about ni's demise.Guido van Rossum1997-12-092-4/+14
* Deleting ni.py; renamed to ni1.py, really.Guido van Rossum1997-12-091-434/+0
* Make close(), and hence __del__(), robust in the light of the worldGuido van Rossum1997-12-091-3/+6
* Fix subtle bug in cleanup code in PyErr_NormalizeException(), detectedGuido van Rossum1997-12-091-2/+2
* Mark file names with \file{} instead of \code{}.Fred Drake1997-12-092-18/+20
* Doc strings by Mitch Chapman (with a little reformatting).Guido van Rossum1997-12-091-118/+174
* Changed the finalization order again so that the reference countGuido van Rossum1997-12-081-13/+18
* (1) call mktime() just before strftime(); it normalizes the buffer andGuido van Rossum1997-12-081-0/+8
* 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