summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Final tweaks for 2.0b1Jack Jansen2000-09-1134-8/+42
* Deleted ancient file.Guido van Rossum2000-09-111-410/+0
* add index entries for list comprehensionsSkip Montanaro2000-09-111-0/+2
* Windows installer: In the Start menu IDLE shortcut, explictly invoke theTim Peters2000-09-111-1/+2
* Some updates and fix a bunch of really small consistency nits.Fred Drake2000-09-111-45/+38
* Add documentation for the \pep and \seepep macros.Fred Drake2000-09-111-6/+21
* Untabify. When compiling in -tt mode, an inconsistent Tab use errorFred Drake2000-09-111-408/+407
* Delete some debugging prints.Greg Ward2000-09-111-2/+0
* Added --plat-name option to override sysconfig.get_platform() inGreg Ward2000-09-112-4/+18
* Minor tweaks to get rid of some '\XXX' remarks.Greg Ward2000-09-111-11/+12
* This shouldn't have been here in the first place.Jack Jansen2000-09-101-241/+0
* Release notes for 2.0b1. It is not much, but I can't find all the info back:-(Jack Jansen2000-09-101-11/+14
* Don't include various of the Lib:plat-* folders.Jack Jansen2000-09-101-4/+17
* The logic for finding long matches before short ones was wrong (why did I nev...Jack Jansen2000-09-101-7/+7
* Updated for 2.0b1Jack Jansen2000-09-105-148/+126
* Patch for [ Bug #113828 ] getpythonregpath with null data in registry keyMark Hammond2000-09-101-8/+14
* General cleanup in preparation for a bugfix: removed unused code, uselessTim Peters2000-09-101-65/+27
* Added --python and --fix-python options for better control over whatGreg Ward2000-09-101-16/+33
* Close SF bug 110826: a complaint about the way Python #define'd NULL.Tim Peters2000-09-103-11/+4
* The installer now displays info about version of distutilsThomas Heller2000-09-091-263/+278
* The windows installer must also look under the HKEY_CURRENT_USER keyThomas Heller2000-09-091-240/+240
* Do not try to fix bugs while sleeping.Fred Drake2000-09-091-4/+0
* Kevin Jacobs <jacobs@darwin.cwru.edu>:Fred Drake2000-09-091-1/+2
* Fix for bug 113934. string*n and unicode*n did no overflow checking atTim Peters2000-09-092-4/+36
* Add support for new \pep, \seepep, excclassdesc markup.Fred Drake2000-09-091-9/+68
* excclassdesc: New environment. For use in documenting class-basedFred Drake2000-09-091-0/+19
* Add support for a filename to record the name of the node in which theFred Drake2000-09-091-1/+15
* Add a reference to the material on string methods.Fred Drake2000-09-091-1/+4
* Various clarifications and minor nits fixed. Affected descriptions ofFred Drake2000-09-091-7/+21
* Really minor consistency nit.Fred Drake2000-09-091-1/+1
* Improve a couple of references to the language reference, making themFred Drake2000-09-091-7/+9
* Minor clarifications in the introductory paragraph.Fred Drake2000-09-091-6/+7
* 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