- 22 Jul, 2008 3 commits
-
-
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 13 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
-
Eric Smith authored
-
- 18 Jul, 2008 12 commits
-
-
Brett Cannon authored
Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality.
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
Also document how inf and nan are formatted. #3404.
-
Georg Brandl authored
-
Georg Brandl authored
-
Vinay Sajip authored
Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch.
-
Vinay Sajip authored
Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch.
-
Vinay Sajip authored
Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch.
-
Vinay Sajip authored
Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch.
-