- 11 Şub, 2003 2 kayıt (commit)
-
-
Michael W. Hudson yazdı
"make lib" takes a while, doesn't it?
-
Michael W. Hudson yazdı
[ 680429 ] __module__ broken for extension classes
-
- 10 Şub, 2003 31 kayıt (commit)
-
-
Guido van Rossum yazdı
was used. This simplifies some logic in copy_reg.py (used by pickling). It also broke a test, but this was rewritten to test the new feature. :-)
-
Jason Tishler yazdı
The attached patch enables the _iconv_codec module to build cleanly under Cygwin.
-
Jason Tishler yazdı
The attached patch enables the array module to build cleanly under Cygwin again.
-
Just van Rossum yazdı
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
Add \refs to GC section that were XXXed out.
-
Michael W. Hudson yazdı
-
Walter Dörwald yazdı
Object/unicodeobject.c::unicode_count().
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
instead of PyTuple_GetItem, so an overwritten __getitem__ in a tuple subclass works. SF bug #665835.
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
-
Jack Jansen yazdı
- Allow for "manual:" pseudo-scheme in downloadURL to signal that the download should be done manually.
-
Jack Jansen yazdı
split into OPT and BASECFLAGS (Makefile.pre.in rev. 1.108), because now there are essential CFLAGS in BASECFLAGS.
-
Jack Jansen yazdı
-
Walter Dörwald yazdı
object is not a real str or unicode but an instance of a subclass, construct the output via looping over __getitem__. This guarantees that the result is the same for function==None and function==lambda x:x This doesn't happen for tuples, because filtertuple() uses PyTuple_GetItem(). (This was discussed on SF bug #665835).
-
Jack Jansen yazdı
(preInstall, at least).
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
my MAL. Fixed. (Btw. eval() still doesn't take buffers, but that was so even before my patch.)
-
Just van Rossum yazdı
Incorporated nnorwitz's comment re. Py__USING_UNICODE.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
When subclassing from an int but not overriding __new__, long values were not converted properly. Try to convert longs into an int.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Add Grant Olson for patch provided to fix bug #678518
-
Neal Norwitz yazdı
-
- 09 Şub, 2003 7 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Jack Jansen yazdı
less than 500 lines it already manages to test whether Numeric is installed, and can install it if it isn't, including any prerequisites.
-
Just van Rossum yazdı
mark. Added unit test.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Raymond Hettinger yazdı
* Removed the ifilter flag wart by splitting it into two simpler functions. * Fixed comment tabbing in C code. * Factored module start-up code into a loop. Documentation: * Re-wrote introduction. * Addede examples for quantifiers. * Simplified python equivalent for islice(). * Documented split of ifilter(). Sets.py: * Replace old ifilter() usage with new.
-
Neal Norwitz yazdı
-