Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed misformed plural equationPootle Translation2008-11-171-38/+46
|
* Add view-source-related methods HandleViewSource and GetDocumentPathTomeu Vizoso2008-11-072-0/+18
|
* "Release version 0.83.1"v0.83.1Simon Schampijer2008-10-301-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-2843-30/+181
|
* Drop broken release command. A more generic release toolsMarco Pesenti Gritti2008-10-251-104/+0
| | | | is being developed in sugar-tools now.
*