- 05 Eyl, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Raise ValueError if user passes a size to mmap which is larger than the file.
-
Neal Norwitz yazdı
-
- 03 Eyl, 2002 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
64bit, big endian (issue 2 only). This adds a bunch of memcpy calls via a temporary variable to avoid alignment errors. That's needed for some platforms.
-
- 02 Eyl, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
the "safety" parentheses since some older compilers refuse to compile the module then, claiming that static initializers are non-constant. This doesn't actually make any difference for Python, since these definitions are not used when compiling with a version of Python that already defines the PyDoc_* macros.
-
-
- 01 Eyl, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Agu, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
all operators having a counterpart in the operator module. Closes SF bug #577513.
-
Tim Peters yazdı
popen2() and popen3() created text-mode pipes even when binary mode was asked for. This was specific to Windows.
-
- 16 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-- replace then with slightly faster PyObject_Call(o,a,NULL). (The difference is that the latter requires a to be a tuple; the former allows other values and wraps them in a tuple if necessary; it involves two more levels of C function calls to accomplish all that.)
-
- 15 Agu, 2002 2 kayıt (commit)
-
-
Barry Warsaw yazdı
exception. The bug fix for SF #430849 wasn't quite right. This closes SF bug #595671. I'll backport this to Python 2.2.
-
Michael W. Hudson yazdı
[ 587993 ] SET_LINENO killer Remove SET_LINENO. Tracing is now supported by inspecting co_lnotab. Many sundry changes to document and adapt to this change.
-
- 14 Agu, 2002 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 13 Agu, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 09 Agu, 2002 4 kayıt (commit)
-
-
Guido van Rossum yazdı
for a __del__ attribute, to see if there's a finalizer.
-
Sjoerd Mullender yazdı
flag is given (to mimic native Windows).
-
Neal Norwitz yazdı
-
Fred Drake yazdı
-
- 08 Agu, 2002 3 kayıt (commit)
-
-
Guido van Rossum yazdı
MacIntyre. At least on OS/2, a subsequent connect() on a nonblocking socket returns errno==EISCONN to indicate success. This seems harmless on Unix.
-
Guido van Rossum yazdı
value; others were inconsistent in what to name the argument or return value; a few module-global functions had "socket." in front of their name, against convention.
-
Jason Tishler yazdı
YA Cygwin module patch very similar to other patches that I have submitted. I tested under Cygwin and Red Hat Linux 7.1.
-
- 07 Agu, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 06 Agu, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
WSAEWOULDBLOCK, the second connect() attempt appears to yield WSAEISCONN on Win98 but WSAEINVAL on Win2K. So accept either as meaning "yawn, fine". This allows test_socket to succeed on my Win2K box (which it already did on my Win98SE box).
-
Guido van Rossum yazdı
-
- 05 Agu, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
setup.py (indirectly) script to build the standard dynamically loaded modules, the errno module is being made static so it will always be available. Closes SF bug #591205 (needed on trunk only).
-
- 04 Agu, 2002 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
2.2 bugfix candidate (may cause RuntimeError for applications that currently work fine).
-
- 02 Agu, 2002 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Skip Montanaro yazdı
-
Jack Jansen yazdı
actual script to run in case we are running from an applet. If we are indeed running an applet we skip the normal option processing leaving it all to the applet code. This allows us to get use the normal python binary in the Python.app bundle, giving us all the normal command line options through PythonLauncher while still allowing Python.app to be used as the template for building applets. Consequently, pythonforbundle is gone, and Mac/Python/macmain.c isn't used on OSX anymore.
-
Mark Hammond yazdı
for Py_Main(). Thanks to Kalle Svensson and Skip Montanaro for the patches.
-
- 01 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
us to completely decouple the framework from the executable, so we can use a two-level namespace. - Do framework builds with a twolevel namespace. - Reorganized the code that creates the minimal framework in the build directory, to make it more robust against incomplete frameworks (from earlier aborted builds, or builds of previous Python versions).
-
- 31 Tem, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
-
- 30 Tem, 2002 4 kayıt (commit)
-
-
Neal Norwitz yazdı
Revert changes to use PyArg_Parse(), so any sequence will continue to work -- Spotted by Just van Rossum
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-