Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass checkin of universal newline support. | Jack Jansen | 2002-04-14 | 1 | -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öwis | 2002-03-29 | 1 | -0/+9 |
| | |||||
* | [Bug #532136] Change path in README, as suggested by Ralph Corderoy | Andrew M. Kuchling | 2002-03-21 | 1 | -2/+2 |
| | | | | Bugfix candidate. | ||||
* | Update version number in README. | Guido van Rossum | 2002-03-11 | 1 | -1/+1 |
| | |||||
* | Add 2002 to PSF copyrights. | Michael W. Hudson | 2002-02-27 | 1 | -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 bug | Guido van Rossum | 2002-02-08 | 1 | -59/+50 |
| | | | | | | #512871 (Jon Ribbens): Installation instructions are wrong. Bugfix candidate. | ||||
* | Quick build: clarify that you have to do "make install" as root; OS | Guido van Rossum | 2002-02-04 | 1 | -3/+13 |
| | | | | info: add info about Red Hat's python and python2. | ||||
* | Rephrased the OSX stack limit problem, after a complaint about it. | Jack Jansen | 2002-01-04 | 1 | -4/+5 |
| | |||||
* | Apparently it's Cygwin with a capital C. | Michael W. Hudson | 2001-12-19 | 1 | -2/+2 |
| | |||||
* | Fix a typo | Neal Norwitz | 2001-12-19 | 1 | -1/+1 |
| | |||||
* | More cygwin news. This section is getting a bit long. Oh well. | Michael W. Hudson | 2001-12-19 | 1 | -25/+43 |
| | |||||
* | Merge last minute 2.2c1 changes from branch to trunk. | Barry Warsaw | 2001-12-14 | 1 | -10/+22 |
| | |||||
* | This is what Jason Tishler and I believe to be the state of play on Cygwin | Michael W. Hudson | 2001-12-12 | 1 | -23/+32 |
| | | | | at present. | ||||
* | Cleaned up Mac OS X section to the current state of affairs. | Jack Jansen | 2001-12-06 | 1 | -10/+8 |
| | |||||
* | OSX notes: | Jack Jansen | 2001-11-12 | 1 | -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, but | Jack Jansen | 2001-10-08 | 1 | -1/+1 |
| | | | | the configure option is really called --disable-toolbox-glue. | ||||
* | Remove false statement about running make in the Modules directory. | Guido van Rossum | 2001-10-05 | 1 | -3/+2 |
| | |||||
* | Add note about profiling. | Guido van Rossum | 2001-10-04 | 1 | -0/+15 |
| | |||||
* | Revert parts of patch #453627, documenting the resulting test failures | Martin v. Löwis | 2001-09-06 | 1 | -0/+5 |
| | | | | instead. | ||||
* | Removed NeXT notes (replacing them with a line saying NeXT is no | Jack Jansen | 2001-08-19 | 1 | -17/+23 |
| | | | | longer supported) and updated MacOSX notes. | ||||
* | Update build notes for Mac OS X 10.0. | Fred Drake | 2001-05-09 | 1 | -10/+10 |
| | | | | This closes SF bug #416530. | ||||
* | Bump the version number in more places | Guido van Rossum | 2001-04-18 | 1 | -1/+1 |
| | |||||
* | This is (hopefully) last checkin before releasing 2.1c2 -- get rid of | Guido van Rossum | 2001-04-16 | 1 | -21/+21 |
| | | | | trailing whitespace. | ||||
* | Add more general warning against the SGI optimizer. | Guido van Rossum | 2001-04-14 | 1 | -7/+5 |
| | |||||
* | Because this code was derived from Python 1.6.1 (amongst others), the | Guido van Rossum | 2001-04-12 | 1 | -1/+1 |
| | | | | CNRI copyright should be updated to include 2001. | ||||
* | SF patch [ #413750 ] Cygwin entry for README file, from Jason Tishler. | Tim Peters | 2001-04-04 | 1 | -0/+37 |
| | |||||
* | Update Mac OS X platform notes. | Fred Drake | 2001-03-23 | 1 | -4/+8 |
| | | | | This closes SF bug #406191. | ||||
* | Set copyright to PSF. Don't bother with 2000. | Guido van Rossum | 2001-03-22 | 1 | -1/+1 |
| | |||||
* | Document that _REENTRANT is not needed explicitly. | Martin v. Löwis | 2001-03-06 | 1 | -6/+10 |
| | |||||
* | Update build notes to mention setup.py | Andrew M. Kuchling | 2001-02-27 | 1 | -22/+20 |
| | |||||
* | Fix typo | Andrew M. Kuchling | 2001-02-27 | 1 | -1/+1 |
| | |||||
* | Add more information regarding the altinstall target. | Neil Schemenauer | 2001-02-16 | 1 | -1/+7 |
| | |||||
* | Rewrite AIX blurb to make clear threads are the default, and add note about | Thomas Wouters | 2001-02-15 | 1 | -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 Drake | 2001-02-01 | 1 | -0/+7 |
| | | | | This closes SF bug #129827. | ||||
* | - Edit the QNX instructions to refer to Makefile, not Modules/Makefile. | Neil Schemenauer | 2001-01-26 | 1 | -2/+2 |
| | | | | - Setup is now copied from Setup.dist by configure. | ||||
* | Update the build instructions for flat makefile. | Neil Schemenauer | 2001-01-24 | 1 | -18/+14 |
| | |||||
* | Updated for 2.1; removed references to BeOpen.com and PythonLabs. | Guido van Rossum | 2001-01-18 | 1 | -35/+28 |
| | | | | Added Copyright GvR. | ||||
* | Document --with-cxx. | Martin v. Löwis | 2000-12-13 | 1 | -0/+9 |
| | |||||
* | Update build instructions to reflect the rename from Setup.in to Setup.dist. | Fred Drake | 2000-10-26 | 1 | -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. Added | Fred Drake | 2000-10-25 | 1 | -19/+32 |
| | | | | | | information about the --with-pydebug option to configure. This closes bug #117070. | ||||
* | the usual | Jeremy Hylton | 2000-10-16 | 1 | -2/+2 |
| | |||||
* | the usual | Jeremy Hylton | 2000-10-09 | 1 | -2/+2 |
| | |||||
* | Added section on threads problems on Reliant UNIX; this relates to | Fred Drake | 2000-10-06 | 1 | -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 affects | Fred Drake | 2000-09-29 | 1 | -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 on | Fred Drake | 2000-09-29 | 1 | -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 building | Fred Drake | 2000-09-28 | 1 | -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 Rossum | 2000-09-26 | 1 | -4/+3 |
| | |||||
* | Updated Windows build info. | Tim Peters | 2000-09-19 | 1 | -4/+3 |
| | |||||
* | Added BeOpen support plug. | Guido van Rossum | 2000-09-05 | 1 | -0/+4 |
| | |||||
* | Many changes suggested by Bob Weiner, mostly small grammatical fixes | Guido van Rossum | 2000-09-05 | 1 | -126/+136 |
| | | | | | or other clarifications, with the occasional plug for BeOpen PythonLabs thrown in. Also added a trademarks disclaimer. |