| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge in Thomas Heller's typo fix from revision 1.13. | Fred Drake | 2002-01-15 | 1 | -1/+1 |
|
|
| * | Adjust the instructions for building large file support so that it works | Fred Drake | 2002-01-10 | 1 | -6/+4 |
|
|
| * | backport Fred's 1.58: | Anthony Baxter | 2002-01-10 | 1 | -0/+13 |
|
|
| * | Do not mask the name of a built-in function in example code. | Fred Drake | 2002-01-05 | 1 | -1/+1 |
|
|
| * | Fix minor typo reported in SF patch #497951. | Fred Drake | 2002-01-05 | 1 | -1/+1 |
|
|
| * | Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are | Fred Drake | 2001-12-27 | 1 | -6/+19 |
|
|
| * | Fix wrongly-named formal parameters in three places: begin_y was used twice | Fred Drake | 2001-12-26 | 1 | -76/+75 |
|
|
| * | Fix the erroneous availability annotation for s.makefile() from the last | Fred Drake | 2001-12-22 | 1 | -1/+0 |
|
|
| * | Add notes that fromfd() and s.makefile() are Unix-specific. | Fred Drake | 2001-12-21 | 1 | -8/+11 |
|
|
| * | Remove extraneous "}"; possibly an incorrectly backported patch? | Fred Drake | 2001-12-15 | 1 | -1/+1 |
|
|
| * | Add a links to the gmpy and mxNumber packages. | Fred Drake | 2001-12-15 | 1 | -0/+13 |
|
|
| * | Document that the flag and mode arguments to dumbdbm.open() are ignored. | Fred Drake | 2001-12-07 | 1 | -10/+6 |
|
|
| * | Describe the behavior of the read() method when the list of filenames | Fred Drake | 2001-12-07 | 1 | -0/+18 |
|
|
| * | Update the platform notes for the CGIHTTPServer module; it works on more | Fred Drake | 2001-11-19 | 1 | -3/+3 |
|
|
| * | Typo: NamedNodeList --> NamedNodeMap | Fred Drake | 2001-10-25 | 1 | -1/+1 |
|
|
| * | Clarify that the resource module does not attempt to mask platform | Fred Drake | 2001-10-22 | 1 | -1/+3 |
|
|
| * | Add deprecations for profile.HotProfile and profile.OldProfile, since they | Fred Drake | 2001-10-19 | 1 | -0/+4 |
|
|
| * | Remove lines that should never have been checked into this | Fred Drake | 2001-08-09 | 1 | -9/+3 |
|
|
| * | Remove some false statements. | Fred Drake | 2001-07-19 | 1 | -4/+2 |
|
|
| * | Revise the description of time.clock() so that it correctly describes the | Fred Drake | 2001-07-16 | 1 | -4/+11 |
|
|
| * | Fix return value for m.group() for groups not in the part of the RE that | Fred Drake | 2001-07-12 | 1 | -1/+1 |
|
|
| * | Added information about the timeout parameter to the poll() method for | Fred Drake | 2001-07-11 | 1 | -1/+5 |
|
|
| * | Explain the exit code for the wait() method, including a reference to | Fred Drake | 2001-07-06 | 1 | -1/+6 |
|
|
| * | The fpectl module does not work on Windows, so remove Windows from the | Fred Drake | 2001-07-05 | 1 | -2/+2 |
|
|
| * | Marked the parameters to Stats.print_*() as optional. | Fred Drake | 2001-07-02 | 1 | -3/+3 |
|
|
| * | Correct a markup error for an accented character. | Fred Drake | 2001-06-29 | 1 | -1/+1 |
|
|
| * | Removed some stray periods, and fix up a number of visible markup | Fred Drake | 2001-06-29 | 1 | -20/+22 |
|
|
| * | SourceForge bug #437041: | Fred Drake | 2001-06-29 | 1 | -8/+8 |
|
|
| * | Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: | Fred Drake | 2001-06-29 | 1 | -4/+1 |
|
|
| * | Backport Martin's checkin 1.4 (with minor fix): | Thomas Wouters | 2001-06-27 | 1 | -1/+1 |
|
|
| * | Updated link to zlib's home page. | Fred Drake | 2001-06-25 | 1 | -3/+2 |
|
|
| * | Re-organize a little, clean up some markup. | Fred Drake | 2001-06-22 | 1 | -52/+73 |
|
|
| * | Corrected an error in the information on supporting weak references in | Fred Drake | 2001-06-22 | 1 | -9/+7 |
|
|
| * | Fix & clean up the information about building Python with large file support | Fred Drake | 2001-06-22 | 1 | -4/+3 |
|
|
| * | Properly mark the availability of tempnam() and tmpnam(). | Fred Drake | 2001-06-22 | 1 | -0/+3 |
|
|
| * | Fix an improperly placed comma. | Fred Drake | 2001-06-14 | 1 | -1/+1 |
|
|
| * | Add the appropriate availability annotations for the popen*() family of | Fred Drake | 2001-06-11 | 1 | -4/+7 |
|
|
| * | Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added | Fred Drake | 2001-06-11 | 1 | -3/+11 |
|
|
| * | Merge in recent changes from development branch: add warning about being | Fred Drake | 2001-06-11 | 1 | -0/+11 |
|
|
| * | is -> if in rename description | Skip Montanaro | 2001-06-04 | 1 | -1/+1 |
|
|
| * | Document os.getenv(). | Fred Drake | 2001-05-31 | 1 | -0/+7 |
|
|
| * | Some general cleanup of the threading module documentation, including | Fred Drake | 2001-05-31 | 1 | -25/+15 |
|
|
| * | readlink() description: Added note that the return value may be either | Fred Drake | 2001-05-29 | 1 | -5/+20 |
|
|
| * | The parameter to the listen() method is not optional, but was marked as | Fred Drake | 2001-05-29 | 1 | -1/+1 |
|
|
| * | Add a version annotation for splitdrive(); old, but as long as I managed | Fred Drake | 2001-05-25 | 1 | -0/+1 |
|
|
| * | Add a list of mapping interface methods which are not supported by | Fred Drake | 2001-05-22 | 1 | -1/+4 |
|
|
| * | Add some clarifications about the mapping interface presented by | Fred Drake | 2001-05-22 | 1 | -2/+4 |
|
|
| * | Fix bug in smtplib example: the prompt said to end the message with ^D, | Fred Drake | 2001-05-20 | 1 | -3/+6 |
|
|
| * | Fix typo in weakref.proxy() documentation. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
|
|
| * | Remove all mentions of the strop module -- it has been pronounced Evil. | Fred Drake | 2001-05-10 | 2 | -18/+7 |
|
|