Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
58435909
Commit
58435909
authored
May 12, 2000
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
untabify
parent
f4a65b80
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1052 additions
and
1052 deletions
+1052
-1052
ZServer/medusa/asyncore.py
ZServer/medusa/asyncore.py
+404
-404
ZServer/medusa/m_syslog.py
ZServer/medusa/m_syslog.py
+118
-118
lib/python/OFS/Image.py
lib/python/OFS/Image.py
+6
-6
lib/python/ThreadedAsync.py
lib/python/ThreadedAsync.py
+2
-2
lib/python/ZLogger/syslog.py
lib/python/ZLogger/syslog.py
+118
-118
lib/python/ZServer/medusa/asyncore.py
lib/python/ZServer/medusa/asyncore.py
+404
-404
No files found.
ZServer/medusa/asyncore.py
View file @
58435909
# -*- Mode: Python; tab-width: 4 -*-
# -*- Mode: Python; tab-width: 4 -*-
# Id: asyncore.py,v 2.49 2000/05/04 06:06:04 jim Exp
# Id: asyncore.py,v 2.49 2000/05/04 06:06:04 jim Exp
#
$Id: asyncore.py,v 1.9 2000/05/05 17:28:57 jim
Exp $
#
$Id: asyncore.py,v 1.10 2000/05/12 19:43:07 brian
Exp $
# Author: Sam Rushing <rushing@nightmare.com>
# Author: Sam Rushing <rushing@nightmare.com>
# ======================================================================
# ======================================================================
...
...
ZServer/medusa/m_syslog.py
View file @
58435909
lib/python/OFS/Image.py
View file @
58435909
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
##############################################################################
##############################################################################
"""Image object"""
"""Image object"""
__version__
=
'$Revision: 1.10
1
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.10
2
$'
[
11
:
-
2
]
import
Globals
,
string
,
struct
,
content_types
import
Globals
,
string
,
struct
,
content_types
from
OFS.content_types
import
guess_content_type
from
OFS.content_types
import
guess_content_type
...
...
lib/python/ThreadedAsync.py
View file @
58435909
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
##############################################################################
##############################################################################
"""Utility module to help manage the asyncore mainloop in a multi-threaded app
"""Utility module to help manage the asyncore mainloop in a multi-threaded app
"""
"""
__version__
=
'$Revision: 1.
1
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
2
$'
[
11
:
-
2
]
import
thread
import
thread
import
asyncore
import
asyncore
...
...
lib/python/ZLogger/syslog.py
View file @
58435909
lib/python/ZServer/medusa/asyncore.py
View file @
58435909
# -*- Mode: Python; tab-width: 4 -*-
# -*- Mode: Python; tab-width: 4 -*-
# Id: asyncore.py,v 2.49 2000/05/04 06:06:04 jim Exp
# Id: asyncore.py,v 2.49 2000/05/04 06:06:04 jim Exp
#
$Id: asyncore.py,v 1.9 2000/05/05 17:28:57 jim
Exp $
#
$Id: asyncore.py,v 1.10 2000/05/12 19:43:07 brian
Exp $
# Author: Sam Rushing <rushing@nightmare.com>
# Author: Sam Rushing <rushing@nightmare.com>
# ======================================================================
# ======================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment