| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed NeXT notes (replacing them with a line saying NeXT is no | Jack Jansen | 2001-08-19 | 1 | -17/+23 |
|
|
* | Update build notes for Mac OS X 10.0. | Fred Drake | 2001-05-09 | 1 | -10/+10 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Added note about need for -traditional-cpp on the MacOS X Public Beta. | Fred Drake | 2001-02-01 | 1 | -0/+7 |
|
|
* | - Edit the QNX instructions to refer to Makefile, not Modules/Makefile. | Neil Schemenauer | 2001-01-26 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Try to clarify when the Modules/Setup file should be edited. Added | Fred Drake | 2000-10-25 | 1 | -19/+32 |
|
|
* | 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 |
|
|
* | Add a paragraph about an optimization bug in SGI compilers which affects | Fred Drake | 2000-09-29 | 1 | -0/+7 |
|
|
* | Update list of extension modules that may be interesting to enable on | Fred Drake | 2000-09-29 | 1 | -5/+6 |
|
|
* | Clarify that the Tk interface is not enabled by default when building | Fred Drake | 2000-09-28 | 1 | -2/+3 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | This patch partly (some stuff went in already) ports Python to Monterey. | Trent Mick | 2000-08-23 | 1 | -0/+8 |
|
|
* | Updated some URLs; removed mention of copyright (we'll have to add | Guido van Rossum | 2000-08-23 | 1 | -33/+18 |
|
|
* | Removed all instances of RETSIGTYPE from the source code: signal | Tim Peters | 2000-07-23 | 1 | -3/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Quick update to the README file. For intros and books we now point to | Guido van Rossum | 2000-03-31 | 1 | -42/+13 |
|
|
* | Hint for C++ users on AIX by Gary Duzan added. | Guido van Rossum | 1999-11-16 | 1 | -0/+3 |
|
|
* | Add warning FreeBSD users of a problem with curses and termcap, | Guido van Rossum | 1999-06-21 | 1 | -0/+9 |
|
|
* | Added "Learning Python" to the books section. | Fred Drake | 1999-05-17 | 1 | -25/+23 |
|
|
* | Prepare for final release. | Guido van Rossum | 1999-04-13 | 1 | -2/+2 |
|
|
* | Add note about popen2 problem on Linux noticed by Pablo Bleyer. | Guido van Rossum | 1999-04-12 | 1 | -0/+6 |
|
|
* | Add note about -D_REENTRANT for HP-UX 10.20. | Guido van Rossum | 1999-04-12 | 1 | -1/+5 |
|
|
* | Clarify PC build instructions (point to PCbuild). | Guido van Rossum | 1999-04-12 | 1 | -5/+6 |
|
|
* | Add DEC Ultrix notes (from Donn Cave's email). | Guido van Rossum | 1999-04-10 | 1 | -0/+3 |
|
|