- 15 Apr, 2012 12 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah.
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
_socket does. Some were using the older wsock32.lib.
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
Brett Cannon authored
-
Brett Cannon authored
PEP 328 in explaining how 'index' works.
-
Brett Cannon authored
__import__('mod', {'__packaging__': 'pkg', level=1) w/o properly (and thus not segfaulting).
-
Brett Cannon authored
-
Brett Cannon authored
Python 3.3 thanks to importlib finishing the work in PEP 328 that accidently got carried forward.
-
- 14 Apr, 2012 15 commits
-
-
Brett Cannon authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
importlib._bootstrap is now frozen into Python/importlib.h and stored as _frozen_importlib in sys.modules. Py_Initialize() loads the frozen code along with sys and imp and then uses _frozen_importlib._install() to set builtins.__import__() w/ _frozen_importlib.__import__().
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
R David Murray authored
-
R David Murray authored
-
- 13 Apr, 2012 13 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
Only use a single #ifdef for the 3 functions.
-
Michael Foord authored
-
Michael Foord authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Michael Foord authored
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
attributes.
-
Amaury Forgeot d'Arc authored
-