Statistics
| Branch: | Tag: | Revision:

root @ 277ca4ed

Name Size
  docs
  kamaki
.gitignore 43 Bytes
COPYRIGHT 1.5 kB
MANIFEST.in 29 Bytes
README.rst 258 Bytes
setup.py 2.2 kB

Latest revisions

# Date Author Comment
277ca4ed 12/12/2012 08:58 pm Dionysis Zindros

Prepare to merge into develop

e5769dae 12/12/2012 08:48 pm Dionysis Zindros

Rename the pool library to 'objpool'.

4fdbb165 12/12/2012 08:47 pm Dionysis Zindros

Windows port: Unit tests now avoid /dev/urandom.

Instead of using /dev/urandom which is specific to UNIX systems, switch to the
Python os.urandom() which is a cross-system solution and also works on Windows
systems. This allows for running the unit tests on Windows systems as well.

c4993bcf 12/12/2012 08:47 pm Dionysis Zindros

Rephrase comment to avoid profanity.

88382773 12/12/2012 08:46 pm Dionysis Zindros

Fix bug where unit tests read the wrong file.

ffada4ea 12/12/2012 08:44 pm Dionysis Zindros

Windows port: Avoid /tmp for temp files.

Switch from hard-coded /tmp usage to a cross-compatible solution that utilizes
Python's tempfile module.
This adds support for running the unit tests on Windows systems.

9730e234 12/12/2012 08:38 pm Dionysis Zindros

Explicit error message for offset/size mismatch.

To assist porting to Windows, offset/size mismatch when reading files is now
being clearly reported with detailed error messages.

746f8419 12/12/2012 08:35 pm Dionysis Zindros

Windows port: All binary files now opened using the 'b' flag

b07589af 12/03/2012 04:04 pm Dionysis Zindros

Split pool into separate lib; remove snf-common deps

013ae040 12/03/2012 02:22 pm Dionysis Zindros

Add ordereddict and argparse dependencies

View all revisions | View revisions

Also available in: Atom