Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pygolang
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
Carlos Ramos Carreño
pygolang
Commits
411bdd7d
Commit
411bdd7d
authored
Jan 16, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pygolang v0.0.0.dev7
parent
32a21d5b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
CHANGELOG.rst
CHANGELOG.rst
+8
-0
golang/__init__.py
golang/__init__.py
+1
-1
No files found.
CHANGELOG.rst
View file @
411bdd7d
Pygolang change history
Pygolang change history
=======================
=======================
0.0.0.dev7 (2019-01-16)
-----------------------
- Provide `gpython` interpreter, that sets UTF-8 as default encoding, integrates
gevent and puts `go`, `chan`, `select` etc into builtin namespace (commit__).
__ https://lab.nexedi.com/kirr/pygolang/commit/32a21d5b
0.0.0.dev6 (2018-12-13)
0.0.0.dev6 (2018-12-13)
-----------------------
-----------------------
...
...
golang/__init__.py
View file @
411bdd7d
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
...
...
"""
"""
__version__
=
"0.0.0.dev
6
"
__version__
=
"0.0.0.dev
7
"
__all__
=
[
'method'
,
'go'
,
'chan'
,
'select'
,
'default'
,
'defer'
,
'panic'
,
'recover'
,
'func'
,
'gimport'
]
__all__
=
[
'method'
,
'go'
,
'chan'
,
'select'
,
'default'
,
'defer'
,
'panic'
,
'recover'
,
'func'
,
'gimport'
]
...
...
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