| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a few tests for pydoc. | Amaury Forgeot d'Arc | 2008-04-24 | 2 | -1/+33 |
|
|
* | Disable gc when running test_trace, or we may record the __del__ of collected... | Amaury Forgeot d'Arc | 2008-04-24 | 1 | -0/+12 |
|
|
* | Remove cyclic reference in CFuncPtr instances; see issue #2682. | Thomas Heller | 2008-04-24 | 4 | -50/+136 |
|
|
* | Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). | Amaury Forgeot d'Arc | 2008-04-24 | 3 | -2/+5 |
|
|
* | Add Jesus Cea. | Martin v. Löwis | 2008-04-24 | 1 | -0/+3 |
|
|
* | Fix typo. | Martin v. Löwis | 2008-04-24 | 1 | -1/+1 |
|
|
* | Remove Py_Refcnt, Py_Type, Py_Size, as they were added only | Martin v. Löwis | 2008-04-24 | 1 | -5/+0 |
|
|
* | Add Guilherme Polo. | Martin v. Löwis | 2008-04-24 | 1 | -0/+3 |
|
|
* | #2673 Fix example typo in optparse docs | Benjamin Peterson | 2008-04-23 | 1 | -1/+1 |
|
|
* | syntax fixup | Gregory P. Smith | 2008-04-23 | 1 | -3/+3 |
|
|
* | Factor in documentation changes from issue 1753732. | Skip Montanaro | 2008-04-22 | 1 | -0/+13 |
|
|
* | Issue #2670: urllib2.build_opener() failed when two handlers | Amaury Forgeot d'Arc | 2008-04-22 | 3 | -3/+12 |
|
|
* | update the getpass entry | Gregory P. Smith | 2008-04-22 | 1 | -2/+3 |
|
|
* | Major improvements: | Gregory P. Smith | 2008-04-22 | 2 | -36/+94 |
|
|
* | Add Thomas Lee | Neal Norwitz | 2008-04-22 | 1 | -0/+3 |
|
|
* | Various io doc updates | Benjamin Peterson | 2008-04-22 | 1 | -68/+63 |
|
|
* | Make configure test for tanh(-0.) == -0. committed in r62447 actually | Mark Dickinson | 2008-04-22 | 2 | -5/+9 |
|
|
* | Fix Sphinx warnings | Benjamin Peterson | 2008-04-21 | 1 | -11/+11 |
|
|
* | Issue 2665: On Windows, sys.stderr does not contain a valid file when running... | Amaury Forgeot d'Arc | 2008-04-21 | 2 | -4/+24 |
|
|
* | test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot, | Mark Dickinson | 2008-04-21 | 3 | -0/+105 |
|
|
* | If sys.stdin is not a tty, fall back to default_getpass after printing | Gregory P. Smith | 2008-04-21 | 2 | -0/+7 |
|
|
* | Windows x64 also falls under VER_PLATFORM_WIN32_NT. | Jeroen Ruigrok van der Werven | 2008-04-21 | 1 | -11/+11 |
|
|
* | explicitly flush after the ... since there wasn't a newline | Gregory P. Smith | 2008-04-21 | 1 | -0/+1 |
|
|
* | capitalization | David Goodger | 2008-04-21 | 1 | -2/+2 |
|
|
* | corrections ("reStructuredText" is one word) | David Goodger | 2008-04-21 | 1 | -4/+4 |
|
|
* | Fix typo. | Thomas Heller | 2008-04-21 | 1 | -1/+1 |
|
|
* | Moved Mark SummerField's io doc changes back to the trunk. (He will edit here... | Benjamin Peterson | 2008-04-21 | 1 | -117/+137 |
|
|
* | Add various items | Andrew M. Kuchling | 2008-04-21 | 1 | -1/+46 |
|
|
* | Wording changes | Andrew M. Kuchling | 2008-04-21 | 1 | -2/+2 |
|
|
* | Markup fix | Andrew M. Kuchling | 2008-04-21 | 1 | -1/+1 |
|
|
* | Silence 'r may be used uninitialized' compiler warning. | Mark Dickinson | 2008-04-21 | 1 | -0/+1 |
|
|
* | Comment typo | Andrew M. Kuchling | 2008-04-21 | 1 | -1/+1 |
|
|
* | math.atan2 is misbehaving on Windows; this patch | Mark Dickinson | 2008-04-20 | 1 | -1/+37 |
|
|
* | Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache c... | Amaury Forgeot d'Arc | 2008-04-20 | 1 | -0/+3 |
|
|
* | Add test for tanh(-0.) == -0. on IEEE 754 systems | Mark Dickinson | 2008-04-20 | 1 | -0/+58 |
|
|
* | Even more fixes for alpha Tru64, this time for | Mark Dickinson | 2008-04-20 | 1 | -1/+10 |
|
|
* | Move description of math module changes; various edits to description of cmat... | Andrew M. Kuchling | 2008-04-20 | 1 | -48/+62 |
|
|
* | Issue 2662: Initialize special value tables dynamically (i.e. when | Mark Dickinson | 2008-04-20 | 1 | -109/+128 |
|
|
* | Yet more explicit special case handling to make | Mark Dickinson | 2008-04-20 | 2 | -47/+67 |
|
|
* | FreeBSD doesn't follow C99 for modf(inf); so add explicit | Mark Dickinson | 2008-04-20 | 1 | -0/+9 |
|
|
* | Report additional diagnostic information in | Mark Dickinson | 2008-04-20 | 1 | -1/+6 |
|
|
* | Move asinh documentation to the proper place. | Mark Dickinson | 2008-04-19 | 1 | -17/+18 |
|
|
* | Correct documentation for math.pow; | Mark Dickinson | 2008-04-19 | 1 | -4/+8 |
|
|
* | Update template for newest Sphinx. | Georg Brandl | 2008-04-19 | 2 | -3/+4 |
|
|
* | Document updates to math and cmath modules. | Mark Dickinson | 2008-04-19 | 1 | -0/+51 |
|
|
* | Complete documentation for errors argument of io's open and TextIOWrapper | Benjamin Peterson | 2008-04-19 | 1 | -9/+14 |
|
|
* | Additional special-case handling for math.pow. | Mark Dickinson | 2008-04-19 | 1 | -6/+13 |
|
|
* | Copy io documentation back from py3k branch so changes can be merged into it. | Benjamin Peterson | 2008-04-19 | 1 | -25/+30 |
|
|
* | Additional tests for math.pow, and extra special-case | Mark Dickinson | 2008-04-19 | 2 | -10/+135 |
|
|
* | :func: et al. should *not* include the parens. | Georg Brandl | 2008-04-19 | 1 | -3/+3 |
|
|