index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pathod
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Close when Pathoc.connect raises an exception
Aldo Cortesi
2016-06-06
1
-35
/
+41
*
|
Migrate pathod docs to Sphinx
Aldo Cortesi
2016-06-07
23
-1561
/
+0
|
/
*
Merge pull request #1211 from cortesi/pathod
Aldo Cortesi
2016-06-06
13
-462
/
+28
|
\
|
*
Ditch pathod static assets
Aldo Cortesi
2016-06-05
9
-215
/
+0
|
*
Remove last vestiges of noapi and noweb from pathod
Aldo Cortesi
2016-06-05
2
-23
/
+9
|
*
First-order removal of pathod API and app
Aldo Cortesi
2016-06-05
3
-224
/
+19
*
|
Py3: Use functools.total_ordering for better rich comparison
Shadab Zafar
2016-06-06
1
-0
/
+2
*
|
Py3: Use rich comparison methods (__eq__, __lt__) instead of __cmp__
Shadab Zafar
2016-06-06
1
-2
/
+5
|
/
*
Py3: Return path unescaped
Shadab Zafar
2016-06-04
1
-1
/
+1
*
Use encode to detect if string is valid ASCII
Shadab Zafar
2016-06-04
1
-2
/
+2
*
Fix Docstring: "inject" can be an action too
Shadab Zafar
2016-06-04
1
-2
/
+2
*
More explicit name for the tcp.Server handler counter
Aldo Cortesi
2016-06-03
1
-2
/
+2
*
Make tcp.Client.connect return a context manager that closes the connection
Aldo Cortesi
2016-06-03
1
-1
/
+2
*
Pathod websocket service threads should not be immortal
Aldo Cortesi
2016-06-03
1
-1
/
+1
*
Implement a service connection handler counter, use it in Pathod test suite
Aldo Cortesi
2016-06-03
1
-0
/
+15
*
Merge remote-tracking branch 'upstream/master' into testsuite
Aldo Cortesi
2016-06-03
1
-24
/
+33
|
\
|
*
Handle the slice object case in TransformGenerator.__getitem__
Shadab Zafar
2016-06-03
1
-0
/
+2
|
*
please flake8
Maximilian Hils
2016-06-02
1
-1
/
+1
|
*
Merge remote-tracking branch 'duffer/pathod-lang-generators'
Maximilian Hils
2016-06-02
1
-24
/
+31
|
|
\
|
|
*
Simplify rand_byte by creating a special case for Python 2
Shadab Zafar
2016-06-02
1
-1
/
+5
|
|
*
Remove redundant __getslice__ from TransformGenerator
Shadab Zafar
2016-06-02
1
-4
/
+0
|
|
*
Py3: Return bytes from FileGenerator
Shadab Zafar
2016-06-02
1
-5
/
+5
|
|
*
Py3: Return bytes from RandomGenerator
Shadab Zafar
2016-06-02
1
-15
/
+22
*
|
|
Make last_log actually return last log
Aldo Cortesi
2016-06-02
1
-1
/
+1
*
|
|
pathod.test shouldn't use the API at all
Aldo Cortesi
2016-06-02
1
-11
/
+0
*
|
|
Since we have locks over the logs, use direct access rather than API requests...
Aldo Cortesi
2016-06-02
1
-5
/
+3
*
|
|
Bump error timeout
Aldo Cortesi
2016-06-02
1
-1
/
+1
*
|
|
Remove debug print
Aldo Cortesi
2016-06-02
1
-1
/
+0
*
|
|
Add expect_log to the pathod test truss, and use it for last_log
Aldo Cortesi
2016-06-02
1
-1
/
+15
*
|
|
Fix lock over pathod locks
Aldo Cortesi
2016-06-02
1
-8
/
+10
|
/
/
*
|
Shift a bunch more string-related functions to strutils
Aldo Cortesi
2016-06-02
1
-4
/
+1
*
|
Consolidate some functions to strutils.bytes_to_escaped_str
Aldo Cortesi
2016-06-02
3
-18
/
+6
*
|
xrepr is used exactly once. move to pathoc.py.
Aldo Cortesi
2016-06-02
2
-5
/
+5
*
|
Utils reorganisation: add netlib.strutils
Aldo Cortesi
2016-06-02
3
-10
/
+11
|
/
*
Py3: Use six.string_types instead of basestring
Shadab Zafar
2016-05-31
1
-1
/
+2
*
Py3: Use range from six.moves
Shadab Zafar
2016-05-31
1
-1
/
+2
*
Move human-friendly format functions to netlib.human, remove redundant implem...
Aldo Cortesi
2016-05-31
3
-28
/
+5
*
more style cleanup
Thomas Kriechbaumer
2016-05-29
4
-3
/
+19
*
pathod: fix most flake8 offenses
Thomas Kriechbaumer
2016-05-28
6
-13
/
+11
*
cleanup imports with flake8
Thomas Kriechbaumer
2016-05-28
4
-6
/
+4
*
remove str()
Shadab Zafar
2016-05-26
1
-1
/
+1
*
Remove inner_repr, fixup escape_unprintables
Shadab Zafar
2016-05-26
1
-18
/
+4
*
Use escaped_str functions for TokValueLiteral
Shadab Zafar
2016-05-26
1
-6
/
+7
*
Remove Py3 specific check
Shadab Zafar
2016-05-26
1
-2
/
+1
*
Use BytesIO in pathod app
Shadab Zafar
2016-05-26
1
-2
/
+2
*
Py3: Handle bytes case in inner_repr
Shadab Zafar
2016-05-26
1
-1
/
+2
*
Removed wrong import
Shadab Zafar
2016-05-26
1
-0
/
+1
*
Py3: inner_repr and escape_unprintables
Shadab Zafar
2016-05-26
1
-2
/
+7
*
Py3: Import and Other misc. stuff
Shadab Zafar
2016-05-26
5
-13
/
+13
*
We don't need 3 slightly different implementations of Data
Aldo Cortesi
2016-05-21
1
-21
/
+2
[prev]
[next]