summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-2430-147/+8
* Issue 2440: remove the guard around the handling of case 'n' in getargs.c's c...Trent Nelson2008-04-222-6/+3
* dumps() and loads() work in terms of bytes objects not strings.Mark Summerfield2008-04-211-5/+5
* Merged revisions 62420-62421,62423-62424 via svnmerge fromChristian Heimes2008-04-214-2/+108
* Blocked revisions 62431 via svnmergeBenjamin Peterson2008-04-210-0/+0
* A lot of small detailed revisions to the io module's doc.Mark Summerfield2008-04-211-117/+137
* Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,...Christian Heimes2008-04-2015-207/+582
* Remove duplicated reduce() entry.Georg Brandl2008-04-191-8/+1
* Reverted 62397; no versionadded/changed in 3.0 docsBenjamin Peterson2008-04-191-1/+0
* Blocked revisions 62398 via svnmergeBenjamin Peterson2008-04-190-0/+0
* the io module was added in 2.6 (I know not really, but the end user isn't goi...Benjamin Peterson2008-04-191-0/+1
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-1922-193/+416
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-1927-1162/+5096
* Have test_coding conditionally remove test files instead of assuming that theyBrett Cannon2008-04-171-3/+3
* PyLong_FromSsize_t was incorrect when sizeof(size_t) > sizeof(long);Mark Dickinson2008-04-152-12/+56
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-1514-24/+102
* Recorded merge of revisions 62345 via svnmerge fromAlexandre Vassalotti2008-04-140-0/+0
* Fix problems in the io docs noted by Alexandre VassalottiBenjamin Peterson2008-04-142-9/+6
* Re-indented bytes_getbuffer() and bytes_releasebuffer() to 4-spaceAlexandre Vassalotti2008-04-141-16/+16
* Improved bytes_extend() to avoid making a full copy of the temporaryAlexandre Vassalotti2008-04-141-17/+23
* Merged revisions 62338 via svnmerge fromThomas Heller2008-04-144-25/+81
* Issue #2058: Remove the buf attribute and add __slots__ to theLars Gustäbel2008-04-142-34/+46
* Another io doc fixBenjamin Peterson2008-04-131-1/+1
* Merged revisions 62332 via svnmerge fromBenjamin Peterson2008-04-132-0/+7
* A few io doc fixesBenjamin Peterson2008-04-131-22/+27
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-1334-570/+1701
* Blocked revisions 62309-62310 via svnmergeBenjamin Peterson2008-04-130-0/+0
* Fleshed out docstrings in the io module, improving the reST one as I went.Benjamin Peterson2008-04-132-216/+367
* Removed unused variable.Alexandre Vassalotti2008-04-121-2/+0
* Issue 2440: revert r62269 and r62279. These changes were made in an effort t...Trent Nelson2008-04-113-21/+6
* Synced builtin open and io.open documentation, taking the best of eachBenjamin Peterson2008-04-112-102/+121
* Fix change to PyNumber_Index() made in r62269, which incorrectly allowed floa...Trent Nelson2008-04-101-1/+1
* Add a NEWS entry for issue2221.Amaury Forgeot d'Arc2008-04-102-2/+7
* Update test_ssl.py to reflect the new approach for writing network-oriented t...Trent Nelson2008-04-101-55/+26
* Revert r62242: trunk's test_ssl.py isn't as up-to-date as py3k's, and should'...Trent Nelson2008-04-101-61/+133
* Bug #2606: Avoid calling .sort() on a dict_keys object.Martin v. Löwis2008-04-102-9/+5
* Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext...Trent Nelson2008-04-103-6/+21
* Merged revisions 62246-62259 via svnmerge fromMartin v. Löwis2008-04-105-7/+28
* Merged revisions 62263 via svnmerge fromMartin v. Löwis2008-04-106-13/+119
* zap the last of the class.method typos in io docsBenjamin Peterson2008-04-091-2/+2
* #2575: bininteger missing in production list.Georg Brandl2008-04-091-1/+1
* #2580: int() docs revision.Georg Brandl2008-04-091-12/+14
* #2530: io module documentation.Georg Brandl2008-04-092-0/+604
* Remove __repr__ that doesn't have any advantage compared to the standard one.Georg Brandl2008-04-091-3/+0
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-0948-662/+980
* More docstring fixes, and an XXX.Georg Brandl2008-04-091-4/+5
* Clarify xrange() entry.Georg Brandl2008-04-091-1/+2
* Suppress compilation of lib2to3 py2_ test files.Martin v. Löwis2008-04-081-1/+1
* Tentatively Blocked revisions 62223 via svnmerge,Martin v. Löwis2008-04-080-0/+0
* Blocked revisions 62195 via svnmergeChristian Heimes2008-04-080-0/+0