Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "yeild" to the list of keywords. | Fred Drake | 2001-06-23 | 1 | -2/+18 |
| | | | | Fix a very minor (but annoying when looking for things!) markup nit. | ||||
* | Consistently use semi-colons after the last property for each selector. | Fred Drake | 2001-06-23 | 1 | -26/+26 |
| | |||||
* | Give the pattern used to pick out a source anchor a more specific pattern. | Fred Drake | 2001-06-23 | 1 | -1/+1 |
| | |||||
* | Added several names. | Fred Drake | 2001-06-23 | 1 | -0/+4 |
| | |||||
* | Contributed updates from Harald Hanche-Olsen, giving details of the branch | Fred Drake | 2001-06-23 | 1 | -0/+49 |
| | | | | | cuts for the complex math functions. Includes a brief description of what branch cuts are. | ||||
* | Added support for our new \infinity and \plusminus macros, and the | Fred Drake | 2001-06-23 | 1 | -1/+4 |
| | | | | | | standard \textbar macro (not supported in many versions of LaTeX2HTML). Added newline to error message. | ||||
* | \infinity, | Fred Drake | 2001-06-23 | 1 | -0/+2 |
| | | | | \plusminus: New macros to allow us to avoid math mode for these symbols. | ||||
* | Miscellaneous code cleanups. | Fred Drake | 2001-06-23 | 1 | -4/+10 |
| | | | | | Make sure we do not lose track of the build directory -- convert a user- supplied directory to an absolute path. | ||||
* | Disallow 'yield' in a 'try' block when there's a 'finally' clause. | Tim Peters | 2001-06-23 | 1 | -0/+10 |
| | | | | | Derived from Thomas Wouters's patch on the Iterators list, but doesn't try to read c->c_block[c->c_nblocks]. | ||||
* | Remove an extra tab character. | Fred Drake | 2001-06-22 | 1 | -1/+1 |
| | |||||
* | Re-organize a little, clean up some markup. | Fred Drake | 2001-06-22 | 1 | -52/+73 |
| | | | | | | | Added some comments about sys.exit(), SystemExit, and preventing restricted code from exiting the interpreter. This closes SF bug #434743. | ||||
* | Add sha and _sre to the list of allowed built-in modules. | Fred Drake | 2001-06-22 | 1 | -1/+1 |
| | |||||
* | Corrected an error in the information on supporting weak references in | Fred Drake | 2001-06-22 | 1 | -9/+7 |
| | | | | | | extension types (the docs reflected a development version of the API). This closes SF bug #435066. | ||||
* | Adjust to understand use of either single- or double-quotes to quote | Fred Drake | 2001-06-22 | 1 | -20/+23 |
| | | | | | | attribute values, and make the logic surrounding the platform annotations just a little easier to read. Also make the platform notes appear in the generated page; they were supposed to, but did not. | ||||
* | Add the new texinputs/license.tex to the shared dependencies. | Fred Drake | 2001-06-22 | 1 | -0/+1 |
| | |||||
* | This is a trivial command line utility to print MD5 checksums. | Guido van Rossum | 2001-06-22 | 1 | -0/+32 |
| | | | | | | | | | | I published it on the web as http://www.python.org/2.1/md5sum.py so I thought I might as well check it in. Works with Python 1.5.2 and later. Works like the Linux tool ``mdfsum file ...'' except it doesn't take any options or read stdin. | ||||
* | Fix & clean up the information about building Python with large file support | Fred Drake | 2001-06-22 | 1 | -4/+3 |
| | | | | | | for Linux. This closes SF bug #434975. | ||||
* | Changed the order of the buttons for EasyDialogs.AskYesNoCancel() from the ↵ | Just van Rossum | 2001-06-22 | 1 | -0/+0 |
| | | | | unusual [cancel, no, yes] to the more standard [no, cancel, yes]. | ||||
* | Record Windows build number for 2.0.1 final. | Tim Peters | 2001-06-22 | 1 | -0/+2 |
| | |||||
* | don't blow up when the charno SyntaxError value is None | Just van Rossum | 2001-06-21 | 1 | -1/+3 |
| | |||||
* | repaired expandselection and uncomment breakage | Just van Rossum | 2001-06-21 | 1 | -4/+5 |
| | |||||
* | Added support for the gc module (!). | Just van Rossum | 2001-06-21 | 1 | -0/+6 |
| | |||||
* | Somehow, under certain circumstances, config.h and rename1.h would pop back up. | Guido van Rossum | 2001-06-21 | 2 | -442/+0 |
| | | | | Try to see if 'cvs delete' fixes this. | ||||
* | Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into | Tim Peters | 2001-06-21 | 3 | -32/+93 |
| | | | | | giving up the goods. NEEDS DOC CHANGES | ||||
* | Try to avoid creating reference cycles involving generators. Only keep a | Neil Schemenauer | 2001-06-21 | 1 | -14/+27 |
| | | | | | | reference to f_back when its really needed. Do a little whitespace normalization as well. This whole file is a big war between tabs and spaces but now is probably not the time to reindent everything. | ||||
* | Got rid of a silly #if. | Jack Jansen | 2001-06-20 | 1 | -1/+1 |
| | |||||
* | Move license information to a less annoying location in the document. | Fred Drake | 2001-06-20 | 1 | -0/+13 |
| | | | | Add documentation for PyErr_SetFromErrnoWithFilename(). | ||||
* | Update to include the license information in a less annoying place. | Fred Drake | 2001-06-20 | 5 | -0/+16 |
| | |||||
* | Separate the copyright statements and license text; include some new | Fred Drake | 2001-06-20 | 2 | -96/+261 |
| | | | | comments regarding the history of Python licensing from Guido. | ||||
* | Separate the version number and release status into two separate values. | Fred Drake | 2001-06-20 | 1 | -1/+2 |
| | |||||
* | Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO. | Fred Drake | 2001-06-20 | 1 | -5/+5 |
| | | | | | Normalize all HTML attributes to be written as name="value" instead of name='value'. | ||||
* | Don't use extern when we mean staticforward (OSX gcc is picky about it). | Jack Jansen | 2001-06-20 | 3 | -24/+5 |
| | | | | Blacklist SendControlMessage: it's signature has changed between Universal Headers 3.3 and 3.4. | ||||
* | Added support for new \setreleaseinfo macro. | Fred Drake | 2001-06-20 | 1 | -65/+76 |
| | | | | | | | Normalize all generated HTML so that attribute names come out as name="value" instead of name='value'. Changed the target of RFC links to point to the hypertext RFCs at www.faqs.org instead of the plain text RFCs at www.ietf.org. | ||||
* | {Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For ↵ | Jack Jansen | 2001-06-20 | 2 | -36/+5 |
| | | | | now: cop out and blacklist them. | ||||
* | ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. | Jack Jansen | 2001-06-20 | 4 | -4/+4 |
| | |||||
* | Added a const to shut up a compiler warning. | Jack Jansen | 2001-06-20 | 2 | -2/+2 |
| | |||||
* | Reversed the order of the checks for None or a Dialog where a Window is ↵ | Jack Jansen | 2001-06-20 | 2 | -22/+8 |
| | | | | expected so it doesn't crash under OSX/Mach-o. | ||||
* | Add a little more support for describing version information. This | Fred Drake | 2001-06-20 | 1 | -0/+3 |
| | | | | is not pretty, but does what is needed. | ||||
* | Removed some unused routines under Carbon. They caused compile errors with UH34. | Jack Jansen | 2001-06-20 | 1 | -0/+3 |
| | |||||
* | Adapted to Universal Headers 3.4: new refcontype and use UPP names in stead ↵ | Jack Jansen | 2001-06-20 | 2 | -3/+18 |
| | | | | of Proc names for callback creation. | ||||
* | Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use ↵ | Jack Jansen | 2001-06-20 | 1 | -6/+12 |
| | | | | modern (UPP in stead of Proc) names for callback object creation. | ||||
* | Override bdb's canonic() method with a no-op: with bdb's version we couldn't ↵ | Just van Rossum | 2001-06-20 | 1 | -0/+5 |
| | | | | edit breakpoints in file-less ("Untitled" script windows). Besides, we did't need it as we always use full path names anyway. | ||||
* | write(): Karl Eichwalder points out that the #, flag comments should | Barry Warsaw | 2001-06-20 | 1 | -1/+4 |
| | | | | be outputted just before the msgid lines. | ||||
* | gen_iternext(): repair subtle refcount problem. | Tim Peters | 2001-06-20 | 1 | -0/+5 |
| | | | | | | | | | | | | NeilS, please check! This came from staring at your genbug.py, but I'm not sure it plugs all possible holes. Without this, I caught a frameobject refcount going negative, and it was also the cause (in debug build) of _Py_ForgetReference's attempt to forget an object with already- NULL _ob_prev and _ob_next pointers -- although I'm still not entirely sure how! Part of the difficulty is that frameobjects are stored on a free list that gets recycled very quickly, so if there's a stray pointer to one of them it never looks like an insane frameobject (never goes trough the free() mangling MS debug forces, etc). | ||||
* | Remove unused code. | Neil Schemenauer | 2001-06-20 | 1 | -9/+0 |
| | |||||
* | Add a bunch of sample strings to test soft line breaks of varying end | Barry Warsaw | 2001-06-19 | 1 | -1/+28 |
| | | | | cases. | ||||
* | encode(): Fixed the handling of soft line breaks for lines over 76 | Barry Warsaw | 2001-06-19 | 1 | -14/+12 |
| | | | | | characters in length. Remember that when calculating the soft breaks, the trailing `=' sign counts against the max length! | ||||
* | made 7-bit-clean. | Just van Rossum | 2001-06-19 | 1 | -2/+2 |
| | |||||
* | Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵ | Just van Rossum | 2001-06-19 | 14 | -84/+86 |
| | | | | any further encoding conversion troubles. | ||||
* | - _filename_to_abs() didn't cater for .. components in the pathname. Fixed. | Jack Jansen | 2001-06-19 | 1 | -1/+14 |
| | | | | | - compile() didn't return a (empty) list of objects. Fixed. - the various _fix_xxx_args() methods weren't called (are they new or did I overlook them?). Fixed. |