| Commit message (Expand) | Author | Age | Files | Lines |
* | Added exception to the rule that the buffer returned by PyString_AsString() | Fred Drake | 2000-10-23 | 1 | -4/+17 |
|
|
* | Correct the name of a parameter in the description of the register() | Fred Drake | 2000-10-23 | 1 | -1/+1 |
|
|
* | More names. | Fred Drake | 2000-10-22 | 1 | -0/+4 |
|
|
* | Added missing entry for invert() function. | Fred Drake | 2000-10-22 | 1 | -0/+60 |
|
|
* | Minor tweaks to catch up with the current code in a few spots. | Greg Ward | 2000-10-22 | 1 | -16/+147 |
|
|
* | Flesh out the "LaTeX Primer" some more. | Fred Drake | 2000-10-20 | 1 | -7/+74 |
|
|
* | Update the display of some floating point values at the interactive prompt | Fred Drake | 2000-10-20 | 1 | -6/+6 |
|
|
* | Remove the bzip2 archives from the "distfiles" target. There are not | Fred Drake | 2000-10-19 | 1 | -2/+2 |
|
|
* | Two more names. | Fred Drake | 2000-10-19 | 1 | -0/+2 |
|
|
* | Helper scripts used in published the "development" snapshots of the | Fred Drake | 2000-10-19 | 2 | -0/+43 |
|
|
* | Revise the capitalization policy of \versionchanged explanation; the | Fred Drake | 2000-10-19 | 1 | -6/+132 |
|
|
* | Capitalize first letter of an explanation for a \versionchanged | Fred Drake | 2000-10-19 | 1 | -1/+1 |
|
|
* | Correction from David Bolen: the Windows version no longer crashes | Andrew M. Kuchling | 2000-10-19 | 1 | -12/+5 |
|
|
* | Document the .lastindex and .lastgroup attributes of MatchObject | Andrew M. Kuchling | 2000-10-18 | 1 | -0/+10 |
|
|
* | Make all the \seemodule explanations consistent: start with a capitalized | Fred Drake | 2000-10-18 | 10 | -20/+27 |
|
|
* | Capitalize & use periods for \seemodule explanation parameter. | Fred Drake | 2000-10-18 | 1 | -5/+5 |
|
|
* | Bump version number -- this document is pretty much finished! | Andrew M. Kuchling | 2000-10-17 | 1 | -7/+1 |
|
|
* | Update the links to the NumPy website and documentation, based on a | Fred Drake | 2000-10-17 | 1 | -6/+5 |
|
|
* | Correct form of FourThought's name | Andrew M. Kuchling | 2000-10-16 | 1 | -1/+1 |
|
|
* | For PyErr_Format(), note that the exception parameter can be a string or | Fred Drake | 2000-10-14 | 1 | -2/+2 |
|
|
* | Adjust the Macintosh manual to have the formatting dependencies for | Fred Drake | 2000-10-14 | 1 | -6/+6 |
|
|
* | For os.stat() & friends, note that the time fields are returned as | Fred Drake | 2000-10-14 | 1 | -1/+3 |
|
|
* | Update dependencies for the Macintosh manual. | Fred Drake | 2000-10-14 | 1 | -1/+5 |
|
|
* | Update to include all the new chapters & sections. | Fred Drake | 2000-10-14 | 1 | -9/+24 |
|
|
* | Remove everything that is not module documentation. | Fred Drake | 2000-10-14 | 1 | -41/+0 |
|
|
* | Fix some internal references that I botched. | Fred Drake | 2000-10-14 | 1 | -4/+4 |
|
|
* | Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>. | Fred Drake | 2000-10-14 | 1 | -0/+374 |
|
|
* | Chapters on Mac Toolbox modules and other undocumented modules, ready to | Fred Drake | 2000-10-14 | 2 | -0/+245 |
|
|
* | Documentation for the aepack and aetypes modules, by Vincent Marchetti | Fred Drake | 2000-10-14 | 2 | -0/+112 |
|
|
* | Chris Barker <cbarker@jps.net>: | Fred Drake | 2000-10-14 | 1 | -2/+2 |
|
|
* | Chris Barker <cbarker@jps.net>: | Fred Drake | 2000-10-14 | 1 | -18/+21 |
|
|
* | Chris Barker <cbarker@jps.net>: | Fred Drake | 2000-10-14 | 1 | -4/+2 |
|
|
* | Chris Barker <cbarker@jps.net>: | Fred Drake | 2000-10-14 | 1 | -7/+20 |
|
|
* | Wrap a long line. | Fred Drake | 2000-10-14 | 1 | -2/+2 |
|
|
* | More names. | Fred Drake | 2000-10-14 | 1 | -0/+2 |
|
|
* | A bunch of nits fix and some additional information added by Chris | Fred Drake | 2000-10-14 | 2 | -13/+18 |
|
|
* | Center the top line of the license page, to make it look just a little bit | Fred Drake | 2000-10-14 | 1 | -1/+1 |
|
|
* | Update the release number and date. | Fred Drake | 2000-10-13 | 2 | -3/+3 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-10-12 | 1 | -10/+276 |
|
|
* | Added entries for new files of SAX documentation. | Fred Drake | 2000-10-12 | 2 | -0/+6 |
|
|
* | Massive addition of SAX documentation from Martin von Loewis | Fred Drake | 2000-10-12 | 4 | -3/+731 |
|
|
* | Various minor additions and clarifications, mostly suggested by Jeremy | Andrew M. Kuchling | 2000-10-12 | 1 | -30/+58 |
|
|
* | Comment out a separator line, since all the others are commented out, | Fred Drake | 2000-10-12 | 1 | -1/+1 |
|
|
* | Add new section on the XML package. (This was the only major new 2.0 feature | Andrew M. Kuchling | 2000-10-12 | 1 | -9/+165 |
|
|
* | Document the exceptions that now get raised on invalid parameters. | Fred Drake | 2000-10-11 | 1 | -2/+5 |
|
|
* | Make sure methods of ZipFile objects are in alphabetical order; the logical | Fred Drake | 2000-10-11 | 1 | -4/+4 |
|
|
* | Fixed a large number of small problems, mostly noted by Detlef Lannert | Fred Drake | 2000-10-10 | 9 | -30/+30 |
|
|
* | Note that the UserString/MutableString classes are far less efficient | Fred Drake | 2000-10-10 | 1 | -18/+22 |
|
|
* | Revise the examples not to use the "from socket import *", and adjust | Fred Drake | 2000-10-10 | 1 | -5/+7 |
|
|
* | Remove duplicated text from urlopen() description, noted by Ka-Ping | Fred Drake | 2000-10-10 | 1 | -16/+0 |
|
|