summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enter Jim Fulton's latest version. He writes:Jeremy Hylton1998-08-131-20/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had to make a slight diddle to work with Python 1.4, which we and some of our customers are still using. :( I've also made a few minor enhancements: - You can now both get and set the memo using a 'memo' attribute. This is handy for certain advanced applications that we have. - Added a 'binary' attribute to get and set the binary mode for a pickler. - Added a somewhat experimental 'fast' attribute. When this is set, objects are not placed in the memo during pickling. This should lead to faster pickling and smaller pickles in cases where: o you *know* there are no circular references, and o either you've: - preloaded the memo with class information by pickling classes in non-fast mode or by manipilating the memo directly, or - aren't pickling instances.
* Don't need these anymore....Fred Drake1998-08-136-0/+0
|
* Do the magic to use the new buttons (with shorter names!) instead of the oldFred Drake1998-08-131-20/+32
| | | | | ones. Get the <IMG> width & height right. New design for the navigation bars, including the document title as well as the navigation links/buttons.
* Change interface to sendmail: if the destination address is a stringJeremy Hylton1998-08-131-1/+6
| | | | | | | instead of a list, turn it into a list containing that string. This avoids an apparently common newbie mistake -- passing in a single string for the destination and have it treated as a sequence of characters.
* Add l2hinit.perl to COMMONPERL.Fred Drake1998-08-131-1/+2
|
* Insignificant change cause by saving again.Guido van Rossum1998-08-133-0/+21
|
* New icons from Christopher Petrilli <petrilli@dworkin.amber.org>.Fred Drake1998-08-1312-0/+0
| | | | Cool!
* Better error messages when a sequence is indexed with a non-integer.Guido van Rossum1998-08-131-6/+17
| | | | | | | Previously, this said "unsubscriptable object"; in 1.5.1, the reverse problem existed, where None[''] would complain about a non-integer index. This fix does the right thing in all cases (for get, set and del item).
* Exit when a mv or cp fails (Sjoerd Mullender).Guido van Rossum1998-08-131-2/+2
|
* Rebuilt everything with MSL 2.4.10, Compilers 2.1.1 and IDE 3.1.Jack Jansen1998-08-1316-3233/+3183
| | | | SIOUX, Tcl and Tk also need to be rebuilt (and tcl/tk need work)
* Add Tim Peters' test for long intsGuido van Rossum1998-08-132-0/+144
|
* Add DebugBreak() call to Py_FatalError() for Mark Hammond (only onGuido van Rossum1998-08-131-0/+3
| | | | Win32 in Debug mode).
* Need mytime.h for Sleep().Guido van Rossum1998-08-131-0/+2
|
* Second definition of popen2 should be popen3.Guido van Rossum1998-08-131-1/+1
|
* Improved some error messages for command line processing.Fred Drake1998-08-121-2/+17
| | | | Added --all to produce all formats at once.
* Added more informaton about the mkhowto.sh script.Fred Drake1998-08-121-3/+4
|
* Oops, the --text option wasn't documented!Fred Drake1998-08-121-0/+1
|
* Added a comment about not using a symbolic link to access the script.Fred Drake1998-08-121-0/+7
|
* New tool: reverse grep (greps from the end). Uses a fairly efficientGuido van Rossum1998-08-121-0/+65
| | | | strategy to read from the end of the file.
* Some minor updates.Fred Drake1998-08-121-6/+10
|
* Massive cleanup: Use Makefiles in subdirs properly, move most of theFred Drake1998-08-121-280/+96
| | | | | detailed build rules to the subdirs. Allow pretty much every useful target to be built directly from the top dir (no change in output location).
* Re-written to actually perform the conversion instead of using a sub-makeFred Drake1998-08-121-18/+76
| | | | | with the parent Makefile. Will also force the auxillary files to be created if they need to be.
* Update date & version number for release 1.5.2a1.Fred Drake1998-08-121-2/+2
|
* New Makefile; includes ../paper-letter/Makefile and sets PAPER=a4.Fred Drake1998-08-121-0/+2
|
* New Makefile, contains rules for building typeset versions.Fred Drake1998-08-121-0/+136
|
* New makefile which only contains the source dependencies specific to eachFred Drake1998-08-121-0/+181
| | | | document. The main Makefile will only contain rules and "system" dependencies.
* This commit was manufactured by cvs2svn to create tag 'r152a1'.v1.5.2a1cvs2svn1998-08-121-0/+1
|
* The usual.Guido van Rossum1998-08-1225-181/+363
|
* Get rid of mysterious bsddb.txt.Guido van Rossum1998-08-121-4/+0
|
* Define HAVE_STRERROR.Guido van Rossum1998-08-121-0/+1
|
* Delete CurrentVersion instead of setting it.Guido van Rossum1998-08-121-6/+1
|
* Added dependencies between projects.Guido van Rossum1998-08-121-28/+18
|
* Back out of a recent policy change (Mark Hammond disagreed).Guido van Rossum1998-08-111-27/+8
| | | | The registry always comes first and the default is always appended.
* Two fixes to find_class:Jeremy Hylton1998-08-111-9/+22
| | | | | | | | | | | | | | | 1. Only DECREF the class's module when the module is retrieved via PyImport_Import. If it is retrieved from the modules dictionary with PyDict_GetItem, it is using a borrowed reference. 2. If the module doesn't define the desired class, raise the same SystemError that pickle.py does instead of returning an AttributeError (which is cryptic at best). Also, fix the PyArg_ParseTuple in cpm_loads (the externally visible loads) function: Use "S" instead of "O" because cStringIO will croak with a "bad arguments to internal function" if passed anything other than a string.
* Bump RELEASE to 1.5.2a1.Fred Drake1998-08-111-1/+1
|
* Clean things up just a bit.Fred Drake1998-08-111-8/+15
|
* Helper script used in creating navigation buttons.Fred Drake1998-08-111-0/+35
|
* Get the <IMG> sizes right for the navigation buttons.Fred Drake1998-08-111-1/+7
|
* New contributor.Guido van Rossum1998-08-111-0/+1
|
* Fredrik Lundh's font wrapper.Guido van Rossum1998-08-111-0/+192
|
* Added coords() and identify() methods to Scale class.Guido van Rossum1998-08-111-0/+4
|
* Ok, blank.pbm is free to go.Fred Drake1998-08-117-4/+0
| | | | | | | The rest of these are new or replaced. The buttons are now all the same width. They have the transparency set right. They still need the attention of a designer. But they work, and we have a real button for the Modules Index.
* I think this is the last of them.Fred Drake1998-08-113-32/+0
|
* Gosh, there's a lot of them....Fred Drake1998-08-116-16/+0
|
* More files never used here.....Fred Drake1998-08-115-42/+0
|
* Reordered the news to make it more accessible. Also removed some dups.Guido van Rossum1998-08-111-191/+225
|
* Icons only needed if using the change control marks, which are bogus.Fred Drake1998-08-113-0/+0
|
* Remove files we never used; l2h would only use these if you use theFred Drake1998-08-118-0/+0
| | | | special "html" package, which we don't and won't.
* Use Perl's rename() function instead of system(); there's no need for twoFred Drake1998-08-111-2/+1
| | | | additional processes for each name change!
* Added the test package under "Frameworks".Fred Drake1998-08-111-0/+5
|