FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/exec.cpp - boostorg/python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
boostorg
/
python
Public
Notifications
You must be signed in to change notification settings
Fork
223
Star
537
Code
Issues
173
Pull requests
34
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
src
exec.cpp
on
develop
User selector
Datepicker
Commit history
Commits on Aug 10, 2021
-fix: issue #239 exec_file does not close the FILE handle. Note: Using FILE* is a bad choice here because of possible exceptions, but Py_RunFile is a C function. This fix works, because Py_RunFile …
Show description for f028aa4
hajokirchhoff
authored and
stefanseefeld
committed
f028aa4
View commit details
Copy full SHA for f028aa4
View code at this point
Browse repository at this point
-fix: boost::python::exec_file completely broken when PY_VERSION_HEX >= 0x03010000. Bug: char* f pointed to a temporary buffer returned by PyBytes_AsString. This buffer was released when Py_DECREF…
Show description for a060d43
hajokirchhoff
authored and
stefanseefeld
committed
a060d43
View commit details
Copy full SHA for a060d43
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
Fix compatibility with Python 3.10.0a4: fopen
Show description for cbd2d9f
vstinner
authored and
stefanseefeld
committed
cbd2d9f
View commit details
Copy full SHA for cbd2d9f
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
Convert Python 3.1+ to use public C API for filenames
jcpunk
authored and
stefanseefeld
committed
d9f0605
View commit details
Copy full SHA for d9f0605
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
Fix exec(), eval() not passing through arguments
res2k
authored and
stefanseefeld
committed
b09d80a
View commit details
Copy full SHA for b09d80a
View code at this point
Browse repository at this point
Commits on May 4, 2017
exec/eval(): add overloads for char const*
Show description for b2f53e1
jzwinck
authored and
stefanseefeld
committed
b2f53e1
View commit details
Copy full SHA for b2f53e1
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
Merge branch 'develop'
stefanseefeld
committed
99022d2
View commit details
Copy full SHA for 99022d2
View code at this point
Browse repository at this point
Commits on May 6, 2015
Use _Py_fopen instead of fopen
Show description for eefc434
Lastique
committed
eefc434
View commit details
Copy full SHA for eefc434
View code at this point
Browse repository at this point
Fix compilation with python 3.0-3.3
Show description for 36f8f69
Lastique
committed
36f8f69
View commit details
Copy full SHA for 36f8f69
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
Fix exec_file for Python 3 < 3.4.
stefanseefeld
committed
3e405b6
View commit details
Copy full SHA for 3e405b6
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
[#8058] Close file handle before exec_file() routine returns.
mmatrosov
committed
fe24ab9
View commit details
Copy full SHA for fe24ab9
View code at this point
Browse repository at this point
[#11100] Fix binary incompatibilities with fopen() in exec_file() routine.
mmatrosov
committed
a911c17
View commit details
Copy full SHA for a911c17
View code at this point
Browse repository at this point
Commits on Apr 4, 2010
merging current boost/python and libs/python from trunk into release branch
Show description for 37b45d2
Ralf W. Grosse-Kunstleve
committed
37b45d2
View commit details
Copy full SHA for 37b45d2
View code at this point
Browse repository at this point
Commits on Mar 15, 2010
boost/python/object_core.hpp: new .is_none() member function
Show description for 65e74cc
Ralf W. Grosse-Kunstleve
committed
65e74cc
View commit details
Copy full SHA for 65e74cc
View code at this point
Browse repository at this point
Commits on Oct 13, 2009
boost/python, libs/python: all changes from trunk merged into branches/release
Show description for 8910035
Ralf W. Grosse-Kunstleve
committed
8910035
View commit details
Copy full SHA for 8910035
View code at this point
Browse repository at this point
Commits on Sep 19, 2009
Merged 2009 GSoC work from sandbox-branches/bhy/py3k branch back into trunk.
Show description for ef2a02c
stefanseefeld
committed
ef2a02c
View commit details
Copy full SHA for ef2a02c
View code at this point
Browse repository at this point
Commits on Aug 18, 2009
python library: sync with trunk to adopt recent exec.cpp fixes
Show description for d685a5e
Ralf W. Grosse-Kunstleve
committed
d685a5e
View commit details
Copy full SHA for d685a5e
View code at this point
Browse repository at this point
libs/python/src/exec.cpp: bug fixes
Show description for 8d2ca93
Ralf W. Grosse-Kunstleve
committed
8d2ca93
View commit details
Copy full SHA for 8d2ca93
View code at this point
Browse repository at this point
Commits on Aug 17, 2009
boost/python, libs/python: all changes from trunk merged into branches/release (without any manual modifications)
Show description for e80224b
Ralf W. Grosse-Kunstleve
committed
e80224b
View commit details
Copy full SHA for e80224b
View code at this point
Browse repository at this point
Commits on Jun 15, 2009
Use appropriate default values for global and local dicts.
Show description for 3c98a72
stefanseefeld
committed
3c98a72
View commit details
Copy full SHA for 3c98a72
View code at this point
Browse repository at this point
Commits on Dec 1, 2007
Show description for 0d81eb6
dabrahams
committed
0d81eb6
View commit details
Copy full SHA for 0d81eb6
View code at this point
Browse repository at this point
Commits on May 15, 2007
Backport new eval() function from HEAD.
Show description for b130c93
stefanseefeld
committed
b130c93
View commit details
Copy full SHA for b130c93
View code at this point
Browse repository at this point
Commits on May 2, 2007
Add new eval() function.
Show description for fe23d98
stefanseefeld
committed
fe23d98
View commit details
Copy full SHA for fe23d98
View code at this point
Browse repository at this point
Commits on Oct 27, 2006
Fix symbol visibility.
Show description for ca91dc8
stefanseefeld
committed
ca91dc8
View commit details
Copy full SHA for ca91dc8
View code at this point
Browse repository at this point
Fix symbol visibility.
Show description for a74c8e3
stefanseefeld
committed
a74c8e3
View commit details
Copy full SHA for a74c8e3
View code at this point
Browse repository at this point
Commits on Jul 24, 2006
(merge from head)
Show description for ecf70b0
gennaroprota
committed
ecf70b0
View commit details
Copy full SHA for ecf70b0
View code at this point
Browse repository at this point
removed tabs (inspect tool)
Show description for f240e0b
gennaroprota
committed
f240e0b
View commit details
Copy full SHA for f240e0b
View code at this point
Browse repository at this point
Commits on Aug 17, 2005
Add basic embedding support.
Show description for 126a3ef
stefanseefeld
committed
126a3ef
View commit details
Copy full SHA for 126a3ef
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL