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
f62e5bf3
Commit
f62e5bf3
authored
Sep 10, 1996
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update based on Python 1.4b3.
parent
694f7010
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
Modules/python.exp
Modules/python.exp
+7
-10
No files found.
Modules/python.exp
View file @
f62e5bf3
...
...
@@ -22,16 +22,7 @@
* are defined in the statically-bound modules and libraries.
* =========================================================
*
PyAccess_AsValue
PyAccess_Clone
PyAccess_FromValue
PyAccess_HasValue
PyAccess_SetOwner
PyAccess_SetValue
PyAccess_Type
PyAnyMapping_Type
PyAnyNumber_Type
PyAnySequence_Type
PyAST_Type
PyArg_GetChar
PyArg_GetDoubleArray
PyArg_GetFloat
...
...
@@ -46,6 +37,7 @@ PyArg_GetShortArraySize
PyArg_GetString
PyArg_Parse
PyArg_ParseTuple
PyArg_ParseTupleAndKeywords
PyArgs_VaParse
PyBuiltin_GetDict
PyBuiltin_GetModule
...
...
@@ -207,6 +199,7 @@ PyMarshal_ReadObjectFromFile
PyMarshal_ReadObjectFromString
PyMarshal_WriteLongToFile
PyMarshal_WriteObjectToFile
PyMarshal_WriteObjectToString
PyMember_Get
PyMember_Set
PyMethod_Class
...
...
@@ -255,6 +248,7 @@ PyObject_CallMethod
PyObject_CallObject
PyObject_Cmp
PyObject_Compare
PyObject_DelItem
PyObject_GetAttr
PyObject_GetAttrString
PyObject_GetItem
...
...
@@ -288,6 +282,8 @@ PyRun_String
PySequence_Check
PySequence_Concat
PySequence_Count
PySequence_DelItem
PySequence_DelSlice
PySequence_GetItem
PySequence_GetSlice
PySequence_In
...
...
@@ -424,6 +420,7 @@ initimp
initmath
initmd5
initoperator
initparser
initposix
initpwd
initregex
...
...
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