| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the title of the link to the document index to be more specific. | Fred Drake | 2000-09-12 | 1 | -2/+2 |
|
|
* | Add a reference item pointing to the Namespaces in XML recommendation. | Fred Drake | 2000-09-12 | 1 | -14/+24 |
|
|
* | \seetitle: New macro for building reference list content. | Fred Drake | 2000-09-12 | 3 | -4/+43 |
|
|
* | When referring to namespaces, always say "namespaces" instead of | Fred Drake | 2000-09-12 | 4 | -53/+54 |
|
|
* | Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM(). | Fred Drake | 2000-09-12 | 2 | -0/+25 |
|
|
* | When formatting the API manual, use the generated api.tex rather than | Fred Drake | 2000-09-12 | 1 | -2/+2 |
|
|
* | Bastian Kleineidam: fix so it cleans up the temporary script-building | Greg Ward | 2000-09-12 | 1 | -20/+13 |
|
|
* | Upped SIZE to 16MB so IDE can run test.autotest (sigh). | Jack Jansen | 2000-09-11 | 1 | -0/+0 |
|
|
* | Final tweaks for 2.0b1 | Jack Jansen | 2000-09-11 | 34 | -8/+42 |
|
|
* | Deleted ancient file. | Guido van Rossum | 2000-09-11 | 1 | -410/+0 |
|
|
* | add index entries for list comprehensions | Skip Montanaro | 2000-09-11 | 1 | -0/+2 |
|
|
* | Windows installer: In the Start menu IDLE shortcut, explictly invoke the | Tim Peters | 2000-09-11 | 1 | -1/+2 |
|
|
* | Some updates and fix a bunch of really small consistency nits. | Fred Drake | 2000-09-11 | 1 | -45/+38 |
|
|
* | Add documentation for the \pep and \seepep macros. | Fred Drake | 2000-09-11 | 1 | -6/+21 |
|
|
* | Untabify. When compiling in -tt mode, an inconsistent Tab use error | Fred Drake | 2000-09-11 | 1 | -408/+407 |
|
|
* | Delete some debugging prints. | Greg Ward | 2000-09-11 | 1 | -2/+0 |
|
|
* | Added --plat-name option to override sysconfig.get_platform() in | Greg Ward | 2000-09-11 | 2 | -4/+18 |
|
|
* | Minor tweaks to get rid of some '\XXX' remarks. | Greg Ward | 2000-09-11 | 1 | -11/+12 |
|
|
* | This shouldn't have been here in the first place. | Jack Jansen | 2000-09-10 | 1 | -241/+0 |
|
|
* | Release notes for 2.0b1. It is not much, but I can't find all the info back:-( | Jack Jansen | 2000-09-10 | 1 | -11/+14 |
|
|
* | Don't include various of the Lib:plat-* folders. | Jack Jansen | 2000-09-10 | 1 | -4/+17 |
|
|
* | The logic for finding long matches before short ones was wrong (why did I nev... | Jack Jansen | 2000-09-10 | 1 | -7/+7 |
|
|
* | Updated for 2.0b1 | Jack Jansen | 2000-09-10 | 5 | -148/+126 |
|
|
* | Patch for [ Bug #113828 ] getpythonregpath with null data in registry key | Mark Hammond | 2000-09-10 | 1 | -8/+14 |
|
|
* | General cleanup in preparation for a bugfix: removed unused code, useless | Tim Peters | 2000-09-10 | 1 | -65/+27 |
|
|
* | Added --python and --fix-python options for better control over what | Greg Ward | 2000-09-10 | 1 | -16/+33 |
|
|
* | Close SF bug 110826: a complaint about the way Python #define'd NULL. | Tim Peters | 2000-09-10 | 3 | -11/+4 |
|
|
* | The installer now displays info about version of distutils | Thomas Heller | 2000-09-09 | 1 | -263/+278 |
|
|
* | The windows installer must also look under the HKEY_CURRENT_USER key | Thomas Heller | 2000-09-09 | 1 | -240/+240 |
|
|
* | Do not try to fix bugs while sleeping. | Fred Drake | 2000-09-09 | 1 | -4/+0 |
|
|
* | Kevin Jacobs <jacobs@darwin.cwru.edu>: | Fred Drake | 2000-09-09 | 1 | -1/+2 |
|
|
* | Fix for bug 113934. string*n and unicode*n did no overflow checking at | Tim Peters | 2000-09-09 | 2 | -4/+36 |
|
|
* | Add support for new \pep, \seepep, excclassdesc markup. | Fred Drake | 2000-09-09 | 1 | -9/+68 |
|
|
* | excclassdesc: New environment. For use in documenting class-based | Fred Drake | 2000-09-09 | 1 | -0/+19 |
|
|
* | Add support for a filename to record the name of the node in which the | Fred Drake | 2000-09-09 | 1 | -1/+15 |
|
|
* | Add a reference to the material on string methods. | Fred Drake | 2000-09-09 | 1 | -1/+4 |
|
|
* | Various clarifications and minor nits fixed. Affected descriptions of | Fred Drake | 2000-09-09 | 1 | -7/+21 |
|
|
* | Really minor consistency nit. | Fred Drake | 2000-09-09 | 1 | -1/+1 |
|
|
* | Improve a couple of references to the language reference, making them | Fred Drake | 2000-09-09 | 1 | -7/+9 |
|
|
* | Minor clarifications in the introductory paragraph. | Fred Drake | 2000-09-09 | 1 | -6/+7 |
|
|
* | Add \modulesynopsis for inclusion in the list of modules at the beginning | Fred Drake | 2000-09-09 | 1 | -0/+6 |
|
|
* | Move the "See also" section to a location more consistent with other | Fred Drake | 2000-09-09 | 1 | -6/+6 |
|
|
* | Move description of UserString.MutableString to a location more typical | Fred Drake | 2000-09-09 | 1 | -9/+9 |
|
|
* | Add a brief section on linking Python as an embedded scripting language. | Fred Drake | 2000-09-08 | 1 | -0/+37 |
|
|
* | First attempt at a 2.0b1 installer | Jack Jansen | 2000-09-08 | 1 | -0/+0 |
|
|
* | Updated for .0b1 distribution | Jack Jansen | 2000-09-08 | 3 | -86/+113 |
|
|
* | Some of the types are signed 8 bit ints. Fixed. | Jack Jansen | 2000-09-08 | 2 | -10/+10 |
|
|
* | PyOS_CheckStack now understands multiple threads. Other threads are not stack... | Jack Jansen | 2000-09-08 | 1 | -2/+14 |
|
|
* | When building the HTML packages, make sure we pick up all the HTML files | Fred Drake | 2000-09-08 | 1 | -3/+3 |
|
|
* | Add a general "About" page and link to it from the index page. | Fred Drake | 2000-09-08 | 2 | -0/+79 |
|
|