- 26 Jul, 2008 4 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 25 Jul, 2008 10 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(35% faster according to pybench)
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
convert test_locale to unittest, and add a mechanism to override localconv() results for further testing (#1864, #1222)
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 24 Jul, 2008 9 commits
-
-
Thomas Heller authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
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 4 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.
-