Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the test output, now that escapes in repr() of string and Unicode | Guido van Rossum | 2001-01-24 | 1 | -3/+3 |
| | | | | are different (Ping couldn't test this). | ||||
* | The array type was missing the Py_TPFLAGS_DEFAULT initializer for the | Guido van Rossum | 2001-01-24 | 1 | -1/+1 |
| | | | | | tp_flags. This will become important when I introduce Py_TPFLAGS_HAVE_RICHCOMPARE (as I should have!). | ||||
* | New asynchat.py from Sam Rushing: this foregoes using the regex module | Andrew M. Kuchling | 2001-01-24 | 1 | -36/+12 |
| | | | | | to find the prefix of strings, thus removing a warning, and simply uses straightforward string slicing. | ||||
* | Fix an obvious usage nit I should have caught myself on the previous | Fred Drake | 2001-01-24 | 1 | -1/+1 |
| | | | | change to this file. Thanks, /F! | ||||
* | Update the build instructions for flat makefile. | Neil Schemenauer | 2001-01-24 | 1 | -18/+14 |
| | |||||
* | The usual. | Neil Schemenauer | 2001-01-24 | 1 | -434/+610 |
| | |||||
* | - build now happens in toplevel directory, add subdir paths to filenames | Neil Schemenauer | 2001-01-24 | 1 | -70/+69 |
| | | | | | | | | | - 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 | ||||
* | Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. | Ka-Ping Yee | 2001-01-24 | 13 | -205/+221 |
| | | | | Switch from octal escapes to hex escapes for other nonprintable characters. | ||||
* | Patch from Andrew to properly set module source directory. | Neil Schemenauer | 2001-01-24 | 1 | -2/+2 |
| | |||||
* | There is no more Modules/Makefile, use toplevel Makefile. | Neil Schemenauer | 2001-01-24 | 1 | -1/+1 |
| | |||||
* | Changes for flat makefile. Building of modules happens from toplevel | Neil Schemenauer | 2001-01-24 | 1 | -12/+16 |
| | | | | | | | 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. | ||||
* | Build now happens in toplevel directory, not Modules. Don't monkey with | Neil Schemenauer | 2001-01-24 | 1 | -12/+1 |
| | | | | VPATH. | ||||
* | Flat makefile based on toplevel Makefile.in and makefiles in build | Neil Schemenauer | 2001-01-24 | 1 | -0/+814 |
| | | | | subdirectories. Those other makefiles will go away eventually. | ||||
* | Remove evil "sec:" prefix from some \label markups; this is bad for | Fred Drake | 2001-01-24 | 1 | -2/+2 |
| | | | | filenames on Windows (& Mac?) platforms. | ||||
* | AttributeList --> NamedNodeMap | Fred Drake | 2001-01-24 | 1 | -1/+1 |
| | | | | | Since there is no such thing as an AttributeList, don't say "attributes" is one. | ||||
* | Got rid of extraneous Modues:TE in the search path. | Jack Jansen | 2001-01-24 | 20 | -144/+0 |
| | |||||
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵ | Jack Jansen | 2001-01-24 | 4 | -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 Jansen | 2001-01-24 | 1 | -1/+10 |
| | | | | correct XML. | ||||
* | Regenerated (and manually massaged for PutScrap) so it can be byuilt both ↵ | Jack Jansen | 2001-01-24 | 3 | -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 Jansen | 2001-01-24 | 1 | -1/+1 |
| | |||||
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵ | Jack Jansen | 2001-01-24 | 2 | -3/+16 |
| | | | | waste uses a mixture between Waste 2.0 and Waste 1.3. | ||||
* | Updated version of asyncore.py from Sam Rushing: | Andrew M. Kuchling | 2001-01-24 | 1 | -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. Kuchling | 2001-01-24 | 1 | -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 Jansen | 2001-01-24 | 2 | -100/+6 |
| | | | | argument. Don't want to drag the Cm module into the core set too. | ||||
* | Build directives for PythonStandalone were missing. | Jack Jansen | 2001-01-24 | 1 | -0/+4 |
| | |||||
* | Added the GrafPort attributes that are unavailable under Carbon. | Jack Jansen | 2001-01-24 | 1 | -0/+5 |
| | |||||
* | Implemented direct attribute access for Carbon builds and accessor functions ↵ | Jack Jansen | 2001-01-24 | 3 | -14/+1478 |
| | | | | for non-carbon builds. | ||||
* | test___all__ was failing on WIndows because locale.py doesn't really | Tim Peters | 2001-01-24 | 1 | -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 Peters | 2001-01-24 | 4 | -118/+1 |
| | |||||
* | ucnhash is no longer used | Fredrik Lundh | 2001-01-24 | 1 | -22/+0 |
| | |||||
* | new unicodedata functions (name, lookup) | Fredrik Lundh | 2001-01-24 | 1 | -0/+13 |
| | |||||
* | ucnhash is no longer used | Fredrik Lundh | 2001-01-24 | 1 | -2/+1 |
| | |||||
* | the ucnhash module is no longer used | Fredrik Lundh | 2001-01-24 | 1 | -48/+46 |
| | |||||
* | Move uchhash functionality into unicodedata (after the recent | Fredrik Lundh | 2001-01-24 | 4 | -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 Montanaro | 2001-01-24 | 1 | -2/+4 |
| | |||||
* | a few more modules get __all__ | Skip Montanaro | 2001-01-24 | 11 | -0/+31 |
| | |||||
* | PyObject_Dump() -> _PyObject_Dump() | Barry Warsaw | 2001-01-24 | 2 | -5/+5 |
| | | | | PyGC_Dump() -> _PyGC_Dump() | ||||
* | PyGC_Dump() -> _PyGC_Dump() | Barry Warsaw | 2001-01-24 | 1 | -1/+1 |
| | |||||
* | PyObject_Dump() -> _PyObject_Dump() | Barry Warsaw | 2001-01-24 | 1 | -1/+1 |
| | |||||
* | __all__: removed "error", "abort", "readonly", as these are not | Barry Warsaw | 2001-01-24 | 1 | -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 Warsaw | 2001-01-24 | 1 | -1/+1 |
| | |||||
* | Modified version of part of patch #102409 for Cygwin: | Andrew M. Kuchling | 2001-01-24 | 1 | -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 images | Andrew M. Kuchling | 2001-01-24 | 1 | -2/+3 |
| | | | | Bump version number | ||||
* | Fredrik pointed out that the database shrank more than 55K | Andrew M. Kuchling | 2001-01-24 | 1 | -4/+4 |
| | |||||
* | Also build the Carbon extension modules. | Jack Jansen | 2001-01-23 | 1 | -4/+16 |
| | |||||
* | Removed extraneous references to Modules:TE | Jack Jansen | 2001-01-23 | 1 | -9/+0 |
| | |||||
* | The C-prefix file for Carbon plugin projects. | Jack Jansen | 2001-01-23 | 1 | -0/+19 |
| | |||||
* | Ah well, why not check this in. A script to remove all .pyc files in a ↵ | Jack Jansen | 2001-01-23 | 1 | -0/+35 |
| | | | | folder hierarchy. | ||||
* | Projects for Carbon plugin modules. | Jack Jansen | 2001-01-23 | 32 | -0/+17533 |
| | |||||
* | Use &# escape for non-ascii chars. | Jack Jansen | 2001-01-23 | 23 | -69/+69 |
| |