| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the option processing more robust. | Fred Drake | 2001-06-12 | 1 | -7/+31 |
|
|
* | Fixed reference to table notes for {}.keys() and {}.items() -- these | Fred Drake | 2001-06-12 | 1 | -4/+4 |
|
|
* | Added q/Q standard (x-platform 8-byte ints) mode in struct module. | Tim Peters | 2001-06-12 | 1 | -7/+10 |
|
|
* | Add the appropriate availability annotations for the popen*() family of | Fred Drake | 2001-06-11 | 1 | -4/+7 |
|
|
* | Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added | Fred Drake | 2001-06-11 | 1 | -3/+11 |
|
|
* | Fix recent changes so that this section will format again. | Fred Drake | 2001-06-11 | 1 | -2/+3 |
|
|
* | Initial support for 'q' and 'Q' struct format codes: for now, only in | Tim Peters | 2001-06-10 | 1 | -5/+6 |
|
|
* | Fix the attributions for the new floating point text. | Fred Drake | 2001-06-08 | 1 | -2/+1 |
|
|
* | Added credits in the right places. | Fred Drake | 2001-06-08 | 1 | -0/+2 |
|
|
* | Text from Tim & Guido discussing floating point arithmetic and what users | Fred Drake | 2001-06-08 | 1 | -0/+265 |
|
|
* | add warning about situation where code may be executed twice, once when | Skip Montanaro | 2001-06-08 | 1 | -0/+10 |
|
|
* | In the section on extending the profiler, add some additional discussion | Fred Drake | 2001-06-08 | 1 | -10/+45 |
|
|
* | Document filter. | Martin v. Löwis | 2001-06-07 | 1 | -0/+5 |
|
|
* | Typo: "descrition" --> "description" | Fred Drake | 2001-06-06 | 1 | -3/+10 |
|
|
* | Add references to the documentation for the Python documentation markup. | Fred Drake | 2001-06-06 | 2 | -0/+14 |
|
|
* | Fix bug #422702: Make flag argument to open optional, and document it that way. | Martin v. Löwis | 2001-06-05 | 1 | -1/+1 |
|
|
* | Update a "Programmer's note" about lambda forms and scoping to reflect | Fred Drake | 2001-06-05 | 1 | -5/+19 |
|
|
* | is -> if in rename description | Skip Montanaro | 2001-06-04 | 1 | -1/+1 |
|
|
* | Explained more differences between PyList_SetItem() and PyList_SET_ITEM(). | Fred Drake | 2001-06-03 | 1 | -2/+7 |
|
|
* | Document os.getenv(). | Fred Drake | 2001-05-31 | 1 | -0/+7 |
|
|
* | Some general cleanup of the threading module documentation, including | Fred Drake | 2001-05-31 | 1 | -25/+15 |
|
|
* | Added entry for HTMLParser documentation. | Fred Drake | 2001-05-30 | 2 | -0/+2 |
|
|
* | Michel Pelletier <michel@digicool.com>: | Fred Drake | 2001-05-30 | 1 | -0/+136 |
|
|
* | New solution to the "Someone stuck a colon in that filename!" problem: | Fred Drake | 2001-05-29 | 1 | -3/+10 |
|
|
* | Users of PySequence_GET_FAST() should get the length of the sequence using | Fred Drake | 2001-05-29 | 1 | -1/+1 |
|
|
* | readlink() description: Added note that the return value may be either | Fred Drake | 2001-05-29 | 1 | -5/+20 |
|
|
* | Hack to make this play nicer with *old* versions of Python: os.path.abspath() | Fred Drake | 2001-05-29 | 1 | -0/+10 |
|
|
* | Bring the notes on the relationship between __cmp__(), __eq__(), and | Fred Drake | 2001-05-29 | 1 | -10/+15 |
|
|
* | Fix typo reported in SF bug #427783. | Fred Drake | 2001-05-29 | 1 | -1/+1 |
|
|
* | The parameter to the listen() method is not optional, but was marked as | Fred Drake | 2001-05-29 | 1 | -1/+1 |
|
|
* | Removed information on the old third parameter to _PyTuple_Resize(). | Fred Drake | 2001-05-29 | 1 | -1/+20 |
|
|
* | If the input line does not contain enough fields, raise a meaningful | Fred Drake | 2001-05-29 | 1 | -0/+2 |
|
|
* | Do not start API descriptions with "Does the same, but ..." -- actually | Fred Drake | 2001-05-29 | 1 | -10/+13 |
|
|
* | Add a version annotation for splitdrive(); old, but as long as I managed | Fred Drake | 2001-05-25 | 1 | -0/+1 |
|
|
* | Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues() | Fred Drake | 2001-05-25 | 1 | -12/+23 |
|
|
* | One more update related to the new get() and setdefault() methods on the | Fred Drake | 2001-05-22 | 1 | -5/+6 |
|
|
* | Update to add get() and setdefault() as supported mapping operations, and | Fred Drake | 2001-05-22 | 1 | -2/+8 |
|
|
* | Add some clarifications about the mapping interface presented by | Fred Drake | 2001-05-22 | 1 | -2/+4 |
|
|
* | Changed all the examples with ugly platform-dependent float output to use | Tim Peters | 2001-05-22 | 1 | -16/+20 |
|
|
* | Add a "See also" section with useful links. More should be added giving | Fred Drake | 2001-05-21 | 1 | -0/+15 |
|
|
* | Update output to reflect additional precision produced by the repr() of | Fred Drake | 2001-05-21 | 1 | -2/+3 |
|
|
* | Add documentation for Py_Main() and PyThreadState_GetDict(). | Fred Drake | 2001-05-21 | 1 | -0/+21 |
|
|
* | Typo: "that" --> "than" | Fred Drake | 2001-05-21 | 1 | -1/+1 |
|
|
* | Fix bug in smtplib example: the prompt said to end the message with ^D, | Fred Drake | 2001-05-20 | 1 | -3/+6 |
|
|
* | Get Aahz listed correctly using his legal/professional name. | Fred Drake | 2001-05-20 | 1 | -1/+1 |
|
|
* | Add another item | Andrew M. Kuchling | 2001-05-19 | 1 | -0/+3 |
|
|
* | Beef up the unicode() description a bit, based on material from AMK's | Fred Drake | 2001-05-15 | 1 | -4/+12 |
|
|
* | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 1 | -7/+21 |
|
|
* | Make sure we include all of Python's numeric types in the data model | Fred Drake | 2001-05-14 | 1 | -1/+2 |
|
|
* | Add some text to make the dircmp object section more readable, and move | Fred Drake | 2001-05-11 | 1 | -7/+16 |
|
|