Rev 2069: (John Arbash Meinel) bzrlib.lazy_regex.lazy_compile creates regex objects that are compiled on demand in /home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Tue Oct 10 08:09:13 BST 2006
------------------------------------------------------------
revno: 2069
revision-id: pqm at pqm.ubuntu.com-20061010070912-10e1b070dacb4c40
parent: pqm at pqm.ubuntu.com-20061010062841-4ead1a4fe1a05d85
parent: john at arbash-meinel.com-20061010064845-173353db11a009a0
committer: Canonical.com Patch Queue Manager<pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2006-10-10 08:09:12 +0100
message:
(John Arbash Meinel) bzrlib.lazy_regex.lazy_compile creates regex objects that are compiled on demand
added:
bzrlib/lazy_regex.py lazy_regex.py-20061009091222-fyettq6z5qomdl9e-1
bzrlib/tests/test_lazy_regex.py test_lazy_regex.py-20061009091222-fyettq6z5qomdl9e-2
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzr bzr.py-20050313053754-5485f144c7006fa6
bzrlib/tests/__init__.py selftest.py-20050531073622-8d0e3c8845c97a64
profile_imports.py profile_imports.py-20060618020306-k5uw80achysrokj9-1
------------------------------------------------------------
merged: john at arbash-meinel.com-20061010064845-173353db11a009a0
parent: john at arbash-meinel.com-20061009140624-0ebc61ab6809f5f4
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: lazy_regex
timestamp: Tue 2006-10-10 16:48:45 +1000
message:
review feedback from Martin
------------------------------------------------------------
merged: john at arbash-meinel.com-20061009140624-0ebc61ab6809f5f4
parent: john at arbash-meinel.com-20061009140153-7309bd80a9efe949
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: lazy_regex
timestamp: Tue 2006-10-10 00:06:24 +1000
message:
Install lazy compile during startup
------------------------------------------------------------
merged: john at arbash-meinel.com-20061009140153-7309bd80a9efe949
parent: john at arbash-meinel.com-20061009094101-dd6f359aa5ae70a0
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: lazy_regex
timestamp: Tue 2006-10-10 00:01:53 +1000
message:
Update profile imports to be aware of the new compiler
------------------------------------------------------------
merged: john at arbash-meinel.com-20061009094101-dd6f359aa5ae70a0
parent: john at arbash-meinel.com-20061009091729-c3fce6ea7f2e24b3
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: lazy_regex
timestamp: Mon 2006-10-09 19:41:01 +1000
message:
Add install and unistall functions, and tests
------------------------------------------------------------
merged: john at arbash-meinel.com-20061009091729-c3fce6ea7f2e24b3
parent: pqm at pqm.ubuntu.com-20061005041829-4f10f01c0c5ba3ac
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: lazy_regex
timestamp: Mon 2006-10-09 19:17:29 +1000
message:
bzrlib.lazy_regex.lazy_compile creates a proxy object around re.compile()
This object compiles on first use, rather than compiling instantly.
More information about the bazaar-commits
mailing list