- 26 Jan, 2006 1 commit
-
-
Barry Warsaw authored
by Matt Messier).
-
- 25 Jan, 2006 4 commits
-
-
Neal Norwitz authored
before the listener was ready (on gentoo x86 buildslave). This caused the listener to not exit normally since nobody connected to it (waited in accept()). The exception was raised in the other thread and the test failed. This fix doesn't completely eliminate the race, but should make it near impossible to trigger. Hopefully it's good enough.
-
Neal Norwitz authored
-
Neal Norwitz authored
this file (the source) must be fixed. Why isn't there a comment at the top saying the file is generated and why are both the source and generated file checked in? Bootstrap problem? Will backport.
-
Neal Norwitz authored
Will backport.
-
- 24 Jan, 2006 8 commits
-
-
Tim Peters authored
synchronization and termination.
-
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 5 commits
-
-
Tim Peters authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-