Statistics
| Branch: | Tag: | Revision:

root / snf-webproject @ c55e39e7

Name Size
  conf
  docs
  extras
  synnefo
COPYRIGHT 1.4 kB
Changelog 1 kB
MANIFEST.in 250 Bytes
README 738 Bytes
distribute_setup.py 15.4 kB
setup.py 7 kB

Latest revisions

# Date Author Comment
c9b113ac 01/14/2013 06:54 pm Vangelis Koukis

WIP commit for the devtools build system

e399faa2 01/09/2013 03:12 pm Christos Stavrakakis

Merge branch 'master' into develop

Conflicts:
snf-webproject/synnefo/webproject/manage.py

c9284fad 01/07/2013 02:39 pm Christos Stavrakakis

Fix bug in encoding stdout

Propagate attribute access to original sys.stdout. Also fix corner case where
sys.stdout does not have encoding attribute.

23ded2df 01/04/2013 02:43 pm Christos Stavrakakis

Fix typo

95663bf4 01/04/2013 02:42 pm Christos Stavrakakis

Avoid the use of sys__stdout__

65e4e685 01/04/2013 02:20 pm Christos Stavrakakis

Fix typo

21ce46e9 01/04/2013 02:09 pm Christos Stavrakakis

Avoid the use of sys__stdout__

e44de63f 01/04/2013 01:58 pm Christos Stavrakakis

Fix UnicodeError when writing to sys.stdout

Due to a bug the was fixed in Python-2.7, in Python-2.6 unicode strings
that are written to sys.stdout (using sys.stdout.write) are not
converted to bytestrings using the file.encoding. Instead
sys.stdout.encoding is set to None, and the default encoding is used. We...

a45fc1ae 01/04/2013 01:28 pm Christos Stavrakakis

Fix UnicodeError when writing to sys.stdout

Due to a bug the was fixed in Python-2.7, in Python-2.6 unicode strings
that are written to sys.stdout (using sys.stdout.write) are not
converted to bytestrings using the file.encoding. Instead
sys.stdout.encoding is set to None, and the default encoding is used. We...

6d20b7f3 12/11/2012 02:17 pm Vangelis Koukis

Migrate default settings to files under conf/

Migrate default settings to files under conf/ for every
Synnefo component.

TODO: Obliterate snf-cyclades-app/synnefo/appt_settings/default/*
and similar files. Make import of synnefo settings common throughout...

View revisions

Also available in: Atom