- 24 Ock, 2001 40 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
- change EXE to EXTEXT, there is an autoconf macro for it - use PROG_INSTALL macro rather than always using install-sh - add option to disable signal module (simplifies the makefile) - create subdirs for object files (when building out of src dir) - don't generate subdir makefiles - generate "boot" makefile
-
Ka-Ping Yee yazdı
Switch from octal escapes to hex escapes for other nonprintable characters.
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
directory. Modify meaning of -s option to specify the Modules directory. Add -l option to specify library source directory when building extension modules. Perhaps these names should be switched to avoid breaking old code. Add -c compiler option to when emitting rules to build object files.
-
Neil Schemenauer yazdı
VPATH.
-
Neil Schemenauer yazdı
subdirectories. Those other makefiles will go away eventually.
-
Fred Drake yazdı
filenames on Windows (& Mac?) platforms.
-
Fred Drake yazdı
Since there is no such thing as an AttributeList, don't say "attributes" is one.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Regenerated (and manually massaged for PutScrap) so it can be byuilt both for Carbon and Classic. The Carbon module is rather empty, though, for now.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3.
-
Andrew M. Kuchling yazdı
Adds support for using select.poll() if it's available Move a 'map is None' test out of an else branch and into the right place
-
Andrew M. Kuchling yazdı
Lib/distutils/command/build_ext.py(build_ext.finalize_options): Add Cygwin specific code to append Python's library directory to the extension's list of library directories. (build_ext.get_libraries): Add Cygwin specific code to append Python's (import) library to the extension's list of libraries.
-
Jack Jansen yazdı
Blacklisted (for the time being) the functions that have a component argument. Don't want to drag the Cm module into the core set too.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Tim Peters yazdı
know which names it exports. Didn't fix its ignorance, but patched over the consequence.
-
Tim Peters yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
crop of changes, the files are small enough to do this). Also adds "name" and "lookup" functions to unicodedata.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Barry Warsaw yazdı
PyGC_Dump() -> _PyGC_Dump()
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
exportable module attributes (they're attributes on the IMAP class). Fixed the case typo on Time2Internaldate. Does anybody run the test suite any more? <wink>
-
Barry Warsaw yazdı
-
Andrew M. Kuchling yazdı
Get platform-specific modules right on Cygwin Getting a string value for the platform has been factored out into get_platform()
-
Andrew M. Kuchling yazdı
Bump version number
-
Andrew M. Kuchling yazdı
-