~ubuntu-branches/ubuntu/saucy/python2.7/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-26 15:58:08 UTC
  • Revision ID: package-import@ubuntu.com-20130126155808-ej97ewsp21txdk9d
Tags: 2.7.3-15ubuntu2
* Update to 20130126, taken from the 2.7 branch.
  - Issue #10156: In the interpreter's initialization phase, unicode globals
    are now initialized dynamically as needed.
  - Issue #16975: Fix error handling bug in the escape-decode decoder.
  - Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
    interface and support all mandatory methods and properties.
  - Issue #13454: Fix a crash when deleting an iterator created by
    itertools.tee() if all other iterators were very advanced before.
  - Issue #3754: fix typo in pthread AC_CACHE_VAL.
  - Issue #17029: Let h2py search the multiarch system include directory.
* python2.7-dbg, libpython2.7-dbg: Drop dependency on python.
* python2.7-dbg: Make gdb (not gdb-minimal) a recommendation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python2.7 (2.7.3-15ubuntu2) raring; urgency=low
 
2
 
 
3
  * Update to 20130126, taken from the 2.7 branch.
 
4
    - Issue #10156: In the interpreter's initialization phase, unicode globals
 
5
      are now initialized dynamically as needed.
 
6
    - Issue #16975: Fix error handling bug in the escape-decode decoder.
 
7
    - Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
 
8
      interface and support all mandatory methods and properties.
 
9
    - Issue #13454: Fix a crash when deleting an iterator created by
 
10
      itertools.tee() if all other iterators were very advanced before.
 
11
    - Issue #3754: fix typo in pthread AC_CACHE_VAL.
 
12
    - Issue #17029: Let h2py search the multiarch system include directory.
 
13
  * python2.7-dbg, libpython2.7-dbg: Drop dependency on python.
 
14
  * python2.7-dbg: Make gdb (not gdb-minimal) a recommendation.
 
15
 
 
16
 -- Matthias Klose <doko@ubuntu.com>  Sat, 26 Jan 2013 15:58:08 +0100
 
17
 
1
18
python2.7 (2.7.3-15ubuntu1) raring; urgency=low
2
19
 
3
20
  * Build-depend on python:any instead of python.