summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵Jack Jansen2001-01-244-0/+2264
| | | | waste uses a mixture between Waste 2.0 and Waste 1.3.
* Recognize {compiler} and {project} prefixes to pathnames and output the ↵Jack Jansen2001-01-241-1/+10
| | | | correct XML.
* Regenerated (and manually massaged for PutScrap) so it can be byuilt both ↵Jack Jansen2001-01-243-57/+148
| | | | for Carbon and Classic. The Carbon module is rather empty, though, for now.
* Quick (manual) fix to make the module compile with Waste 2.0. TBD later.Jack Jansen2001-01-241-1/+1
|
* Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵Jack Jansen2001-01-242-3/+16
| | | | waste uses a mixture between Waste 2.0 and Waste 1.3.
* Updated version of asyncore.py from Sam Rushing:Andrew M. Kuchling2001-01-241-4/+40
| | | | | | 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
* Part of patch #102409: special cases for Cygwin:Andrew M. Kuchling2001-01-241-0/+18
| | | | | | | | | 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.
* Blacklisted (for the time being) the functions that have a component ↵Jack Jansen2001-01-242-100/+6
| | | | argument. Don't want to drag the Cm module into the core set too.
* Build directives for PythonStandalone were missing.Jack Jansen2001-01-241-0/+4
|
* Added the GrafPort attributes that are unavailable under Carbon.Jack Jansen2001-01-241-0/+5
|
* Implemented direct attribute access for Carbon builds and accessor functions ↵Jack Jansen2001-01-243-14/+1478
| | | | for non-carbon builds.
* test___all__ was failing on WIndows because locale.py doesn't reallyTim Peters2001-01-241-3/+10
| | | | | know which names it exports. Didn't fix its ignorance, but patched over the consequence.
* Windows: ucnhash subproject no longer exists (/F merged into unicodedata).Tim Peters2001-01-244-118/+1
|
* ucnhash is no longer usedFredrik Lundh2001-01-241-22/+0
|
* new unicodedata functions (name, lookup)Fredrik Lundh2001-01-241-0/+13
|
* ucnhash is no longer usedFredrik Lundh2001-01-241-2/+1
|
* the ucnhash module is no longer usedFredrik Lundh2001-01-241-48/+46
|
* Move uchhash functionality into unicodedata (after the recentFredrik Lundh2001-01-244-228/+248
| | | | | crop of changes, the files are small enough to do this). Also adds "name" and "lookup" functions to unicodedata.
* documented (new) optional doseq parameter to urlencode.Skip Montanaro2001-01-241-2/+4
|
* a few more modules get __all__Skip Montanaro2001-01-2411-0/+31
|
* PyObject_Dump() -> _PyObject_Dump()Barry Warsaw2001-01-242-5/+5
| | | | PyGC_Dump() -> _PyGC_Dump()
* PyGC_Dump() -> _PyGC_Dump()Barry Warsaw2001-01-241-1/+1
|
* PyObject_Dump() -> _PyObject_Dump()Barry Warsaw2001-01-241-1/+1
|
* __all__: removed "error", "abort", "readonly", as these are notBarry Warsaw2001-01-241-2/+2
| | | | | | | 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>
* It's "gopherlib" not "gopher".Barry Warsaw2001-01-241-1/+1
|
* Modified version of part of patch #102409 for Cygwin:Andrew M. Kuchling2001-01-241-15/+27
| | | | | | Get platform-specific modules right on Cygwin Getting a string value for the platform has been factored out into get_platform()
* Add names of people who've pointed out broken links and imagesAndrew M. Kuchling2001-01-241-2/+3
| | | | Bump version number
* Fredrik pointed out that the database shrank more than 55KAndrew M. Kuchling2001-01-241-4/+4
|
* Also build the Carbon extension modules.Jack Jansen2001-01-231-4/+16
|
* Removed extraneous references to Modules:TEJack Jansen2001-01-231-9/+0
|
* The C-prefix file for Carbon plugin projects.Jack Jansen2001-01-231-0/+19
|
* Ah well, why not check this in. A script to remove all .pyc files in a ↵Jack Jansen2001-01-231-0/+35
| | | | folder hierarchy.
* Projects for Carbon plugin modules.Jack Jansen2001-01-2332-0/+17533
|
* Use &# escape for non-ascii chars.Jack Jansen2001-01-2323-69/+69
|
* Added an attribute runtimemodel, which is either "ppc" or "carbon" and is ↵Jack Jansen2001-01-231-0/+9
| | | | the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess.
* Added the actual builds of the carbon projects.Jack Jansen2001-01-231-1/+23
|
* Generate Carbon as well as classic PPC plugin projects. This module is ↵Jack Jansen2001-01-231-26/+62
| | | | finally paying back the investment in it!
* Various settings were unconditionally set. Allow them to be overridden in ↵Jack Jansen2001-01-231-4/+6
| | | | the settings dict.
* If the template is not specified it depends on the current execution model ↵Jack Jansen2001-01-231-4/+12
| | | | (classic ppc or carbon).
* Added a template for Carbon plugin projects.Jack Jansen2001-01-238-0/+1104
|
* Moved files from template to template-ppc, as this is the template for ↵Jack Jansen2001-01-238-0/+0
| | | | classic PPC projects.
* Fix for MacOS X/Darwin: it doesn't need -lm, ever. (Noted by Steven Majewski)Andrew M. Kuchling2001-01-231-3/+12
|
* _PyImport_Inittab: define the exceptions module's init function.Barry Warsaw2001-01-231-1/+1
| | | | Fixes bug #121706.
* Added a note about the memory size.Jack Jansen2001-01-231-4/+8
| | | | Added Matthias Neeracher and Alexandre Parenteau to the "thank you" list. This should have been done _ages_ ago for Matthias! Shame shame!!
* Upped the default memory size to a whopping 24Mb, which is needed to make ↵Jack Jansen2001-01-231-0/+0
| | | | the autotests run. Sigh. User with low-memory systems will have to adapt the setting.
* Use &# escape for non-ascii chars.Jack Jansen2001-01-231-3/+3
|
* Slight reworking to make it more useful for debuggingBarry Warsaw2001-01-231-5/+12
| | | | | | | | | | Py_Initialize()/Py_Finalize() loop leaks. - allow an optional 3rd argument which is the loop count. -1 means infloop (the default). - Add a setting of Py_NoSiteFlag=1, but leave it commented out by default.
* Updates and changes:Barry Warsaw2001-01-231-2/+2
| | | | | | | - set VERSION to 2.1 - change blddir to ../.. since that seems more common than the old value (at least for my debugging session).
* Add prototype for PyGC_Dump() -- but only inside the #ifdefBarry Warsaw2001-01-231-0/+2
| | | | WITH_CYCLE_GC.
* Add prototype for PyObject_Dump().Barry Warsaw2001-01-231-0/+1
|