- 28 Eki, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
object with custom buffering from two threads at once.
-
- 16 Eki, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 08 Eyl, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
encoding and errors attributes instead of using utf-8 in strict mode, to get the same behaviour than the print statement.
-
- 17 May, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
it from another thread. Patch by Daniel Stutzbach.
-
- 09 May, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 03 Nis, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 22 Şub, 2010 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 05 Şub, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
and read operations on write-only file objects. On Windows, the system C library would return a bogus result; on Solaris, it was possible to crash the interpreter. Patch by Stefan Krah.
-
- 29 Haz, 2009 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 28 Haz, 2009 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 17 May, 2009 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
-
- 04 Şub, 2009 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
issue 4804: Provide checks for the format string of strftime, and for the "mode" string of fopen on Windows. These strings are user provided from python and so we can avoid invoking the C runtime invalid parameter handler by first checking that they are valid.
-
- 29 Ara, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 25 Eyl, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
and if the filename is a unicode string. Reviewed by Martin von Loewis.
-
- 12 Agu, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
by denying s# to parse objects that have a releasebuffer procedure, and introducing s*. More module might need to get converted to use s*.
-
- 10 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
occurances of PyBytes_ in the code to their original PyString_ names. The bytesobject.c file will be renamed back to stringobject.c in a future checkin.
-
- 09 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread.
-
- 01 Haz, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 May, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 17 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 27 Nis, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 06 Nis, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
close() will now raise an IOError if any operations on the file object are currently in progress in other threads. Most code was written by Antoine Pitrou (pitrou). Additional testing, documentation and test suite cleanup done by me (gregory.p.smith). Fixes issue 815646 and 595601 (as well as many other bugs and references to this problem dating back to the dawn of Python).
-
- 21 Mar, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 Mar, 2008 2 kayıt (commit)
-
-
Brett Cannon yazdı
The removal of strerror.c led to the function check being removed from configure.in.
-
Gregory P. Smith yazdı
Error reported by Ilan Schnell.
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 28 Ock, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
static PyObject* variables should use PyString_InternFromString() instead of PyObject_FromString() to store a python string in a function level static var.
-
- 19 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
-
- 08 Ara, 2007 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 22 Eyl, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Make tell() mark CRLF as a newline. With unit test.
-
- 17 Eyl, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
PyObject_Print(). Closes issue #1164.
-
- 21 Tem, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT.
-
- 26 Nis, 2007 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode(). Use this function in posixmodule.c when implementing fdopen(). This fixes test_subprocess.py for a VisualStudio 2005 compile.
-
- 23 Ock, 2007 1 kayıt (commit)
-
-
Thomas Wouters yazdı
When running the interpreter in an environment that would cause it to set stdout/stderr/stdin's encoding, having a sitecustomize that would replace them with something other than PyFile objects would crash the interpreter. Fix it by simply ignoring the encoding-setting for non-files. This could do with a test, but I can think of no maintainable and portable way to test this bug, short of adding a sitecustomize.py to the buildsystem and have it always run with it (hmmm....)
-
- 12 Kas, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 04 Eki, 2006 1 kayıt (commit)
-
-
Armin Rigo yazdı
* unified the way intobject, longobject and mystrtoul handle values around -sys.maxint-1. * in general, trying to entierely avoid overflows in any computation involving signed ints or longs is extremely involved. Fixed a few simple cases where a compiler might be too clever (but that's all guesswork). * more overflow checks against bad data in marshal.c. * 2.5 specific: fixed a number of places that were still confusing int and Py_ssize_t. Some of them could potentially have caused "real-world" breakage. * list.pop(x): fixing overflow issues on x was messy. I just reverted to PyArg_ParseTuple("n"), which does the right thing. (An obscure test was trying to give a Decimal to list.pop()... doesn't make sense any more IMHO) * trying to write a few tests...
-
- 31 Agu, 2006 1 kayıt (commit)
-
-
Brett Cannon yazdı
Backport candidate.
-
- 21 Agu, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 17 Tem, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
be NULL so assert it. Fix one place where we could have passed NULL. Reported by Klocwork #66.
-