1. 23 1月, 2012 6 次提交
  2. 21 1月, 2012 32 次提交
  3. 20 1月, 2012 2 次提交
    • Olivier Delalleau's avatar
      Fixed bug in deque implementation for Python 2.4 · 96c4b88d
      Olivier Delalleau 提交于
      The 'remove' method was bugged (it would not remove an item if it was the last
      item in the queue).
      This commit actually replaces the full custom deque implementation by a subclass
      of the original Python 2.4 implementation of deque, as it seems safer than
      re-writing everything.
      
      The implementation is also moved to the python25.py file since it is the place
      for Python 2.4 compatibility code.
      96c4b88d
    • nouiz's avatar
      Merge pull request #362 from delallea/opt_fix · 77679d7b
      nouiz 提交于
      Fixed import crash in optimizations
      77679d7b