| Commit message (Expand) | Author | Age | Files | Lines |
* | Explain what to do in case of missing shared libraries. Remove mentioning | Martin v. Löwis | 2002-11-15 | 1 | -5/+22 |
|
|
* | delete reference to building on Minix, which will be unsupported in 2.3 | Skip Montanaro | 2002-11-12 | 1 | -2/+0 |
|
|
* | Update config.h to pyconfig.h. | Fred Drake | 2002-11-04 | 1 | -1/+1 |
|
|
* | I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system | Barry Warsaw | 2002-10-14 | 1 | -4/+5 |
|
|
* | There was a typo in the MacOSX section regarding the stacksize issue. | Barry Warsaw | 2002-10-14 | 1 | -4/+5 |
|
|
* | Warn about binutils 2.13 on Solaris. | Guido van Rossum | 2002-09-23 | 1 | -0/+7 |
|
|
* | Changes to the OSX section: | Jack Jansen | 2002-08-04 | 1 | -6/+13 |
|
|
* | Document that --enable-shared puts PIC objects into the static libpython. | Martin v. Löwis | 2002-08-03 | 1 | -1/+7 |
|
|
* | Patch: | Michael W. Hudson | 2002-07-31 | 1 | -9/+41 |
|
|
* | Actualized descrintro.html URL. | Guido van Rossum | 2002-07-09 | 1 | -1/+1 |
|
|
* | Random tweaks & updates. | Michael W. Hudson | 2002-06-23 | 1 | -12/+13 |
|
|
* | This introduces stricter library/header file checking for the Berkeley DB | Skip Montanaro | 2002-06-14 | 1 | -0/+40 |
|
|
* | Fix typo: ptread --> pthread | Fred Drake | 2002-05-11 | 1 | -1/+1 |
|
|
* | Add warning about the HP PA-RISC 2.0 C compiler's optimizer. | Guido van Rossum | 2002-04-23 | 1 | -0/+5 |
|
|
* | Mass checkin of universal newline support. | Jack Jansen | 2002-04-14 | 1 | -0/+7 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Updates related to Modules/Setup and setup.py. This addresses SF bug | Guido van Rossum | 2002-02-08 | 1 | -59/+50 |
|
|
* | Quick build: clarify that you have to do "make install" as root; OS | Guido van Rossum | 2002-02-04 | 1 | -3/+13 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Mac OS X build instructions talked about --without-toolbox-glue, but | Jack Jansen | 2001-10-08 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|