Neil Schemenauer
6cf0702a79
Build now happens in toplevel directory, not Modules. Don't monkey with
...
VPATH.
2001-01-24 17:13:11 +00:00
Neil Schemenauer
85515ad979
Flat makefile based on toplevel Makefile.in and makefiles in build
...
subdirectories. Those other makefiles will go away eventually.
2001-01-24 17:11:43 +00:00
Fred Drake
0bbaa515a1
Remove evil "sec:" prefix from some \label markups; this is bad for
...
filenames on Windows (& Mac?) platforms.
2001-01-24 16:39:35 +00:00
Fred Drake
b1b6a11b28
AttributeList --> NamedNodeMap
...
Since there is no such thing as an AttributeList, don't say "attributes"
is one.
2001-01-24 16:17:15 +00:00
Jack Jansen
c4abd00457
Got rid of extraneous Modues:TE in the search path.
2001-01-24 16:09:59 +00:00
Jack Jansen
48d11c133a
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.
2001-01-24 16:07:31 +00:00
Jack Jansen
4a4adf4293
Recognize {compiler} and {project} prefixes to pathnames and output the correct XML.
2001-01-24 16:04:50 +00:00
Jack Jansen
7b3cc1f9c3
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.
2001-01-24 16:04:01 +00:00
Jack Jansen
5396feb3bb
Quick (manual) fix to make the module compile with Waste 2.0. TBD later.
2001-01-24 16:03:05 +00:00
Jack Jansen
8c98266a7d
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.
2001-01-24 16:02:07 +00:00
Andrew M. Kuchling
af6963c2f0
Updated version of asyncore.py from Sam Rushing:
...
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
2001-01-24 15:50:19 +00:00
Andrew M. Kuchling
506f0b1fc6
Part of patch #102409 : special cases for Cygwin:
...
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.
2001-01-24 15:43:09 +00:00
Jack Jansen
f47075e86d
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.
2001-01-24 14:22:13 +00:00
Jack Jansen
131c288484
Build directives for PythonStandalone were missing.
2001-01-24 14:06:35 +00:00
Jack Jansen
bace5e9481
Added the GrafPort attributes that are unavailable under Carbon.
2001-01-24 14:06:04 +00:00
Jack Jansen
bd58edaa01
Implemented direct attribute access for Carbon builds and accessor functions for non-carbon builds.
2001-01-24 14:05:11 +00:00
Tim Peters
1baf829835
test___all__ was failing on WIndows because locale.py doesn't really
...
know which names it exports. Didn't fix its ignorance, but patched
over the consequence.
2001-01-24 10:13:46 +00:00
Tim Peters
19f52c2e34
Windows: ucnhash subproject no longer exists (/F merged into unicodedata).
2001-01-24 10:07:22 +00:00
Fredrik Lundh
9f30b753b2
ucnhash is no longer used
2001-01-24 08:20:40 +00:00
Fredrik Lundh
0110d3b2ad
new unicodedata functions (name, lookup)
2001-01-24 08:10:07 +00:00
Fredrik Lundh
42e655908a
ucnhash is no longer used
2001-01-24 08:02:00 +00:00
Fredrik Lundh
ade711a5c3
the ucnhash module is no longer used
2001-01-24 08:00:28 +00:00
Fredrik Lundh
06d126803c
Move uchhash functionality into unicodedata (after the recent
...
crop of changes, the files are small enough to do this). Also
adds "name" and "lookup" functions to unicodedata.
2001-01-24 07:59:11 +00:00
Skip Montanaro
eda28445c0
documented (new) optional doseq parameter to urlencode.
2001-01-24 06:36:06 +00:00
Skip Montanaro
17ab123cf1
a few more modules get __all__
2001-01-24 06:27:27 +00:00
Barry Warsaw
bbd89b66b1
PyObject_Dump() -> _PyObject_Dump()
...
PyGC_Dump() -> _PyGC_Dump()
2001-01-24 04:18:13 +00:00
Barry Warsaw
430d773f55
PyGC_Dump() -> _PyGC_Dump()
2001-01-24 04:17:26 +00:00
Barry Warsaw
10418eb80f
PyObject_Dump() -> _PyObject_Dump()
2001-01-24 04:16:59 +00:00
Barry Warsaw
f44939105a
__all__: removed "error", "abort", "readonly", as these are not
...
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>
2001-01-24 04:16:09 +00:00
Barry Warsaw
24f3acab3b
It's "gopherlib" not "gopher".
2001-01-24 04:13:02 +00:00
Andrew M. Kuchling
34febf5e92
Modified version of part of patch #102409 for Cygwin:
...
Get platform-specific modules right on Cygwin
Getting a string value for the platform has been factored out into
get_platform()
2001-01-24 03:31:07 +00:00
Andrew M. Kuchling
1ae43c4341
Add names of people who've pointed out broken links and images
...
Bump version number
2001-01-24 01:11:26 +00:00
Andrew M. Kuchling
d975196d57
Fredrik pointed out that the database shrank more than 55K
2001-01-24 00:52:56 +00:00
Jack Jansen
7b7e713c0d
Also build the Carbon extension modules.
2001-01-23 23:19:41 +00:00
Jack Jansen
b51362163a
Removed extraneous references to Modules:TE
2001-01-23 23:19:13 +00:00
Jack Jansen
119177b900
The C-prefix file for Carbon plugin projects.
2001-01-23 22:46:21 +00:00
Jack Jansen
dfebb2786a
Ah well, why not check this in. A script to remove all .pyc files in a folder hierarchy.
2001-01-23 22:45:52 +00:00
Jack Jansen
3236f6ad8c
Projects for Carbon plugin modules.
2001-01-23 22:42:45 +00:00
Jack Jansen
366ffcb7ff
Use &# escape for non-ascii chars.
2001-01-23 22:40:32 +00:00
Jack Jansen
193509b320
Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess.
2001-01-23 22:38:23 +00:00
Jack Jansen
c3fc51f61b
Added the actual builds of the carbon projects.
2001-01-23 22:36:52 +00:00
Jack Jansen
8c19b882e4
Generate Carbon as well as classic PPC plugin projects. This module is finally paying back the investment in it!
2001-01-23 22:36:26 +00:00
Jack Jansen
6abe676538
Various settings were unconditionally set. Allow them to be overridden in the settings dict.
2001-01-23 22:35:22 +00:00
Jack Jansen
50f6f6f621
If the template is not specified it depends on the current execution model (classic ppc or carbon).
2001-01-23 22:34:50 +00:00
Jack Jansen
6ecf14639d
Added a template for Carbon plugin projects.
2001-01-23 22:33:31 +00:00
Jack Jansen
a106f82e4e
Moved files from template to template-ppc, as this is the template for classic PPC projects.
2001-01-23 22:33:01 +00:00
Andrew M. Kuchling
5ddb25f36f
Fix for MacOS X/Darwin: it doesn't need -lm, ever. (Noted by Steven Majewski)
2001-01-23 22:21:11 +00:00
Barry Warsaw
9ac33509de
_PyImport_Inittab: define the exceptions module's init function.
...
Fixes bug #121706 .
2001-01-23 21:46:57 +00:00
Jack Jansen
9080e9b938
Added a note about the memory size.
...
Added Matthias Neeracher and Alexandre Parenteau to the "thank you" list. This should have been done _ages_ ago for Matthias! Shame shame!!
2001-01-23 21:03:52 +00:00
Jack Jansen
670c4bd6df
Upped the default memory size to a whopping 24Mb, which is needed to make the autotests run. Sigh. User with low-memory systems will have to adapt the setting.
2001-01-23 20:57:52 +00:00