summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* bug #872175: add --with-fpectl to READMEGeorg Brandl2006-02-201-0/+5
|
* Update general copyright years to 2006.Georg Brandl2006-02-111-1/+1
|
* don't get me started about distutils...Skip Montanaro2005-11-171-0/+1
|
* note build workaround for Sol10/gcc 3.4Skip Montanaro2005-11-171-0/+6
|
* Update 64-bit AIX and HP-UX build instructions (forward port).Guido van Rossum2005-09-201-4/+11
|
* - Changes donated by Elemental Security to make it work on HP-UX 11 onGuido van Rossum2005-09-141-1/+19
| | | | Itanium2 with HP's 64-bit compiler (SF patch #1225212).
* Update URL.Michael W. Hudson2005-06-161-1/+1
|
* Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. MeantBrett Cannon2005-04-241-0/+3
| | | | | | | to be used for flags that change binary compatibility. Distutils was tweaked to also use the variable if used during compilation of the interpreter.
* A few random updates to make things less horrifyingly out of date.Michael W. Hudson2005-02-221-51/+44
| | | | | | | | | | | Delete some advice that can never, ever have worked. There are a couple of XXX comments for bits I don't know how to update. It would be really good not to release Python 2.5 with these in place :) This file is way too big. There's basically no chance of it staying up to date.
* happy new year! (on the trunk)Anthony Baxter2005-01-251-2/+2
|
* Update VC references. Backported to 2.4.Martin v. Löwis2004-12-241-2/+2
|
* update gcc refAnthony Baxter2004-11-301-1/+1
|
* update versionAnthony Baxter2004-09-021-1/+1
|
* Patch #510695: Add TSC profiling for the VM.Martin v. Löwis2004-06-081-0/+1
|
* Add this year to the copyright notices.Barry Warsaw2004-05-091-1/+1
|
* update version at top of fileSkip Montanaro2004-03-051-2/+2
|
* updated HPUX notes.Anthony Baxter2003-10-011-3/+10
|
* note about HP compiler. CC="cc -Ae" is least broken, but still brokenAnthony Baxter2003-09-231-1/+2
|
* This is release candidate 2Barry Warsaw2003-07-251-1/+1
|
* Clarify a statement regarding both shared and static library.Fred Drake2003-07-211-5/+4
| | | | Closes SF bug #774480.
* Update version labelJeremy Hylton2003-07-171-2/+2
|
* Patch #753845: Update README for Redhat 9 Tkinter compile with USC-4.Martin v. Löwis2003-06-141-2/+6
|
* AMK's no longer maintaining his bookstore page. Refer to the books page onSkip Montanaro2003-06-121-1/+1
| | | | the wiki instead.
* Patch #718286: Support DESTDIR.Martin v. Löwis2003-05-111-0/+4
|
* add note about building with bsddb185 and making it appear as bsddb.Skip Montanaro2003-05-021-0/+15
|
* Update version number and release date.Guido van Rossum2003-04-251-2/+2
|
* Update versions/dates for release of 2.3a2. Added some last-minute news.Guido van Rossum2003-02-191-1/+1
|
* Fix typos.Walter Dörwald2003-02-021-5/+5
|
* Remove misleading advice. VERSION was not intended to be used that way.Neil Schemenauer2003-01-151-6/+0
|
* delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOSSkip Montanaro2003-01-061-6/+5
| | | | notes.
* Merged Misc/AtheOS-NOTES into the platform-specific section. Rewrote theSkip Montanaro2003-01-041-39/+79
| | | | | bsddb module build note to reflect the inclusion of bsddb3 and the demotion of the old bsddb module.
* qualify known Solaris versions related to the binutils breakage.Skip Montanaro2003-01-031-2/+5
|
* update info about binutils 2.13 breakage on Solaris.Skip Montanaro2003-01-031-2/+2
|
* Various updates to the version number, on the eve of the 2.3a1 release.Guido van Rossum2002-12-311-3/+3
|
* Unsupport --without-universal-newlines.Martin v. Löwis2002-12-191-1/+2
|
* Add compile-time errors for unsupported systems.Martin v. Löwis2002-12-021-3/+25
|
* Add XXX note about Sleepycat's BSDDB.Guido van Rossum2002-12-021-0/+3
|
* Explain what to do in case of missing shared libraries. Remove mentioningMartin v. Löwis2002-11-151-5/+22
| | | | of egcs. Fixes #635929. Backported to 2.2.3.
* delete reference to building on Minix, which will be unsupported in 2.3Skip Montanaro2002-11-121-2/+0
|
* Update config.h to pyconfig.h.Fred Drake2002-11-041-1/+1
|
* I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 systemBarry Warsaw2002-10-141-4/+5
| | | | | uses bash and so does my 10.2 system. "limit stacksize 2048" is the right invocation for tcsh/csh.
* There was a typo in the MacOSX section regarding the stacksize issue.Barry Warsaw2002-10-141-4/+5
| | | | | There's no limit command near as I can tell. Should be the bash builtin ulimit command.
* Warn about binutils 2.13 on Solaris.Guido van Rossum2002-09-231-0/+7
|
* Changes to the OSX section:Jack Jansen2002-08-041-6/+13
| | | | | | | - steer people away from installing with sudo - warn that fink-installed software may cause trouble - explain why you might want a framework build and point people to Mac/OSX/README.
* Document that --enable-shared puts PIC objects into the static libpython.Martin v. Löwis2002-08-031-1/+7
| | | | Fixes #589429.
* Patch:Michael W. Hudson2002-07-311-9/+41
| | | | | | [ 561724 ] README additions for Cray T3E Lightly edited by me.
* Actualized descrintro.html URL.Guido van Rossum2002-07-091-1/+1
|
* Random tweaks & updates.Michael W. Hudson2002-06-231-12/+13
|
* This introduces stricter library/header file checking for the Berkeley DBSkip Montanaro2002-06-141-0/+40
| | | | | | | | | library. Since multiple versions can be installed simultaneously, it's crucial that you only select libraries and header files which are compatible with each other. Version checking is done from highest version to lowest. Building using version 1 of Berkeley DB is disabled by default because of the hash file bugs people keep rediscovering. It can be enabled by uncommenting a few lines in setup.py. Closes patch 553108.
* Fix typo: ptread --> pthreadFred Drake2002-05-111-1/+1
| | | | Closes SF bug #554644.