summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 62586 via svnmerge fromEric Smith2008-04-302-129/+240
* Fix var name.Georg Brandl2008-04-291-1/+1
* Cleanup the Unicode header documentation and formatting a bit.Marc-André Lemburg2008-04-291-11/+22
* Document the fact that '\U' and '\u' escapes are not treated specially in 3.0...Benjamin Peterson2008-04-283-11/+11
* Blocked revisions 62536 via svnmergeBenjamin Peterson2008-04-270-0/+0
* Blocked revisions 62517-62518 via svnmergeBenjamin Peterson2008-04-270-0/+0
* Merged revisions 62499 via svnmerge fromMark Dickinson2008-04-263-1/+33
* Block 2.6-only doc change.Georg Brandl2008-04-260-0/+0
* #2689 Fix indentation in Objects/rangeobject.cBenjamin Peterson2008-04-251-2/+2
* Remove duplicated code in pydoc.py, probably a merge conflict some months ago.Amaury Forgeot d'Arc2008-04-251-17/+0
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-2540-3380/+3443
* Correct recently merged tests:Amaury Forgeot d'Arc2008-04-242-11/+4
* Merged revisions 62486-62487 via svnmerge fromAmaury Forgeot d'Arc2008-04-242-1/+33
* Merged revisions 62481 via svnmerge fromThomas Heller2008-04-244-50/+136
* Obvious simplification, now that "long" has disappeared.Amaury Forgeot d'Arc2008-04-241-5/+1
* There is no reason for imp.get_magic() to return a mutable bytearrayAmaury Forgeot d'Arc2008-04-241-1/+1
* Removed documentation for future_builtinsBenjamin Peterson2008-04-242-54/+0
* 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