- 24 Jul, 2008 3 commits
-
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 23 Jul, 2008 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Jesus Cea authored
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
-
- 22 Jul, 2008 8 commits
-
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Gregory P. Smith authored
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.
-
- 21 Jul, 2008 6 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
The problem was introduced by r53954, the correction is to restore the symmetry between PyFrame_FastToLocals and PyFrame_LocalsToFast
-
Amaury Forgeot d'Arc authored
(I thought there was a script to automate this kind of updates)
-
Amaury Forgeot d'Arc authored
Since python doesn't provide any particular random data, it seems more reasonable anyway.
-
Georg Brandl authored
-
Facundo Batista authored
a little that part of the code, fixing a detail and enhancing a bit others.
-
- 20 Jul, 2008 6 commits
-
-
Georg Brandl authored
This, when merged to py3k, will fix the spurious buildbot failure in test_urllib2 ("<urlopen error unknown url type: do>").
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Gregory P. Smith authored
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.
-
- 19 Jul, 2008 12 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Bob Ippolito authored
-
Benjamin Peterson authored
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. ........
-
Georg Brandl authored
-
Georg Brandl authored
the subclass will have a __dict__ available too.
-
Georg Brandl authored
low that benchtime is zero.
-
Georg Brandl authored
-
Georg Brandl authored
be NULL for the C functions.
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-