- 04 Feb, 2008 3 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
I implemented the function sys._compact_freelists() and C API functions PyInt_/PyFloat_CompactFreeList() to compact the pre-allocated blocks of ints and floats. They allow the user to reduce the memory usage of a Python process that deals with lots of numbers. The patch also renames sys._cleartypecache to sys._clear_type_cache
-
Jeffrey Yasskin authored
-
- 03 Feb, 2008 19 commits
-
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
to the main mailbox, copy it to secondary mailbox instances.
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
Add PyFrozenSet_Check(), which was not needed before; The list of Py*Set_Check* macros seems to be complete now. Add missing NEWS entries about all this.
-
Christian Heimes authored
-
Neal Norwitz authored
-
Christian Heimes authored
Use vsbuild instead of devenv in build.bat and _bsddb.vcproj
-
Georg Brandl authored
-
Brett Cannon authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
r293 | jcea | 2008-01-31 01:08:19 -0800 (Thu, 31 Jan 2008) | 4 lines Solved memory leak when using cursors with databases without environment.
-
Andrew MacIntyre authored
what we should call [this wrapper only available on OS/2]. Backport candidate to 2.5.
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
searches as to how they were listed in the environment variable.
-
Brett Cannon authored
-
Georg Brandl authored
test_socketserver failures on several platforms.
-
- 02 Feb, 2008 14 commits
-
-
Georg Brandl authored
-
Skip Montanaro authored
tests which are deemed more important issues, the second those which are known to have difficult to solve problems and are generally expected to leak. Hopefully this doesn't break the script...
-
Neal Norwitz authored
Update the leaky tests (ie, ignore these tests if they report leaks). This version has been running for a while.
-
Mark Dickinson authored
-
Georg Brandl authored
with all other test files). Written for GHOP by Benjamin Peterson.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Written for GHOP by Martin Matejek.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 01 Feb, 2008 4 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Marc-André Lemburg authored
-
Raymond Hettinger authored
-