- 19 May, 2007 3 commits
-
-
Neal Norwitz authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 18 May, 2007 2 commits
-
-
Collin Winter authored
-
Neal Norwitz authored
-
- 17 May, 2007 6 commits
-
-
Fred Drake authored
-
Neal Norwitz authored
4000 didn't work either. 1000 does work on Windows. If 2000 works, that will hopefully be a reasonable balance.
-
Neal Norwitz authored
crashes on Windows are really due to the stack size or possibly some other problem.
-
Neal Norwitz authored
Windows and some other boxes. If this is successful, this rev should be backported. I'm not sure how close to the limit we should push this.
-
Brett Cannon authored
accessing the message attribute instead of using the descriptor.
-
Raymond Hettinger authored
-
- 16 May, 2007 6 commits
-
-
Brett Cannon authored
Python 2.5. Also remove gopher support from urllib/urllib2. As both imported gopherlib the usage of the support would have raised a DeprecationWarning.
-
Neal Norwitz authored
lack of an infinite recursion check. Contributed by Damien Miller at Google.
-
Georg Brandl authored
-
Brett Cannon authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC() fails. Will backport.
-
- 15 May, 2007 1 commit
-
-
Georg Brandl authored
the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page.
-
- 14 May, 2007 1 commit
-
-
Raymond Hettinger authored
-
- 13 May, 2007 4 commits
-
-
Neal Norwitz authored
or earlier. http://www.freebsd.org/releases/index.html
-
Neal Norwitz authored
-
Neal Norwitz authored
Hopefully Guido won't shed a tear. :-)
-
Georg Brandl authored
-
- 12 May, 2007 1 commit
-
-
Georg Brandl authored
-
- 11 May, 2007 9 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
(backport)
-
Georg Brandl authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
are zero. This should help reduce the false positives. The message about references leaking is maintained to provide as much info as possible rather than simply suppressing the message at the source.
-
- 10 May, 2007 1 commit
-
-
Guido van Rossum authored
-
- 09 May, 2007 3 commits
-
-
Walter Dörwald authored
Fix a segfault when b"" was passed to b2a_qp() -- it was using strchr() instead of memchr().
-
Neal Norwitz authored
-
Collin Winter authored
If the call to requires() doesn't precede the filesystem check, we get the following situation: 1. ./python Lib/test/regrtest.py test_foo # test needs urlfetch, not enabled, so skipped 2. ./python Lib/test/regrtest.py -u urlfetch test_foo # test runs 3. ./python Lib/test/regrtest.py test_foo # test runs (!) By moving the call to requires() *before* the filesystem check, the fact that fetched files are cached on the local disk becomes an implementation detail, rather than a semantics-changing point of note.
-
- 07 May, 2007 2 commits
-
-
Kristján Valur Jónsson authored
As per Armin Rigo's suggestion, remove special handing from intobject.c to deal with the peculiarities of classobject's implementation of the number protocol. The nb_long method of classobject now falls back to nb_int if there is no __long__ attribute present.
-
Neal Norwitz authored
-
- 06 May, 2007 1 commit
-
-
Vinay Sajip authored
-