Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e01de8f2
Commit
e01de8f2
authored
Aug 30, 2010
by
Florent Xicluna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove pointless coding cookies
parent
e992a7da
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2 additions
and
10 deletions
+2
-10
Lib/ast.py
Lib/ast.py
+0
-1
Lib/distutils/command/bdist_msi.py
Lib/distutils/command/bdist_msi.py
+0
-1
Lib/distutils/tests/test_dist.py
Lib/distutils/tests/test_dist.py
+0
-1
Lib/encodings/punycode.py
Lib/encodings/punycode.py
+0
-1
Lib/getopt.py
Lib/getopt.py
+0
-1
Lib/msilib/__init__.py
Lib/msilib/__init__.py
+0
-1
Lib/sqlite3/__init__.py
Lib/sqlite3/__init__.py
+1
-2
Lib/sqlite3/dbapi2.py
Lib/sqlite3/dbapi2.py
+1
-2
No files found.
Lib/ast.py
View file @
e01de8f2
# -*- coding: utf-8 -*-
"""
ast
~~~
...
...
Lib/distutils/command/bdist_msi.py
View file @
e01de8f2
# -*- coding: utf-8 -*-
# Copyright (C) 2005, 2006 Martin von Löwis
# Licensed to PSF under a Contributor Agreement.
# The bdist_wininst command proper
...
...
Lib/distutils/tests/test_dist.py
View file @
e01de8f2
# -*- coding: utf8 -*-
"""Tests for distutils.dist."""
import
os
import
io
...
...
Lib/encodings/punycode.py
View file @
e01de8f2
# -*- coding: utf-8 -*-
""" Codec for the Punicode encoding, as specified in RFC 3492
Written by Martin v. Löwis.
...
...
Lib/getopt.py
View file @
e01de8f2
# -*- coding: utf-8 -*-
"""Parser for command line options.
This module helps scripts to parse the command line arguments in
...
...
Lib/msilib/__init__.py
View file @
e01de8f2
# -*- coding: utf-8 -*-
# Copyright (C) 2005 Martin v. Löwis
# Licensed to PSF under a Contributor Agreement.
from
_msi
import
*
...
...
Lib/sqlite3/__init__.py
View file @
e01de8f2
#-*- coding: ISO-8859-1 -*-
# pysqlite2/__init__.py: the pysqlite2 package.
#
# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
# Copyright (C) 2005 Gerhard H
ä
ring <gh@ghaering.de>
#
# This file is part of pysqlite.
#
...
...
Lib/sqlite3/dbapi2.py
View file @
e01de8f2
#-*- coding: ISO-8859-1 -*-
# pysqlite2/dbapi2.py: the DB-API 2.0 interface
#
# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
# Copyright (C) 2004-2005 Gerhard H
ä
ring <gh@ghaering.de>
#
# This file is part of pysqlite.
#
...
...
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