summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a list of mapping interface methods which are not supported byFred Drake2001-05-221-1/+4
* Add some clarifications about the mapping interface presented byFred Drake2001-05-221-2/+4
* Update output to reflect additional precision produced by the repr() ofFred Drake2001-05-211-2/+2
* Add documentation for Py_Main() and PyThreadState_GetDict().Fred Drake2001-05-211-0/+21
* Typo: "that" --> "than"Fred Drake2001-05-211-1/+1
* Fix bug in smtplib example: the prompt said to end the message with ^D,Fred Drake2001-05-201-3/+6
* Make sure we include all of Python's numeric types in the data modelFred Drake2001-05-141-1/+2
* the usual...Fred Drake2001-05-111-2/+2
* Migrate the last few revisions from the head to the bugfix branch -- theseFred Drake2001-05-111-54/+68
* Add a check for sys/modem.h, needed by termios on HP-UX.Fred Drake2001-05-112-1/+4
* Fix typo in weakref.proxy() documentation.Fred Drake2001-05-101-1/+1
* Remove all mentions of the strop module -- it has been pronounced Evil.Fred Drake2001-05-102-18/+7
* Fix typo reported by David Goodger. This closes SF patch #422383.Fred Drake2001-05-101-1/+1
* Itamar Shtull-Trauring <python@itamarst.org>:Fred Drake2001-05-091-4/+5
* Three uses of makesockaddr() used sockaddr buffers that had not be cleared;Fred Drake2001-05-091-0/+3
* Update build notes for Mac OS X 10.0.Fred Drake2001-05-091-10/+10
* Fix the operator precedence table: exponentiation binds tighter thanFred Drake2001-05-091-2/+2
* Update the directory names to match changes at SourceForge.Fred Drake2001-05-092-2/+2