1. 06 Jan, 2018 2 commits
    • Mario Corchero's avatar
      bpo-32206: Pdb can now run modules (GH-4752) · 9f1e5f1b
      Mario Corchero authored
      Add a new argument "-m" to the pdb module to allow
      users to run `python -m pdb -m my_module_name`.
      
      This relies on private APIs in the runpy module to work,
      but we can get away with that since they're both part of
      the standard library and can be updated together if
      the runpy internals get refactored.
      9f1e5f1b
    • Nathaniel J. Smith's avatar
      bpo-29137: Remove fpectl module (#4789) · 735ae8d1
      Nathaniel J. Smith authored
      This module has never been enabled by default, never worked correctly
      on x86-64, and caused ABI problems that caused C extension
      compatibility. See bpo-29137 for details/discussion.
      735ae8d1
  2. 05 Jan, 2018 3 commits
  3. 04 Jan, 2018 6 commits
  4. 03 Jan, 2018 1 commit
  5. 02 Jan, 2018 2 commits
  6. 01 Jan, 2018 1 commit
  7. 31 Dec, 2017 2 commits
  8. 30 Dec, 2017 9 commits
  9. 29 Dec, 2017 4 commits
  10. 28 Dec, 2017 2 commits
  11. 26 Dec, 2017 3 commits
  12. 25 Dec, 2017 5 commits