1. 16 Jul, 2001 3 commits
    • Tim Peters's avatar
      future.c: insert a cosmetic space. · 51d76f1f
      Tim Peters authored
      pythonrun.c, run_pyc_file():  repair semantic error wrt CO_GENERATOR vs
      CO_GENERATOR_ALLOWED.
      51d76f1f
    • Tim Peters's avatar
      Part way to allowing "from __future__ import generators" to communicate · 5ba58662
      Tim Peters authored
      that info to code dynamically compiled *by* code compiled with generators
      enabled.  Doesn't yet work because there's still no way to tell the parser
      that "yield" is OK (unlike nested_scopes, the parser has its fingers in
      this too).
      Replaced PyEval_GetNestedScopes by a more-general
      PyEval_MergeCompilerFlags.  Perhaps I should not have?  I doubted it was
      *intended* to be part of the public API, so just did.
      5ba58662
    • Andrew M. Kuchling's avatar
      Began actually writing: · 4dbf8715
      Andrew M. Kuchling authored
      * iterators
      * generators
      * copied the nested scopes section from the 2.1 article
      * standard library changes
      4dbf8715
  2. 15 Jul, 2001 5 commits
  3. 14 Jul, 2001 32 commits