Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/network.py
Commit message (Collapse)AuthorAgeFilesLines
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-16/+16
| | | | | | | | | Tomeu prefers ' for strings, so let's use it wherever we don't have a good reason to use ". Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 cleanup: fix whitespace around operatorSascha Silbe2010-11-231-3/+3
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 cleanup: don't use has_key()Sascha Silbe2010-11-231-1/+1
| | | | | | | has_key() has been deprecated for quite some time now. Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 white space and long line fixesSascha Silbe2009-08-251-4/+9
|
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-1/+1
|
* #8420: Fix traceback on 404 in ChunkedGlibHTTPRequestHandlerMorgan Collett2008-10-291-1/+0
| | | | | | | self._cleanup does the self._file.close() anyway if the file exists. The self._file.close() removed here is redundant, and will always fail on file not found, which is handled in send_head by returning None for self._file.
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-281-1/+4
|
* Drop more obsolete xmlrpc codeMarco Pesenti Gritti2008-08-101-181/+0
|
* Drop broken, unused codeMarco Pesenti Gritti2008-08-101-116/+0
|
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-0/+592