- 05 Oct, 2009 1 commit
-
-
R. David Murray authored
in regrtest, with warnings if the called test modifies them.
-
- 04 Oct, 2009 2 commits
-
-
Mark Dickinson authored
(and also, with luck, on the x86 FreeBSD buildbot), by making sure that some user time is used in test_itimer_virtual.
-
Benjamin Peterson authored
-
- 03 Oct, 2009 4 commits
-
-
Benjamin Peterson authored
-
Tarek Ziadé authored
-
Mark Dickinson authored
-
Tarek Ziadé authored
-
- 02 Oct, 2009 1 commit
-
-
Tarek Ziadé authored
-
- 01 Oct, 2009 7 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
between bytes streams and text streams.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 30 Sep, 2009 1 commit
-
-
Mark Dickinson authored
-
- 29 Sep, 2009 9 commits
-
-
Gregory P. Smith authored
the supplied path.
-
Ronald Oussoren authored
installs a version of Python that can build extensions on OSX 10.6.
-
Philip Jenvey authored
through the shell. also document the correct subprocess replacement for this case patch from Jean-Paul Calderone and Jani Hakala
-
Mark Dickinson authored
PyLongs. Raise ValueError instead.
-
Raymond Hettinger authored
-
Antoine Pitrou authored
`httplib.HTTPConnection.send`. Patch by Kirk McDonald.
-
Ronald Oussoren authored
to that README file with some explanation. * Be more strict in the configure script: complain loudly when the user has specified invalid combinations of OSX-specific configure arguments. The error message refers to the Mac/README file for more information.
-
Vinay Sajip authored
-
Philip Jenvey authored
fixes local subclasses leaving old state around after a ref cycle GC which could be recycled by new locals
-
- 28 Sep, 2009 8 commits
-
-
Mark Dickinson authored
(lgamma, erf and erfc to follow).
-
R. David Murray authored
-
R. David Murray authored
path implements a '*' default rule. Also update comment with a more complete explanation of the difficulties inherent in the test.
-
Mark Dickinson authored
(high_bits << PyLong_SHIFT) + low_bits with (high_bits << PyLong_SHIFT) | low_bits in Objects/longobject.c. Motivation: - shouldn't unnecessarily mix bit ops with arithmetic ops (style) - this pattern should be spelt the same way thoughout (consistency) - it's very very very slightly faster: no need to worry about carries to the high digit (nano-optimization).
-
Kristján Valur Jónsson authored
A missing 'const' wasn't detected by Visual Studio.
-
Kristján Valur Jónsson authored
The debug memory api now keeps track of which external API (PyMem_* or PyObject_*) was used to allocate each block and treats any API violation as an error. Added separate _PyMem_DebugMalloc functions for the Py_Mem API instead of having it use the _PyObject_DebugMalloc functions.
-
Kristján Valur Jónsson authored
A memory block allocated with one API was being handed over to an object that used another API to release it.
-
Skip Montanaro authored
Closes issue 6606.
-
- 27 Sep, 2009 4 commits
-
-
Michael Foord authored
-
Michael Foord authored
-
Mark Dickinson authored
-
Mark Dickinson authored
Bolton for the suggestion and original patches.
-
- 26 Sep, 2009 3 commits
-
-
Vinay Sajip authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-