Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In description of \D, revise markup so that the caret shows up in the HTML | Fred Drake | 1998-01-06 | 2 | -2/+2 |
| | | | | | | | version as well as the dvi form. Without the fix, it showed up as an extra zero character. Bug reported by Hugh Sasse <hgs@dmu.ac.uk>. | ||||
* | Release notes and readme for 1.5b3 | Jack Jansen | 1998-01-06 | 5 | -70/+92 |
| | |||||
* | Loading defaults for gusi/sys.path didn't work for applets. Fixed. | Jack Jansen | 1998-01-06 | 1 | -2/+4 |
| | |||||
* | Balloon help definitions | Jack Jansen | 1998-01-06 | 1 | -0/+46 |
| | |||||
* | Added cPickle and cStringIO | Jack Jansen | 1998-01-06 | 1 | -0/+7 |
| | |||||
* | - Tk 8.0p2 script resources | Jack Jansen | 1998-01-06 | 3 | -4815/+5006 |
| | | | | | - New folder names in sys.path initialisation - Version number, preffilename upped | ||||
* | Projects for 1.5b3 | Jack Jansen | 1998-01-06 | 12 | -3538/+3767 |
| | |||||
* | Dangerous feature added: when removing local files (i.e., only when -r | Guido van Rossum | 1998-01-04 | 1 | -25/+50 |
| | | | | | | is used), do a recursive delete. Use -r with even more caution! Also changed usage message into a doc string, added a comment or two, and rearranged a long line. | ||||
* | Descriptions for PyRun_String(), PyRun_File(), and PyRun_CompileString() all | Fred Drake | 1998-01-02 | 2 | -8/+8 |
| | | | | | | | | gave the return type as part of the function field and used an empty return type field. Fixed. Function name field for PyLong_FromString() included an asterisk at the beginning of the function name field; removed. | ||||
* | lib.dvi target: Added commands to generate the modules index. | Fred Drake | 1998-01-02 | 1 | -1/+4 |
| | |||||
* | Script to convert module index data to module index. | Fred Drake | 1998-01-02 | 2 | -0/+124 |
| | |||||
* | Add module index before the general index. | Fred Drake | 1998-01-02 | 2 | -0/+8 |
| | |||||
* | Added support for storing information to build a module index. | Fred Drake | 1998-01-02 | 1 | -1/+16 |
| | | | | Enhance the "theindex" environment to add an entry to the table of contents. | ||||
* | In description of the group() method, fix markup of "\(" and "\)" literals; | Fred Drake | 1998-01-02 | 2 | -2/+2 |
| | | | | | | "\code{\\(}" produces "(" in the .dvi file and "<BR> (" in the latex2html output (the font was right). Changed to "\code{{\e}(}" variation, which fixes both. Breaks the .texi file generation again. Oh well. | ||||
* | Fix bug detected by AMK: need to import string. | Guido van Rossum | 1997-12-31 | 1 | -0/+1 |
| | |||||
* | Fix bug detected by AMK: Types should be types. | Guido van Rossum | 1997-12-31 | 1 | -2/+2 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'release15'.v1.5 | cvs2svn | 1997-12-31 | 1 | -0/+1 |
| | |||||
* | Last-minute fix for Jim H: don't die after del sys.stdout | Guido van Rossum | 1997-12-31 | 1 | -2/+11 |
| | |||||
* | Add zlib and bsddb, and remove beta designation. | Guido van Rossum | 1997-12-31 | 1 | -3/+17 |
| | |||||
* | New module added. | Guido van Rossum | 1997-12-31 | 1 | -0/+474 |
| | |||||
* | Ready for release of 1.5. | Guido van Rossum | 1997-12-31 | 1 | -57/+31 |
| | |||||
* | Added from 1.5b2 to 1.5. | Guido van Rossum | 1997-12-31 | 1 | -0/+75 |
| | |||||
* | Apply fixps.py to allow A4 paper printing. | Guido van Rossum | 1997-12-30 | 1 | -1/+1 |
| | |||||
* | Added BaseHTTPServer to table of contents for chapter. | Guido van Rossum | 1997-12-30 | 2 | -0/+6 |
| | |||||
* | Correct small nits reported by Rob Hooft. | Guido van Rossum | 1997-12-30 | 22 | -66/+72 |
| | |||||
* | When there's no filename, don't make one up. | Guido van Rossum | 1997-12-30 | 1 | -6/+54 |
| | | | | | Added _test() that behaves (a bit) like gzip. Fix a comment (*sequential* access is okay -- *random* access it out!) | ||||
* | Final version for 1.5; two tiny corrections. | Guido van Rossum | 1997-12-30 | 8 | -49/+52 |
| | |||||
* | Clarify that __getinitargs__ is called at pickle time! | Guido van Rossum | 1997-12-30 | 2 | -2/+6 |
| | |||||
* | Added "docs" for Pareto and Weibull distributions. | Guido van Rossum | 1997-12-30 | 2 | -0/+16 |
| | |||||
* | Add tests for re.L(OCALE). | Guido van Rossum | 1997-12-30 | 1 | -1/+7 |
| | |||||
* | Oops, big glitch. Charles had put a 1 in the column for argument list | Guido van Rossum | 1997-12-30 | 1 | -8/+8 |
| | | | | | | | | type for all functions. However many function call PyArg_Parse() and need a 0. This is so that when they didn't change anything, the can do Py_INCREF(args); return args. Reverted this back. For atof(), there's no reason not to use PyArg_ParseTuple(), so I changed the code (atoi and atol already used that). | ||||
* | Oops, the last checkin left a blank line in a string literal. | Guido van Rossum | 1997-12-30 | 1 | -1/+1 |
| | |||||
* | Since DSA.py never made it to the release, neither should dos-8x3/dsa.py. | Guido van Rossum | 1997-12-30 | 1 | -221/+0 |
| | |||||
* | Clean out *.texi and *.info* as well for "make clean". | Fred Drake | 1997-12-30 | 1 | -0/+1 |
| | |||||
* | Add obsolescence note. | Guido van Rossum | 1997-12-30 | 2 | -0/+22 |
| | |||||
* | Add URL of Andrew Kuchling's nifty re conversion page... | Guido van Rossum | 1997-12-30 | 2 | -4/+6 |
| | |||||
* | Add a note that up to 1.4, translate() produced Emacs style syntax; in | Guido van Rossum | 1997-12-30 | 2 | -4/+10 |
| | | | | | 1.5, it produces Perl style syntax. Also change "Python's regular expressions" into plain "regular expression" in the intro. | ||||
* | Updated release date to match boilerplate.tex. | Fred Drake | 1997-12-30 | 2 | -4/+4 |
| | | | | | | | | Removed implied future availability of an info/texi version of the other manuals (the word "yet"). Guido, you might want to check this file to see if any other changes are required. | ||||
* | Added ConfigParser.py to list of undocumented miscellaneous useful utilities. | Guido van Rossum | 1997-12-30 | 2 | -0/+4 |
| | |||||
* | Took out some disclaiming text (even from the title!). Rewritten | Guido van Rossum | 1997-12-30 | 2 | -82/+70 |
| | | | | | abstract. Alas, I didn't get to do anything else before the release :-( | ||||
* | A whole bunch of typos fixed by Andrew Kuchling. | Guido van Rossum | 1997-12-30 | 2 | -44/+66 |
| | | | | | Added a warning about the incompleteness to the front. Added a reminder about CObject to the back. | ||||
* | Refine note about strftime test failure (it's fixed in Linux glibc 6). | Guido van Rossum | 1997-12-30 | 1 | -3/+4 |
| | |||||
* | New blood. | Guido van Rossum | 1997-12-30 | 1 | -0/+5 |
| | |||||
* | Set the patch level to 1.5. | Guido van Rossum | 1997-12-30 | 1 | -1/+1 |
| | |||||
* | Set the release date for 1.5 (final). | Guido van Rossum | 1997-12-30 | 2 | -2/+2 |
| | |||||
* | the usual | Guido van Rossum | 1997-12-30 | 2 | -4/+6 |
| | |||||
* | Two critical fixes to the changes that I made for Greg McFarlane -- | Guido van Rossum | 1997-12-30 | 1 | -3/+3 |
| | | | | patches provided by Greg (am I glad I sent him my latest version!). | ||||
* | Added .PHONY annotation for lib.info target; the real target is | Fred Drake | 1997-12-29 | 1 | -0/+4 |
| | | | | | python-lib.info. The annotation is needed to prevent at least GNU make from building a second set of info files with the lib.info base name. | ||||
* | Remove more commented-out text that is no longer needed. | Guido van Rossum | 1997-12-29 | 2 | -42/+0 |
| | |||||
* | Remove the commented-out warning at the top. It shouldn't be there | Guido van Rossum | 1997-12-29 | 2 | -12/+0 |
| | | | | for the 1.5 release version of the file. |