| Commit message (Expand) | Author | Age | Files | Lines |
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-11 | 1 | -59/+351 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-11 | 1 | -23/+172 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-11 | 1 | -1/+16 |
|
|
* | Add a \label to the section "Fancier Output Formatting" (it's referenced from | Fred Drake | 1998-09-11 | 1 | -156/+89 |
|
|
* | Markup nits. | Fred Drake | 1998-09-10 | 1 | -36/+36 |
|
|
* | correct bogus instructions 'ccoment out' -> 'uncomment' | Jeremy Hylton | 1998-09-10 | 1 | -1/+1 |
|
|
* | do_cmd_methodlineni(): New function, needed because the ref. manual now | Fred Drake | 1998-09-10 | 1 | -0/+9 |
|
|
* | Added comment about support for rational numbers, and pointer to | Fred Drake | 1998-09-10 | 1 | -1/+6 |
|
|
* | Markup nits. | Fred Drake | 1998-09-10 | 1 | -65/+63 |
|
|
* | Fixed the words in the comment and error message about defining FULL_PATH. | Guido van Rossum | 1998-09-10 | 1 | -2/+2 |
|
|
* | include <string.h> to get prototype for strcmp | Jeremy Hylton | 1998-09-10 | 1 | -7/+9 |
|
|
* | Fix typo in URL; reported by Michael Ernst <mernst@cs.washington.edu>. | Fred Drake | 1998-09-10 | 1 | -1/+1 |
|
|
* | Apparently on AIX when using gcc you need to call pthread_init() | Guido van Rossum | 1998-09-10 | 1 | -0/+3 |
|
|
* | \itembreak, | Fred Drake | 1998-09-09 | 1 | -20/+7 |
|
|
* | Fix a bug where comparison of a rational with a float failed because | Guido van Rossum | 1998-09-09 | 1 | -9/+9 |
|
|
* | Michael P. Reilly suggested this fix: makesetup wants to prepend | Guido van Rossum | 1998-09-09 | 1 | -0/+1 |
|
|
* | Patch suggested by Perry Stoll -- os.path.normpath(".//x") returned | Guido van Rossum | 1998-09-08 | 1 | -0/+2 |
|
|
* | Split tcl/tk libs out of other libraries (don't want to build these always) | Jack Jansen | 1998-09-08 | 1 | -0/+0 |
|
|
* | Mods by Just to allow aliases in sys.path entries | Jack Jansen | 1998-09-07 | 1 | -0/+20 |
|
|
* | Beh, new version must be edited in a separate file. | Guido van Rossum | 1998-09-04 | 1 | -1/+1 |
|
|
* | Use SCRIPT_NAME (if defined) instead of hardcoding /cgi-bin/ when | Guido van Rossum | 1998-09-04 | 1 | -1/+2 |
|
|
* | Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4. | Guido van Rossum | 1998-09-04 | 1 | -1/+1 |
|
|
* | Should no longer surround PyOS_Readline() call with | Guido van Rossum | 1998-09-03 | 1 | -4/+0 |
|
|
* | Easy optimizations of urlparse for the common case of parsing an http URL. | Jeremy Hylton | 1998-09-02 | 1 | -8/+33 |
|
|
* | Fix suggested by movits@lockstar.com (plus doc string by myself) | Guido van Rossum | 1998-09-02 | 1 | -4/+7 |
|
|
* | Make bind variants without a sequence return a tuple of sequences | Guido van Rossum | 1998-08-31 | 1 | -1/+27 |
|
|
* | Now that we have standard (optional) long long support, the long long | Guido van Rossum | 1998-08-31 | 1 | -66/+0 |
|
|
* | The previous fix was still broken; the Py_END_ALLOW_THREADS macro was | Guido van Rossum | 1998-08-29 | 1 | -1/+3 |
|
|
* | (py-in-literal): How'd this get through? c-point => py-point | Barry Warsaw | 1998-08-29 | 1 | -1/+1 |
|
|
* | Ignore the generated README file. | Fred Drake | 1998-08-28 | 2 | -0/+2 |
|
|
* | When building the tarball of the PostScript files, also generate & include a | Fred Drake | 1998-08-28 | 1 | -1/+2 |
|
|
* | Target to generate a little README file with the page counts of the PostScript | Fred Drake | 1998-08-28 | 1 | -0/+4 |
|
|
* | Script to generate page counts of the PostScript files. | Fred Drake | 1998-08-28 | 1 | -0/+23 |
|
|
* | Support long options that take arguments of the form --option=value as well | Fred Drake | 1998-08-28 | 1 | -5/+40 |
|
|
* | Markup changes in the section on disciplines to match method descriptions | Fred Drake | 1998-08-28 | 1 | -165/+171 |
|
|
* | We now assume that PyOS_Readline() is called with the interpreter lock | Guido van Rossum | 1998-08-27 | 1 | -11/+3 |
|
|
* | Add a 'volatile' to the declaration of threadid in get_thread_ident(). | Guido van Rossum | 1998-08-27 | 1 | -1/+1 |
|
|
* | Don't release the interpreter lock around PyParser_ParseFile(). | Guido van Rossum | 1998-08-27 | 1 | -4/+0 |
|
|
* | Changes by Richard Wolff: | Guido van Rossum | 1998-08-27 | 1 | -13/+21 |
|
|
* | Added a note about the buildlibs script. | Jack Jansen | 1998-08-27 | 1 | -4/+11 |
|
|
* | fix typo in keyword argument 'allow_frament' should be 'allow_fragment' | Jeremy Hylton | 1998-08-25 | 1 | -6/+6 |
|
|
* | __file__ used to be always set to the .pyc (or .pyo) file, even if | Guido van Rossum | 1998-08-25 | 1 | -1/+2 |
|
|
* | Comment out the print statement about underflow. (This only seems to | Guido van Rossum | 1998-08-25 | 1 | -2/+2 |
|
|
* | Add the type of the object to the error message about calling a non-function. | Guido van Rossum | 1998-08-25 | 1 | -3/+5 |
|
|
* | Replace all calls to fprintf(stderr, ...) with PySys_WriteStderr(...). | Guido van Rossum | 1998-08-25 | 1 | -5/+6 |
|
|
* | Add a version of PySys_WriteStderr() that writes to stderr, so we can | Guido van Rossum | 1998-08-25 | 1 | -0/+27 |
|
|
* | Restructure the file so that it is never empty. No longer needs | Guido van Rossum | 1998-08-25 | 1 | -10/+10 |
|
|
* | Patch by Mark Hammond to support 64-bit ints on MS platforms. | Guido van Rossum | 1998-08-25 | 5 | -33/+38 |
|
|
* | Ignore cruft generating by the test run for hello.py. | Guido van Rossum | 1998-08-25 | 1 | -0/+6 |
|
|
* | Y2K fix affecting asctime(), mktime(), strftime(). | Guido van Rossum | 1998-08-25 | 1 | -19/+37 |
|
|