| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
|
|
| * | expand __all__ to include a bunch of names that should have been there | Skip Montanaro | 2001-05-31 | 1 | -1/+6 |
|
|
| * | 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 |
|
|
| * | Bring the notes on the relationship between __cmp__(), __eq__(), and | Fred Drake | 2001-05-29 | 1 | -13/+23 |
|
|
| * | 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 |
|
|
| * | _PyTuple_Resize: guard against PyTuple_New() returning NULL, using Tim's | Thomas Wouters | 2001-05-29 | 1 | -1/+1 |
|
|
| * | _PyTuple_Resize: take into account the empty tuple. There can be only one. | Thomas Wouters | 2001-05-28 | 1 | -2/+11 |
|
|
| * | Add a version annotation for splitdrive(); old, but as long as I managed | Fred Drake | 2001-05-25 | 1 | -0/+1 |
|
|
| * | Backport Fred's checkin 1.3: | Thomas Wouters | 2001-05-23 | 1 | -1/+1 |
|
|
| * | Backport Tim's checkin 2.84: | Thomas Wouters | 2001-05-23 | 1 | -34/+95 |
|
|
| * | Re-incarnate dead turd of old test_mutants output file. | Thomas Wouters | 2001-05-23 | 1 | -0/+1 |
|
|
| * | Now that the backporting of test_mutants.py worked successfully (Barnevelder | Thomas Wouters | 2001-05-23 | 1 | -1/+1 |
|
|
| * | Tim's test_mutants test, taken from revision 1.3 (unsure if I used the right | Thomas Wouters | 2001-05-23 | 0 | -0/+0 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-05-23 | 116 | -0/+60946 |
|
|
| * | Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81), | Thomas Wouters | 2001-05-23 | 3 | -41/+65 |
|
|
| * | *** empty log message *** | Thomas Wouters | 2001-05-23 | 2 | -26/+39 |
|
|
| * | Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16, | Thomas Wouters | 2001-05-23 | 3 | -6/+24 |
|
|
| * | Backport Tim's checkin 2.130: | Thomas Wouters | 2001-05-23 | 1 | -1/+7 |
|
|
| * | Backport MAL's checkin 1.32: | Thomas Wouters | 2001-05-23 | 1 | -0/+6 |
|
|
| * | Backport MAL's checkin 2.105: | Thomas Wouters | 2001-05-23 | 1 | -2/+3 |
|
|
| * | Net result of Guido's checkins of object.c (2.125 and 2.126), classobject.c | Thomas Wouters | 2001-05-23 | 3 | -31/+42 |
|
|
| * | Backport of Tim's checkin 2.177: | Thomas Wouters | 2001-05-23 | 1 | -8/+5 |
|
|
| * | Backport Tim's checkin 2.199: | Thomas Wouters | 2001-05-23 | 1 | -9/+19 |
|
|
| * | Backport of Tim's checkin 2.88: | Thomas Wouters | 2001-05-23 | 1 | -4/+15 |
|
|
| * | Backport Tim's checkin 2.104: | Thomas Wouters | 2001-05-23 | 1 | -2/+6 |
|
|
| * | Backport Jeremy's checkin 1.7: | Thomas Wouters | 2001-05-23 | 1 | -0/+1 |
|
|
| * | Backport Jeremy's checkin 1.15: | Thomas Wouters | 2001-05-23 | 1 | -0/+11 |
|
|
| * | Backport Jeremy's checkin 2.198: | Thomas Wouters | 2001-05-23 | 1 | -6/+20 |
|
|
| * | Backport Fred's checkin 2.29: | Thomas Wouters | 2001-05-23 | 1 | -2/+2 |
|
|
| * | Add a list of mapping interface methods which are not supported by | Fred Drake | 2001-05-22 | 1 | -1/+4 |
|
|
| * | Add some clarifications about the mapping interface presented by | Fred Drake | 2001-05-22 | 1 | -2/+4 |
|
|
| * | Update output to reflect additional precision produced by the repr() of | Fred Drake | 2001-05-21 | 1 | -2/+2 |
|
|
| * | 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 |
|
|
| * | Make sure we include all of Python's numeric types in the data model | Fred Drake | 2001-05-14 | 1 | -1/+2 |
|
|
| * | the usual... | Fred Drake | 2001-05-11 | 1 | -2/+2 |
|
|
| * | Migrate the last few revisions from the head to the bugfix branch -- these | Fred Drake | 2001-05-11 | 1 | -54/+68 |
|
|
| * | Add a check for sys/modem.h, needed by termios on HP-UX. | Fred Drake | 2001-05-11 | 2 | -1/+4 |
|
|
| * | Fix typo in weakref.proxy() documentation. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
|
|
| * | Remove all mentions of the strop module -- it has been pronounced Evil. | Fred Drake | 2001-05-10 | 2 | -18/+7 |
|
|
| * | Fix typo reported by David Goodger. This closes SF patch #422383. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
|
|
| * | Itamar Shtull-Trauring <python@itamarst.org>: | Fred Drake | 2001-05-09 | 1 | -4/+5 |
|
|
| * | Three uses of makesockaddr() used sockaddr buffers that had not be cleared; | Fred Drake | 2001-05-09 | 1 | -0/+3 |
|
|
| * | Update build notes for Mac OS X 10.0. | Fred Drake | 2001-05-09 | 1 | -10/+10 |
|
|
| * | Fix the operator precedence table: exponentiation binds tighter than | Fred Drake | 2001-05-09 | 1 | -2/+2 |
|
|
| * | Update the directory names to match changes at SourceForge. | Fred Drake | 2001-05-09 | 2 | -2/+2 |
|
|