summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust the documents so that the copyright is at the front of the documentsFred Drake2001-06-217-96/+20
* Make sure 2.1.1 takes its proper place in the history of Python licenses.Fred Drake2001-06-211-4/+4
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-06-2132-0/+24577
* Fix my own typo: protect the FLUSHO usage with "#ifdef FLUSHO", notFred Drake2001-06-181-1/+1
* Applying this to the 2.1.1 branch:Guido van Rossum2001-06-181-6/+7
* Spell "#ifdef" as "#ifdef", not "#endif".Fred Drake2001-06-161-1/+1
* Protect several more uses of constants with #ifdefs; these are necessary onThomas Wouters2001-06-151-0/+10
* Fix an improperly placed comma.Fred Drake2001-06-141-1/+1
* Incorporating MAL's bugfix into the 2.1.1 branch:Guido van Rossum2001-06-121-1/+1
* Add the appropriate availability annotations for the popen*() family ofFred Drake2001-06-111-4/+7
* Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). AddedFred Drake2001-06-111-3/+11
* Protect the use of the VWERASE symbol by an #ifdef, it's apparently missingThomas Wouters2001-06-111-0/+2
* Merge in recent changes from development branch: add warning about beingFred Drake2001-06-111-0/+11
* Typo: "descrition" --> "description"Fred Drake2001-06-061-3/+10
* Add references to the documentation for the Python documentation markup.Fred Drake2001-06-062-0/+14
* Update a "Programmer's note" about lambda forms and scoping to reflectFred Drake2001-06-051-5/+19
* is -> if in rename descriptionSkip Montanaro2001-06-041-1/+1
* Explained more differences between PyList_SetItem() and PyList_SET_ITEM().Fred Drake2001-06-031-2/+7
* Document os.getenv().Fred Drake2001-05-311-0/+7
* Some general cleanup of the threading module documentation, includingFred Drake2001-05-311-25/+15
* expand __all__ to include a bunch of names that should have been thereSkip Montanaro2001-05-311-1/+6
* Users of PySequence_GET_FAST() should get the length of the sequence usingFred Drake2001-05-291-1/+1
* readlink() description: Added note that the return value may be eitherFred Drake2001-05-291-5/+20
* Bring the notes on the relationship between __cmp__(), __eq__(), andFred Drake2001-05-291-13/+23
* Fix typo reported in SF bug #427783.Fred Drake2001-05-291-1/+1
* The parameter to the listen() method is not optional, but was marked asFred Drake2001-05-291-1/+1
* _PyTuple_Resize: guard against PyTuple_New() returning NULL, using Tim'sThomas Wouters2001-05-291-1/+1
* _PyTuple_Resize: take into account the empty tuple. There can be only one.Thomas Wouters2001-05-281-2/+11
* Add a version annotation for splitdrive(); old, but as long as I managedFred Drake2001-05-251-0/+1
* Backport Fred's checkin 1.3:Thomas Wouters2001-05-231-1/+1
* Backport Tim's checkin 2.84:Thomas Wouters2001-05-231-34/+95
* Re-incarnate dead turd of old test_mutants output file.Thomas Wouters2001-05-231-0/+1
* Now that the backporting of test_mutants.py worked successfully (BarnevelderThomas Wouters2001-05-231-1/+1
* Tim's test_mutants test, taken from revision 1.3 (unsure if I used the rightThomas Wouters2001-05-230-0/+0
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-05-23116-0/+60946
* Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81),Thomas Wouters2001-05-233-41/+65
* *** empty log message ***Thomas Wouters2001-05-232-26/+39
* Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16,Thomas Wouters2001-05-233-6/+24
* Backport Tim's checkin 2.130:Thomas Wouters2001-05-231-1/+7
* Backport MAL's checkin 1.32:Thomas Wouters2001-05-231-0/+6
* Backport MAL's checkin 2.105:Thomas Wouters2001-05-231-2/+3
* Net result of Guido's checkins of object.c (2.125 and 2.126), classobject.cThomas Wouters2001-05-233-31/+42
* Backport of Tim's checkin 2.177:Thomas Wouters2001-05-231-8/+5
* Backport Tim's checkin 2.199:Thomas Wouters2001-05-231-9/+19
* Backport of Tim's checkin 2.88:Thomas Wouters2001-05-231-4/+15
* Backport Tim's checkin 2.104:Thomas Wouters2001-05-231-2/+6
* Backport Jeremy's checkin 1.7:Thomas Wouters2001-05-231-0/+1
* Backport Jeremy's checkin 1.15:Thomas Wouters2001-05-231-0/+11
* Backport Jeremy's checkin 2.198:Thomas Wouters2001-05-231-6/+20
* Backport Fred's checkin 2.29:Thomas Wouters2001-05-231-2/+2