This website requires JavaScript.
Explore
Help
Sign In
boost
/
python
Watch
2
Star
0
Fork
0
You've already forked python
mirror of
https://github.com/boostorg/python.git
synced
2026-01-22 17:32:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
5e5d34cc361f678d381f3f55fc7424bc2beb7d2d
python
/
src
/
object
History
Ralf W. Grosse-Kunstleve
c6f2aa4ef2
new boost/python/ssize_t.hpp; avoids potential clash of Py_ssize_t typedef and PY_SSIZE_T_MIN/MAX macros with definitions from other libraries
...
[SVN r35325]
2006-09-26 00:25:07 +00:00
..
class.cpp
new boost/python/ssize_t.hpp; avoids potential clash of Py_ssize_t typedef and PY_SSIZE_T_MIN/MAX macros with definitions from other libraries
2006-09-26 00:25:07 +00:00
enum.cpp
enum_print() removed; it was not reachable anyway since enum inherits
2006-01-12 23:25:23 +00:00
function.cpp
new boost/python/ssize_t.hpp; avoids potential clash of Py_ssize_t typedef and PY_SSIZE_T_MIN/MAX macros with definitions from other libraries
2006-09-26 00:25:07 +00:00
inheritance.cpp
Apply typo fixes from Julio M. Merino Vidal
2005-02-27 17:28:24 +00:00
iterator.cpp
Converted to Boost Software License, Version 1.0
2004-07-26 00:32:12 +00:00
life_support.cpp
resolve gcc warnings (based on patches by Scott Howlett)
2006-01-11 03:31:48 +00:00
pickle_support.cpp
avoid Visual C++ 7.1 "resolved overload was found by argument-dependent lookup" warning
2006-05-18 22:09:20 +00:00
stl_iterator.cpp
tests and docs for stl_input_iterator
2005-10-31 18:50:18 +00:00