summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Mac OS X build instructions talked about --without-toolbox-glue, butJack Jansen2001-10-081-1/+1
| | | | the configure option is really called --disable-toolbox-glue.
* Remove false statement about running make in the Modules directory.Guido van Rossum2001-10-051-3/+2
|
* Add note about profiling.Guido van Rossum2001-10-041-0/+15
|
* Revert parts of patch #453627, documenting the resulting test failuresMartin v. Löwis2001-09-061-0/+5
| | | | instead.
* Removed NeXT notes (replacing them with a line saying NeXT is noJack Jansen2001-08-191-17/+23
| | | | longer supported) and updated MacOSX notes.
* Update build notes for Mac OS X 10.0.Fred Drake2001-05-091-10/+10
| | | | This closes SF bug #416530.
* Bump the version number in more placesGuido van Rossum2001-04-181-1/+1
|
* This is (hopefully) last checkin before releasing 2.1c2 -- get rid ofGuido van Rossum2001-04-161-21/+21
| | | | trailing whitespace.
* Add more general warning against the SGI optimizer.Guido van Rossum2001-04-141-7/+5
|
* Because this code was derived from Python 1.6.1 (amongst others), theGuido van Rossum2001-04-121-1/+1
| | | | CNRI copyright should be updated to include 2001.
* SF patch [ #413750 ] Cygwin entry for README file, from Jason Tishler.Tim Peters2001-04-041-0/+37
|
* Update Mac OS X platform notes.Fred Drake2001-03-231-4/+8
| | | | This closes SF bug #406191.
* Set copyright to PSF. Don't bother with 2000.Guido van Rossum2001-03-221-1/+1
|
* Document that _REENTRANT is not needed explicitly.Martin v. Löwis2001-03-061-6/+10
|
* Update build notes to mention setup.pyAndrew M. Kuchling2001-02-271-22/+20
|
* Fix typoAndrew M. Kuchling2001-02-271-1/+1
|
* Add more information regarding the altinstall target.Neil Schemenauer2001-02-161-1/+7
|
* Rewrite AIX blurb to make clear threads are the default, and add note aboutThomas Wouters2001-02-151-5/+6
| | | | setting the non-C++ compiler to a threadsafe one as well.
* Added note about need for -traditional-cpp on the MacOS X Public Beta.Fred Drake2001-02-011-0/+7
| | | | This closes SF bug #129827.
* - Edit the QNX instructions to refer to Makefile, not Modules/Makefile.Neil Schemenauer2001-01-261-2/+2
| | | | - Setup is now copied from Setup.dist by configure.
* Update the build instructions for flat makefile.Neil Schemenauer2001-01-241-18/+14
|
* Updated for 2.1; removed references to BeOpen.com and PythonLabs.Guido van Rossum2001-01-181-35/+28
| | | | Added Copyright GvR.
* Document --with-cxx.Martin v. Löwis2000-12-131-0/+9
|
* Update build instructions to reflect the rename from Setup.in to Setup.dist.Fred Drake2000-10-261-10/+11
| | | | | | | Clarify when this file is created automatically and do not advocate creating it unless needed. Explain that Setup never gets overwritten.
* Try to clarify when the Modules/Setup file should be edited. AddedFred Drake2000-10-251-19/+32
| | | | | | information about the --with-pydebug option to configure. This closes bug #117070.
* the usualJeremy Hylton2000-10-161-2/+2
|
* the usualJeremy Hylton2000-10-091-2/+2
|
* Added section on threads problems on Reliant UNIX; this relates toFred Drake2000-10-061-7/+12
| | | | | | | bug #113797. We should be able to resolve this for the next release. Reflowed the comments on Monterey (64-bit AIX) to match the flow of the other platform-specific sections.
* Add a paragraph about an optimization bug in SGI compilers which affectsFred Drake2000-09-291-0/+7
| | | | | | | complex objects, and explain how to build so that Objects/complexobject.c is compiled without optimization. Closing SourceForge bug #110695 as "Won't Fix".
* Update list of extension modules that may be interesting to enable onFred Drake2000-09-291-5/+6
| | | | | | most modern Unix flavors. The age of this portion of the README was noted in SourceForge bug #115625.
* Clarify that the Tk interface is not enabled by default when buildingFred Drake2000-09-281-2/+3
| | | | | | from sources, not in general. This closes SourceForge bug #115608.
* It's beta 2 now. Updated some stale URLs at pythonlabs.com.Guido van Rossum2000-09-261-4/+3
|
* Updated Windows build info.Tim Peters2000-09-191-4/+3
|
* Added BeOpen support plug.Guido van Rossum2000-09-051-0/+4
|
* Many changes suggested by Bob Weiner, mostly small grammatical fixesGuido van Rossum2000-09-051-126/+136
| | | | | or other clarifications, with the occasional plug for BeOpen PythonLabs thrown in. Also added a trademarks disclaimer.
* Remove a comma from CWI's copyright notice.Guido van Rossum2000-09-031-1/+1
|
* Ready to go.Guido van Rossum2000-09-011-120/+123
|
* Various tweaks and improvements by Thomas Wouters (who apparently lostGuido van Rossum2000-08-291-85/+58
| | | | the patch or forgot about it -- this is easier than reminding him).
* This patch partly (some stuff went in already) ports Python to Monterey.Trent Mick2000-08-231-0/+8
| | | | | | | | | | - Fix bug in thread_pthread.h::PyThread_get_thread_ident() where sizeof(pthread) < sizeof(long). - Add 'configure' for: - SIZEOF_PTHREAD is pthread_t can be included via <pthread.h> - setting Monterey system name - appropriate CC,LINKCC,LDSHARED,OPT, and CCSHARED for Monterey - Add section in README for Monterey build
* Updated some URLs; removed mention of copyright (we'll have to addGuido van Rossum2000-08-231-33/+18
| | | | | something in later after that discussion is over); remove explanation of 2.0 version number.
* Removed all instances of RETSIGTYPE from the source code: signalTim Peters2000-07-231-3/+2
| | | | | | | handlers "return void", according to ANSI C. Removed the new Py_RETURN_FROM_SIGNAL_HANDLER macro. Left RETSIGTYPE in the config stuff, because it's not clear to me that others aren't relying on it (e.g., extension modules).
* Update a bunch of URLs. No longer suggests to join PSA or Consortium.Guido van Rossum2000-07-011-55/+18
|
* add note about what happened to Python 1.6Jeremy Hylton2000-06-301-1/+5
| | | | also, fix type (not caught by Rob Hooft, but could have been :-)
* Tentative 2.0 and BeOpen upgrade.Guido van Rossum2000-06-291-50/+38
|
* Add weasel-words about versioning, so I don't have to check in a newGuido van Rossum2000-04-111-2/+6
| | | | README for each new alpha release.
* Quick update to the README file. For intros and books we now point toGuido van Rossum2000-03-311-42/+13
| | | | the website.
* Hint for C++ users on AIX by Gary Duzan added.Guido van Rossum1999-11-161-0/+3
|
* Add warning FreeBSD users of a problem with curses and termcap,Guido van Rossum1999-06-211-0/+9
| | | | submitted by Klaus-Juergen Wolf.
* Added "Learning Python" to the books section.Fred Drake1999-05-171-25/+23
| | | | Updated comments on the documentation.
* Prepare for final release.Guido van Rossum1999-04-131-2/+2
|