- 02 Eki, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
- 01 Eki, 2009 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
between bytes streams and text streams.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 30 Eyl, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 29 Eyl, 2009 9 kayıt (commit)
-
-
Gregory P. Smith yazdı
the supplied path.
-
Ronald Oussoren yazdı
installs a version of Python that can build extensions on OSX 10.6.
-
Philip Jenvey yazdı
through the shell. also document the correct subprocess replacement for this case patch from Jean-Paul Calderone and Jani Hakala
-
Mark Dickinson yazdı
PyLongs. Raise ValueError instead.
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
`httplib.HTTPConnection.send`. Patch by Kirk McDonald.
-
Ronald Oussoren yazdı
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 yazdı
-
Philip Jenvey yazdı
fixes local subclasses leaving old state around after a ref cycle GC which could be recycled by new locals
-
- 28 Eyl, 2009 8 kayıt (commit)
-
-
Mark Dickinson yazdı
(lgamma, erf and erfc to follow).
-
R. David Murray yazdı
-
R. David Murray yazdı
path implements a '*' default rule. Also update comment with a more complete explanation of the difficulties inherent in the test.
-
Mark Dickinson yazdı
(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 yazdı
A missing 'const' wasn't detected by Visual Studio.
-
Kristján Valur Jónsson yazdı
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 yazdı
A memory block allocated with one API was being handed over to an object that used another API to release it.
-
Skip Montanaro yazdı
Closes issue 6606.
-
- 27 Eyl, 2009 4 kayıt (commit)
-
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Bolton for the suggestion and original patches.
-
- 26 Eyl, 2009 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
- 25 Eyl, 2009 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Bug noted by Trundle, patched by Trundle and Jerry Chen.
-
Ezio Melotti yazdı
-
Kristján Valur Jónsson yazdı
Adding the SIO_KEEPALIVE_VALS command to socket.ioctl on windows
-
- 24 Eyl, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Thanks egreen.
-
- 23 Eyl, 2009 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 22 Eyl, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
-