summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo: ptread --> pthreadFred Drake2002-05-111-1/+1
| | | | Closes SF bug #554644.
* Add warning about the HP PA-RISC 2.0 C compiler's optimizer.Guido van Rossum2002-04-231-0/+5
|
* Mass checkin of universal newline support.Jack Jansen2002-04-141-0/+7
| | | | | | | | Highlights: import and friends will understand any of \r, \n and \r\n as end of line. Python file input will do the same if you use mode 'U'. Everything can be disabled by configuring with --without-universal-newlines. See PEP278 for details.
* Patch #527027: Allow building python as shared library.Martin v. Löwis2002-03-291-0/+9
|
* [Bug #532136] Change path in README, as suggested by Ralph CorderoyAndrew M. Kuchling2002-03-211-2/+2
| | | | Bugfix candidate.
* Update version number in README.Guido van Rossum2002-03-111-1/+1
|
* Add 2002 to PSF copyrights.Michael W. Hudson2002-02-271-1/+1
| | | | | Doc/README is odd; it assigns some copyright to the PSF in 2000, when I didn't think it existed...
* Updates related to Modules/Setup and setup.py. This addresses SF bugGuido van Rossum2002-02-081-59/+50
| | | | | | #512871 (Jon Ribbens): Installation instructions are wrong. Bugfix candidate.
* Quick build: clarify that you have to do "make install" as root; OSGuido van Rossum2002-02-041-3/+13
| | | | info: add info about Red Hat's python and python2.
* Rephrased the OSX stack limit problem, after a complaint about it.Jack Jansen2002-01-041-4/+5
|
* Apparently it's Cygwin with a capital C.Michael W. Hudson2001-12-191-2/+2
|
* Fix a typoNeal Norwitz2001-12-191-1/+1
|
* More cygwin news. This section is getting a bit long. Oh well.Michael W. Hudson2001-12-191-25/+43
|
* Merge last minute 2.2c1 changes from branch to trunk.Barry Warsaw2001-12-141-10/+22
|
* This is what Jason Tishler and I believe to be the state of play on CygwinMichael W. Hudson2001-12-121-23/+32
| | | | at present.
* Cleaned up Mac OS X section to the current state of affairs.Jack Jansen2001-12-061-10/+8
|
* OSX notes:Jack Jansen2001-11-121-5/+10
| | | | | | - Added a note about the limit stack command - Revoved the note about largefile - Added a note about /usr/local not existing by default.
* 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
|