| Commit message (Expand) | Author | Age | Files | Lines |
* | Promote file objects out of the "Other Objects" category, so they become | Fred Drake | 2001-10-30 | 1 | -172/+172 |
|
|
* | Promote built-in functions to come before built-in types. | Fred Drake | 2001-10-30 | 2 | -4/+2 |
|
|
* | Mention the new file() builtin in the section on file objects. | Tim Peters | 2001-10-30 | 1 | -3/+6 |
|
|
* | Rename "dictionary" (type and constructor) to "dict". | Tim Peters | 2001-10-29 | 1 | -7/+7 |
|
|
* | Add additional information on exceptions from time.mktime() and related to | Fred Drake | 2001-10-29 | 1 | -2/+7 |
|
|
* | Fix up a number of small problems with the DOM documentation. | Fred Drake | 2001-10-26 | 2 | -20/+35 |
|
|
* | Remove unused variable. | Fred Drake | 2001-10-26 | 1 | -1/+0 |
|
|
* | Explain what [].insert() does when the target index is negative. | Fred Drake | 2001-10-26 | 1 | -7/+11 |
|
|
* | Add notes pointing out that these classes are kept for backward compatibility | Fred Drake | 2001-10-26 | 1 | -0/+17 |
|
|
* | Many, many small fixes and improvements, most suggested by Detlef Lannert. | Fred Drake | 2001-10-26 | 1 | -17/+27 |
|
|
* | Some style changes and typo fixes. | Fred Drake | 2001-10-26 | 1 | -6/+9 |
|
|
* | Typo: destuction --> destruction | Fred Drake | 2001-10-26 | 1 | -1/+1 |
|
|
* | Generalize dictionary() to accept a sequence of 2-sequences. At the | Tim Peters | 2001-10-26 | 1 | -2/+24 |
|
|
* | Enforce a bit of markup consistency. | Fred Drake | 2001-10-26 | 1 | -13/+12 |
|
|
* | Minor textual adjustment, and style-guide conformance (no use of "iff"). | Fred Drake | 2001-10-26 | 1 | -4/+5 |
|
|
* | Applying proposed patch for bug #474583, optional support for | Barry Warsaw | 2001-10-25 | 1 | -16/+39 |
|
|
* | Typo: NamedNodeList --> NamedNodeMap | Fred Drake | 2001-10-25 | 1 | -1/+1 |
|
|
* | Make the deprecation notice use the same form as other such notices. | Fred Drake | 2001-10-24 | 1 | -3/+3 |
|
|
* | Minor revision of the text. | Fred Drake | 2001-10-24 | 1 | -2/+2 |
|
|
* | Doc and NEWS changes due to Jeremy adding traceback objects to gc. | Tim Peters | 2001-10-23 | 1 | -1/+4 |
|
|
* | Fixed an example in the use of email.Utils.getaddresses(). The | Barry Warsaw | 2001-10-22 | 1 | -4/+4 |
|
|
* | Clarify that the resource module does not attempt to mask platform | Fred Drake | 2001-10-22 | 1 | -1/+3 |
|
|
* | 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 | 39 | -145/+138 |
|
|
* | When stating that some parameters to makefile() are similar to the open() | Fred Drake | 2001-10-19 | 1 | -1/+2 |
|
|
* | Additional test and documentation for the unicode() changes. | Marc-André Lemburg | 2001-10-19 | 1 | -13/+27 |
|
|
* | Added a note about the somewhat kludgey behavior of the message | Barry Warsaw | 2001-10-19 | 1 | -0/+10 |
|
|
* | SF patch #443759: Add Interface to readline's add_history | Guido van Rossum | 2001-10-19 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | Straighten out the exec*() function descriptions a bit, and clarify a few | Fred Drake | 2001-10-18 | 1 | -65/+68 |
|
|
* | 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 |
|
|
* | Partial patch from SF #452266, by Jason Petrone. | Guido van Rossum | 2001-10-16 | 1 | -5/+4 |
|
|
* | [ #403753 ] zlib decompress; uncontrollable memory usage | Jeremy Hylton | 2001-10-16 | 1 | -2/+16 |
|
|
* | 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 |
|
|
* | Added notes to clarify that binascii.crc32(), zlib.crc32(), and | Fred Drake | 2001-10-15 | 2 | -3/+9 |
|
|
* | Document that keyfile and certfile are now optional. | Jeremy Hylton | 2001-10-11 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Add documentation for the MIMEAudio class/module, contributed by | Barry Warsaw | 2001-10-09 | 1 | -0/+26 |
|
|
* | Improve the documentation for the os.P_* constants used with the os.spawn*() | Fred Drake | 2001-10-09 | 1 | -9/+29 |
|
|
* | 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 |
|
|