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
c934f32e
Commit
c934f32e
authored
Sep 03, 2010
by
Florent Xicluna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Welcome to the UTF-8 world.
parent
0b37b333
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
18 additions
and
18 deletions
+18
-18
Modules/_sqlite/cache.c
Modules/_sqlite/cache.c
+1
-1
Modules/_sqlite/cache.h
Modules/_sqlite/cache.h
+1
-1
Modules/_sqlite/connection.c
Modules/_sqlite/connection.c
+1
-1
Modules/_sqlite/connection.h
Modules/_sqlite/connection.h
+1
-1
Modules/_sqlite/cursor.h
Modules/_sqlite/cursor.h
+1
-1
Modules/_sqlite/module.c
Modules/_sqlite/module.c
+1
-1
Modules/_sqlite/module.h
Modules/_sqlite/module.h
+1
-1
Modules/_sqlite/prepare_protocol.c
Modules/_sqlite/prepare_protocol.c
+1
-1
Modules/_sqlite/prepare_protocol.h
Modules/_sqlite/prepare_protocol.h
+1
-1
Modules/_sqlite/row.c
Modules/_sqlite/row.c
+1
-1
Modules/_sqlite/row.h
Modules/_sqlite/row.h
+1
-1
Modules/_sqlite/sqlitecompat.h
Modules/_sqlite/sqlitecompat.h
+1
-1
Modules/_sqlite/statement.c
Modules/_sqlite/statement.c
+1
-1
Modules/_sqlite/statement.h
Modules/_sqlite/statement.h
+1
-1
Modules/_sqlite/util.c
Modules/_sqlite/util.c
+1
-1
Modules/_sqlite/util.h
Modules/_sqlite/util.h
+1
-1
Modules/unicodedata.c
Modules/unicodedata.c
+1
-1
PC/_msi.c
PC/_msi.c
+1
-1
No files found.
Modules/_sqlite/cache.c
View file @
c934f32e
/* cache .c - a LRU cache
*
* Copyright (C) 2004-2010 Gerhard Hring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/cache.h
View file @
c934f32e
/* cache.h - definitions for the LRU cache
*
* Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/connection.c
View file @
c934f32e
/* connection.c - the connection type
*
* Copyright (C) 2004-2010 Gerhard H
r
ing <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/connection.h
View file @
c934f32e
/* connection.h - definitions for the connection type
*
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/cursor.h
View file @
c934f32e
/* cursor.h - definitions for the cursor type
*
* Copyright (C) 2004-2010 Gerhard Hring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/module.c
View file @
c934f32e
/* module.c - the module itself
*
* Copyright (C) 2004-2010 Gerhard Hring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/module.h
View file @
c934f32e
/* module.h - definitions for the module
*
* Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
* Copyright (C) 2004-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/prepare_protocol.c
View file @
c934f32e
/* prepare_protocol.c - the protocol for preparing values for SQLite
*
* Copyright (C) 2005-2010 Gerhard H
r
ing <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/prepare_protocol.h
View file @
c934f32e
/* prepare_protocol.h - the protocol for preparing values for SQLite
*
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/row.c
View file @
c934f32e
/* row.c - an enhanced tuple for database rows
*
* Copyright (C) 2005-2010 Gerhard Hring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/row.h
View file @
c934f32e
/* row.h - an enhanced tuple for database rows
*
* Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/sqlitecompat.h
View file @
c934f32e
/* sqlitecompat.h - compatibility macros
*
* Copyright (C) 2006-2010 Gerhard Häring <gh@ghaering.de>
* Copyright (C) 2006-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/statement.c
View file @
c934f32e
/* statement.c - the statement type
*
* Copyright (C) 2005-2010 Gerhard H
r
ing <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/statement.h
View file @
c934f32e
/* statement.h - definitions for the statement type
*
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
är
ing <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/util.c
View file @
c934f32e
/* util.c - various utility functions
*
* Copyright (C) 2005-2010 Gerhard Hring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/_sqlite/util.h
View file @
c934f32e
/* util.h - various utility functions
*
* Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
* Copyright (C) 2005-2010 Gerhard H
ä
ring <gh@ghaering.de>
*
* This file is part of pysqlite.
*
...
...
Modules/unicodedata.c
View file @
c934f32e
...
...
@@ -6,7 +6,7 @@
Written by Marc-Andre Lemburg (mal@lemburg.com).
Modified for Python 2.0 by Fredrik Lundh (fredrik@pythonware.com)
Modified by Martin v. L
w
is (martin@v.loewis.de)
Modified by Martin v. L
öw
is (martin@v.loewis.de)
Copyright (c) Corporation for National Research Initiatives.
...
...
PC/_msi.c
View file @
c934f32e
/* Helper library for MSI creation with Python.
* Copyright (C) 2005 Martin v. L
w
is
* Copyright (C) 2005 Martin v. L
öw
is
* Licensed to PSF under a contributor agreement.
*/
...
...
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