| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 77158 via svnmerge from | Benjamin Peterson | 2009-12-30 | 1 | -0/+5 |
|
|
* | check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) | Benjamin Peterson | 2009-12-30 | 4 | -6/+27 |
|
|
* | We only support Windows NT derivatives now. | Georg Brandl | 2009-12-30 | 2 | -5/+2 |
|
|
* | #7602: improve "clean" and "checkout" targets now that all tools are in exter... | Georg Brandl | 2009-12-30 | 1 | -5/+4 |
|
|
* | #7487: update Pygments version. | Georg Brandl | 2009-12-30 | 2 | -2/+2 |
|
|
* | Use new Pygments version. | Georg Brandl | 2009-12-30 | 1 | -1/+1 |
|
|
* | Add Marcos Donolo for work on issue 7534 patch. | Mark Dickinson | 2009-12-30 | 1 | -0/+1 |
|
|
* | Issue #7534: Fix handling of nans, infinities, and negative zero in ** | Mark Dickinson | 2009-12-30 | 4 | -25/+294 |
|
|
* | #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ... | Ezio Melotti | 2009-12-30 | 4 | -510/+489 |
|
|
* | wrap long line | Benjamin Peterson | 2009-12-30 | 1 | -1/+2 |
|
|
* | only build the nis module when the headers are found #7589 | Benjamin Peterson | 2009-12-30 | 2 | -1/+4 |
|
|
* | Add various items | Andrew M. Kuchling | 2009-12-29 | 1 | -3/+68 |
|
|
* | #7579: Add docstrings to the msvcrt module | Amaury Forgeot d'Arc | 2009-12-29 | 2 | -14/+107 |
|
|
* | #7413: Passing '\0' as the separator to datetime.datetime.isoformat() | Amaury Forgeot d'Arc | 2009-12-29 | 3 | -9/+18 |
|
|
* | #7595: fix typo in argument default constant. | Georg Brandl | 2009-12-29 | 2 | -2/+2 |
|
|
* | Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel, | Mark Dickinson | 2009-12-29 | 1 | -1/+7 |
|
|
* | Various additions | Andrew M. Kuchling | 2009-12-29 | 1 | -26/+66 |
|
|
* | Fix wrong markup. | Georg Brandl | 2009-12-29 | 1 | -2/+2 |
|
|
* | Improve markup of ctypes docs. | Georg Brandl | 2009-12-29 | 1 | -321/+326 |
|
|
* | #7569: clarification about c_char_p. | Georg Brandl | 2009-12-29 | 1 | -2/+4 |
|
|
* | enable test_main.py | Benjamin Peterson | 2009-12-29 | 1 | -2/+3 |
|
|
* | Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge from | Benjamin Peterson | 2009-12-28 | 6 | -19/+123 |
|
|
* | document new fix_callable behavior | Benjamin Peterson | 2009-12-28 | 1 | -1/+2 |
|
|
* | #7404: remove reference to non-existing example files. | Georg Brandl | 2009-12-28 | 1 | -3/+1 |
|
|
* | #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ... | Georg Brandl | 2009-12-28 | 7 | -2/+119 |
|
|
* | #7381: consistency update, and backport avoiding ``None >= 0`` check from py3k. | Georg Brandl | 2009-12-28 | 1 | -4/+6 |
|
|
* | #7586: fix typo. | Georg Brandl | 2009-12-28 | 1 | -1/+1 |
|
|
* | #7577: fix signature of PyBuffer_FillInfo(). | Georg Brandl | 2009-12-28 | 1 | -1/+1 |
|
|
* | Use a more idiomatic check in check_truediv. | Mark Dickinson | 2009-12-27 | 1 | -3/+2 |
|
|
* | Fix a typo in comment | Amaury Forgeot d'Arc | 2009-12-27 | 1 | -2/+2 |
|
|
* | Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus ... | Mark Dickinson | 2009-12-27 | 1 | -1/+2 |
|
|
* | Issue #1811: Improve accuracy and consistency of true division for integers. | Mark Dickinson | 2009-12-27 | 4 | -37/+450 |
|
|
* | Fix for issue5625 - test_urllib2 fails - urlopen error file not on local host. | Senthil Kumaran | 2009-12-27 | 1 | -2/+3 |
|
|
* | Updated sys.flags table in Doc | Ezio Melotti | 2009-12-25 | 1 | -0/+4 |
|
|
* | #6108: unicode(exception) and str(exception) should return the same message | Ezio Melotti | 2009-12-24 | 3 | -1/+127 |
|
|
* | Issue #7568: typo in docstring. Thanks Mike Putnam. | Mark Dickinson | 2009-12-24 | 1 | -1/+1 |
|
|
* | allow Process name to be unicode #7571 | Benjamin Peterson | 2009-12-24 | 1 | -1/+1 |
|
|
* | Unittests and news items for the patch in r77026. | Ronald Oussoren | 2009-12-24 | 2 | -1/+33 |
|
|
* | Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a | Ronald Oussoren | 2009-12-24 | 2 | -0/+4 |
|
|
* | Issue #6834: replace the implementation for the 'python' and 'pythonw' execut... | Ronald Oussoren | 2009-12-24 | 11 | -117/+240 |
|
|
* | An update to the script that's used to build the binary installer: don't inst... | Ronald Oussoren | 2009-12-24 | 1 | -1/+7 |
|
|
* | On OSX the output of "uname -m" always reflects the 32-bit architecture | Ronald Oussoren | 2009-12-24 | 1 | -0/+10 |
|
|
* | Added markup and default arg, fixed example | Ezio Melotti | 2009-12-24 | 1 | -7/+7 |
|
|
* | Fix for Issue7570: Error in urllib2 example. | Senthil Kumaran | 2009-12-24 | 1 | -2/+2 |
|
|
* | fix alleged refleak | Benjamin Peterson | 2009-12-24 | 1 | -3/+8 |
|
|
* | Fix possible integer overflow in lchown and fchown functions. For issue1747858. | Gregory P. Smith | 2009-12-23 | 2 | -29/+53 |
|
|
* | Make a word plural. | Brett Cannon | 2009-12-22 | 1 | -1/+1 |
|
|
* | added a note about #7556 in Misc/NEWS | Tarek Ziadé | 2009-12-21 | 1 | -0/+3 |
|
|
* | backported r76993 and r76994 so the trunk behaves the same way with MSVC Mani... | Tarek Ziadé | 2009-12-21 | 2 | -29/+108 |
|
|
* | Add NEWS for OpenSSL changes. | Martin v. Löwis | 2009-12-21 | 1 | -0/+4 |
|
|