| Commit message (Collapse) | 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 |
| | | | | | | | more cleanly (I think this supports more Linux systems; not sure). Barry Warsaw & Martin von Loewis actually agree on this! This closes SF patch #502023. | ||||
| * | backport Fred's 1.58: | Anthony Baxter | 2002-01-10 | 1 | -0/+13 |
| | | | | | | Added documentation of the sendall() method, and a note to the send() method that it does not guarantee that all data is sent. | ||||
| * | Do not mask the name of a built-in function in example code. | Fred Drake | 2002-01-05 | 1 | -1/+1 |
| | | | | | Based on comment sent to python-docs. | ||||
| * | 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 |
| | | | | | useful. Includes one correction in the precmd() description. | ||||
| * | Fix wrongly-named formal parameters in three places: begin_y was used twice | Fred Drake | 2001-12-26 | 1 | -76/+75 |
| | | | | | | | | | instead of begin_y and begin_x for derwin(), subpad(), and subwin(). Reported for derwin() by Eric Huss. Added class annotations for the window methods so they would be properly described in the index. | ||||
| * | Fix the erroneous availability annotation for s.makefile() from the last | Fred Drake | 2001-12-22 | 1 | -1/+0 |
| | | | | | checkin (my fault!). | ||||
| * | Add notes that fromfd() and s.makefile() are Unix-specific. | Fred Drake | 2001-12-21 | 1 | -8/+11 |
| | | | | | | | This fixes SF bug #495896. Fix up various markup consistency & style guide conformance nits. | ||||
| * | 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 |
| | | | | | | | includes files that do not exist, explain the intended use of the interface, and show how to ensure an expected file really exists. This closes SF bug #490399. | ||||
| * | Update the platform notes for the CGIHTTPServer module; it works on more | Fred Drake | 2001-11-19 | 1 | -3/+3 |
| | | | | | | platforms now, and has since Python 2.0. This closes SF bug #482943. | ||||
| * | 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 |
| | | | | | | differences by defining symbols not defined on particular platforms. This closes SF bug #473433. | ||||
| * | Add deprecations for profile.HotProfile and profile.OldProfile, since they | Fred Drake | 2001-10-19 | 1 | -0/+4 |
| | | | | | will no longer exist in 2.2. | ||||
| * | Remove lines that should never have been checked into this | Fred Drake | 2001-08-09 | 1 | -9/+3 |
| | | | | | | | | | release21-maint branch; I checked them in erroneously in revision 1.52.4.1 of this file; it looks like that entire revision was operator error. This reverts that checkin and closes SF bug #449613. | ||||
| * | 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 |
| | | | | | | | Windows version of the function as well as the Unix flavor. This fixes SF bug #441357. | ||||
| * | Fix return value for m.group() for groups not in the part of the RE that | Fred Drake | 2001-07-12 | 1 | -1/+1 |
| | | | | | matched; reported by Paul Moore. | ||||
| * | Added information about the timeout parameter to the poll() method for | Fred Drake | 2001-07-11 | 1 | -1/+5 |
| | | | | | | | polling objects. This closes SF bug #439823. Fixed a minor markup bug. | ||||
| * | Explain the exit code for the wait() method, including a reference to | Fred Drake | 2001-07-06 | 1 | -1/+6 |
| | | | | | | | the os.W*() functions used to interpret the return value. This fixes SF bug #429361. | ||||
| * | The fpectl module does not work on Windows, so remove Windows from the | Fred Drake | 2001-07-05 | 1 | -2/+2 |
| | | | | | | | \platform statement. Also fix a minor style consistency nit in an example. | ||||
| * | Marked the parameters to Stats.print_*() as optional. | Fred Drake | 2001-07-02 | 1 | -3/+3 |
| | | | | | This closes SF bug #438032. | ||||
| * | Correct a markup error for an accented character. | Fred Drake | 2001-06-29 | 1 | -1/+1 |
| | | | | | Reported by Milan Zamazal <pdm@zamazal.org>. | ||||
| * | Removed some stray periods, and fix up a number of visible markup | Fred Drake | 2001-06-29 | 1 | -20/+22 |
| | | | | | | | | consistency errors (mostly omitted "()" at the end of function and method names). Reported by Milan Zamazal <pdm@zamazal.org>. | ||||
| * | SourceForge bug #437041: | Fred Drake | 2001-06-29 | 1 | -8/+8 |
| | | | | | | Use a portable format in the example that creates a timestamp suitable for use in email, also updating it and the footnote from RFC 822 to RFC 2822. | ||||
| * | Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: | Fred Drake | 2001-06-29 | 1 | -4/+1 |
| | | | | | | Do not use an extra flag variable to test only once in one subsequent if statement. | ||||
| * | Backport Martin's checkin 1.4 (with minor fix): | Thomas Wouters | 2001-06-27 | 1 | -1/+1 |
| | | | | | Fix bug #422702: Make flag argument to open optional, and document it that way. | ||||
| * | 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 |
| | | | | | | | | Added some comments about sys.exit(), SystemExit, and preventing restricted code from exiting the interpreter. This closes SF bug #434743. | ||||
| * | Corrected an error in the information on supporting weak references in | Fred Drake | 2001-06-22 | 1 | -9/+7 |
| | | | | | | | extension types (the docs reflected a development version of the API). This closes SF bug #435066. | ||||
| * | Fix & clean up the information about building Python with large file support | Fred Drake | 2001-06-22 | 1 | -4/+3 |
| | | | | | | | for Linux. This closes SF bug #434975. | ||||
| * | 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 |
| | | | | | | | | functions -- these are not available on traditional Mac OS platforms. Corrected the version annotations for the spawn*() functions and related constants; these were added in Python 1.6, not 1.5.2. | ||||
| * | Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added | Fred Drake | 2001-06-11 | 1 | -3/+11 |
| | | | | | | | | a reference to these functions and popen() from the "Process Management" section. Based on a suggestion from comp.lang.python. | ||||
| * | Merge in recent changes from development branch: add warning about being | Fred Drake | 2001-06-11 | 1 | -0/+11 |
| | | | | | | sure that code only runs once when using the module as both a module and a script. | ||||
| * | is -> if in rename description | Skip Montanaro | 2001-06-04 | 1 | -1/+1 |
| | | |||||
| * | Document os.getenv(). | Fred Drake | 2001-05-31 | 1 | -0/+7 |
| | | | | | This closes SF bug #429059. | ||||
| * | Some general cleanup of the threading module documentation, including | Fred Drake | 2001-05-31 | 1 | -25/+15 |
| | | | | | | | fixing the reference to Thread.getDeamon() (should be isDaemon()). This closes SF bug #429070. | ||||
| * | readlink() description: Added note that the return value may be either | Fred Drake | 2001-05-29 | 1 | -5/+20 |
| | | | | | | | | | | | absolute or relative. remove(), rename() descriptions: Give more information about the cross- platform behavior of these functions, so single-platform developers can be aware of the potential issues when writing portable code. This closes SF patch #426598. | ||||
| * | The parameter to the listen() method is not optional, but was marked as | Fred Drake | 2001-05-29 | 1 | -1/+1 |
| | | | | | | | optional in the documentation. This closes SF bug #427985. | ||||
| * | Add a version annotation for splitdrive(); old, but as long as I managed | Fred Drake | 2001-05-25 | 1 | -0/+1 |
| | | | | | to end up with the information, it is better recorded than lost. | ||||
| * | Add a list of mapping interface methods which are not supported by | Fred Drake | 2001-05-22 | 1 | -1/+4 |
| | | | | | rfc822.Message (per Barry's comments). | ||||
| * | Add some clarifications about the mapping interface presented by | Fred Drake | 2001-05-22 | 1 | -2/+4 |
| | | | | | rfc822.Message objects, based on comments from Barry. | ||||
| * | Fix bug in smtplib example: the prompt said to end the message with ^D, | Fred Drake | 2001-05-20 | 1 | -3/+6 |
| | | | | | | | | but doing so raised EOFError. This makes it work as advertised and converts to string methods where reasonable. This closes SF bug #424776. | ||||
| * | Fix typo in weakref.proxy() documentation. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
| | | | | | This closes SF bug #423087. | ||||
| * | Remove all mentions of the strop module -- it has been pronounced Evil. | Fred Drake | 2001-05-10 | 2 | -18/+7 |
| | | | | | | | (The string "strop" is found in the rexec documentation, but that should not be changed until strop is actually removed or rexec no longer allows it.) | ||||
