View Git repositories

Python hosts its code at http://hg.python.org/cpython.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can get a copy of the development focus branch using the command:
bzr branch lp:python

Python has 2 active reviews. See all merge proposals.

Python has 80 active branches owned by 14 people and 3 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:python
Series: trunk
1 Development 2011-03-08 19:56:40 UTC This branch has not been imported yet.
lp:python/3.1
Series: 3.1
2 Mature 2011-03-03 14:09:45 UTC
41534. Merged revisions 88722 via svnmerge f...

Author: giampaolo.rodola
Revision Date: 2011-03-03 14:09:45 UTC

Merged revisions 88722 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88722 | giampaolo.rodola | 2011-03-03 14:57:47 +0100 (gio, 03 mar 2011) | 1 line

  Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN errors on accept(), recv() and send().
........

lp:python/2.6
Series: 2.6
bug 2 Mature 2011-06-03 23:58:44 UTC
42614. And the circle of life continues

Author: barry.warsaw
Revision Date: 2011-06-03 23:58:44 UTC

And the circle of life continues

lp:python/py3k
Series: py3k
1 Development 2011-03-06 21:04:47 UTC
45507. Fix ResourceWarning in test_ftplib.py...

Author: giampaolo.rodola
Revision Date: 2011-03-06 21:04:47 UTC

Fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda

lp:~gmmeyer/python/trunk 1 Development 2016-05-25 17:11:02 UTC This branch has not been imported yet.
lp:~doko/python/pkg2.7-debian 1 Development 2016-04-17 13:58:41 UTC
146. python2.7 (2.7.11-7) unstable; urgenc...

Author: Matthias Klose
Revision Date: 2016-04-17 13:58:41 UTC

python2.7 (2.7.11-7) unstable; urgency=medium

  * Update to 20160330 from the 2.7 branch.

 -- Matthias Klose <doko@debian.org> Wed, 30 Mar 2016 23:00:42 +0200

python2.7 (2.7.11-6) unstable; urgency=medium

  * Update to 20160323 from the 2.7 branch.
  * Always build _math.o with -fPIC.

 -- Matthias Klose <doko@debian.org> Wed, 23 Mar 2016 12:35:56 +0100

python2.7 (2.7.11-5) unstable; urgency=medium

  * Update to 20160319, taken from the 2.7 release branch.
  * Update symbols files.
  * Don't run test_signal on alpha, hanging on the buildd.

 -- Matthias Klose <doko@debian.org> Sat, 19 Mar 2016 13:14:21 +0100

python2.7 (2.7.11-4) unstable; urgency=medium

  * Update to 20160222, taken from the 2.7 release branch.

 -- Matthias Klose <doko@debian.org> Mon, 22 Feb 2016 17:38:42 +0100

python2.7 (2.7.11-3) unstable; urgency=medium

  * Revert patches concerning issue #22995.

 -- Matthias Klose <doko@debian.org> Mon, 11 Jan 2016 22:04:40 +0100

python2.7 (2.7.11-2) unstable; urgency=medium

  * Disable LTO on ppc64, ppc64el and s390x.
  * Don't run the test_signal tests on alpha.

 -- Matthias Klose <doko@debian.org> Wed, 09 Dec 2015 01:29:25 +0100

python2.7 (2.7.11-1) unstable; urgency=medium

  * Python 2.7.11 release.
  * Don't run the test_cpickle test, causes other tests to fail.
    See issue 25698.
  * Fix building architecture independent packages only. Closes: #806868.
  * Don't ship menu files anymore, just desktop files.
  * d/p/fix-sslv3-test.diff: properly handle Ubuntu's openssl having OP_NO_SSLv3
    forced on by default (Marc Deslauriers).
  * Update symbols files.

 -- Matthias Klose <doko@debian.org> Mon, 07 Dec 2015 14:27:52 +0100

lp:~doko/python/pkg3.5-debian 1 Development 2015-06-01 14:18:02 UTC
110. python3.5 (3.5.0~b2-1) unstable; urge...

Author: Matthias Klose
Revision Date: 2015-06-01 14:18:02 UTC

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 <doko@debian.org> Mon, 01 Jun 2015 12:18:33 +0200

lp:~doko/python/pkg3.4-debian 1 Development 2015-04-11 20:45:11 UTC
105. python3.4 (3.4.3-3) experimental; urg...

Author: Matthias Klose
Revision Date: 2015-04-11 20:45:11 UTC

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 <doko@debian.org> 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 <doko@debian.org> Tue, 10 Mar 2015 20:28:20 +0100

lp:~barry/python/ensurepip (Has a merge proposal) 1 Development 2014-12-24 04:24:50 UTC
105. d/patches/ensurepip-venv-only.diff: N...

Author: Barry Warsaw
Revision Date: 2014-12-24 04:23:58 UTC

d/patches/ensurepip-venv-only.diff: New patch to disallow the use of
ensurepip when used outside of a virtualenv or pyvenv virtual
environment, directing users to apt-get instead. Given by Donald Stufft.

lp:~doko/python/pkg3.3-debian 1 Development 2014-01-03 01:20:46 UTC
102. python3.3 (3.3.3-5) unstable; urgency...

Author: Matthias Klose
Revision Date: 2014-01-03 01:20:46 UTC

python3.3 (3.3.3-5) unstable; urgency=medium

  * Update to 20140102 from the 3.3 branch.
  * Build-depend on tk-dev.
  * distutils: On installation with --install-layout=deb, rename extensions
    to include the multiarch tag.

 -- Matthias Klose <doko@debian.org> Thu, 02 Jan 2014 17:58:54 +0100

python3.3 (3.3.3-4) unstable; urgency=low

  * Update to 20131208 from the 3.3 branch.
  * Disable the test_uuid autopkg test, hanging, missing entropy?
  * Build-depend on python3:any.

 -- Matthias Klose <doko@debian.org> Sun, 08 Dec 2013 15:17:54 +0100

python3.3 (3.3.3-3) unstable; urgency=low

  * Update to 20131127 from the 3.3 branch.
  * Don't provide python3.3-dbm, available in a separate package.
  * (Build-)depend on net-tools, test_uuid requires ifconfig.
  * Fix distutils.sysconfig.get_makefile_filename(). Closes: #730601.

 -- Matthias Klose <doko@debian.org> Wed, 27 Nov 2013 17:19:49 +0100

lp:~doko/python/pkg2.6-debian 1 Development 2012-11-29 19:09:55 UTC
65. * Override pointless lintian warnin...

Author: Matthias Klose
Revision Date: 2012-11-29 19:09:55 UTC

  * Override pointless lintian warning `hardening-no-fortify-functions'
    for binaries built without optimization.

lp:~doko/python/pkg3.2-debian 1 Development 2012-09-09 16:36:47 UTC
86. * Fix issue #15847: allow args to b...

Author: Matthias Klose
Revision Date: 2012-09-09 16:36:47 UTC

  * Fix issue #15847: allow args to be a tuple in parse_args.
  * Fix issue #15340: Fix importing the random module when /dev/urandom cannot
    be opened. Regression caused by the hash randomization patch.
  * Don't use `-n' anymore to start idle in the desktop/menu files, not
    needed anymore for multiseat installations.

lp:~smoser/python/lp-813295 bug(Has a merge proposal) 1 Development 2011-07-27 14:47:30 UTC
67. pull fix for upstream issue 12576 fro...

Author: Scott Moser
Revision Date: 2011-07-27 14:45:16 UTC

pull fix for upstream issue 12576 from the 2.7 branch (LP: #813295)

lp:~vorlon/python/lp.738213 (Has a merge proposal) 1 Development 2011-03-23 22:02:51 UTC
55. releasing version 2.7.1-5ubuntu1

Author: Steve Langasek
Revision Date: 2011-03-23 22:02:51 UTC

releasing version 2.7.1-5ubuntu1

lp:~python-dev/python/2.7 1 Development 2011-03-04 06:14:56 UTC
46089. Merged revisions 88735 via svnmerge f...

Author: eli.bendersky
Revision Date: 2011-03-04 06:14:56 UTC

Merged revisions 88735 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88735 | eli.bendersky | 2011-03-04 06:55:25 +0200 (Fri, 04 Mar 2011) | 2 lines

  Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays
........

lp:~washort/python/py3ast 1 Development 2011-03-03 04:04:34 UTC
15. use grammar from python 3.1.3, all is...

Author: Allen Short
Revision Date: 2011-03-03 04:04:34 UTC

use grammar from python 3.1.3, all is well again.

lp:~doko/python/pkg3.1-debian 1 Development 2010-11-28 11:03:15 UTC
37. python3.1 (3.1.3-1) unstable; urgency...

Author: Matthias Klose
Revision Date: 2010-11-28 11:03:15 UTC

python3.1 (3.1.3-1) unstable; urgency=low

lp:~barry/python/timing 1 Development 2010-10-04 22:28:38 UTC
43362. Merge trunk into issue9807

Author: Barry Warsaw
Revision Date: 2010-10-04 21:58:40 UTC

Merge trunk into issue9807

lp:~spiv/python/ssl-issue9729-2.7 1 Development 2010-09-14 06:20:43 UTC
45118. Fix delegation to socket.py's _delega...

Author: Andrew Bennetts
Revision Date: 2010-09-14 06:20:04 UTC

Fix delegation to socket.py's _delegate_methods in ssl.py (http://bugs.python.org/issue9729).

lp:~python-dev/python/trunk bug 1 Development 2010-07-03 12:57:30 UTC
45117. move sections

Author: benjamin.peterson
Revision Date: 2010-07-03 12:57:30 UTC

move sections

lp:~vcs-imports/python/trunk-2.x 1 Development 2010-07-03 12:57:30 UTC
45117. move sections

Author: benjamin.peterson
Revision Date: 2010-07-03 12:57:30 UTC

move sections

lp:~jaraco/python/py3k-pep382 1 Development 2010-05-29 01:35:36 UTC
41756. Added another test to exercise the ne...

Author: Jason R. Coombs
Revision Date: 2010-05-29 01:35:36 UTC

Added another test to exercise the nested namespace packages

lp:~torsten/python/descr-set-via-super 1 Development 2010-04-25 14:36:29 UTC
44560. Proof of concept extending super() to...

Author: Torsten Landschoff
Revision Date: 2010-04-25 14:32:26 UTC

Proof of concept extending super() to handle write access on descriptors.

Quite a few open points remain:
* Does one have to check via PyDescr_IsData before using the setfunc?
* What is the correct behaviour if the name is found but is not a descriptor?
* How should this interact with plain fields?

I'll happily work to resolve these points if this change is considered
worthwhile for Python proper.

lp:~barry/python/30email 1 Development 2009-12-05 18:59:35 UTC
35876. Update the convenience functions emai...

Author: Barry Warsaw
Revision Date: 2008-03-21 12:49:19 UTC

Update the convenience functions email.message_from_*() to the new Parser
API. Remove the test for the HeaderParser.

lp:~barry/python/email6 1 Development 2009-06-18 17:57:26 UTC
38478. Checkpointing

Author: Barry Warsaw
Revision Date: 2009-06-18 17:57:26 UTC

Checkpointing

lp:python/2.5 2 Mature 2009-03-22 21:34:05 UTC
36600. Avoid EOFError being passed to the ca...

Author: lars.gustaebel
Revision Date: 2009-03-22 21:34:05 UTC

Avoid EOFError being passed to the caller (restoring the
old behavior).

lp:~rdmurray/python/issue2170 1 Development 2009-03-19 12:41:36 UTC
41439. Remove unnecessary local variable ass...

Author: R. David Murray
Revision Date: 2009-03-19 12:41:36 UTC

Remove unnecessary local variable assignment.

lp:~rdmurray/python/bug5450-test 1 Development 2009-03-12 21:18:43 UTC
41420. Remove the previous attempt to make t...

Author: R. David Murray
Revision Date: 2009-03-12 21:18:43 UTC

Remove the previous attempt to make the test not fail when
it was in the test_tcl in the main test directory.

lp:~clockworksaint/python/IDLE_automatic_ports 1 Development 2008-12-02 01:16:19 UTC
40697. IDLE now uses an automatically chosen...

Author: Weeble
Revision Date: 2008-12-02 00:45:29 UTC

IDLE now uses an automatically chosen port for its subprocess,
rather than the same one every time. This allows multiple
instances with subprocesses on MS Windows. It also no longer
uses SO_REUSEADDR on the socket because it's not trying to
reuse the same socket.

lp:~pythonregexp2.7/python/issue2636-01+09-02+17 0 Experimental 2008-09-30 01:11:53 UTC
39052. Look-behind backport fix.

Author: MRAB
Revision Date: 2008-09-30 01:08:45 UTC

 Look-behind backport fix.

lp:~pythonregexp2.7/python/issue2636-01+09-02+17+18+19+20+21+24+26 0 Experimental 2008-09-29 12:25:28 UTC
39051. Merged in changes from the combined A...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-29 12:24:20 UTC

Merged in changes from the combined Atomic Grouping / Possessive Qualifiers, Matthew Barnett Engine, Variable Length Look-Behindi, Reverse Match, Positionally Dependant Flags, Negated Flags, Flag Groups and Look Behind Capture Groups branch.

lp:~pythonregexp2.7/python/issue2636-01+09-02+17+18+19+20+21+26 0 Experimental 2008-09-29 12:23:03 UTC
39052. Merged in changes from the combined A...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-29 12:22:11 UTC

Merged in changes from the combined Atomic Grouping / Possessive Qualifiers, Matthew Barnett Engine, Variable Length Look-Behind, Reverse Match and Look Behind Capture Groups branch.

lp:~pythonregexp2.7/python/issue2636-01+09-02+17+18+26 0 Experimental 2008-09-29 12:21:43 UTC
39052. Fixed this version of Matthew Barnett...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-29 12:20:40 UTC

Fixed this version of Matthew Barnett's code which failed to be properly patched to restore the missing elements from the patch.

lp:~pythonregexp2.7/python/issue2636-11 1 Development 2008-09-27 16:16:55 UTC
39030. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 17:53:26 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-26 1 Development 2008-09-27 13:57:01 UTC
39039. Merged in changes from the latest pyt...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 13:47:31 UTC

Merged in changes from the latest python source snapshot.

lp:~pythonregexp2.7/python/issue2636-23 1 Development 2008-09-26 19:41:50 UTC
39039. Merged in changes from the latest pyt...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 13:47:31 UTC

Merged in changes from the latest python source snapshot.

lp:~pythonregexp2.7/python/issue2636-09-01-01 0 Experimental 2008-09-26 18:44:20 UTC
39087. Merged in changes from the Single-Loo...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 19:55:45 UTC

Merged in changes from the Single-Loop Engine branch.

lp:~pythonregexp2.7/python/issue2636-05 2 Mature 2008-09-26 18:26:57 UTC
39039. Updated versionadded in documentation...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-23 18:38:11 UTC

Updated versionadded in documentation for Smart Comments to refer to version 2.7, the soonest version this may see the light of day.

lp:~pythonregexp2.7/python/issue2636-04 1 Development 2008-09-26 18:23:30 UTC
39029. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 16:58:10 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-03 1 Development 2008-09-26 18:13:52 UTC
39029. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 16:52:36 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-13 1 Development 2008-09-26 18:04:19 UTC
39038. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 18:02:50 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636 1 Development 2008-09-26 17:48:11 UTC
39039. Merged in changes from the latest pyt...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 13:47:31 UTC

Merged in changes from the latest python source snapshot.

lp:~pythonregexp2.7/python/issue2636-02 1 Development 2008-09-26 17:12:07 UTC
39034. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 16:46:49 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-01+09-02+17+26 0 Experimental 2008-09-26 17:03:03 UTC
39052. A patch by Matthew Barnett on 2008-09...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-26 17:01:21 UTC

A patch by Matthew Barnett on 2008-09-21 at 20:15 adding support for Capture Groups in Look-Behind Assertions.

lp:~pythonregexp2.7/python/issue2636-01+09-02 1 Development 2008-09-26 14:40:49 UTC
39047. Merged in changes from the Atomic Gro...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-26 14:39:15 UTC

Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

lp:~pythonregexp2.7/python/issue2636-01+09-01-01+10 0 Experimental 2008-09-26 14:39:01 UTC
39081. Merged in changes from the combined A...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-26 14:37:57 UTC

Merged in changes from the combined Atomic Grouping / Possessive Qualifiers and Engine Constants branch.

lp:~pythonregexp2.7/python/issue2636-01+09-01+10 0 Experimental 2008-09-26 14:37:05 UTC
39082. Merged in changes from the combined A...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-26 14:35:32 UTC

Merged in changes from the combined Atomic Grouping / Possessive Qualifiers and Engine Constants branch.

lp:~pythonregexp2.7/python/issue2636-01+10 1 Development 2008-09-26 14:35:54 UTC
39049. Merged in changes from the Atomic Gro...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-26 14:31:25 UTC

Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

lp:~pythonregexp2.7/python/issue2636-01+09+10 1 Development 2008-09-26 14:34:32 UTC
39061. Merged in changes from the combined A...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-26 14:32:58 UTC

Merged in changes from the combined Atomic Grouping / Possessive Qualifiers and Engine Constants branch.

lp:~pythonregexp2.7/python/issue2636-01+09-01-01 0 Experimental 2008-09-26 14:30:18 UTC
39072. Merged in changes from the Atomic Gro...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-26 14:29:10 UTC

Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

lp:~pythonregexp2.7/python/issue2636-01+09-01 0 Experimental 2008-09-26 14:29:10 UTC
39077. Merged in changes from the Atomic Gro...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-26 14:28:12 UTC

Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

lp:~pythonregexp2.7/python/issue2636-01+09 1 Development 2008-09-26 14:27:30 UTC
39052. Merged in changes from the Atomic Gro...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-26 14:26:13 UTC

Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

lp:~pythonregexp2.7/python/issue2636-01 2 Mature 2008-09-26 14:25:02 UTC
39059. Replaced tabs with spaces.

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-26 14:24:20 UTC

Replaced tabs with spaces.

lp:~pythonregexp2.7/python/issue2636-25 1 Development 2008-09-26 12:16:13 UTC
39040. Changed the non-UNICODE definition of...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-26 11:52:00 UTC

Changed the non-UNICODE definition of SRE_CODE to be unsigned int (typically 32-bits), though for Wide UNICODE characters, the size is Py_UCS4, which is already 32-bits.

lp:~statik/python/pkg3.0 1 Development 2008-09-25 05:32:13 UTC
1. added debian dir for python3.0 nightlies

Author: Elliot Murphy
Revision Date: 2008-09-25 05:30:15 UTC

added debian dir for python3.0 nightlies

lp:~pythonregexp2.7/python/issue2636-24 1 Development 2008-09-24 22:11:56 UTC
39039. Merged in changes from the latest pyt...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 13:47:31 UTC

Merged in changes from the latest python source snapshot.

lp:~pythonregexp2.7/python/issue2636-22 1 Development 2008-09-24 22:11:07 UTC
39039. Merged in changes from the latest pyt...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 13:47:31 UTC

Merged in changes from the latest python source snapshot.

lp:~pythonregexp2.7/python/issue2636-21 1 Development 2008-09-24 22:10:34 UTC
39039. Merged in changes from the latest pyt...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 13:47:31 UTC

Merged in changes from the latest python source snapshot.

lp:~pythonregexp2.7/python/issue2636-20 1 Development 2008-09-24 22:10:08 UTC
39039. Merged in changes from the latest pyt...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 13:47:31 UTC

Merged in changes from the latest python source snapshot.

lp:~pythonregexp2.7/python/issue2636-19 1 Development 2008-09-24 22:09:49 UTC
39039. Merged in changes from the latest pyt...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 13:47:31 UTC

Merged in changes from the latest python source snapshot.

lp:~pythonregexp2.7/python/issue2636-18 1 Development 2008-09-24 22:09:28 UTC
39039. Merged in changes from the latest pyt...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 13:47:31 UTC

Merged in changes from the latest python source snapshot.

lp:~pythonregexp2.7/python/issue2636-17 1 Development 2008-09-24 22:01:27 UTC
39036. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 18:22:56 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-16 1 Development 2008-09-24 22:00:20 UTC
39039. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 18:17:12 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-15 1 Development 2008-09-24 22:00:20 UTC
39039. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 18:12:22 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-14 1 Development 2008-09-24 21:59:58 UTC
39039. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 18:07:40 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-09-02 1 Development 2008-09-24 21:59:42 UTC
39036. Merged in changes from the Engine Cle...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 20:15:26 UTC

Merged in changes from the Engine Cleanups branch.

lp:~pythonregexp2.7/python/issue2636-08 1 Development 2008-09-24 21:59:40 UTC
39031. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 17:26:23 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-06 1 Development 2008-09-24 21:59:18 UTC
39030. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 17:16:04 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-09-01-01+10 0 Experimental 2008-09-24 21:58:25 UTC
39074. Merged in changes from the Engine Con...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-22 22:09:42 UTC

Merged in changes from the Engine Constants branch.

lp:~pythonregexp2.7/python/issue2636-09-01+10 0 Experimental 2008-09-24 21:58:01 UTC
39076. Merged in changes from the Engine Con...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-22 21:47:33 UTC

Merged in changes from the Engine Constants branch.

lp:~pythonregexp2.7/python/issue2636-09-01 0 Experimental 2008-09-24 21:57:28 UTC
39088. Merged in changes from the Engine Cle...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 18:34:09 UTC

Merged in changes from the Engine Cleanups branch.

lp:~pythonregexp2.7/python/issue2636-09+10 1 Development 2008-09-24 21:56:56 UTC
39042. Merged in changes from the Engine Con...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-22 21:28:09 UTC

Merged in changes from the Engine Constants branch.

lp:~pythonregexp2.7/python/issue2636-10 1 Development 2008-09-24 21:56:36 UTC
39034. Added in the shared constants to Guid...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 17:50:20 UTC

Added in the shared constants to Guido's Verification code.

lp:~pythonregexp2.7/python/issue2636-09 1 Development 2008-09-24 21:56:14 UTC
39036. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 17:31:16 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-12 2 Mature 2008-09-24 21:55:42 UTC
39039. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 17:58:08 UTC

Merged in changes from the core Regexp branch.

lp:~pythonregexp2.7/python/issue2636-07 2 Mature 2008-09-24 21:55:17 UTC
39039. Merged in changes from the core Regex...

Author: Jeffrey C. The TimeHorse Jacobs
Revision Date: 2008-09-21 17:20:50 UTC

Merged in changes from the core Regexp branch.

lp:~therve/python/issue2982 1 Development 2008-09-02 12:53:54 UTC
39528. Test for other lines, and unclosed cd...

Author: Thomas Herve
Revision Date: 2008-09-02 12:50:44 UTC

Test for other lines, and unclosed cdata

lp:~jyasskin/python/memory-model-pep 0 Experimental 2008-05-04 23:26:12 UTC
3. Minor tweaks to local variables and a...

Author: Jeffrey Yasskin
Revision Date: 2008-05-04 17:06:56 UTC

Minor tweaks to local variables and atomic assignments.

lp:~doko/python/pkg2.5u 1 Development 2008-02-26 13:30:10 UTC
12. * Move site.py to python2.4-minimal,...

Author: Matthias Klose
Revision Date: 2008-02-26 13:30:10 UTC

 * Move site.py to python2.4-minimal, remove `addbuilddir' from site.py,
   which is unnecessary for installed builds.
 * Fix issue 961805, Tk Text.edit_modified() fails. LP: #84720.

lp:~doko/python/pkg2.5 1 Development 2008-01-03 15:36:11 UTC
5. * Move some documents from python2.5 ...

Author: Matthias Klose
Revision Date: 2008-01-03 15:35:35 UTC

* Move some documents from python2.5 to python2.5-dev.

180 of 80 results
You can't create new branches for Python.