summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Switch to OpenSSL 0.9.8l.Martin v. Löwis2009-12-213-4/+4
* Drop 2.4 compatibility.Martin v. Löwis2009-12-211-5/+2
* Issue #7553: test_long_future wasn't testing properly. Thanks Florent XiclunaMark Dickinson2009-12-211-9/+7
* Inverse hyperbolic trigonometric functions should call m_log1p, not log1p.Mark Dickinson2009-12-211-4/+5
* Issue #7518: Move substitute definitions of C99 math functions fromMark Dickinson2009-12-218-231/+250
* Remove a leftover from a previous iteration of the issue 7376 patch.R. David Murray2009-12-211-1/+1
* Additional edge-case tests for test_long_and_overflow.Mark Dickinson2009-12-211-16/+107
* Fix reference counts for test_long_and_overflow.Mark Dickinson2009-12-211-0/+6
* Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.Mark Dickinson2009-12-215-31/+187
* massive import cleaning in DistutilsTarek Ziadé2009-12-2124-121/+97
* Fixed #7552: fixed distutils.command.upload failure on very long passwordsTarek Ziadé2009-12-203-8/+33
* Issue #7554: Various fixups in test_cmath.py: remove code duplication,Mark Dickinson2009-12-201-63/+50
* Silence -3 warnings. Thanks Florent Xicluna.Mark Dickinson2009-12-201-2/+4
* Fix for consistency with py3k keyword-only version of assertAlmostEqualMark Dickinson2009-12-201-4/+4
* Issue #7554: Fix incorrect usage of rAssertAlmostEqual. Thanks Florent Xicl...Mark Dickinson2009-12-201-2/+2
* Issue #7376: When called with no arguments doctest was running aR. David Murray2009-12-202-18/+25
* Fix comment typo.R. David Murray2009-12-201-1/+1
* Add missing tests for PyArg_Parse* with format 'h'Mark Dickinson2009-12-202-1/+28
* builtin-ins -> builtinsBenjamin Peterson2009-12-201-6/+6
* #7381: subprocess documentation and library docstring consistency fixes.Georg Brandl2009-12-202-16/+18
* Small indentation fix.Georg Brandl2009-12-201-1/+1
* #7495: backport Programming FAQ review to trunk.Georg Brandl2009-12-201-85/+70
* math.factorial depends on PyLong_AsLong correctly converting floats; rewriteMark Dickinson2009-12-201-2/+9
* Document the headers parameter for set_tunnel.Senthil Kumaran2009-12-201-1/+4
* Fix for issue 7291 - urllib2 cannot handle https with proxy requiring authSenthil Kumaran2009-12-204-35/+100
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-1922-26/+26
* Remove superfetatory paragraph (left there by mistake).Antoine Pitrou2009-12-191-5/+0
* Issue #7545: improve documentation of the `buffering` argument in io.open().Antoine Pitrou2009-12-193-8/+43
* #7480: remove tautology.Georg Brandl2009-12-191-2/+1
* #7479: add note about function availability on Unices.Georg Brandl2009-12-191-13/+18
* #7493: review of Design FAQ by Florent Xicluna.Georg Brandl2009-12-191-69/+75
* #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildI...Georg Brandl2009-12-191-9/+0
* #7527: use standard versionadded tags.Georg Brandl2009-12-191-3/+5
* Issue #3366: Add error function and complementary error function toMark Dickinson2009-12-194-1/+242
* Issue #7529: logging: Minor correction to documentation.Vinay Sajip2009-12-171-0/+2
* Add _math.h to math module dependencies in setup.py.Mark Dickinson2009-12-171-0/+1
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-1613-10/+162
* Issue #7396: fix -s, which was broken by the -j enhancement.R. David Murray2009-12-162-11/+11
* remove type_compare, since type_richcompare does the same trickBenjamin Peterson2009-12-161-10/+1
* remove lib2to3 resourceBenjamin Peterson2009-12-161-2/+0
* cleaned up the module (PEP 8 + old fashion test removal)Tarek Ziadé2009-12-151-3/+2
* adverbBenjamin Peterson2009-12-151-1/+1
* Issue #7498: make test_multiprocessing use test_support.find_unused_portR. David Murray2009-12-142-2/+12
* Issue #1680159: unicode coercion during an 'in' operation was maskingR. David Murray2009-12-143-3/+6
* Clarify phrasing that explains that there are currently two branches.R. David Murray2009-12-141-5/+5
* reorganized the distutils doc a bit : the MANIFEST.in template system has its...Tarek Ziadé2009-12-132-88/+98
* add a test of loading the datetime capiBenjamin Peterson2009-12-131-0/+16
* initialize to NULLBenjamin Peterson2009-12-131-1/+1
* avoid having to update this statement all the timeBenjamin Peterson2009-12-131-7/+6
* Issue #7492: Autoconf tests were leaving semaphore files behind. AddMark Dickinson2009-12-132-3/+7