summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update links and information on PyQt/PyKDE.Fred Drake2002-05-311-6/+13
* Backport change to 1.35 adding doc stringsRaymond Hettinger2002-05-291-1/+160
* Backport change to 1.19 adding docstrings.Raymond Hettinger2002-05-291-0/+49
* Backport change to 1.18 adding docstringsRaymond Hettinger2002-05-292-2/+49
* Backport change to 1.29 adding docstringsRaymond Hettinger2002-05-291-0/+62
* Backport change to 1.8 adding docstringsRaymond Hettinger2002-05-291-3/+56
* The logreader object did not always refill the input buffer correctlyNeil Schemenauer2002-05-291-105/+56
* Backport fix by tismer for #210682Neal Norwitz2002-05-291-11/+5
* Fix for SF bug 551412. When _PyType_Lookup() is called on a typeGuido van Rossum2002-05-241-0/+6
* Added missing dependency on the refcount data file.Fred Drake2002-05-231-2/+2
* Closes: #556025 seg fault when doing list(xrange(1e9))Neal Norwitz2002-05-232-3/+23
* Added a version annotation for StringTypes.Fred Drake2002-05-221-0/+1
* Add availability information for a couple of the types, and notes on writingFred Drake2002-05-211-5/+10
* Munge the RCS keywords to avoid updates, so the version number matches thatFred Drake2002-05-211-1/+1
* Typo: build -> builtFred Drake2002-05-161-1/+1
* Fix broken reference, minor clarification.Fred Drake2002-05-161-8/+10
* Patch 547037. Corrected documentation to matchRaymond Hettinger2002-05-161-8/+6
* [Bug #556370] Update URL for ExpatAndrew M. Kuchling2002-05-151-2/+1
* Added missing index entries for mapping methods. Closes patch #548693.Raymond Hettinger2002-05-151-1/+6
* Add docstrings excerpted from the library reference.Raymond Hettinger2002-05-154-1/+120
* Use spaces, not tabs for indents.Guido van Rossum2002-05-141-4/+4
* Closes patch 529408 deprecating random.stdgamma().Raymond Hettinger2002-05-141-10/+34
* Closes SF bug 527139. Brings docs inline with random.py 1.26.6.1Raymond Hettinger2002-05-131-1/+1
* Closes SF bug 527139. Moved temp variables inside guard.Raymond Hettinger2002-05-131-7/+6
* Correct gammavariate's method name and domain.Raymond Hettinger2002-05-131-2/+2
* Backport from 2.3:Guido van Rossum2002-05-132-7/+35
* Backport checkin:Walter Dörwald2002-05-131-0/+6
* Backport ver 1.88 correction noting that lists now support .__getitem__().Raymond Hettinger2002-05-131-4/+2
* Close SF bug 551673. Backport Skip Montanaro's checkin of 2.112.Raymond Hettinger2002-05-121-1/+1
* Fix typo: ptread --> pthreadFred Drake2002-05-111-1/+1
* Fix typoAndrew M. Kuchling2002-05-091-1/+1
* Backport of 1.4:Jack Jansen2002-05-071-2/+0
* Add a note explaining the interaction between unbuffered input andFred Drake2002-05-061-1/+3
* Integrated SF patch #539487 by Matthias Klose:Fred Drake2002-05-034-59/+68
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-05-031-0/+890
* Add a regression test that was removed prematurely. This tests deprecatedFred Drake2002-05-021-0/+14
* Many minor markup adjustments for consistency.Fred Drake2002-05-021-10/+10
* Remove extra period produced by previous change.Fred Drake2002-05-021-3/+3
* Added regression tests for xrange object attributes.Fred Drake2002-05-021-0/+23
* Fix attribute access for the xrange objects. The tp_getattr and tp_getattroFred Drake2002-05-021-31/+38
* Correct information on support for repietition & concatenation for bufferFred Drake2002-05-021-6/+8
* Revise version/date information since we're not about to hit a release.Fred Drake2002-05-022-3/+3
* Backport buffer() tests trunk to avoid regression failures.Fred Drake2002-05-022-0/+30
* Explain what os.read() returns at end of file.Fred Drake2002-05-011-1/+3
* Add missing right-parenthesis.Fred Drake2002-05-011-1/+1
* Add a note about when the "%r" formatting code was added.Fred Drake2002-04-301-0/+1
* backport theller's patch:Anthony Baxter2002-04-301-4/+4
* backport tim_one's patch:Anthony Baxter2002-04-301-2/+2
* backport tim_one's patch:Anthony Baxter2002-04-303-32/+19
* backport tim_one's patch:Anthony Baxter2002-04-301-2/+6