Jelmer Vernooij
|
fb5b85e5e0
Add write_error argument to GitClient.archive().
|
il y a 11 ans |
Jelmer Vernooij
|
5a35194b56
Skip porcelain archive test when c git is not available.
|
il y a 11 ans |
Jelmer Vernooij
|
cf8c57746f
Merge branch 'python3-close-files' of git://github.com/garyvdm/dulwich
|
il y a 11 ans |
Gary van der Merwe
|
95513373b0
News entry for file object closing.
|
il y a 11 ans |
Gary van der Merwe
|
a75f636a22
Close file objects.
|
il y a 11 ans |
Gary van der Merwe
|
caa4d286bb
Close files for Pack objects.
|
il y a 11 ans |
Gary van der Merwe
|
2d3b02c9bb
Close files for Protocol objects.
|
il y a 11 ans |
Jelmer Vernooij
|
b75d0d72ee
Fix another potential XSS issue, and add test for the previous one.
|
il y a 11 ans |
Gary van der Merwe
|
040fd2e125
Fix octal number literals.
|
il y a 11 ans |
Jelmer Vernooij
|
92d3985e8b
Merge branch 'service-name-xss' of git://github.com/durin42/dulwich
|
il y a 11 ans |
Dave Borowitz
|
e7e8844148
web: don't echo back invalid service names
|
il y a 13 ans |
Gary van der Merwe
|
f7ddbf5b4e
Use byte literal in test_pack.py so that module can be imported in py3.
|
il y a 11 ans |
Gary van der Merwe
|
57e38e1c18
Alter itertools import statement so that 2to3 fixes it.
|
il y a 11 ans |
Gary van der Merwe
|
f9a8bb21b6
Use 2to3 in setup.py.
|
il y a 11 ans |
Jelmer Vernooij
|
eedce5a1af
Merge branch 'py3k' of git://github.com/Ormod/dulwich
|
il y a 11 ans |
Jelmer Vernooij
|
4d2cc9c47e
index: Fix IndexEntry to not include name.
|
il y a 11 ans |
Gary van der Merwe
|
dc5c9a6a26
NEWS entry for python3 changes.
|
il y a 11 ans |
Gary van der Merwe
|
d898b39383
Use for loop instead of map.
|
il y a 11 ans |
Gary van der Merwe
|
c9164c227b
Stop using more deprecated test methods.
|
il y a 11 ans |
Jelmer Vernooij
|
0fc578cb10
Add 'make before-push' target.
|
il y a 11 ans |
Jelmer Vernooij
|
c4c1fec37b
Add pep8 make target and fix some pep8ness.
|
il y a 11 ans |
Jelmer Vernooij
|
1cd3d56f66
Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings.
|
il y a 11 ans |
Jelmer Vernooij
|
b76a163d21
Remove pylint config.
|
il y a 11 ans |
Fabien Boucher
|
757f843f6e
Add dulwich.greenthreads module.
|
il y a 11 ans |
Hannu Valtonen
|
c61cbf00ef
setup: Make setup.py also work on py3k on OS X
|
il y a 11 ans |
Hannu Valtonen
|
6b095a3c96
py3k: These need to return a value since in Py3k they're no longer void
|
il y a 11 ans |
Hannu Valtonen
|
424b7f0d2a
py3k: Go through all uses of itertools and make them work on py3k
|
il y a 11 ans |
Hannu Valtonen
|
a89d9acbad
tests: Change assertEquals to be py3k compatible assertEqual.
|
il y a 11 ans |
Gary van der Merwe
|
2fab9aa3ce
In Protocol.read_pkt_line, assert the length of the data read matches the length prefix.
|
il y a 11 ans |
Gary van der Merwe
|
7ca89ce356
Correctly handle binascii.Error.
|
il y a 11 ans |