summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Various libraryies have been moved around and renamed, now that we haveJack Jansen1998-08-193-0/+0
| | | | them under cvs too.
* Added an example that uses signal.alarm() to time out an os.open() thatAndrew M. Kuchling1998-08-181-1/+29
| | | | | | | | | takes too long. This example relies on the fact that raising an exception in a signal handler causes the exception to be re-raised when the main line of the program resumes execution. Is this guaranteed in CPython, or is this something that just happens to work by accident? Also fixed a typo.
* Raise the right exception (ValueError) for attempted I/O on closed StringIOFred Drake1998-08-181-1/+14
| | | | | objects; this makes the emulation of file objects a bit better, and the exceptions explain things a bit better.
* Replaced binhexed version of project files by normal ones (in binary mode)Jack Jansen1998-08-1844-9217/+0
|
* Updated for 1.5.2a1Jack Jansen1998-08-182-3/+1
|
* Replaced the hand-generated .hqx files by the binary resourcefiles themselvesJack Jansen1998-08-1814-6572/+0
| | | | (in AppleSingle format, so should be readable with MacCVS Pro too)
* Initial revisionJack Jansen1998-08-1836-0/+8306
|
* Initial revisionJack Jansen1998-08-1824-0/+5316
|
* Putting Python-specific GUSI modifications under CVS.Jack Jansen1998-08-186-0/+3264
|
* Putting TCL mods for Python under CVS.Jack Jansen1998-08-183-0/+967
|
* I give in (after all these years): renaming config.c to macconfig.c to forestallJack Jansen1998-08-181-0/+0
| | | | the continuous name conflicts which cause the wrong config.c to be found.
* Support for freezing packages (Just).Jack Jansen1998-08-184-12/+58
|
* Replace first sys.path entry with the directory where the script livesJack Jansen1998-08-181-1/+5
| | | | (Just).
* (imenu-example--create-python-index-engine): Fix nesting breakage whenBarry Warsaw1998-08-181-0/+2
| | | | | | a method definition has args that span multiple lines; be sure to go to the beginning of the method definition -- but watch out for the match-data!
* Clean up the HTML a bit; update the version number.Fred Drake1998-08-171-21/+22
|
* Fix arguments for renames(); bug spotted by Oliver AndrichFred Drake1998-08-171-1/+1
| | | | <oli@rhein-zeitung.de>.
* Fix markup where C include files get named in <...> form; bug reported byFred Drake1998-08-144-5/+4
| | | | Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
* img_tag(): For \n to be interpreted as a newline, the string must use doubleFred Drake1998-08-141-1/+1
| | | | quote, not single quotes. Ugh.
* Clarify wording in the description of re.splitAndrew M. Kuchling1998-08-141-5/+5
| | | | Simplify the patterns in the examples for re.split
* 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
|