Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
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
ZEO
Commits
2e5d3030
Commit
2e5d3030
authored
Oct 02, 2003
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace normalization.
parent
51675fd3
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
src/ThreadedAsync/LoopCallback.py
src/ThreadedAsync/LoopCallback.py
+4
-4
src/ZEO/StorageServer.py
src/ZEO/StorageServer.py
+1
-1
src/ZEO/tests/auth_plaintext.py
src/ZEO/tests/auth_plaintext.py
+1
-1
src/ZEO/zrpc/smac.py
src/ZEO/zrpc/smac.py
+2
-2
src/ZODB/FileStorage.py
src/ZODB/FileStorage.py
+2
-2
No files found.
src/ThreadedAsync/LoopCallback.py
View file @
2e5d3030
...
...
@@ -25,7 +25,7 @@ register_loop_callback() to register interest. When the mainloop
thread calls loop(), each registered callback will be called with the
socket map as its first argument.
"""
__version__
=
'$Revision: 1.
9
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
10
$'
[
11
:
-
2
]
import
asyncore
import
select
...
...
src/ZEO/StorageServer.py
View file @
2e5d3030
src/ZEO/tests/auth_plaintext.py
View file @
2e5d3030
src/ZEO/zrpc/smac.py
View file @
2e5d3030
src/ZODB/FileStorage.py
View file @
2e5d3030
...
...
@@ -115,7 +115,7 @@
# may have a back pointer to a version record or to a non-version
# record.
#
__version__
=
'$Revision: 1.13
8
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.13
9
$'
[
11
:
-
2
]
import
base64
from
cPickle
import
Pickler
,
Unpickler
,
loads
...
...
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