- 09 Kas, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
CAUTION: The Python test still has many failures, but I'm out of time for this now (already took much longer than hoped to get this far). The base bz2 library does pass its own tests (see next). CAUTION: People building on Windows have to download and build tne bz2 compression libraries now. See PCbuild\readme.txt for complete instructions.
-
- 14 Eki, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 11 Eki, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
correctly. So field3.py is a Python program that can. This injects another manual step into the Python release process for Windows; so it goes.
-
- 06 Eki, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 07 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The -tt means modules that mix tabs and spaces will be rejected. The -E refuses to believe Python options in the environment.
-
- 23 Tem, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
package, and the loss of the test/data directory.
-
Mark Hammond yazdı
command line for Windows builds. This should allow MSVC to import and build the Python MSVC6 project files without error.
-
- 10 Tem, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Mark Hammond yazdı
-
- 16 Haz, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
the Windowish builds.
-
- 15 Haz, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
Python on Windows without it.
-
- 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]
-
- 26 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 16 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
option. It was the cause of at least one way UNWISE.EXE could vanish (install a python; uninstall it; install it again; reboot the machine; abracadabra the uinstaller is gone). Bugfix candidate, but I'll backport it myself.
-
- 09 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 08 Nis, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 04 Nis, 2002 4 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
Fix Windows-specific install glitch. Tested on Win2K, but I can't test on XP. Already checked in to the release22-maint branch.
-
Guido van Rossum yazdı
permission from Paul Everitt). Also removed a few other references to Digital Creations and changed the remaining ones to Zope Corporation.
-
Tim Peters yazdı
-
- 25 Mar, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 23 Mar, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
Also move all _PyMalloc_XXX entry points into obmalloc.c. The Windows build works fine. The Unix build is changed here (Makefile.pre.in), but not tested. No other platform's build process has been fiddled.
-
- 19 Mar, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 14 Mar, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 13 Mar, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
free" glitch). Bugfix candidate -- I'll backpatch this into 2.2.1 later this week.
-
- 28 Şub, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 13 Şub, 2002 2 kayıt (commit)
-
-
Tim Peters yazdı
Expat installer from SF anymore, and the installer shouldn't install expat.dll anymore.
-
Martin v. Löwis yazdı
-
- 12 Şub, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Ock, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 10 Ock, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 21 Ara, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 14 Ara, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 13 Ara, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Update 2.2c1 release data in NEWS.
-
- 17 Kas, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 15 Kas, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 07 Kas, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
I'm guessing at this, pending more info from the bug submitter. Wise changed how the %GROUP% vrbl got defined between versions 5.0a (used before Python 2.2) and 8.14, to hold the full path to Start Menu group instead of just the group name. If I'm guessing correctly, the info the bug report is complaining about is in one of the registry keys we set up that neither Windows nor Python cares about. We did store a full path there in 2.2b1 instead of just the group name; the patch cuts it back to just the name again.
-