summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add \modulesynopsis for inclusion in the list of modules at the beginningFred Drake2000-09-091-0/+6
* Move the "See also" section to a location more consistent with otherFred Drake2000-09-091-6/+6
* Move description of UserString.MutableString to a location more typicalFred Drake2000-09-091-9/+9
* Add a brief section on linking Python as an embedded scripting language.Fred Drake2000-09-081-0/+37
* First attempt at a 2.0b1 installerJack Jansen2000-09-081-0/+0
* Updated for .0b1 distributionJack Jansen2000-09-083-86/+113
* Some of the types are signed 8 bit ints. Fixed.Jack Jansen2000-09-082-10/+10
* PyOS_CheckStack now understands multiple threads. Other threads are not stack...Jack Jansen2000-09-081-2/+14
* When building the HTML packages, make sure we pick up all the HTML filesFred Drake2000-09-081-3/+3
* Add a general "About" page and link to it from the index page.Fred Drake2000-09-082-0/+79
* Match Sam Rushing's current version of asyncore.py and asynchat.pyAndrew M. Kuchling2000-09-082-81/+126
* Add test cases to make sure we get the right SyntaxError message forFred Drake2000-09-082-0/+59
* com_continue_stmt(): Improve error message when continue is foundFred Drake2000-09-081-1/+22
* Fix for bug 110629: Generate unique image names by introducing a counterMartin v. Löwis2000-09-081-1/+3
* A #define didn't start in column 1. Closes SF bug 113888.Tim Peters2000-09-081-1/+1
* Add missing Py_PROTO macro for backward compatibility with old extensionsVladimir Marangozov2000-09-081-1/+7
* This patch hopefully fixes the problem with "es#" and "es" inMarc-André Lemburg2000-09-081-0/+2
* Removed 68K support.Jack Jansen2000-09-0835-0/+8
* Got rid of Py_FatalError calls.Jack Jansen2000-09-085-12/+6
* Use same short banner message as unix/win Python.Jack Jansen2000-09-081-3/+7
* Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined.Jack Jansen2000-09-081-1/+4
* Removed 68k support, added pyexpat, adapted for new NumPy.Jack Jansen2000-09-082-2/+2
* autodetect presence of libdb - this allows bsddbmodule to be builtSkip Montanaro2000-09-083-145/+248
* Remove an item that no longer needs to be done for 2.0.Fred Drake2000-09-071-2/+0
* Make the HTML more XHTML-friendly.Fred Drake2000-09-071-22/+22
* Wrap some long lines.Fred Drake2000-09-071-10/+23
* Remove the specific date -- back in development mode.Fred Drake2000-09-071-1/+1
* \file is not allowed in section titles -- converting to PDF fails due toFred Drake2000-09-071-3/+3
* Remove comment about -X and string exceptions. Error noted byFred Drake2000-09-071-2/+1
* Changes:Thomas Heller2000-09-071-273/+298
* Older Tk versions don't support mousewheel support. Set event.deltaFredrik Lundh2000-09-071-1/+4
* Oops. Jim's fix didn't. This one does -- I tested it a bit betterGuido van Rossum2000-09-071-4/+19
* Added note about Python version this was added for.Fred Drake2000-09-071-0/+2
* Minor markup nits around use of \optional.Fred Drake2000-09-071-10/+10
* Added Unicode objects to the copy mechanism. Since these are immutable,Marc-André Lemburg2000-09-071-0/+2
* Boost Windows build # to 5 (see new BUILDno.txt).Tim Peters2000-09-071-2/+2
* Windows installer, reflecting changes that went into a replacement 2.0b1Tim Peters2000-09-071-5/+17
* Document new Windows build # scheme.Tim Peters2000-09-071-0/+45
* Greatly enhanced the section on creating built distributions; inGreg Ward2000-09-071-26/+169
* Typo fix.Greg Ward2000-09-071-1/+1
* Removing this file again to set its status to 'dead'.Guido van Rossum2000-09-071-1570/+0
* Simple fix from Jin Fulton to avoid returning a half-initializedGuido van Rossum2000-09-071-2/+2
* Another typo (in the list comprehension example).Guido van Rossum2000-09-061-1/+1
* Add new section "What About Python 1.6?"Andrew M. Kuchling2000-09-061-2/+55
* Fix three typos.Guido van Rossum2000-09-061-3/+3
* Removed mention of the winreg module, since it was deleted from 2.0b1Andrew M. Kuchling2000-09-061-5/+3
* Added a \versionadded statement to the getfqdn() description.Fred Drake2000-09-061-0/+1
* Bullet-proofing of 'make_release_tree()':Greg Ward2000-09-061-6/+14
* Reorganized logic in 'get_file_list()' so it's easier to read, and fixed aGreg Ward2000-09-061-7/+8
* Typo fix.Greg Ward2000-09-062-2/+2