summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in the representation of self-referential tuples.Alexandre Vassalotti2008-05-031-1/+1
* One more attempt to track down Debian/alpha test_math failures:Mark Dickinson2008-05-021-3/+11
* Remove temporary autoconf checks added in revision 62592Mark Dickinson2008-05-012-565/+1
* Don't output floats in prime example.Georg Brandl2008-05-011-1/+1
* Whoops. errno should only be tested when the result is finite.Mark Dickinson2008-05-011-4/+4
* Make floating-point exception error messages slightly more verbose: inMark Dickinson2008-04-303-21/+24
* Removed merge tracking for "svnmerge" forThomas Heller2008-04-300-0/+0
* Merged revisions 62602 via svnmerge fromGeorg Brandl2008-04-301-3/+5
* Block backport of next().Georg Brandl2008-04-300-0/+0
* Fix nits in builtin next().Georg Brandl2008-04-301-13/+14
* Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,...Thomas Heller2008-04-307-2/+387
* Add some temporary autoconf checks to try to figure out why test_math isMark Dickinson2008-04-302-1/+565
* 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