- 19 May, 2007 5 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Move the clear to *before* the first use, not after.
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 18 May, 2007 2 kayıt (commit)
-
-
Collin Winter yazdı
-
Neal Norwitz yazdı
-
- 17 May, 2007 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Neal Norwitz yazdı
4000 didn't work either. 1000 does work on Windows. If 2000 works, that will hopefully be a reasonable balance.
-
Neal Norwitz yazdı
crashes on Windows are really due to the stack size or possibly some other problem.
-
Neal Norwitz yazdı
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 yazdı
accessing the message attribute instead of using the descriptor.
-
Raymond Hettinger yazdı
-
- 16 May, 2007 6 kayıt (commit)
-
-
Brett Cannon yazdı
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 yazdı
lack of an infinite recursion check. Contributed by Damien Miller at Google.
-
Georg Brandl yazdı
-
Brett Cannon yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC() fails. Will backport.
-
- 15 May, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page.
-
- 14 May, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 13 May, 2007 4 kayıt (commit)
-
-
Neal Norwitz yazdı
or earlier. http://www.freebsd.org/releases/index.html
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Hopefully Guido won't shed a tear. :-)
-
Georg Brandl yazdı
-
- 12 May, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 11 May, 2007 9 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
(backport)
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
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 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 May, 2007 3 kayıt (commit)
-
-
Walter Dörwald yazdı
Fix a segfault when b"" was passed to b2a_qp() -- it was using strchr() instead of memchr().
-
Neal Norwitz yazdı
-
Collin Winter yazdı
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 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
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.
-