Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This is release candidate 2 | Barry Warsaw | 2003-07-25 | 1 | -1/+1 |
| | |||||
* | Clarify a statement regarding both shared and static library. | Fred Drake | 2003-07-21 | 1 | -5/+4 |
| | | | | Closes SF bug #774480. | ||||
* | Update version label | Jeremy Hylton | 2003-07-17 | 1 | -2/+2 |
| | |||||
* | Patch #753845: Update README for Redhat 9 Tkinter compile with USC-4. | Martin v. Löwis | 2003-06-14 | 1 | -2/+6 |
| | |||||
* | AMK's no longer maintaining his bookstore page. Refer to the books page on | Skip Montanaro | 2003-06-12 | 1 | -1/+1 |
| | | | | the wiki instead. | ||||
* | Patch #718286: Support DESTDIR. | Martin v. Löwis | 2003-05-11 | 1 | -0/+4 |
| | |||||
* | add note about building with bsddb185 and making it appear as bsddb. | Skip Montanaro | 2003-05-02 | 1 | -0/+15 |
| | |||||
* | Update version number and release date. | Guido van Rossum | 2003-04-25 | 1 | -2/+2 |
| | |||||
* | Update versions/dates for release of 2.3a2. Added some last-minute news. | Guido van Rossum | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | Fix typos. | Walter Dörwald | 2003-02-02 | 1 | -5/+5 |
| | |||||
* | Remove misleading advice. VERSION was not intended to be used that way. | Neil Schemenauer | 2003-01-15 | 1 | -6/+0 |
| | |||||
* | delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOS | Skip Montanaro | 2003-01-06 | 1 | -6/+5 |
| | | | | notes. | ||||
* | Merged Misc/AtheOS-NOTES into the platform-specific section. Rewrote the | Skip Montanaro | 2003-01-04 | 1 | -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 Montanaro | 2003-01-03 | 1 | -2/+5 |
| | |||||
* | update info about binutils 2.13 breakage on Solaris. | Skip Montanaro | 2003-01-03 | 1 | -2/+2 |
| | |||||
* | Various updates to the version number, on the eve of the 2.3a1 release. | Guido van Rossum | 2002-12-31 | 1 | -3/+3 |
| | |||||
* | Unsupport --without-universal-newlines. | Martin v. Löwis | 2002-12-19 | 1 | -1/+2 |
| | |||||
* | Add compile-time errors for unsupported systems. | Martin v. Löwis | 2002-12-02 | 1 | -3/+25 |
| | |||||
* | Add XXX note about Sleepycat's BSDDB. | Guido van Rossum | 2002-12-02 | 1 | -0/+3 |
| | |||||
* | Explain what to do in case of missing shared libraries. Remove mentioning | Martin v. Löwis | 2002-11-15 | 1 | -5/+22 |
| | | | | of egcs. Fixes #635929. Backported to 2.2.3. | ||||
* | 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 |
| | | | | | 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 Warsaw | 2002-10-14 | 1 | -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 Rossum | 2002-09-23 | 1 | -0/+7 |
| | |||||
* | Changes to the OSX section: | Jack Jansen | 2002-08-04 | 1 | -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öwis | 2002-08-03 | 1 | -1/+7 |
| | | | | Fixes #589429. | ||||
* | Patch: | Michael W. Hudson | 2002-07-31 | 1 | -9/+41 |
| | | | | | | [ 561724 ] README additions for Cray T3E Lightly edited by me. | ||||
* | 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 |
| | | | | | | | | | 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 --> pthread | Fred Drake | 2002-05-11 | 1 | -1/+1 |
| | | | | Closes SF bug #554644. | ||||
* | 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 |
| | | | | | | | | 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 |
| |