Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add better support for Mozilla's use of <link> elements. | Fred Drake | 2001-10-22 | 1 | -10/+41 |
| | |||||
* | Update bug/patch counts | Andrew M. Kuchling | 2001-10-22 | 1 | -1/+1 |
| | |||||
* | Do a little bit more to try and add <link> elements to the header, not that | Fred Drake | 2001-10-22 | 1 | -1/+10 |
| | | | | | | | Mozilla 0.9.5 can make intelligent use of them. Specifically, this causes the "Acknowledgements" and "Global Module Index" pages to acquire "up" links in the Mozilla "Site Navigation Bar". This partially responds to SF bug #469772. | ||||
* | 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 correction from /F about SRE | Andrew M. Kuchling | 2001-10-22 | 1 | -10/+10 |
| | | | | \filename{} should be \file{} | ||||
* | Partly fill out the PEP 252 section | Andrew M. Kuchling | 2001-10-22 | 1 | -12/+214 |
| | |||||
* | A bunch of minor rewordings | Andrew M. Kuchling | 2001-10-22 | 1 | -48/+64 |
| | |||||
* | Update description of border() | Andrew M. Kuchling | 2001-10-20 | 1 | -3/+2 |
| | |||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 45 | -163/+156 |
| | |||||
* | Describe the content given as the parameter to the \note and \warning macros | Fred Drake | 2001-10-20 | 1 | -10/+13 |
| | | | | in more detail, and use them where appropriate. | ||||
* | Additional rules to support the iSilo conversion. | Fred Drake | 2001-10-19 | 1 | -1/+110 |
| | |||||
* | Hush up CVS. | Fred Drake | 2001-10-19 | 1 | -0/+10 |
| | |||||
* | Support for the iSilo conversion. | Fred Drake | 2001-10-19 | 1 | -0/+12 |
| | |||||
* | When stating that some parameters to makefile() are similar to the open() | Fred Drake | 2001-10-19 | 1 | -1/+2 |
| | | | | | | | | parameters, given a hyperlink to the right part of the documentation to make it easier to look those up. Also, refer to the file() function/ constructor instead of open() now that that is where the actual docs for those parameters live. This closes SF bug #472004. | ||||
* | Additional test and documentation for the unicode() changes. | Marc-André Lemburg | 2001-10-19 | 1 | -13/+27 |
| | | | | This patch should also be applied to the 2.2b1 trunk. | ||||
* | Added a note about the somewhat kludgey behavior of the message | Barry Warsaw | 2001-10-19 | 1 | -0/+10 |
| | | | | | | epilogue, based on the discussion in this SF bug report: https://sourceforge.net/tracker/index.php?func=detail&aid=472481&group_id=25568&atid=384678 | ||||
* | SF patch #443759: Add Interface to readline's add_history | Guido van Rossum | 2001-10-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | This was submitted by Moshe, but apparently he's too busy to check it in himself. He wrote: Here is a function in GNU readline called add_history, which is used to manage the history list. Though Python uses this function internally, it does not expose it to the Python programmer. This patch adds direct interface to this function with documentation. This could be used by friendly modules to "seed" the history with commands. | ||||
* | changed misleading argument name | Fredrik Lundh | 2001-10-18 | 1 | -5/+5 |
| | |||||
* | Some minor clarifications for find()'s arguments based on SF bug | Barry Warsaw | 2001-10-18 | 1 | -5/+6 |
| | | | | #463572. Closing. | ||||
* | Straighten out the exec*() function descriptions a bit, and clarify a few | Fred Drake | 2001-10-18 | 1 | -65/+68 |
| | | | | points in the spawn*() description. | ||||
* | Bump version number. | Fred Drake | 2001-10-18 | 1 | -4/+3 |
| | | | | Remove inconsistent use of HTMLDIR. | ||||
* | Bump release information. | Fred Drake | 2001-10-18 | 1 | -2/+2 |
| | |||||
* | Fix typo reported by Michael Soulier. | Fred Drake | 2001-10-18 | 1 | -1/+1 |
| | |||||
* | Function descriptions must end as well as start! | Fred Drake | 2001-10-18 | 1 | -0/+1 |
| | |||||
* | Elaborate on types and meaning of the setgroups arguments. | Martin v. Löwis | 2001-10-18 | 1 | -2/+4 |
| | |||||
* | Expose setgroups. Fixes feature request #468116. | Martin v. Löwis | 2001-10-18 | 1 | -0/+7 |
| | |||||
* | SF bug [#471111] inspect.getframeinfo() needs docs. | Tim Peters | 2001-10-16 | 1 | -0/+6 |
| | | | | TeX-ified its docstring. | ||||
* | Partial patch from SF #452266, by Jason Petrone. | Guido van Rossum | 2001-10-16 | 1 | -5/+4 |
| | | | | | | This changes Pythread_start_thread() to return the thread ID, or -1 for an error. (It's technically an incompatible API change, but I doubt anyone calls it.) | ||||
* | [ #403753 ] zlib decompress; uncontrollable memory usage | Jeremy Hylton | 2001-10-16 | 1 | -2/+16 |
| | | | | | | | | | | | | | Mostly by Toby Dickenson and Titus Brown. Add an optional argument to a decompression object's decompress() method. The argument specifies the maximum length of the return value. If the uncompressed data exceeds this length, the excess data is stored as the unconsumed_tail attribute. (Not to be confused with unused_data, which is a separate issue.) Difference from SF patch: Default value for unconsumed_tail is "" rather than None. It's simpler if the attribute is always a string. | ||||
* | Document required return values -1, 0, 1 for tp_compare handler, as | Guido van Rossum | 2001-10-16 | 1 | -2/+11 |
| | | | | suggested in SF patch #424475. Also document exception return. | ||||
* | Update the description of PyTrace_EXCEPT. | Fred Drake | 2001-10-16 | 1 | -5/+8 |
| | |||||
* | Fix a few usage and style-guide conformance issues. | Fred Drake | 2001-10-16 | 1 | -10/+10 |
| | |||||
* | Added information about setprofile() and settrace() hooks being thread- | Fred Drake | 2001-10-16 | 1 | -2/+9 |
| | | | | | specific, and updated some of the comments about the profile hook. This closes SF bug #471725. | ||||
* | Fix thinko in a comment about seeking with a file object. | Fred Drake | 2001-10-16 | 1 | -1/+1 |
| | | | | Reported by Francesco Trentini. | ||||
* | Added notes to clarify that binascii.crc32(), zlib.crc32(), and | Fred Drake | 2001-10-15 | 2 | -3/+9 |
| | | | | zlib.adler32() are not suitable as general hash functions. | ||||
* | Added documentation for the functions listed in marshal.h. | Fred Drake | 2001-10-14 | 1 | -0/+80 |
| | | | | Prompted by Jim Ahlstrom. This closes SF patch #470614. | ||||
* | Add entries for the newly split C API manual. | Fred Drake | 2001-10-12 | 1 | -1/+12 |
| | |||||
* | Break the Python/C API manual into smaller files by chapter. This manual | Fred Drake | 2001-10-12 | 11 | -6136/+6171 |
| | | | | | | | | has grown beyond what font-lock will work with using the default (X)Emacs settings. Indentation of the description has been made consistent, and a number of smaller markup adjustments have been made as well. | ||||
* | Document that keyfile and certfile are now optional. | Jeremy Hylton | 2001-10-11 | 1 | -1/+1 |
| | | | | XXX Forgot to mention this in the last socketmodule.c checkin. | ||||
* | Describe the HeaderParser class. | Barry Warsaw | 2001-10-11 | 1 | -0/+11 |
| | |||||
* | A copy-and-paste job forget the "paste" half. | Tim Peters | 2001-10-09 | 1 | -1/+1 |
| | |||||
* | Allow the profiler's calibration constant to be specified in the constructor | Tim Peters | 2001-10-09 | 1 | -52/+32 |
| | | | | | | | | call, or via setting an instance or class vrbl. Rewrote the calibration docs. Modern boxes are so friggin' fast, and a profiler event does so much work anyway, that the cost of looking up an instance vrbl (the bias constant) per profile event just isn't a big deal. | ||||
* | Fix minor cut-and-paste typo. | Barry Warsaw | 2001-10-09 | 1 | -1/+1 |
| | |||||
* | Update the documentation for the isinstance() function to reflect recent | Fred Drake | 2001-10-09 | 1 | -221/+226 |
| | | | | | changes in the implementation. Indented all descriptions consistently. | ||||
* | Add documentation for the MIMEAudio class/module, contributed by | Barry Warsaw | 2001-10-09 | 1 | -0/+26 |
| | | | | Anthony Baxter. | ||||
* | Improve the documentation for the os.P_* constants used with the os.spawn*() | Fred Drake | 2001-10-09 | 1 | -9/+29 |
| | | | | | | | | | | functions to include information about how they affect the operation of those functions when used as the "mode" parameter. This closes SF bug #468384. Added warnings to the os.tempnam() and os.tmpnam() functions regarding their security problem. These warning mirror the warnings added to the runtime by Skip Montanaro. | ||||
* | New markup: \note{...} and \warning{...} | Fred Drake | 2001-10-09 | 4 | -0/+36 |
| | |||||
* | Note that the values for Boolean options are case-insensitive. | Fred Drake | 2001-10-09 | 1 | -2/+3 |
| | |||||
* | Update the description of getboolean() to reflect the changes made by | Fred Drake | 2001-10-08 | 1 | -3/+5 |
| | | | | SF patch #467580. | ||||
* | Remove code and docs for the OldProfile and HotProfile classes: code | Tim Peters | 2001-10-07 | 1 | -170/+23 |
| | | | | | hasn't worked in years, docs were wrong, and they aren't interesting anymore regardless. |