summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a few tests for pydoc.Amaury Forgeot d'Arc2008-04-242-1/+33
* Disable gc when running test_trace, or we may record the __del__ of collected...Amaury Forgeot d'Arc2008-04-241-0/+12
* Remove cyclic reference in CFuncPtr instances; see issue #2682.Thomas Heller2008-04-244-50/+136
* Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0).Amaury Forgeot d'Arc2008-04-243-2/+5
* Add Jesus Cea.Martin v. Löwis2008-04-241-0/+3
* Fix typo.Martin v. Löwis2008-04-241-1/+1
* Remove Py_Refcnt, Py_Type, Py_Size, as they were added onlyMartin v. Löwis2008-04-241-5/+0
* Add Guilherme Polo.Martin v. Löwis2008-04-241-0/+3
* #2673 Fix example typo in optparse docsBenjamin Peterson2008-04-231-1/+1
* syntax fixupGregory P. Smith2008-04-231-3/+3
* Factor in documentation changes from issue 1753732.Skip Montanaro2008-04-221-0/+13
* Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-223-3/+12
* update the getpass entryGregory P. Smith2008-04-221-2/+3
* Major improvements:Gregory P. Smith2008-04-222-36/+94
* Add Thomas LeeNeal Norwitz2008-04-221-0/+3
* Various io doc updatesBenjamin Peterson2008-04-221-68/+63
* Make configure test for tanh(-0.) == -0. committed in r62447 actuallyMark Dickinson2008-04-222-5/+9
* Fix Sphinx warningsBenjamin Peterson2008-04-211-11/+11
* Issue 2665: On Windows, sys.stderr does not contain a valid file when running...Amaury Forgeot d'Arc2008-04-212-4/+24
* test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot,Mark Dickinson2008-04-213-0/+105
* If sys.stdin is not a tty, fall back to default_getpass after printingGregory P. Smith2008-04-212-0/+7
* Windows x64 also falls under VER_PLATFORM_WIN32_NT.Jeroen Ruigrok van der Werven2008-04-211-11/+11
* explicitly flush after the ... since there wasn't a newlineGregory P. Smith2008-04-211-0/+1
* capitalizationDavid Goodger2008-04-211-2/+2
* corrections ("reStructuredText" is one word)David Goodger2008-04-211-4/+4
* Fix typo.Thomas Heller2008-04-211-1/+1
* Moved Mark SummerField's io doc changes back to the trunk. (He will edit here...Benjamin Peterson2008-04-211-117/+137
* Add various itemsAndrew M. Kuchling2008-04-211-1/+46
* Wording changesAndrew M. Kuchling2008-04-211-2/+2
* Markup fixAndrew M. Kuchling2008-04-211-1/+1
* Silence 'r may be used uninitialized' compiler warning.Mark Dickinson2008-04-211-0/+1
* Comment typoAndrew M. Kuchling2008-04-211-1/+1
* math.atan2 is misbehaving on Windows; this patchMark Dickinson2008-04-201-1/+37
* Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache c...Amaury Forgeot d'Arc2008-04-201-0/+3
* Add test for tanh(-0.) == -0. on IEEE 754 systemsMark Dickinson2008-04-201-0/+58
* Even more fixes for alpha Tru64, this time forMark Dickinson2008-04-201-1/+10
* Move description of math module changes; various edits to description of cmat...Andrew M. Kuchling2008-04-201-48/+62
* Issue 2662: Initialize special value tables dynamically (i.e. whenMark Dickinson2008-04-201-109/+128
* Yet more explicit special case handling to makeMark Dickinson2008-04-202-47/+67
* FreeBSD doesn't follow C99 for modf(inf); so add explicitMark Dickinson2008-04-201-0/+9
* Report additional diagnostic information inMark Dickinson2008-04-201-1/+6
* Move asinh documentation to the proper place.Mark Dickinson2008-04-191-17/+18
* Correct documentation for math.pow;Mark Dickinson2008-04-191-4/+8
* Update template for newest Sphinx.Georg Brandl2008-04-192-3/+4
* Document updates to math and cmath modules.Mark Dickinson2008-04-191-0/+51
* Complete documentation for errors argument of io's open and TextIOWrapperBenjamin Peterson2008-04-191-9/+14
* Additional special-case handling for math.pow.Mark Dickinson2008-04-191-6/+13
* Copy io documentation back from py3k branch so changes can be merged into it.Benjamin Peterson2008-04-191-25/+30
* Additional tests for math.pow, and extra special-caseMark Dickinson2008-04-192-10/+135
* :func: et al. should *not* include the parens.Georg Brandl2008-04-191-3/+3