summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Python 3: fix sortCyril Roelandt2014-03-182-3/+4
* | Python 3: Replace "type(obj) is types.DictType" with "isinstance(obj, dict)"Cyril Roelandt2014-03-181-7/+6
* | Python 3: Replace "for ... in dict.items()" with "for ... in six.iteritems(di...Cyril Roelandt2014-03-184-15/+17
* | Python 3: Replace types.ClassType with six.class_typesCyril Roelandt2014-03-181-2/+1
* | Python 3: Replace "for name, value in dict.items()" with "for name, value in ...Cyril Roelandt2014-03-181-1/+1
* | Python 3: Use six types for stringsCyril Roelandt2014-03-1811-37/+51
* | Python 3: Replace ord() with six.byte2int()Cyril Roelandt2014-03-181-1/+1
* | Python 3: Replace unicode with six.text_type and str with six.binary_typeCyril Roelandt2014-03-181-2/+2
* | Python 3: Use an explicit floor divisionCyril Roelandt2014-03-181-1/+1
* | Python 3: replace (int, long) with six.integer_typesCyril Roelandt2014-03-181-1/+3
* | Python 3: adjust import for email module, new path works with Python 2 and Py...Cyril Roelandt2014-03-181-2/+2
* | Python 3: Add __next__() alias to next() methodCyril Roelandt2014-03-182-0/+3
* | Python 3: use new style of raise, replace "raise class, args" with "raise cla...Cyril Roelandt2014-03-186-15/+14
* | Python 3: Replace iterator.next() with six.next(iterator)Cyril Roelandt2014-03-182-2/+4
* | Python 3: Use absolute import instead of relative importCyril Roelandt2014-03-185-5/+5
* | Python 3: Replace exec statement with six.exec_() to support Python 2 and Pyt...Cyril Roelandt2014-03-181-1/+2
* | Python 3: use six.reraise() to re-raise an exception with the tracebackCyril Roelandt2014-03-187-11/+18
* | Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-1815-60/+65
* | Python 3: Add b prefix to literal binary stringsCyril Roelandt2014-03-181-1/+1
* | Python 3: Replace "dict.has_key(key)" with "key in dict"Cyril Roelandt2014-03-188-14/+14
* | Python 3: Replace basestring with six.string_typesCyril Roelandt2014-03-186-8/+12
* | Python 3: don't use tuples in function prototypeCyril Roelandt2014-03-183-3/+6
* | Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-1816-26/+26
* | Python 3: use new names of standard library modulesCyril Roelandt2014-03-1835-104/+162
* | Merged in bisque/paste (pull request #11)Ian Bicking2013-04-103-4/+5
|\ \
| * | respond with 206 partial content whenever a range was requestedJan-Wijbrand Kolman2013-03-251-3/+3
| * | Automated merge with ssh://bitbucket.org/ianb/pasteIan Bicking2013-02-071-1/+1
| |\ \
| | * | fix #5, trac linkIan Bicking2013-02-071-1/+1
| * | | Merged in xcolour/paste/stringio (pull request #12)Ian Bicking2013-01-310-0/+0
| |\ \ \
| * | | | Import StringIO so it can be used.stringiomatt2013-01-281-0/+1
| |/ / /
* | | | Add bisque idKristian Kvilekval2012-10-121-0/+6
* | | | Don't penalize streaming applicationsKristian Kvilekval2012-10-121-4/+11
* | | | allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-1/+3
|/ / /
* | | Merged in mitchellrj/paste/double_slash_at_start_of_path_fix (pull request #10)Ian Bicking2012-08-173-23/+77
|\ \ \
| * | | auth/auth_tkt.py: enable overriding digest algorithmsJan Pokorn?2012-03-051-8/+22
| |/ /
| * | auth/auth_tkt.py: enable overriding digest algorithmsJan Pokorn?2012-03-011-14/+27
| * | Fix digest authentication (it was picking up commas inside of the digest auth...Toshio Kuratomi2011-12-211-4/+29
| * | Add files that should be included in the tarballToshio Kuratomi2011-12-211-3/+5
| |/
* | Fixed parsing of URL paths starting with multiple slashes.double_slash_at_start_of_path_fixRichard Mitchell2012-08-022-1/+4
* | New branch for double-slash fix.Richard Mitchell2012-08-020-0/+0
|/
* add news for last commitIan Bicking2011-08-171-0/+7
* Automated merge with ssh://bitbucket.org/ianb/pasteIan Bicking2011-08-171-2/+1
|\
| * update link to official dev repoJoshua Bronson2011-07-191-2/+1
* | Always wrap wsgi.input with LimitedLengthFile, even when using the ContinueHo...Ian Bicking2011-08-171-9/+8
|/
* Automated merge with https://bitbucket.org/milinnovations_andreas/paste/Ian Bicking2010-11-291-2/+2
|\
| * Add fix to make digest auth with internet explorer 8 (and possibly other ver...milinnovations_andreas2010-09-291-2/+2
* | remove old setup.cfg stuffIan Bicking2010-10-281-8/+0
|/
* Fix #444, egg:Paste#cgi should work nowIan Bicking2010-09-282-0/+6
* Added tag 1.7.5.1 for changeset 53a9cdc44dc0Ian Bicking2010-09-200-0/+0
* update versions for release1.7.5.1Ian Bicking2010-09-203-4/+4