- 03 Eki, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
-
- 19 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
comments everywhere that bugged me: /* Foo is inlined */ instead of /* Inline Foo */. Somehow the "is inlined" phrase always confused me for half a second (thinking, "No it isn't" until I added the missing "here"). The new phrase is hopefully unambiguous.
-
- 18 Agu, 2002 4 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.
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
- the security fixes to tempfile have lead to test_tempfile wanting to create 100 temporary files. as the EMX default is only 40, the number of file handles has been bumped (up to 250). - changes to pgen have required restructuring its build support.
-
- 02 Agu, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
for Py_Main(). Thanks to Kalle Svensson and Skip Montanaro for the patches.
-
- 22 Tem, 2002 2 kayıt (commit)
-
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
- 19 Tem, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
-
- 17 Tem, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 14 Tem, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
MSDN sample programs use it, apparently in error. The correct name is WIN32_LEAN_AND_MEAN. After switching to the correct name, in two cases more was needed because the code actually relied on things that disappear when WIN32_LEAN_AND_MEAN is defined.
-
- 07 Tem, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
+ I'm not sure what to do about configure.in. Left it alone. + Ditto pyexpat.c. Fred or Martin will know what to do.
-
- 30 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Rename all occurrences of MS_WIN32 to MS_WINDOWS.
-
- 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]
-
- 13 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 10 Haz, 2002 2 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
- 09 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 30 Nis, 2002 2 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
- 21 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 15 Nis, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Andrew MacIntyre yazdı
-
- 11 Nis, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
Different .pyc icon - use "paler" colors to better differentiate it from the main .py icon. As discussed with Tim (prompted by cl.lpy posting)
-
- 03 Nis, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
457466: popenx() argument mangling hangs python 226766: popen('python -c"...."') tends to hang Fixes argument quoting in w9xpopen.exe for Windows 9x. w9xpopen.exe also never attempts to display a MessageBox when not executed interactively. Added test_popen() test. This test currently just executes "python -c ..." as a child process, and checks that the expected arguments were all recieved correctly by the child process. This test succeeds for me on Win9x, win2k and Linux, and I hope it does for other popen supported platforms too :)
-
- 31 Mar, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 22 Mar, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 01 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 17 Şub, 2002 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
PC/os2emx/ Makefile README.os2emx config.c dlfcn.c // libdl emulation code for loadable extensions dlfcn.h dllentry.c // DLL initialisation routine for Python DLL getpath.c pyconfig.h python23.def // Python DLL symbol export definitions pythonpm.c // console-less PM interpreter wrapper
-
- 24 Ock, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
reports it doesn't exist anymore under .NET.
-
- 12 Ock, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 21 Ara, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 15 Ara, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 04 Ara, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
own interfered with including Python.h. Remove Python's assert.h.
-
- 28 Kas, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
PyOS_snprintf() for buffer overrun avoidance.
-
- 05 Kas, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Changes enabling Python to compile under OS/2 Visual Age C++.
-
- 30 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Removed "#undef HAVE_HYPOT" line from Borland config, as suggested. Whether this will break some other Borland usage is a good question I can't answer.
-