Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix grammar | Neal Norwitz | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | [Apply SF patch #504943] | Walter Dörwald | 2002-03-21 | 1 | -1/+7 |
| | | | | | | This patch makes it possible to pass Warning instances as the first argument to warnings.warn. In this case the category argument will be ignored. The message text used will be str(warninginstance). | ||||
* | SF# 522426, add doc for common parameter for filecmp.cmpfiles() | Neal Norwitz | 2002-03-20 | 1 | -0/+1 |
| | |||||
* | Adjust some poor wording in the text that explains what events are used | Fred Drake | 2002-03-19 | 1 | -27/+29 |
| | | | | | for (reported by Keith Briggs). Wrap some very long lines. | ||||
* | Clarify that copy_reg.pickle() is not intended for use with "classic" classes. | Fred Drake | 2002-03-19 | 1 | -3/+5 |
| | | | | | | This was stated before, but a minor grammatical error made it difficult to be sure of the meaning. This closes SF bug #530143. | ||||
* | Remove extra verb; reported by Detlef Lannert. | Fred Drake | 2002-03-18 | 1 | -2/+1 |
| | |||||
* | Patch #495598: add an -q (quiet) option to pycompile. | Martin v. Löwis | 2002-03-18 | 1 | -2/+10 |
| | |||||
* | added note that xmlrpclib won't marshal instances of subclasses of the | Skip Montanaro | 2002-03-17 | 1 | -1/+3 |
| | | | | builtin types | ||||
* | Patch #430706: Persistent connections in BaseHTTPServer. | Martin v. Löwis | 2002-03-17 | 1 | -6/+16 |
| | |||||
* | Fix stupid typo in example. | Fred Drake | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | Clarify the descriptions of the positive and negative lookbehind assertions. | Fred Drake | 2002-03-16 | 1 | -9/+30 |
| | | | | | Added examples of positive lookbehind assertions. This closes SF bug #529708. | ||||
* | update text to refer to ServerProxy class in preference to Server, which is | Skip Montanaro | 2002-03-14 | 1 | -8/+11 |
| | | | | only retained for backward compatibility with older versions of the library. | ||||
* | "level" keyword argument in example should be "stacklevel". | Fred Drake | 2002-03-12 | 1 | -1/+1 |
| | | | | This closes SF bug #517684. | ||||
* | Change Windows file.truncate() to (a) restore the original file position, | Tim Peters | 2002-03-12 | 1 | -13/+18 |
| | | | | | | | | | | | | and (b) stop trying to prevent file growth. Beef up the file.truncate() docs. Change test_largefile.py to stop assuming that f.truncate() moves the file pointer to the truncation point, and to verify instead that it leaves the file position alone. Remove the test for what happens when a specified size exceeds the original file size (it's ill-defined, according to the Single Unix Spec). | ||||
* | file_truncate(): provide full "large file" support on Windows, by | Tim Peters | 2002-03-11 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | dropping MS's inadequate _chsize() function. This was inspired by SF patch 498109 ("fileobject truncate support for win32"), which I rejected. libstdtypes.tex: Someone who knows should update the availability blurb. For example, if it's available on Linux, it would be good to say so. test_largefile: Uncommented the file.truncate() tests, and reworked to do more. The old comment about "permission errors" in the truncation tests under Windows was almost certainly due to that the file wasn't open for *write* access at this point, so of course MS wouldn't let you truncate it. I'd be appalled if a Unixish system did. CAUTION: Someone should run this test on Linux (etc) too. The truncation part was commented out before. Note that test_largefile isn't run by default. | ||||
* | [Bug #486527] Note that the caller has to ensure there are no control | Andrew M. Kuchling | 2002-03-08 | 1 | -2/+12 |
| | | | | | | | characters in strings being passed via XML-RPC. Fix some typos. 2.2.1 bugfix candidate. | ||||
* | add SSL class submitted by Tino Lange | Piers Lauder | 2002-03-08 | 1 | -3/+23 |
| | |||||
* | Added missing version annotation for dict(). | Fred Drake | 2002-03-06 | 1 | -0/+2 |
| | |||||
* | Remove extra indenatation from sample interpreter session. | Fred Drake | 2002-03-05 | 1 | -11/+11 |
| | | | | | Remove whitespace from the middle of an inline RE example; it was OK for the typeset formats, but LaTeX2HTML is more touchy about this. | ||||
* | add simple example of avoiding backtracking | Skip Montanaro | 2002-03-04 | 1 | -6/+22 |
| | |||||
* | Patch #523268, #522027: return enhanced tuples. | Martin v. Löwis | 2002-03-01 | 1 | -3/+4 |
| | |||||
* | Patch #523268, #522027: return enhanced tuples. | Martin v. Löwis | 2002-03-01 | 1 | -3/+4 |
| | |||||
* | Patch 520694: arraymodule.c improvements: | Martin v. Löwis | 2002-03-01 | 1 | -11/+29 |
| | | | | | | - make array.array a type - add Py_UNICODE arrays - support +=, *= | ||||
* | Fix error in explanation of the interaction between $ and MULTILINE mode. | Fred Drake | 2002-02-25 | 1 | -1/+1 |
| | | | | Reported by Steve Alexander. | ||||
* | SF bug #501591: dir() doc is old | Tim Peters | 2002-02-23 | 1 | -9/+22 |
| | | | | | | | | | | | | | | Bugfix candidate. + Updated dir() description to match actual 2.2 behavior. + Replaced the dir(sys) example with dir(struct), because the former was way out of date and is bound to change frequently, while the latter is stable. + Added a note cautioning that dir() is supplied primarily for convenience at an interactive prompt (hoping to discourage its use as the foundation of introspective code outside the core). | ||||
* | Grammar tweak. | Greg Ward | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | SF #515041, Update path for 2.3 | Neal Norwitz | 2002-02-19 | 1 | -2/+2 |
| | |||||
* | Use the standard expression for the availability statement for alarm(). | Fred Drake | 2002-02-15 | 1 | -2/+3 |
| | |||||
* | note that the alarm function is not available on Windows. | Skip Montanaro | 2002-02-15 | 1 | -4/+4 |
| | |||||
* | The "%" character does not need to be escaped in verbatim environments. | Fred Drake | 2002-02-15 | 1 | -3/+3 |
| | | | | This closes SF bug #517811. | ||||
* | Consistently use \textasciicircum to produce a ^ character. | Fred Drake | 2002-02-14 | 1 | -18/+25 |
| | | | | LaTeX really falls flat on this one! | ||||
* | Implement os.waitpid() for Windows, in a way that's compatible with Linux | Tim Peters | 2002-02-01 | 1 | -6/+21 |
| | | | | | | where their capabilities intersect. Would be nice if people using non- MSVC compilers (Borland etc) took a whack at doing something similar for them (this code relies on the MS _cwait function). | ||||
* | added handle_error method description | Skip Montanaro | 2002-01-31 | 1 | -0/+5 |
| | |||||
* | Add new constants usable with os.popen() on Windows. | Tim Peters | 2002-01-30 | 1 | -0/+11 |
| | | | | | | | | NOTE: this seems a mess wrt which symbols are available on which platforms. I can't fix it, but I didn't add to it <wink>, and included an XXX comment about names claimed to be available on Windows that aren't. If anyone can figure out the whole ugly truth, I'm sure a better organization will suggest itself. | ||||
* | Document that get_referrers can return unreachable but uncollected objects. | Martin v. Löwis | 2002-01-26 | 1 | -0/+7 |
| | | | | Fixes #505453. | ||||
* | Add keyword.kwlist to the public API. | Fred Drake | 2002-01-24 | 1 | -1/+8 |
| | |||||
* | There's no need for typechecks on the second and third argument of | Guido van Rossum | 2002-01-15 | 1 | -2/+1 |
| | | | | | | | | | | new.instancemethod() -- the instancemethod object is now a perfectly general container. This fixes SF bug ##503091 (Pedro Rodriquez): new.instancemethod fails for new classes This is a 2.2.1 candidate. | ||||
* | Fix a simple typo. Has this to be fixed also in other branches? | Thomas Heller | 2002-01-14 | 1 | -1/+1 |
| | |||||
* | Add a per-message fallback mechanism for translations. | Martin v. Löwis | 2002-01-11 | 1 | -12/+31 |
| | |||||
* | Add fallback argument to translation(). Request fallbacks on install. | Martin v. Löwis | 2002-01-11 | 1 | -2/+5 |
| | | | | Fixes #500595. | ||||
* | 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 indentation error in example from the Tkinter Life Preserver. | Fred Drake | 2002-01-05 | 1 | -1/+1 |
| | | | | This closes SF bug #499505. | ||||
* | Fix minor typo reported in SF patch #497951. | Fred Drake | 2002-01-05 | 1 | -1/+1 |
| | |||||
* | SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password | Guido van Rossum | 2001-12-28 | 1 | -5/+2 |
| | | | | | | Instead of sending the real user and host, use "anonymous@" (i.e. no host name at all!) as the default anonymous FTP password. This avoids privacy violations. | ||||
* | Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are | Fred Drake | 2001-12-27 | 1 | -9/+20 |
| | | | | useful. | ||||
* | 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. | ||||
* | Added index entries similar to some recommended by Skip, and used the word | Fred Drake | 2001-12-26 | 1 | -8/+12 |
| | | | | | | | "interpolation" in the text, to make the string formatting material easier to find. This closes SF bug #487165. Bugfix: this should be applied for Python 2.2.1. | ||||
* | More index entries. | Fred Drake | 2001-12-26 | 2 | -1/+4 |
| | |||||
* | Fix the erroneous availability annotation for s.makefile() from the last | Fred Drake | 2001-12-22 | 1 | -5/+7 |
| | | | | | checkin (my fault!). Wrap some long lines and fix some markup inconsistencies. | ||||
* | Add notes that fromfd() and s.makefile() are Unix-specific. | Fred Drake | 2001-12-21 | 1 | -12/+14 |
| | | | | | | This fixes SF bug #495896. Fix up various markup consistency & style guide conformance nits. |