lp:~doko/python/pkg3.5-debian

Created by Matthias Klose and last modified
Get this branch:
bzr branch lp:~doko/python/pkg3.5-debian
Only Matthias Klose can upload to this branch. If you are Matthias Klose please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Matthias Klose
Project:
Python
Status:
Development

Recent revisions

110. By Matthias Klose

python3.5 (3.5.0~b2-1) unstable; urgency=medium

  * Python 3.5.0 beta 2.
  * Make the build reproducible (Jérémy Bobbio). Closes: #786959.
    - Pass time of latest debian/changelog entry to sphinx via SPHINXOPTS.
    - Do not store a timestamps when compressing devhelp.
  * Pass DATE and TIME macros matching the current debian/changelog entry
    when building getbuildinfo.o.

 -- Matthias Klose <email address hidden> Mon, 01 Jun 2015 12:18:33 +0200

109. By Matthias Klose

python3.5 (3.5.0~b1-1) unstable; urgency=medium

  * Python 3.5.0 beta 1.
  * Refresh patches.
  * Update symbols files.

 -- Matthias Klose <email address hidden> Tue, 26 May 2015 02:08:13 +0200

108. By Matthias Klose

python3.5 (3.5.0~a4-5) unstable; urgency=medium

  * Update to 20150519 from the trunk.
    - Fix issue #24226, parsing of many sequential one-line 'def' statements.
  * Don't rename extensions when they already have the multiarch tag.

 -- Matthias Klose <email address hidden> Tue, 19 May 2015 09:55:39 +0200

107. By Matthias Klose

python3.5 (3.5.0~a4-4) unstable; urgency=medium

  * Update to 20150518 from the trunk.
    - Fix build on big endian targets.
  * Work around issue #24226, byte compilation of IN.py.
  * Disable PGO (fails to build in unstable).

 -- Matthias Klose <email address hidden> Mon, 18 May 2015 13:48:38 +0200

python3.5 (3.5.0~a4-3) unstable; urgency=medium

  * Update to 20150517 from the trunk.

 -- Matthias Klose <email address hidden> Sun, 17 May 2015 17:22:56 +0200

python3.5 (3.5.0~a4-2) experimental; urgency=medium

  * Update to 20150421 from the trunk.
  * Fix renaming of extensions. Closes: #783090.

 -- Matthias Klose <email address hidden> Wed, 22 Apr 2015 14:41:45 +0200

python3.5 (3.5.0~a4-1) experimental; urgency=medium

  * Python 3.5.0 alpha 4.
  * Update to 20150420 from the trunk.
  * Build debug builds with -Og.

 -- Matthias Klose <email address hidden> Mon, 20 Apr 2015 20:59:53 +0200

106. By Matthias Klose

python3.5 (3.5.0~a3-1) experimental; urgency=medium

  * Python 3.5.0 alpha 3.
  * Update to 20150415 from the trunk.

 -- Matthias Klose <email address hidden> Wed, 15 Apr 2015 21:43:00 +0200

105. By Matthias Klose

python3.4 (3.4.3-3) experimental; urgency=medium

  * Update to 20150311 from the 3.4 branch.
  * Relax the version check for mpdecimal (all required patches applied
    in the distro version of mpdecimal 2.4.0).
  * When using GCC versions older than 4.9 for extension builds, automagically
    mangle -fstack-protector-strong to -fstack-protector.

 -- Matthias Klose <email address hidden> Sat, 11 Apr 2015 20:50:40 +0200

python3.4 (3.4.3-2) experimental; urgency=medium

  * debian/tests: Use init system agnostic "service" command instead of
    upstart specific "stop". Also drop unnecessary "status" call right after
    stopping apport (Martin Pitt).

 -- Matthias Klose <email address hidden> Tue, 10 Mar 2015 20:28:20 +0100

104. By Matthias Klose

  * Update to 20150203 from the 3.4 branch.

103. By Matthias Klose

python3.4 (3.4.2-3) unstable; urgency=medium

  * Update to 20141202 from the 3.4 branch.
    - Issue #20335: bytes constructor now raises TypeError when encoding or
      errors is specified with non-string argument.
    - Issue #21971: Update turtledemo doc and add module to the index.
    - Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
    - Issue #22960: Add a context argument to xmlrpclib.ServerProxy constructor.
    - Issue #22915: SAX parser now supports files opened with file descriptor
      or bytes path.
    - Issue #22609: Constructors and update methods of mapping classes in the
      collections module now accept the self keyword argument.
    - Issue #22788: Add *context* parameter to logging.handlers.HTTPHandler.
    - Issue #22921: Allow SSLContext to take the *hostname* parameter even if
      OpenSSL doesn't support SNI.
    - Issue #22894: TestCase.subTest() would cause the test suite to be stopped
      when in failfast mode, even in the absence of failures.
    - Issue #22638: SSLv3 is now disabled throughout the standard library.
      It can still be enabled by instantiating a SSLContext manually.
    - Issue #22370: Windows detection in pathlib is now more robust.
    - Issue #22841: Reject coroutines in asyncio add_signal_handler().
    - Issue #22838: All test_re tests now work with unittest test discovery.
    - Issue #21514: The documentation of the json module now refers to new
      JSON RFC 7159 instead of obsoleted RFC 4627.
    - Issue #22314: pydoc now works when the LINES environment variable is set.
    - IDLE updates.
  * Fix byte-code removal for the __phello__ module (mismatching source
    and byte-code file name). Closes: #769769.
  * Let ensurepip use a temporary location for the copy of the wheels.
    Remove the ad-hoc /usr/lib/python-wheels location on package purge.
    Let python3.4-venv break python3-pip (<< 1.5.6-4). Closes: #769449.
  * Don't pass default compiler search directories in the pkgconfig file.
    Closes: #770936.
  * Don't run pyexpat.test_exception as an autopkg test, requires a source
    file.
  * Allow building and testing without SSLv3 support (Kurt Roeckx).
    Addresses: #768611.
  * Fix issue 22966, when byte compiling, keep the base name of a file
    containing dots. Closes: #769769.

 -- Matthias Klose <email address hidden> Tue, 02 Dec 2014 14:39:00 +0100

102. By Matthias Klose

commit changes up to
python3.4 (3.4.2-2) unstable; urgency=medium

101. By Matthias Klose

  * Update to 20131123 from the 3.3 branch.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers