Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Remove a comma from CWI's copyright notice. | Guido van Rossum | 2000-09-03 | 1 | -1/+1 |
| | |||||
* | Ready to go. | Guido van Rossum | 2000-09-01 | 1 | -120/+123 |
| | |||||
* | Various tweaks and improvements by Thomas Wouters (who apparently lost | Guido van Rossum | 2000-08-29 | 1 | -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 Mick | 2000-08-23 | 1 | -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 add | Guido van Rossum | 2000-08-23 | 1 | -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: signal | Tim Peters | 2000-07-23 | 1 | -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 Rossum | 2000-07-01 | 1 | -55/+18 |
| | |||||
* | add note about what happened to Python 1.6 | Jeremy Hylton | 2000-06-30 | 1 | -1/+5 |
| | | | | also, fix type (not caught by Rob Hooft, but could have been :-) | ||||
* | Tentative 2.0 and BeOpen upgrade. | Guido van Rossum | 2000-06-29 | 1 | -50/+38 |
| | |||||
* | Add weasel-words about versioning, so I don't have to check in a new | Guido van Rossum | 2000-04-11 | 1 | -2/+6 |
| | | | | README for each new alpha release. | ||||
* | Quick update to the README file. For intros and books we now point to | Guido van Rossum | 2000-03-31 | 1 | -42/+13 |
| | | | | the website. |