1. 22 Aug, 2013 4 commits
  2. 21 Aug, 2013 7 commits
  3. 20 Aug, 2013 2 commits
  4. 19 Aug, 2013 6 commits
  5. 18 Aug, 2013 3 commits
  6. 17 Aug, 2013 7 commits
  7. 16 Aug, 2013 6 commits
  8. 15 Aug, 2013 3 commits
    • Terry Jan Reedy's avatar
      Issue #18732: Remove unused* parameter output_sep from IdleHistory.History · d418c368
      Terry Jan Reedy authored
      and paired splits and joins that do nothing when output_sep is its default \n.
      *It in unused in that the class in only instantiated once, with the default.
      Make a few other changes in .fetch and its test.
      d418c368
    • Terry Jan Reedy's avatar
      Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport. · e29bb722
      Terry Jan Reedy authored
      Running py27\PCbuild> python_d -m test.regrtest -ugui test_idle
      ignores the exceptions and gives no indication of a problem (fixed in 3.3).
      e29bb722
    • Terry Jan Reedy's avatar
      Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. · 2effdb99
      Terry Jan Reedy authored
      Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
      
      Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
      
      Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
      Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
      Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
      Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
      Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
      Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
      2effdb99
  9. 14 Aug, 2013 2 commits