summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #7569: clarification about c_char_p.Georg Brandl2009-12-291-2/+4
* enable test_main.pyBenjamin Peterson2009-12-291-2/+3
* Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge fromBenjamin Peterson2009-12-286-19/+123
* document new fix_callable behaviorBenjamin Peterson2009-12-281-1/+2
* #7404: remove reference to non-existing example files.Georg Brandl2009-12-281-3/+1
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...Georg Brandl2009-12-287-2/+119
* #7381: consistency update, and backport avoiding ``None >= 0`` check from py3k.Georg Brandl2009-12-281-4/+6
* #7586: fix typo.Georg Brandl2009-12-281-1/+1
* #7577: fix signature of PyBuffer_FillInfo().Georg Brandl2009-12-281-1/+1
* Use a more idiomatic check in check_truediv.Mark Dickinson2009-12-271-3/+2
* Fix a typo in commentAmaury Forgeot d'Arc2009-12-271-2/+2
* Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus ...Mark Dickinson2009-12-271-1/+2
* Issue #1811: Improve accuracy and consistency of true division for integers.Mark Dickinson2009-12-274-37/+450
* Fix for issue5625 - test_urllib2 fails - urlopen error file not on local host.Senthil Kumaran2009-12-271-2/+3
* Updated sys.flags table in DocEzio Melotti2009-12-251-0/+4
* #6108: unicode(exception) and str(exception) should return the same messageEzio Melotti2009-12-243-1/+127
* Issue #7568: typo in docstring. Thanks Mike Putnam.Mark Dickinson2009-12-241-1/+1
* allow Process name to be unicode #7571Benjamin Peterson2009-12-241-1/+1
* Unittests and news items for the patch in r77026.Ronald Oussoren2009-12-242-1/+33
* Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.aRonald Oussoren2009-12-242-0/+4
* Issue #6834: replace the implementation for the 'python' and 'pythonw' execut...Ronald Oussoren2009-12-2411-117/+240
* An update to the script that's used to build the binary installer: don't inst...Ronald Oussoren2009-12-241-1/+7
* On OSX the output of "uname -m" always reflects the 32-bit architectureRonald Oussoren2009-12-241-0/+10
* Added markup and default arg, fixed exampleEzio Melotti2009-12-241-7/+7
* Fix for Issue7570: Error in urllib2 example.Senthil Kumaran2009-12-241-2/+2
* fix alleged refleakBenjamin Peterson2009-12-241-3/+8
* Fix possible integer overflow in lchown and fchown functions. For issue1747858.Gregory P. Smith2009-12-232-29/+53
* Make a word plural.Brett Cannon2009-12-221-1/+1
* added a note about #7556 in Misc/NEWSTarek Ziadé2009-12-211-0/+3
* backported r76993 and r76994 so the trunk behaves the same way with MSVC Mani...Tarek Ziadé2009-12-212-29/+108
* Add NEWS for OpenSSL changes.Martin v. Löwis2009-12-211-0/+4
* 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