Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. | Mark Dickinson | 2009-12-21 | 5 | -31/+187 |
| | | | | Thanks Case Van Horsen for the patch. | ||||
* | massive import cleaning in Distutils | Tarek Ziadé | 2009-12-21 | 24 | -121/+97 |
| | |||||
* | Fixed #7552: fixed distutils.command.upload failure on very long passwords | Tarek Ziadé | 2009-12-20 | 3 | -8/+33 |
| | |||||
* | Issue #7554: Various fixups in test_cmath.py: remove code duplication, | Mark Dickinson | 2009-12-20 | 1 | -63/+50 |
| | | | | use new-style formatting. Thanks Florent Xicluna for the patch. | ||||
* | Silence -3 warnings. Thanks Florent Xicluna. | Mark Dickinson | 2009-12-20 | 1 | -2/+4 |
| | |||||
* | Fix for consistency with py3k keyword-only version of assertAlmostEqual | Mark Dickinson | 2009-12-20 | 1 | -4/+4 |
| | |||||
* | Issue #7554: Fix incorrect usage of rAssertAlmostEqual. Thanks Florent ↵ | Mark Dickinson | 2009-12-20 | 1 | -2/+2 |
| | | | | Xicluna. | ||||
* | Issue #7376: When called with no arguments doctest was running a | R. David Murray | 2009-12-20 | 2 | -18/+25 |
| | | | | | | | | | | self-test. Because of a change to the way tracebacks are printed, this self-test was failing. The test is run (and passes) during normal regression testing. So instead of running the failing self-test this patch makes doctest emit a usage message. This is better behavior anyway since passing in arguments is the real reason to run doctest as a command. Bug discovery and initial patch by Florent Xicluna. | ||||
* | Fix comment typo. | R. David Murray | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | Add missing tests for PyArg_Parse* with format 'h' | Mark Dickinson | 2009-12-20 | 2 | -1/+28 |
| | |||||
* | builtin-ins -> builtins | Benjamin Peterson | 2009-12-20 | 1 | -6/+6 |
| | |||||
* | #7381: subprocess documentation and library docstring consistency fixes. | Georg Brandl | 2009-12-20 | 2 | -16/+18 |
| | |||||
* | Small indentation fix. | Georg Brandl | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | #7495: backport Programming FAQ review to trunk. | Georg Brandl | 2009-12-20 | 1 | -85/+70 |
| | |||||
* | math.factorial depends on PyLong_AsLong correctly converting floats; rewrite | Mark Dickinson | 2009-12-20 | 1 | -2/+9 |
| | | | | it to do the conversion explicitly instead. See issue #7550. | ||||
* | Document the headers parameter for set_tunnel. | Senthil Kumaran | 2009-12-20 | 1 | -1/+4 |
| | |||||
* | Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth | Senthil Kumaran | 2009-12-20 | 4 | -35/+100 |
| | | | | Refactored HTTPHandler tests and added testcase for proxy authorization. | ||||
* | #7388: "python".capitalize() in the Doc | Ezio Melotti | 2009-12-19 | 22 | -26/+26 |
| | |||||
* | Remove superfetatory paragraph (left there by mistake). | Antoine Pitrou | 2009-12-19 | 1 | -5/+0 |
| | |||||
* | Issue #7545: improve documentation of the `buffering` argument in io.open(). | Antoine Pitrou | 2009-12-19 | 3 | -8/+43 |
| | |||||
* | #7480: remove tautology. | Georg Brandl | 2009-12-19 | 1 | -2/+1 |
| | |||||
* | #7479: add note about function availability on Unices. | Georg Brandl | 2009-12-19 | 1 | -13/+18 |
| | |||||
* | #7493: review of Design FAQ by Florent Xicluna. | Georg Brandl | 2009-12-19 | 1 | -69/+75 |
| | |||||
* | #7521: remove Py_GetBuildNumber(), which was removed in favor of ↵ | Georg Brandl | 2009-12-19 | 1 | -9/+0 |
| | | | | Py_GetBuildInfo(). | ||||
* | #7527: use standard versionadded tags. | Georg Brandl | 2009-12-19 | 1 | -3/+5 |
| | |||||
* | Issue #3366: Add error function and complementary error function to | Mark Dickinson | 2009-12-19 | 4 | -1/+242 |
| | | | | math module. | ||||
* | Issue #7529: logging: Minor correction to documentation. | Vinay Sajip | 2009-12-17 | 1 | -0/+2 |
| | |||||
* | Add _math.h to math module dependencies in setup.py. | Mark Dickinson | 2009-12-17 | 1 | -0/+1 |
| | |||||
* | Issue #3366: Add expm1 function to math module. Thanks Eric Smith for | Mark Dickinson | 2009-12-16 | 13 | -10/+162 |
| | | | | testing on Windows. | ||||
* | Issue #7396: fix -s, which was broken by the -j enhancement. | R. David Murray | 2009-12-16 | 2 | -11/+11 |
| | |||||
* | remove type_compare, since type_richcompare does the same trick | Benjamin Peterson | 2009-12-16 | 1 | -10/+1 |
| | |||||
* | remove lib2to3 resource | Benjamin Peterson | 2009-12-16 | 1 | -2/+0 |
| | |||||
* | cleaned up the module (PEP 8 + old fashion test removal) | Tarek Ziadé | 2009-12-15 | 1 | -3/+2 |
| | |||||
* | adverb | Benjamin Peterson | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | Issue #7498: make test_multiprocessing use test_support.find_unused_port | R. David Murray | 2009-12-14 | 2 | -2/+12 |
| | | | | instead of a hard coded port number in test_rapid_restart. | ||||
* | Issue #1680159: unicode coercion during an 'in' operation was masking | R. David Murray | 2009-12-14 | 3 | -3/+6 |
| | | | | | | | any errors that might occur during coercion of the left operand and turning them into a TypeError with a message text that was confusing in the given context. This patch lets any errors through, as was already done during coercion of the right hand side. | ||||
* | Clarify phrasing that explains that there are currently two branches. | R. David Murray | 2009-12-14 | 1 | -5/+5 |
| | |||||
* | reorganized the distutils doc a bit : the MANIFEST.in template system has ↵ | Tarek Ziadé | 2009-12-13 | 2 | -88/+98 |
| | | | | its own section now. This is easier to find and follow | ||||
* | add a test of loading the datetime capi | Benjamin Peterson | 2009-12-13 | 1 | -0/+16 |
| | |||||
* | initialize to NULL | Benjamin Peterson | 2009-12-13 | 1 | -1/+1 |
| | |||||
* | avoid having to update this statement all the time | Benjamin Peterson | 2009-12-13 | 1 | -7/+6 |
| | |||||
* | Issue #7492: Autoconf tests were leaving semaphore files behind. Add | Mark Dickinson | 2009-12-13 | 2 | -3/+7 |
| | | | | sem_unlink calls to delete those semaphore files. | ||||
* | remove unused variable | Benjamin Peterson | 2009-12-13 | 1 | -1/+1 |
| | |||||
* | accept None as the same as having passed no argument in file types #7349 | Benjamin Peterson | 2009-12-13 | 9 | -29/+77 |
| | | | | | | | This is for consistency with imitation file objects like StringIO and BytesIO. This commit also adds a few tests, where they were lacking for concerned methods. | ||||
* | #7342: make sure that the datetime object in test_fraction always has a ↵ | Ezio Melotti | 2009-12-13 | 1 | -3/+4 |
| | | | | number of microseconds != 0 | ||||
* | add NEWS note | Benjamin Peterson | 2009-12-13 | 1 | -0/+3 |
| | |||||
* | make StringIO like other file objects in that readline(-1) has no effect #7348 | Benjamin Peterson | 2009-12-13 | 2 | -1/+3 |
| | |||||
* | fix the ignoring of __cmp__ method on metaclasses #7491 | Benjamin Peterson | 2009-12-13 | 3 | -1/+16 |
| | |||||
* | Add NEWS entry as per RDM's suggestion (the bug was actually present | Antoine Pitrou | 2009-12-13 | 1 | -0/+3 |
| | | | | in 2.7 alpha 1) | ||||
* | add 2.6.x point releases | Benjamin Peterson | 2009-12-13 | 2 | -0/+9 |
| |