| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adjust the documents so that the copyright is at the front of the documents | Fred Drake | 2001-06-21 | 7 | -96/+20 |
|
|
* | Make sure 2.1.1 takes its proper place in the history of Python licenses. | Fred Drake | 2001-06-21 | 1 | -4/+4 |
|
|
* | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-06-21 | 32 | -0/+24577 |
|
|
* | Fix my own typo: protect the FLUSHO usage with "#ifdef FLUSHO", not | Fred Drake | 2001-06-18 | 1 | -1/+1 |
|
|
* | Applying this to the 2.1.1 branch: | Guido van Rossum | 2001-06-18 | 1 | -6/+7 |
|
|
* | Spell "#ifdef" as "#ifdef", not "#endif". | Fred Drake | 2001-06-16 | 1 | -1/+1 |
|
|
* | Protect several more uses of constants with #ifdefs; these are necessary on | Thomas Wouters | 2001-06-15 | 1 | -0/+10 |
|
|
* | Fix an improperly placed comma. | Fred Drake | 2001-06-14 | 1 | -1/+1 |
|
|
* | Incorporating MAL's bugfix into the 2.1.1 branch: | Guido van Rossum | 2001-06-12 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing | Thomas Wouters | 2001-06-11 | 1 | -0/+2 |
|
|
* | Merge in recent changes from development branch: add warning about being | Fred Drake | 2001-06-11 | 1 | -0/+11 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|