| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Slightly better conformance to the Python C style guide. | Fred Drake | 2001-10-25 | 1 | -4/+8 |
|
|
* | One more LaTeX-ism that we'd rather ignore. | Fred Drake | 2001-10-25 | 1 | -0/+1 |
|
|
* | No need to run make twice here. | Fred Drake | 2001-10-25 | 1 | -1/+0 |
|
|
* | Update the rules so that changes to the HTML stylesheet cause appropriate | Fred Drake | 2001-10-25 | 1 | -21/+55 |
|
|
* | 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 |
|
|
* | When describing "import *", add a level of indirection between "*" and the | Fred Drake | 2001-10-24 | 1 | -3/+17 |
|
|
* | Documentation for the new PyArg_UnpackTuple() function. | Fred Drake | 2001-10-23 | 1 | -0/+47 |
|
|
* | Fill out section on how to write a new-style class | Andrew M. Kuchling | 2001-10-23 | 1 | -7/+145 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Clarify that the resource module does not attempt to mask platform | Fred Drake | 2001-10-22 | 1 | -1/+3 |
|
|
* | Add correction from /F about SRE | Andrew M. Kuchling | 2001-10-22 | 1 | -10/+10 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Bump version number. | Fred Drake | 2001-10-18 | 1 | -4/+3 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Document required return values -1, 0, 1 for tp_compare handler, as | Guido van Rossum | 2001-10-16 | 1 | -2/+11 |
|
|
* | 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 |
|
|
* | Fix thinko in a comment about seeking with a file object. | Fred Drake | 2001-10-16 | 1 | -1/+1 |
|
|
* | Added notes to clarify that binascii.crc32(), zlib.crc32(), and | Fred Drake | 2001-10-15 | 2 | -3/+9 |
|
|