Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more constants. Contributed by itojun. | Martin v. Löwis | 2001-08-04 | 1 | -1/+73 |
| | |||||
* | Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three | Martin v. Löwis | 2001-08-04 | 4 | -5/+10 |
| | | | | exception classes in the module dictionary. | ||||
* | Document IPv6 changes. Contributed by itojun. | Martin v. Löwis | 2001-08-04 | 2 | -29/+206 |
| | |||||
* | Hack to workaround bug #445984: attempt to import _socket before | Greg Ward | 2001-08-04 | 1 | -0/+4 |
| | | | | | | | starting the test suite proper. If _socket fails to build, that will make this test fail with an ImportError -- handled by the test harness as "no such module _socket" -- instead of an AttributeError deep in CGIHTTPServer. | ||||
* | further work on keybinding page | Steven M. Gava | 2001-08-04 | 1 | -29/+119 |
| | |||||
* | Derived from SF patch #446899 Permit import of .pyw under Windows, from | Tim Peters | 2001-08-04 | 4 | -46/+68 |
| | | | | David Bolen. | ||||
* | Plug a memory leak in Py_InitModule4(): when PyDict_SetItemString() failed, | Fred Drake | 2001-08-04 | 1 | -2/+6 |
| | | | | | | the object being inserted was not being DECREFed. This closes SF bug #444486. | ||||
* | Lots of new text and example code on embedding Python in C, contributed | Fred Drake | 2001-08-04 | 2 | -1/+309 |
| | | | | | | | | | | | by Albert Hofkamp. Some editing has been done for style and markup consistency. This also supplies an example of importing modules and calling a function defined in the module, so this closes SF bug #440037 as well. (The long example code was moved to a separate file so that it would format properly.) | ||||
* | Note that the mimetypes.MimeTypes class was added in Python 2.2. | Fred Drake | 2001-08-04 | 1 | -0/+2 |
| | |||||
* | Add documentation for the new aspects of the mimetypes module. | Fred Drake | 2001-08-03 | 1 | -1/+70 |
| | | | | This closes the SF bug (feature request) #439710. | ||||
* | Refactor so that it is easier to work with alternate MIME types databases, | Fred Drake | 2001-08-03 | 1 | -67/+138 |
| | | | | | | and programmatically extend the database in different ways. This closes the SF bug (feature request) #439710. | ||||
* | Don't use any characters C doesn't guarantee are safe for text-mode files. | Tim Peters | 2001-08-03 | 1 | -12/+12 |
| | | | | This should stop the bizarre translations Jack was getting from Mac CVS. | ||||
* | Fix stupid bug: when migrating these tests from the Zope repository, the | Fred Drake | 2001-08-03 | 1 | -14/+20 |
| | | | | | | | | | names of the test methods were not changed from the Zope-standard "check" names to the Python-standard "test_" names, so the tests were not actually being run. Added test of hexadecimal character references as a regression check for SF bug #445196. | ||||
* | Change some comments into docstrings. | Fred Drake | 2001-08-03 | 1 | -27/+31 |
| | | | | | | Fix handling of hexadecimal character references (legal in XHTML) so that they are properly interpreted as character references. This fixes SF bug #445196. | ||||
* | + Moved IDLE from the "tools" component to the main component. | Tim Peters | 2001-08-03 | 1 | -99/+88 |
| | | | | | | | | | | | + Ditto pydoc. (IMO, both should have been done long ago -- simply didn't occur to me before) + Build the summary text into a vrbl instead of a temp file. Doh! Less fiddling, and should avoid another class of Win2K permission problems. Bug: the "auto vertical scrollbar" control on the summary page doesn't work (never creates a scrollbar, no matter how much text). So forced a vertical scrollbar there. | ||||
* | Apply the new \mailheader macro where appropriate, and fix a few small | Fred Drake | 2001-08-03 | 5 | -54/+57 |
| | | | | markup inconsistencies. | ||||
* | Define the \mailheader macro and document conventions for using it. | Fred Drake | 2001-08-03 | 3 | -0/+14 |
| | |||||
* | Minor markup nits and slight style-guide conformance changes. | Fred Drake | 2001-08-03 | 1 | -8/+9 |
| | |||||
* | PyMac_GetFSSpec must be called via the dylib glue code on OSX. | Jack Jansen | 2001-08-03 | 3 | -1/+20 |
| | |||||
* | If we use frameworks we should include CoreServices/CoreServices.h, not the | Jack Jansen | 2001-08-03 | 2 | -2/+2 |
| | | | | old-style CoreFoundation.h. | ||||
* | TXNTSMCheck isn't available under Mach-O Carbon. | Jack Jansen | 2001-08-03 | 2 | -2/+10 |
| | |||||
* | - On OSX add -no-cpp-precomp to OPT. The user still has to manually specify | Jack Jansen | 2001-08-03 | 2 | -355/+365 |
| | | | | | | | | | | the --with-suffix=.exe, but it seems that that is also true for cygwin (or not? should I automatically set it?) - Got --with-next-framework to build on OSX. This is only the build bit, the install still has to be done manually. Moreover, the Python build order isn't really suited to frameworks (where you want to do 'build lib', 'install lib and framework', 'link executable against installed framework' in that order). | ||||
* | ICFindConfigFile isn't needed, and it's gone under carbon. | Jack Jansen | 2001-08-03 | 1 | -2/+3 |
| | |||||
* | EasyDialogs has a working version of this. | Jack Jansen | 2001-08-03 | 1 | -25/+0 |
| | |||||
* | These stopped working a long time ago, and they're not worth fixing. | Jack Jansen | 2001-08-03 | 2 | -132/+0 |
| | |||||
* | Obsolete, EasyDialogs has the same code (but working:-). | Jack Jansen | 2001-08-03 | 2 | -72/+0 |
| | |||||
* | Obsolete: uses old applescript support. | Jack Jansen | 2001-08-03 | 1 | -33/+0 |
| | |||||
* | Obsolete, uses the old non-package-based applescript suite support. | Jack Jansen | 2001-08-03 | 1 | -25/+0 |
| | |||||
* | This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. | Jack Jansen | 2001-08-03 | 1 | -79/+0 |
| | |||||
* | This "test" showed an obsolete way to get scrolled lists in dialogs. Removed. | Jack Jansen | 2001-08-03 | 2 | -3/+2 |
| | |||||
* | Removed: it doesn't work anymore, and it wasn't all that useful anyway. The ↵ | Jack Jansen | 2001-08-03 | 1 | -68/+0 |
| | | | | FrameWork testcode shows similar functionality. | ||||
* | Obsolete, superseded by :Mac:Demo:imgbrowse and friends. | Jack Jansen | 2001-08-03 | 1 | -86/+0 |
| | |||||
* | Obsolete, superseded by :Mac:Demo:TE | Jack Jansen | 2001-08-03 | 1 | -81/+0 |
| | |||||
* | Obsolete, superseded by :Mac:Demo:waste | Jack Jansen | 2001-08-03 | 1 | -86/+0 |
| | |||||
* | Obsolete, removed. | Jack Jansen | 2001-08-03 | 19 | -8502/+0 |
| | |||||
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 26 | -122/+162 |
| | |||||
* | Documented the runtimemodel attribute. | Jack Jansen | 2001-08-03 | 1 | -0/+6 |
| | |||||
* | (Finally) converted to new-style args. | Jack Jansen | 2001-08-03 | 1 | -37/+136 |
| | | | | | | | Added an optional (and ignored) 3d parameter to open() to make the signature compatible with posixmodule. Added the various O_ constants (by stealing the code from posixmodule). test_fileinput now passes. | ||||
* | Added descrobject.c and mysnprintf.c | Jack Jansen | 2001-08-03 | 2 | -0/+0 |
| | |||||
* | Regenerated for new description stuff. | Jack Jansen | 2001-08-03 | 2 | -326/+456 |
| | |||||
* | The test opened the binary test data files in text mode! Fixed. | Jack Jansen | 2001-08-03 | 1 | -3/+3 |
| | |||||
* | Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC ↵ | Jack Jansen | 2001-08-03 | 1 | -2/+0 |
| | | | | (occurred only if GC was off). | ||||
* | No more Inno Envy: the "Start Installation" dialog now displays a nice | Tim Peters | 2001-08-03 | 1 | -7/+152 |
| | | | | | | summary of the preceding choices. No idea if this is "the right way" to do it, but it's exactly painful enough to make me suspect it's the only way <wink>. | ||||
* | Do not use the system getaddrinfo on Mac OS X. Fixes bug #445928. | Martin v. Löwis | 2001-08-03 | 1 | -6/+16 |
| | | | | Since getnameinfo is not implemented, remove __APPLE__ check here. | ||||
* | further work on config dialog, particularly highligthing config | Steven M. Gava | 2001-08-03 | 1 | -34/+146 |
| | |||||
* | Make sure that WeakValueDictionary[] raises KeyError instead of TypeError | Fred Drake | 2001-08-03 | 2 | -1/+6 |
| | | | | for keys that are not in the dictionary. | ||||
* | Fix some of the example code; the reference objects do not support a | Fred Drake | 2001-08-03 | 1 | -3/+3 |
| | | | | | | | get() method; just calling them is sufficient. (There was a get() method for this in an early version of the implementation.) Reported by Mats Wichmann. | ||||
* | Finish my log of the final merge process. Mark the merge task complete. | Tim Peters | 2001-08-02 | 1 | -5/+23 |
| | |||||
* | User-defined methods *can* contain things other than user-defined functions | Fred Drake | 2001-08-02 | 1 | -1/+2 |
| | | | | as the callable, so use more flexible language. | ||||
* | Add a caveat about boundary conditions and RE concatenation, so that the | Fred Drake | 2001-08-02 | 1 | -9/+12 |
| | | | | | | | documents do not make an overly-strong assertion about the properties of RE concatenation. Add an example of RE{m,} syntax and what it will and will not match. |