]> code.delx.au - offlineimap/commit
/offlineimap/head: changeset 167
authorjgoerzen <jgoerzen>
Tue, 23 Jul 2002 19:55:18 +0000 (20:55 +0100)
committerjgoerzen <jgoerzen>
Tue, 23 Jul 2002 19:55:18 +0000 (20:55 +0100)
commit9d3298f5a7477abe6488a2186f0cb1da4642da5c
treee69c1c81e67565dc1b448f5d81765f973fc44203
parent674ace589605df496bd34ad50b7f18adad3a8463
/offlineimap/head: changeset 167

- Modified imaputil.py and folder/Maildir.py to run faster. Eliminated
  many regular expressions; pre-compiled many others.

- Fixed threadutil's exitnotifyloop to always handle threads in the
  order they exited, rather than sometimes in the inverse order. This
  way, make sure to handle thread's exception messages before a thread
  exited.
offlineimap/head/debian/changelog
offlineimap/head/offlineimap/folder/Maildir.py
offlineimap/head/offlineimap/imaputil.py
offlineimap/head/offlineimap/threadutil.py