- 24 Jan, 2006 7 commits
-
-
Tim Peters authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
this fixes the bsddb db associate tests when compiled against BerkeleyDB 3.3 thru 4.1. 4.2 thru 4.4 already passed and still pass.
-
Fredrik Lundh authored
-
Martin v. Löwis authored
specifications, raises IOErrors when proxies for unsupported protocols are defined, and uses the https proxy on https redirections.
-
Gregory P. Smith authored
way back thru 3.2). This should be backported to the release24-maint branch.
-
Neal Norwitz authored
-
- 23 Jan, 2006 13 commits
-
-
Tim Peters authored
- The path separator isn't "/" on Windows. - Leaving behind a read-only file causes cascades of bogus failures on Windows.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Tim Peters authored
-
Georg Brandl authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 22 Jan, 2006 6 commits
-
-
Georg Brandl authored
-
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 11 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
-