- 10 Haz, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
- update header checks, using autoconf - provide dummies for getenv, environ, and GetVersion - adjust MSC_VER check in socketmodule.c
-
- 16 Mar, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 12 Ara, 2004 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
- 11 Eki, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
Coghlan, for determining whether PyEval_InitThreads() has been called. Also purged the undocumented+unused _PyThread_Started int.
-
- 03 Eki, 2004 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
- 31 Agu, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 29 Mar, 2004 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
- 10 Şub, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 07 Şub, 2004 1 kayıt (commit)
-
-
Skip Montanaro yazdı
time.strptime().
-
- 18 Agu, 2002 2 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
- update DLL version number - add files required for 2.3 (no changes to modules though) - restructure build of pgen.exe NOTE: As I don't have the VACPP compiler, these changes are untested. Apart from slightly re-ordering some file lists, and matching file name casing, I believe these changes are the minimum necessary to build 2.3 with VACPP.
-
- 16 Haz, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
the Windowish builds.
-
- 14 Haz, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
These built-in functions are replaced by their (now callable) type: slice() buffer() and these types can also be called (but have no built-in named function named after them) classobj (type name used to be "class") code function instance instancemethod (type name used to be "instance method") The module "new" has been replaced with a small backward compatibility placeholder in Python. A large portion of the patch simply removes the new module from various platform-specific build recipes. The following binary Mac project files still have references to it: Mac/Build/PythonCore.mcp Mac/Build/PythonStandSmall.mcp Mac/Build/PythonStandalone.mcp [I've tweaked the code layout and the doc strings here and there, and added a comment to types.py about StringTypes vs. basestring. --Guido]
-
- 09 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 04 Ara, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
own interfered with including Python.h. Remove Python's assert.h.
-
- 05 Kas, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Changes enabling Python to compile under OS/2 Visual Age C++.
-
- 26 Tem, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
-
- 23 Tem, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
and PYTHONPATH).
-
- 01 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This should match the situation in the 1.6b1 tree.
-
- 22 Tem, 2000 2 kayıt (commit)
-
-
Thomas Wouters yazdı
they include prototypes.
-
Thomas Wouters yazdı
char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P
-
- 30 Haz, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 26 May, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
Python on UNIX now trusts PYTHONHOME unconditionally Modules/getpath.c: Landmark changed to os.py. Setting PYTHONHOME now unconditionally sets sys.prefix (and sys.exec_prefix). No further checks are done whether the standard lib can be found in that location or not. This is in sync with the PC subdir getpath implementations. PC/getpathp.c: Landmark changed to os.py. PC/os2vacpp/getpathp.c: Landmark changed to os.py. Note: BAW's checkin on exceptions.c eliminates earlier concerns about a bogus PYTHONHOME value leading to a core dump. Instead it causes a useless sys.path and prevents imports.
-
- 28 Eyl, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Ock, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Kas, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Kas, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-