2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
Aaron Boman 1dc016b03e Python Port: Make importing a little more robust.
- create a b2.<whatever> index for O(1) package/module searching.
- make the .pyc's sit next to their respective files; preventing
  pollution of workspace
- restore the __file__ variable for imported files
- prevent importing the same module twice under two separate names;
  also preventing running initialization code twice (registering types
  and features)
- create an __init__.py for the contrib directory
- requires Python 2.3 or newer for pkgutil
2014-09-03 13:48:42 -05:00
2014-09-01 15:49:12 +04:00
2012-10-14 15:01:51 +00:00
2014-06-13 19:20:23 +02:00
2014-08-25 19:49:57 +04:00
2014-03-24 10:44:40 -07:00
2013-12-18 10:49:04 +04:00
2014-08-25 19:49:57 +04:00
Description
Mirrored via gitea-mirror
39 MiB
Languages
C++ 73.8%
Python 22.6%
C 1.6%
Batchfile 0.7%
Shell 0.6%
Other 0.6%