summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tweaks to keep the Microsoft compiler quiet.Guido van Rossum1997-04-095-18/+18
|
* Tweaks to keep the Microsoft compiler quier.Guido van Rossum1997-04-098-19/+36
|
* Remove unused variable.Guido van Rossum1997-04-091-1/+0
|
* Remove two unised variables.Guido van Rossum1997-04-091-2/+0
|
* Got rid of the static decl of PyCObject_Import, which was a 1.4Guido van Rossum1997-04-091-19/+4
| | | | compatibility hack.
* Give PyErr_Format a new name and make it static.Guido van Rossum1997-04-091-0/+5
|
* support module for cPickleGuido van Rossum1997-04-091-0/+17
|
* Jim Fulton's version 2.2.Guido van Rossum1997-04-091-2810/+2931
|
* Unknown changes by Jim Fulton.Guido van Rossum1997-04-091-199/+140
|
* Changed the way the C API was exported. Jim Fulton.Guido van Rossum1997-04-091-39/+47
|
* New version by Digital Creations, supports binary format compatibleGuido van Rossum1997-04-091-427/+785
| | | | with cPickle.
* Ping's latest. Fixes triple quoted strings ending in oddGuido van Rossum1997-04-091-20/+31
| | | | #backslashes, and other stuff I don't know.
* NewMovieFromFile has extra parameter and return valueJack Jansen1997-04-092-2/+2
|
* Enabled resID input/output parameter to NewMovieFromFile. This changesJack Jansen1997-04-093-13/+192
| | | | | the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason.
* while (1) -> while 1. Sorry.Guido van Rossum1997-04-081-1/+1
|
* Search for a valid begin line instead of requiring the first line.Guido van Rossum1997-04-081-9/+16
|
* (Optional) MSL compatabilityJack Jansen1997-04-081-0/+4
|
* DisposPtr -> DisposePtrJack Jansen1997-04-081-1/+1
|
* Changed the few old routine names still used to the new onesJack Jansen1997-04-083-9/+14
| | | | Started working on MSL support
* Changed [SG]etCRefCon to [SG]etControlReferenceJack Jansen1997-04-082-7/+7
|
* Modified for (optional) use of MSLJack Jansen1997-04-081-2/+4
|
* Fixed for compiling without OLDROUTINENAMES and OLDROUTINELOCATIONSJack Jansen1997-04-082-6/+6
|
* Ka-Ping's muich improved version of March 26, 1997:Guido van Rossum1997-04-081-74/+98
| | | | | | # Ignore now accepts \f as whitespace. Operator now includes '**'. # Ignore and Special now accept \n or \r\n at the end of a line. # Imagnumber is new. Expfloat is corrected to reject '0e4'.
* Support for alternative string quotes (a"xx", b"xx", c"xx", ...).Guido van Rossum1997-04-061-4/+9
|
* Support for alternative string quotes (a"xx", b"xx", c"xx", ...).Guido van Rossum1997-04-061-3/+6
| | | | In interactive mode, do generate code for single-string statements.
* Various status updates.Guido van Rossum1997-04-032-42/+12
|
* Added siteGuido van Rossum1997-04-032-0/+6
|
* New stuff by AMK.Guido van Rossum1997-04-0319-41/+401
|
* Remove a redundant XINCREF(value). This caused the reference count ofGuido van Rossum1997-04-031-1/+0
| | | | | all locals to be upped by one when `from <module> import <whatever>' was executed.
* New version by Sjoerd, with support for IRIX 6 audio library.Guido van Rossum1997-04-031-340/+3035
|
* Added an attribute string_id_to_buffer, which gives the offset youJack Jansen1997-04-031-0/+12
| | | | | | | | have to add to the id() of a string to get the address of the data. This is a horrible and error-prone hack, but unfortunately it is one that is needed for playing audio and crearing pixmaps. Having the constant here is at least marginally better than the previous practice of having the constant 16 all over the place...
* - Most errors are *not* OSErr style, so raise better exceptions (withJack Jansen1997-04-031-27/+57
| | | | | textual messages) - Plugged a memory leak or two
* Still not a real test, but at least it runs againJack Jansen1997-04-031-17/+26
|
* Use MacOS.string_id_to_buffer for id() to buffer address hackJack Jansen1997-04-031-1/+2
|
* Use MacOS.string_id_to_buffer for the hack to convert string id() toJack Jansen1997-04-031-1/+2
| | | | buffer address.
* Checked in some new Tk demos that I wrote a while ago.Guido van Rossum1997-04-034-0/+1047
|
* Small grammatical touchups:Fred Drake1997-04-022-6/+6
| | | | | | | | | | | | | Para. 1: ...that reads and writes a string buffer... ^ ^ Para. 3: ...can be called at any time to retrieve the... XXXXXXXXXXXX ^^^^^ ...entire contents of the entire ``file'' ... ^^^^^^^ XXXXXXX Guido, I hope I'm not stomping too far afield, but these seem pretty clear to me.
* Whole lotta changes.Guido van Rossum1997-04-0252-434/+2276
|
* use /usr/bin/envGuido van Rossum1997-04-021-1/+1
|
* Added replace() implementation by Perry Stoll (debugged and reformatted by me).Guido van Rossum1997-04-021-1/+167
|
* Spell Unix, not UNIX.Guido van Rossum1997-04-022-2/+2
|
* Horrible hack to split up code '--' to preventGuido van Rossum1997-04-022-4/+8
| | | | latex2html from collapsing it into '-'.
* Add complex().Guido van Rossum1997-04-022-10/+60
| | | | Update int(), long(), float() to support string conversions.
* Add cross-refs for int() to atoi() etc.Guido van Rossum1997-04-022-30/+28
| | | | Change replace() arguments; remove replace1().
* Changed my mind on replace().Guido van Rossum1997-04-022-24/+4
| | | | | | It's now replace(str, old, new, maxsplit=0). Note new ordering of parameters (string first); this is more consistent with translate().
* Add #! line.Guido van Rossum1997-04-021-0/+2
|
* New doc strings.Guido van Rossum1997-04-021-1/+6
|
* Fix two small bugs with proxies.Guido van Rossum1997-04-021-1/+2
|
* New symbols due to assert statement.Guido van Rossum1997-04-021-32/+33
|
* New test output for test_builtinGuido van Rossum1997-04-021-0/+1
|