summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r15b2'.v1.5b2cvs2svn1997-12-120-0/+0
* Change _nametowidget to nametowidget -- it is a public interface.Guido van Rossum1997-12-121-1/+2
* add_idx(): Don't add unnecessary markup around the little markers stuck in theFred Drake1997-12-111-27/+27
* Remove unneeded "import re".Guido van Rossum1997-12-111-1/+0
* Typed in the relevant changes since 1.5b1.Guido van Rossum1997-12-111-2/+172
* Doug Marien.Guido van Rossum1997-12-111-0/+1
* AMK's latest version.Guido van Rossum1997-12-112-162/+186
* Prepared the README for 1.5b2.Guido van Rossum1997-12-111-17/+50
* Update to the Big Comment at the top of the file. It should betterBarry Warsaw1997-12-111-24/+43
* Last minute fix to Text.window_cget(), which should properly Tcl-ifyGuido van Rossum1997-12-111-0/+4
* Move the dbm module around and add an introductory paragraph for dbm,Guido van Rossum1997-12-111-3/+12
* Copy the change from ../getpathp.c here.Guido van Rossum1997-12-111-1/+1
* Installer for beta-2.Guido van Rossum1997-12-111-20/+38
* update the example without the example.def fileGuido van Rossum1997-12-111-6/+4
* New instructions, take VC++ 5.x into account.Guido van Rossum1997-12-111-21/+51
* Adding VC 5.x workspace and project filesGuido van Rossum1997-12-112-0/+144
* Added tkappinit.c source, and define WITH_APPINIT.Guido van Rossum1997-12-111-2/+6
* yeah, yeah.Guido van Rossum1997-12-111-2/+6
* Allocate one byte extra in some cases.Guido van Rossum1997-12-111-1/+1
* Fix problem detected by Greg McFarlane -- callbacks passed toGuido van Rossum1997-12-111-10/+16
* Jim Fulton writes:Guido van Rossum1997-12-101-5/+12
* Remove "Lib/test" from the default path; this is now a package!Guido van Rossum1997-12-101-1/+0
* The 'l' flag (locale specific matching) has been renamed to 'L'.Guido van Rossum1997-12-103-6/+8
* At Barry's suggestion, plug the security leak by using an emptyGuido van Rossum1997-12-102-6/+12
* Since this module is used as a fallback in case no built-in modulesGuido van Rossum1997-12-102-6/+14
* Don't specify base 0 to string.atoi when unpickling integers in textGuido van Rossum1997-12-101-1/+1
* New names.Guido van Rossum1997-12-101-0/+3
* Planned release date for 1.5b2.Guido van Rossum1997-12-102-2/+2
* Support uue and x-uue as short names for uuencode.Guido van Rossum1997-12-101-2/+6
* Doc strings and reformatting with 4 spaces bty Mitch Chapman.Guido van Rossum1997-12-101-609/+661
* 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