Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add entry for _REENTRANT macro | Guido van Rossum | 1996-07-31 | 1 | -0/+3 |
| | |||||
* | Three changes: | Guido van Rossum | 1996-07-31 | 1 | -6/+12 |
| | | | | | | - Improved version of NeXT patching of $OPT - Added new option --with-libs='lib1 lib2 ...' - Define _REENTRANT when posix threads are in use | ||||
* | Collect together all detailed installation directories. | Guido van Rossum | 1996-07-31 | 1 | -4/+7 |
| | |||||
* | Add a variable so you can easily install more than one machdep directory. | Guido van Rossum | 1996-07-30 | 1 | -1/+2 |
| | |||||
* | Correct typo (intall -> install) | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | |||||
* | Numerous changes, but still a lot of XXX thingies. | Guido van Rossum | 1996-07-30 | 1 | -47/+37 |
| | |||||
* | Exhaustive list of news in beta2 compared to beta1. | Guido van Rossum | 1996-07-30 | 1 | -9/+73 |
| | | | | Now all we need to do is do the same for beta1 compared to 1.3. | ||||
* | FreeBSD platform specific modules | Guido van Rossum | 1996-07-30 | 4 | -0/+136 |
| | |||||
* | patch level 1.4b2 | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | |||||
* | Note that the values are ints. | Guido van Rossum | 1996-07-30 | 2 | -0/+2 |
| | |||||
* | New zip code and release; added guido@python.org as alternative email. | Guido van Rossum | 1996-07-30 | 2 | -6/+6 |
| | |||||
* | Don't make an exception for NeXT (BBUM says it's no longer needed). | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | | | | | (But hypot() should really be defined in a separate file, triggered by configure.) | ||||
* | Some more install changes: | Guido van Rossum | 1996-07-30 | 1 | -16/+26 |
| | | | | | | | | | | - "make install" now depends on "make altinstall" for most of the work, and the binary is always installed as python<version> first, with a hard link to python made by "make bininstall". - Create the machine dependent directory if it doesn't exist, and attempt to run the regen script in it (unfortunately this will fail unless you have h2py in your $PATH - help!) | ||||
* | Remove "." from default path. Also rearrange so that SITEPATH comes | Guido van Rossum | 1996-07-30 | 1 | -2/+2 |
| | | | | after DESTPATH. | ||||
* | Don't have "." in the default path. | Guido van Rossum | 1996-07-30 | 1 | -2/+2 |
| | |||||
* | Always insert script directory in front of sys.path -- if there's no | Guido van Rossum | 1996-07-30 | 1 | -17/+17 |
| | | | | | sys.argv, insert "". Note that "." is removed as a default component of the path (see changes to getpath.c and Setup.in). | ||||
* | Add missing close parenthesis. | Guido van Rossum | 1996-07-30 | 2 | -2/+2 |
| | |||||
* | Got rid of all references to stdwin. | Guido van Rossum | 1996-07-30 | 1 | -38/+17 |
| | | | | | | Documented insertion of script directory in path. Updated author's address. Changed MAILING LIST section to INTERNET RESOURCES. | ||||
* | Remove comment "SGI only" | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | |||||
* | Simplified and rationalized. | Guido van Rossum | 1996-07-30 | 1 | -7/+3 |
| | |||||
* | mac utility | Guido van Rossum | 1996-07-30 | 1 | -0/+19 |
| | |||||
* | turn a pile of RCS files into a ChangeLog file | Guido van Rossum | 1996-07-30 | 1 | -0/+109 |
| | |||||
* | print MX record | Guido van Rossum | 1996-07-30 | 1 | -0/+35 |
| | |||||
* | Adapted to CNRI | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | |||||
* | Added note about Python's support of complex numbers. | Guido van Rossum | 1996-07-30 | 1 | -1/+11 |
| | | | | Added exp(z). | ||||
* | Updated for Python 1.4 | Guido van Rossum | 1996-07-30 | 43 | -968/+738 |
| | |||||
* | Moved 1.3 news to HISTORY; put some 1.4 news in NEWS | Guido van Rossum | 1996-07-30 | 2 | -145/+167 |
| | |||||
* | Added two new questions; about globals/locals and about recursive imports. | Guido van Rossum | 1996-07-30 | 1 | -6/+40 |
| | |||||
* | Added Bill Tutt | Guido van Rossum | 1996-07-30 | 1 | -0/+1 |
| | |||||
* | Better error message if stride used on normal sequence object | Guido van Rossum | 1996-07-30 | 1 | -2/+10 |
| | |||||
* | Add 'Ellipses' object. | Guido van Rossum | 1996-07-30 | 1 | -0/+1 |
| | |||||
* | repr("...") -> "Ellipses" | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
| | |||||
* | Change to use keyword args instead of dicts | Guido van Rossum | 1996-07-30 | 2 | -20/+16 |
| | |||||
* | Moved description of mktime 9-tuple to top. | Guido van Rossum | 1996-07-30 | 2 | -22/+178 |
| | | | | | Added description of strftime format string. Minor small editing. | ||||
* | Added maketrans() and optional 3rd arg to translate() (chars to delete). | Guido van Rossum | 1996-07-30 | 2 | -6/+22 |
| | |||||
* | Added SetFolder | Guido van Rossum | 1996-07-30 | 2 | -0/+24 |
| | |||||
* | Document the *new* cgi.py | Guido van Rossum | 1996-07-30 | 2 | -326/+748 |
| | |||||
* | errno docs. | Guido van Rossum | 1996-07-30 | 2 | -0/+270 |
| | |||||
* | Added liberrno | Guido van Rossum | 1996-07-30 | 2 | -0/+2 |
| | |||||
* | Follow new configure.in | Guido van Rossum | 1996-07-30 | 2 | -137/+224 |
| | |||||
* | Changes for NeXT. Some improvements to long lines. | Guido van Rossum | 1996-07-30 | 1 | -25/+63 |
| | |||||
* | Added C_THREADS | Guido van Rossum | 1996-07-30 | 1 | -0/+3 |
| | |||||
* | Various changes (not done yet even for beta2 release) | Guido van Rossum | 1996-07-30 | 1 | -18/+36 |
| | |||||
* | More changes to install targets. | Guido van Rossum | 1996-07-30 | 1 | -28/+85 |
| | |||||
* | directives for Tools/scripts/fixcid.py | Guido van Rossum | 1996-07-30 | 1 | -0/+398 |
| | |||||
* | New versions of binary files. | Guido van Rossum | 1996-07-30 | 4 | -0/+0 |
| | |||||
* | New versions of almost all files. | Guido van Rossum | 1996-07-30 | 23 | -15872/+22150 |
| | |||||
* | Converted to new style | Guido van Rossum | 1996-07-30 | 1 | -70/+70 |
| | |||||
* | Operators like __add__ | Guido van Rossum | 1996-07-30 | 1 | -0/+242 |
| | |||||
* | Some NeXT changes (default certain symbols to others) | Guido van Rossum | 1996-07-30 | 1 | -0/+12 |
| |