- 22 Jan, 2006 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Vinay Sajip authored
Misc. changes, including documenting the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway.
-
- 21 Jan, 2006 3 commits
-
-
Walter Dörwald authored
-
Georg Brandl authored
Can/should this be backported?
-
Tim Peters authored
loses information: OverflowError: regular expression code size limit exceeded Otherwise the compiled code is gibberish, possibly leading at least to wrong results or (as reported on c.l.py) internal sre errors at match time. I'm not sure how to test this. SRE_CODE is a 2-byte type on my box, and it's easy to create a regexp that causes the new exception to trigger here. But it may be a 4-byte type on other boxes, and creating a regexp large enough to trigger problems there would be pretty crazy. Bugfix candidate.
-
- 20 Jan, 2006 19 commits
-
-
Tim Peters authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Tim Peters authored
-
Vinay Sajip authored
Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway.
-
Vinay Sajip authored
Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway.
-
Vinay Sajip authored
Added the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
values for text files with UNIX-style line endings.
-
Georg Brandl authored
-
Fred Drake authored
-
- 19 Jan, 2006 5 commits
-
-
Martin v. Löwis authored
-
Tim Peters authored
because code snuck in between auto declarations.
-
Tim Peters authored
a recent change inserted code before an auto declaration.
-
Brett Cannon authored
locale can be known.
-
Neal Norwitz authored
Probably should be backported.
-
- 18 Jan, 2006 3 commits
-
-
Tim Peters authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
try to generate SVNVERSION information if subwcrev.exe can be found.
-
- 17 Jan, 2006 5 commits
-
-
Fredrik Lundh authored
adding missing import, handle_close, test code, etc.
-
Barry Warsaw authored
Change headerRE as suggested in the bug report, so that single character headers are accepted. Test case added too. Will backport to Python 2.4.
-
Neal Norwitz authored
-
Barry Warsaw authored
-
Barry Warsaw authored
SF bug #1403349 solution for email 3.0; some MUAs use the 'file' parameter name in the Content-Distribution header, so Message.get_filename() should fall back to using that. Will port to the Python 2.5 trunk. Also, bump the email package version to 3.0.1 for eventual release. Of course, add a test case too. XXX Need to update the documentation.
-