Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 99309ca3ce29e9d5eb78154b9fb456c1 > files > 6

python-fpconst-0.7.3-7.fc14.noarch.rpm

2006-11-15 20:14  warnes

	* MANIFEST: Add MANIFEST to the MANIFEST file, ;-)

2006-11-15 17:45  warnes

	* fpconst.py, setup.py: Update my email address, package url,
	  package version number.

2006-11-14 19:48  warnes

	* fpconst.py: Fix typos in docstrings (see
	  http://sourceforge.net/tracker/?func=detail&aid=1151323&group_id=5470&atid=305470).

2005-02-24 17:46  warnes

	* MANIFEST: Added CHANGELOG.

2005-02-24 17:42  warnes

	* fpconst.py: Update version to 0.7.2

2005-02-24 17:39  warnes

	* README, fpconst.py, setup.py: Added notice of PSF license grant

2005-02-24 17:21  warnes

	* COPYING, README, fpconst.py, pep-0754.txt, setup.py: Change to
	  Apache license for contribution to PSF for inclusion in
	  Python standard library.

2004-12-10 18:45  warnes

	* COPYING, PEP.txt, README, fpconst.py, pep-0754.txt: Modified to
	  show copyright assignment for the code to the PSF, and
	  to update version numbers.

2004-05-22 04:39  warnes

	* setup.py: Fix url.

2004-05-22 04:38  warnes

	* fpconst.py: Correct URL for fpconst home page.

2004-05-22 04:35  warnes

	* fpconst.py: Add some comments to test functions created in last
	  revision.

2004-05-22 04:32  warnes

	* fpconst.py: Integrate and extend patch from Derek Jones
	  <dtj@rincon.com> to fix problems
	  on platforms where integers are not 32 bits by using 8 bytes
	  instead of 2
	  integers.

2004-05-21 19:44  warnes

	* fpconst.py: First attempt to make work on 64 bit platforms

2003-05-12 15:24  warnes

	* README: - Updated version number in README.

2003-05-12 15:14  warnes

	* fpconst.py: - Updated version number.

2003-05-12 15:11  warnes

	* fpconst.py: - Fixed error caused by incomplete replacement of
	  'Inf' with 'PosInf'.

2003-05-12 14:09  warnes

	* PEP.txt, fpconst.py: - Updated based on comments by Tim Peters
	  <tim.one@comcast.net>.

2003-04-26 14:19  warnes

	* README, fpconst.py: - Updated readme to point to the text of the
	  PEP.
	  - Did some code reformatting to be consistent with PEP 8: "Style
	  Guide
	  for Python Code"

2003-04-10 03:28  warnes

	* README: - Updated date and version

2003-04-10 03:23  warnes

	* README: - Renamed package from 'ieee754' to 'fpconst'.
	  - Removed documentation for mantissa, sign, exponent functions as
	  these are now private.

2003-04-10 03:13  warnes

	* PEP.txt: - Initial version with real contents.

2003-04-10 03:12  warnes

	* setup.py: - Renamed package from 'ieee754' to 'fpconst'.

2003-04-10 03:07  warnes

	* fpconst.py: - Added underscore to 'mantissa', 'sign' and
	  'exponent' to discourage
	  use outside of the package.
	  
	  - Now access pack/unpack using explicit package name, to preven
	  name-space clutter.

2003-03-30 03:52  warnes

	* PEP.txt: - Added PEP template for submission to the Python
	  developers.

2003-03-27 23:03  warnes

	* README, fpconst.py: - Added more help text.

2003-03-27 20:13  warnes

	* MANIFEST: - Uncessessary file in CVS

2003-03-27 20:09  warnes

	* README: - Added installation instructions.

2003-03-27 20:03  warnes

	* README, fpconst.py: - Fix spelling errors/typos in documentation.

2003-03-27 19:43  warnes

	* ieee754.pyc: - Checked in one too many files.

2003-03-27 19:41  warnes

	* ., MANIFEST, README, fpconst.py, ieee754.pyc, setup.py: Initial
	  revision