| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix spacing | Benjamin Peterson | 2008-07-24 | 1 | -1/+1 |
| | | |||||
| * | Parse to the correct datatype. | Raymond Hettinger | 2008-07-24 | 1 | -1/+1 |
| | | |||||
| * | Finish-up the partial conversion from int to Py_ssize_t for deque indices ↵ | Raymond Hettinger | 2008-07-24 | 1 | -23/+24 |
| | | | | | and length. | ||||
| * | Use correct indentation. | Georg Brandl | 2008-07-23 | 1 | -14/+14 |
| | | |||||
| * | Move opcode handling to Python's extension. | Georg Brandl | 2008-07-23 | 1 | -0/+22 |
| | | |||||
| * | 3k-warn about parser's "ast" aliases. | Georg Brandl | 2008-07-23 | 3 | -5/+40 |
| | | |||||
| * | use isinstance | Benjamin Peterson | 2008-07-23 | 1 | -1/+1 |
| | | |||||
| * | bsddb module updated to version 4.7.2devel9. | Jesus Cea | 2008-07-23 | 16 | -669/+1312 |
| | | | | | | | | | | | | | | This patch publishes the work done until now for Python 3.0 compatibility. Still a lot to be done. When possible, we use 3.0 features in Python 2.6, easing development and testing, and exposing internal changes to a wider audience, for better test coverage. Some mode details: http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.2 | ||||
| * | remove unneeded import | Benjamin Peterson | 2008-07-22 | 1 | -1/+0 |
| | | |||||
| * | One more attribution. | Raymond Hettinger | 2008-07-22 | 1 | -2/+2 |
| | | |||||
| * | Fix credits for math.sum() | Raymond Hettinger | 2008-07-22 | 1 | -1/+2 |
| | | |||||
| * | Tuples now have both count() and index(). | Raymond Hettinger | 2008-07-22 | 1 | -2/+4 |
| | | |||||
| * | Remove out-of-date section on Exact/Inexact. | Raymond Hettinger | 2008-07-22 | 1 | -8/+0 |
| | | |||||
| * | Fix build issue on OSX 10.4, somehow this wasn't committed before. | Ronald Oussoren | 2008-07-22 | 1 | -2/+2 |
| | | |||||
| * | Fix buglet in fix for issue3381 | Ronald Oussoren | 2008-07-22 | 2 | -3/+3 |
| | | |||||
| * | Issue #2620: Overflow checking when allocating or reallocating memory | Gregory P. Smith | 2008-07-22 | 7 | -14/+59 |
| | | | | | | | | | was not always being done properly in some python types and extension modules. PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have all been updated to perform better checks and places in the code that would previously leak memory on the error path when such an allocation failed have been fixed. | ||||
| * | don't use assert statement | Benjamin Peterson | 2008-07-21 | 1 | -1/+1 |
| | | |||||
| * | Issue2378: pdb would delete free variables when stepping into a class statement. | Amaury Forgeot d'Arc | 2008-07-21 | 3 | -3/+28 |
| | | | | | | The problem was introduced by r53954, the correction is to restore the symmetry between PyFrame_FastToLocals and PyFrame_LocalsToFast | ||||
| * | Increment version number in NEWS file, and move items that were added after ↵ | Amaury Forgeot d'Arc | 2008-07-21 | 1 | -13/+27 |
| | | | | | | | 2.6b2. (I thought there was a script to automate this kind of updates) | ||||
| * | On Windows, silence a Purify warning and initialize the memory passed to ↵ | Amaury Forgeot d'Arc | 2008-07-21 | 1 | -0/+1 |
| | | | | | | | CryptGenRandom. Since python doesn't provide any particular random data, it seems more reasonable anyway. | ||||
| * | nonlocal is not in 2.6. | Georg Brandl | 2008-07-21 | 1 | -4/+2 |
| | | |||||
| * | Issue 3396. Fixed the autocompletion of 'int.', and worked | Facundo Batista | 2008-07-21 | 1 | -6/+11 |
| | | | | | | a little that part of the code, fixing a detail and enhancing a bit others. | ||||
| * | Save the whole of sys.modules instead of using an import tracker. | Georg Brandl | 2008-07-20 | 1 | -21/+4 |
| | | | | | | This, when merged to py3k, will fix the spurious buildbot failure in test_urllib2 ("<urlopen error unknown url type: do>"). | ||||
| * | Fix misspeeld method name (negative) | Neal Norwitz | 2008-07-20 | 1 | -1/+1 |
| | | |||||
| * | Fix a couple of names in error messages that were wrong | Neal Norwitz | 2008-07-20 | 1 | -2/+2 |
| | | |||||
| * | #926501: add info where to put the docstring. | Georg Brandl | 2008-07-20 | 2 | -5/+22 |
| | | |||||
| * | Remove exception indexing in asyncore. | Georg Brandl | 2008-07-20 | 1 | -9/+9 |
| | | |||||
| * | fix issue3120 - don't truncate handles on 64-bit Windows. | Gregory P. Smith | 2008-07-20 | 2 | -23/+36 |
| | | | | | | | | | | This is still messy, realistically PC/_subprocess.c should never cast pointers to python numbers and back at all. I don't have a 64-bit windows build environment because microsoft apparently thinks that should cost money. Time to watch the buildbots. It builds and passes tests on 32-bit windows. | ||||
| * | Clean-up itertools docs and recipes. | Raymond Hettinger | 2008-07-19 | 2 | -101/+36 |
| | | |||||
| * | Fix compress() recipe in docs to use itertools. | Raymond Hettinger | 2008-07-19 | 2 | -6/+6 |
| | | |||||
| * | #3322: bounds checking for _json.scanstring | Bob Ippolito | 2008-07-19 | 1 | -2/+10 |
| | | |||||
| * | Merged revisions 65137 via svnmerge from | Benjamin Peterson | 2008-07-19 | 2 | -1/+12 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65137 | georg.brandl | 2008-07-19 08:32:57 -0500 (Sat, 19 Jul 2008) | 2 lines #3334: correctly set prefix of imports. ........ | ||||
| * | Add ordering info for findall and finditer. | Georg Brandl | 2008-07-19 | 1 | -6/+9 |
| | | |||||
| * | #3323: mention that if inheriting from a class without __slots__, | Georg Brandl | 2008-07-19 | 1 | -0/+4 |
| | | | | | the subclass will have a __dict__ available too. | ||||
| * | #3319: don't raise ZeroDivisionError if number of rounds is so | Georg Brandl | 2008-07-19 | 1 | -1/+5 |
| | | | | | low that benchtime is zero. | ||||
| * | #3303: fix crash with invalid Py_DECREF in strcoll(). | Georg Brandl | 2008-07-19 | 3 | -9/+22 |
| | | |||||
| * | #3302: fix segfaults when passing None for arguments that can't | Georg Brandl | 2008-07-19 | 2 | -5/+12 |
| | | | | | be NULL for the C functions. | ||||
| * | #3378: in case of no memory, don't leak even more memory. :) | Georg Brandl | 2008-07-19 | 1 | -6/+7 |
| | | |||||
| * | Add recipe to the itertools docs. | Raymond Hettinger | 2008-07-19 | 2 | -0/+33 |
| | | |||||
| * | Improve accuracy of gamma test function | Raymond Hettinger | 2008-07-19 | 1 | -5/+3 |
| | | |||||
| * | Fix issue 3411: default float format spec fails on negative numbers. | Eric Smith | 2008-07-19 | 2 | -0/+10 |
| | | |||||
| * | Deprecate the sunaudio module for removal in Python 3.0. The sunau module ↵ | Brett Cannon | 2008-07-18 | 5 | -11/+22 |
| | | | | | can provide similar functionality. | ||||
| * | #3390: replace a remaining has_key(). | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
| | | |||||
| * | Replace all map(None, a) with list(a). | Georg Brandl | 2008-07-18 | 5 | -7/+7 |
| | | |||||
| * | now that test_lib2to3 actually works and isn't extremely slow, we don't need ↵ | Benjamin Peterson | 2008-07-18 | 2 | -7/+3 |
| | | | | | the lib2to3 resource | ||||
| * | backport test_fileio | Benjamin Peterson | 2008-07-18 | 1 | -0/+240 |
| | | |||||
| * | Document the different meaning of precision for {:f} and {:g}. | Georg Brandl | 2008-07-18 | 1 | -8/+12 |
| | | | | | Also document how inf and nan are formatted. #3404. | ||||
| * | Correct attribute name. | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
| | | |||||
| * | Remove duplicate entry in __all__. | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
| | | |||||
| * | Issue #3389: Allow resolving dotted names for handlers in logging ↵ | Vinay Sajip | 2008-07-18 | 1 | -3/+6 |
| | | | | | configuration files. Thanks to Philip Jenvey for the patch. | ||||
