summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added some minimal comments and tweaked lay-out a bit.Guido van Rossum1997-05-201-3/+7
* Plug leak of stack frame object in exception handling code.Guido van Rossum1997-05-201-9/+26
* Handling of pathnames pointing to files on toplevel folder of disk wasGuido van Rossum1997-05-201-1/+6
* fixed ratecv to continue working if product of rates is bigger than 32 bitsGuido van Rossum1997-05-201-0/+21
* Removed MetroWerks workaround, replaced by defines in mymath.h (Jack)Guido van Rossum1997-05-201-5/+0
* workaround for Mac MSL header definitions of TRUE and FALSE (Jack)Guido van Rossum1997-05-201-0/+4
* Workaround for bug in Metrowerks MSL headers on 68K Macs (Jack)Guido van Rossum1997-05-201-0/+47
* Logic for enabling mac-specific signal handling fixed (Jack)Guido van Rossum1997-05-201-1/+1
* Use #ifdef in stead of #if (Jack)Guido van Rossum1997-05-201-1/+1
* Updated Python version no to 1.5.Guido van Rossum1997-05-191-8/+8
* Added AMK's SocketServer docs.Guido van Rossum1997-05-195-1/+379
* Add platform to welcome message.Guido van Rossum1997-05-191-2/+3
* Unlink before rename (for NT).Guido van Rossum1997-05-191-1/+5
* Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1.Guido van Rossum1997-05-196-2721/+2985
* Renamed strndup to my_strndup to avoid conflict witth GNU libc.Guido van Rossum1997-05-161-5/+8
* Added CRLF for Notepad.Guido van Rossum1997-05-161-160/+160
* Address the following problem on DOS and Win 3.1, reported by JimGuido van Rossum1997-05-161-12/+12
* Added CRLF for Notepad.Guido van Rossum1997-05-161-116/+116
* Got rid of all the last_name_* bogosities. I don't think theGuido van Rossum1997-05-161-53/+34
* Changes to make these tests work on the Mac.Guido van Rossum1997-05-163-4/+4
* Increase the child's sleep time to 5 for slow machines.Guido van Rossum1997-05-161-1/+1
* Correct comment; -c is off by default.Guido van Rossum1997-05-151-1/+1
* Made a start with api.tex, the Python-C API Reference Manual.Guido van Rossum1997-05-159-2042/+1800
* Oops, another forgotten renaming: varobject -> PyVarObject.Guido van Rossum1997-05-155-9/+11
* Remove the last three uses of PyArg_GetInt() from the source.Guido van Rossum1997-05-151-3/+3
* Catch nis.error and raise TestFailed instead. This catches theBarry Warsaw1997-05-151-2/+7
* Open the output files with 'wb', not 'w'.Guido van Rossum1997-05-151-1/+1
* Added BabylMailbox class by Fred Lundh (untested).Guido van Rossum1997-05-151-0/+20
* This commit was manufactured by cvs2svn to create tag 'r15a2'.v1.5a2cvs2svn1997-05-151-0/+1
* Add pthred-std define for Linux.Guido van Rossum1997-05-151-0/+2
* Regenreated for MSLJack Jansen1997-05-151-6/+11
* MSL errno.h has moved some errors around, and doesn't documentJack Jansen1997-05-153-6/+24
* Bump level to 1.5a2.Guido van Rossum1997-05-141-1/+1
* Update description of "make test" to new test harness.Guido van Rossum1997-05-141-13/+17
* Fix typo in error reporting.Guido van Rossum1997-05-141-1/+1
* Fix hex tests for 64-bit machines.Guido van Rossum1997-05-141-1/+3
* Instructions updated for 1.5. Added the important note to set theGuido van Rossum1997-05-141-21/+24
* Add -Olimit 1500 to OPT if CC supports it.Guido van Rossum1997-05-142-175/+221
* Suppress fork part of socket test when we can't fork.Guido van Rossum1997-05-141-27/+29
* Updated, mappingobject -> dictobject plus some other minor things.Guido van Rossum1997-05-141-12/+3377
* Add sections for PIL (Fred Lundh).Guido van Rossum1997-05-141-1/+15
* Fix sys.platform test -- on Win, it is 'win32', not 'win'.Guido van Rossum1997-05-141-2/+2
* More rational implementation of get_qualified_path() -- search alongGuido van Rossum1997-05-141-12/+5
* Fix reversed test for failure in PySequence_List() and PySequence_Tuple().Guido van Rossum1997-05-141-2/+2
* Typo! \\lib\\<path> should be .\\lib\\<path>Guido van Rossum1997-05-141-1/+1
* Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie.Guido van Rossum1997-05-141-1/+1
* A new set of symbols. Hopefully this will be sufficient, I have noGuido van Rossum1997-05-141-21/+28
* One last rename glitch: import_modules -> _PyImport_Modules.Guido van Rossum1997-05-143-17/+17
* New makefile, for 1.5, with CRLFGuido van Rossum1997-05-141-285/+285
* Add a cast to a malloc to shut up the DEC Unix compiler.Guido van Rossum1997-05-141-1/+1