Jelmer Vernooij
|
478d142713
Fix another potential XSS issue, and add test for the previous one.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
88d41e13bf
Fix octal number literals.
|
%!s(int64=11) %!d(string=hai) anos |
Jelmer Vernooij
|
a1f542ce56
Merge branch 'service-name-xss' of git://github.com/durin42/dulwich
|
%!s(int64=11) %!d(string=hai) anos |
Dave Borowitz
|
290a16c8ee
web: don't echo back invalid service names
|
%!s(int64=12) %!d(string=hai) anos |
Gary van der Merwe
|
5f93fdf6c5
Use byte literal in test_pack.py so that module can be imported in py3.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
395b1460cb
Alter itertools import statement so that 2to3 fixes it.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
018919f1ae
Use 2to3 in setup.py.
|
%!s(int64=11) %!d(string=hai) anos |
Jelmer Vernooij
|
f6439d709d
Merge branch 'py3k' of git://github.com/Ormod/dulwich
|
%!s(int64=11) %!d(string=hai) anos |
Jelmer Vernooij
|
c34bd620e4
index: Fix IndexEntry to not include name.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
09123169c9
NEWS entry for python3 changes.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
16b237680c
Use for loop instead of map.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
bcce1dccc6
Stop using more deprecated test methods.
|
%!s(int64=11) %!d(string=hai) anos |
Jelmer Vernooij
|
a07b1511f9
Add 'make before-push' target.
|
%!s(int64=11) %!d(string=hai) anos |
Jelmer Vernooij
|
5a4e20d14b
Add pep8 make target and fix some pep8ness.
|
%!s(int64=11) %!d(string=hai) anos |
Jelmer Vernooij
|
4265383895
Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings.
|
%!s(int64=11) %!d(string=hai) anos |
Jelmer Vernooij
|
2a97104d86
Remove pylint config.
|
%!s(int64=11) %!d(string=hai) anos |
Fabien Boucher
|
7445fc9c9e
Add dulwich.greenthreads module.
|
%!s(int64=11) %!d(string=hai) anos |
Hannu Valtonen
|
823cbf6b13
setup: Make setup.py also work on py3k on OS X
|
%!s(int64=11) %!d(string=hai) anos |
Hannu Valtonen
|
3d2e49ae41
py3k: These need to return a value since in Py3k they're no longer void
|
%!s(int64=11) %!d(string=hai) anos |
Hannu Valtonen
|
2b721b6b86
py3k: Go through all uses of itertools and make them work on py3k
|
%!s(int64=11) %!d(string=hai) anos |
Hannu Valtonen
|
9b2ea08807
tests: Change assertEquals to be py3k compatible assertEqual.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
b9c428522c
In Protocol.read_pkt_line, assert the length of the data read matches the length prefix.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
ad2f8e3166
Correctly handle binascii.Error.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
dd8559df80
Use for loop instead of map when not iterating.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
f642d34e5e
Use assertEqual rather than assertEquals as the latter is deprecated.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
6deecb549a
Make next methods available as __next__.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
c6453c6d42
Use int division `//` insted of float division `/`.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
0fdbfe7bcf
Use io module instead of file.
|
%!s(int64=11) %!d(string=hai) anos |
Gary van der Merwe
|
2c427f6141
Fix octal literals.
|
%!s(int64=11) %!d(string=hai) anos |
Michael K
|
81b11cd0b1
print(): Switch from statement to funtion.
|
%!s(int64=11) %!d(string=hai) anos |