Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops, another forgotten renaming: varobject -> PyVarObject. | Guido van Rossum | 1997-05-15 | 5 | -9/+11 |
| | |||||
* | Remove the last three uses of PyArg_GetInt() from the source. | Guido van Rossum | 1997-05-15 | 1 | -3/+3 |
| | |||||
* | Catch nis.error and raise TestFailed instead. This catches the | Barry Warsaw | 1997-05-15 | 1 | -2/+7 |
| | | | | | | problem where Python is configured with the nismodule but NIS isn't installed, or the map names don't correspond to those hardcoded in nismodule.c (which is bogus in and of itself). | ||||
* | Open the output files with 'wb', not 'w'. | Guido van Rossum | 1997-05-15 | 1 | -1/+1 |
| | |||||
* | Added BabylMailbox class by Fred Lundh (untested). | Guido van Rossum | 1997-05-15 | 1 | -0/+20 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'r15a2'.v1.5a2 | cvs2svn | 1997-05-15 | 1 | -0/+1 |
| | |||||
* | Add pthred-std define for Linux. | Guido van Rossum | 1997-05-15 | 1 | -0/+2 |
| | |||||
* | Regenreated for MSL | Jack Jansen | 1997-05-15 | 1 | -6/+11 |
| | |||||
* | MSL errno.h has moved some errors around, and doesn't document | Jack Jansen | 1997-05-15 | 3 | -6/+24 |
| | | | | them in comments, so we do that ourselves. | ||||
* | Bump level to 1.5a2. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| | |||||
* | Update description of "make test" to new test harness. | Guido van Rossum | 1997-05-14 | 1 | -13/+17 |
| | | | | | Change DEC OSF/1 to DEC Unix. Add note about AIX bug in 4.2.1. | ||||
* | Fix typo in error reporting. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| | |||||
* | Fix hex tests for 64-bit machines. | Guido van Rossum | 1997-05-14 | 1 | -1/+3 |
| | |||||
* | Instructions updated for 1.5. Added the important note to set the | Guido van Rossum | 1997-05-14 | 1 | -21/+24 |
| | | | | run-library to multithreaded dll. | ||||
* | Add -Olimit 1500 to OPT if CC supports it. | Guido van Rossum | 1997-05-14 | 2 | -175/+221 |
| | |||||
* | Suppress fork part of socket test when we can't fork. | Guido van Rossum | 1997-05-14 | 1 | -27/+29 |
| | |||||
* | Updated, mappingobject -> dictobject plus some other minor things. | Guido van Rossum | 1997-05-14 | 1 | -12/+3377 |
| | |||||
* | Add sections for PIL (Fred Lundh). | Guido van Rossum | 1997-05-14 | 1 | -1/+15 |
| | |||||
* | Fix sys.platform test -- on Win, it is 'win32', not 'win'. | Guido van Rossum | 1997-05-14 | 1 | -2/+2 |
| | |||||
* | More rational implementation of get_qualified_path() -- search along | Guido van Rossum | 1997-05-14 | 1 | -12/+5 |
| | | | | sys.path instead of assuming __file__ works. | ||||
* | Fix reversed test for failure in PySequence_List() and PySequence_Tuple(). | Guido van Rossum | 1997-05-14 | 1 | -2/+2 |
| | | | | This broke cPickle. | ||||
* | Typo! \\lib\\<path> should be .\\lib\\<path> | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| | |||||
* | Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| | |||||
* | A new set of symbols. Hopefully this will be sufficient, I have no | Guido van Rossum | 1997-05-14 | 1 | -21/+28 |
| | | | | idea how this is used, really. | ||||
* | One last rename glitch: import_modules -> _PyImport_Modules. | Guido van Rossum | 1997-05-14 | 3 | -17/+17 |
| | |||||
* | New makefile, for 1.5, with CRLF | Guido van Rossum | 1997-05-14 | 1 | -285/+285 |
| | |||||
* | Add a cast to a malloc to shut up the DEC Unix compiler. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| | |||||
* | Subsumed mappingobject.h in dictobject.h. | Guido van Rossum | 1997-05-13 | 3 | -68/+22 |
| | |||||
* | Renamed mappingobject.c to dictobject.c. | Guido van Rossum | 1997-05-13 | 2 | -1036/+3 |
| | |||||
* | The usual | Guido van Rossum | 1997-05-13 | 1 | -2/+2 |
| | |||||
* | Renamed from mappingobject.c to dictobject.c. | Guido van Rossum | 1997-05-13 | 1 | -110/+104 |
| | | | | (Sorry Jack, all your projects will have to be changed again. :-( ) | ||||
* | Faster floating point allocator, same idea as the int allocator. | Guido van Rossum | 1997-05-13 | 1 | -7/+29 |
| | | | | By Aaron Watters. | ||||
* | A completely new Rat.py by Sjoerd. | Guido van Rossum | 1997-05-13 | 1 | -56/+260 |
| | |||||
* | Longer default PYTHONPATH will find test, tkinter, and shared modules | Guido van Rossum | 1997-05-13 | 1 | -1/+1 |
| | | | | in the build tree, when the current directory is the build tree root. | ||||
* | Remove a spurious ^M. | Guido van Rossum | 1997-05-13 | 0 | -0/+0 |
| | |||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1997-05-13 | 1 | -2/+2 |
| | |||||
* | Untested changes by Skip Montanaro to have an optional limit on the | Guido van Rossum | 1997-05-13 | 1 | -0/+23 |
| | | | | size of uploads to POST (new version of these patches). | ||||
* | Use compile-time test for 64-bit hardware instead of run-time test. | Guido van Rossum | 1997-05-13 | 1 | -1/+9 |
| | | | | This silences some compilers. | ||||
* | Added $(srcdir)/ prefix to python.exp for AIX. | Guido van Rossum | 1997-05-13 | 1 | -1/+1 |
| | | | | No idea if this actually works... | ||||
* | TESTPATH is no longer needed | Guido van Rossum | 1997-05-13 | 1 | -3/+2 |
| | |||||
* | Removed symbols that are no longer defined. | Guido van Rossum | 1997-05-13 | 1 | -12/+0 |
| | | | | Still have to find a way to add symbols that *are* defined... | ||||
* | Keep picky compilers happy. | Guido van Rossum | 1997-05-13 | 1 | -4/+3 |
| | |||||
* | Support for various versions of the pthread draft. | Guido van Rossum | 1997-05-13 | 1 | -12/+64 |
| | |||||
* | (int) cast for strlen() to keep picky compilers happy. | Guido van Rossum | 1997-05-13 | 1 | -1/+1 |
| | |||||
* | Regenerated on newer Solaris version | Guido van Rossum | 1997-05-13 | 8 | -8/+2512 |
| | |||||
* | Removed out-of-date TODO file | Guido van Rossum | 1997-05-13 | 1 | -645/+0 |
| | |||||
* | Use ProgressBar to show progress in stead of print | Jack Jansen | 1997-05-13 | 1 | -15/+29 |
| | |||||
* | Don't free the MacOS_Splash() dialog twice... | Jack Jansen | 1997-05-13 | 1 | -2/+4 |
| | |||||
* | Add a few more BringToFont calls | Jack Jansen | 1997-05-13 | 1 | -0/+3 |
| | |||||
* | Export a few more New/Convert routines, on Just's request | Jack Jansen | 1997-05-13 | 2 | -0/+14 |
| |