Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/network.py
Commit message (Collapse)AuthorAgeFilesLines
* #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