- 11 Feb, 2003 1 commit
-
-
Michael W. Hudson authored
[ 680429 ] __module__ broken for extension classes
-
- 10 Feb, 2003 31 commits
-
-
Guido van Rossum authored
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 authored
The attached patch enables the _iconv_codec module to build cleanly under Cygwin.
-
Jason Tishler authored
The attached patch enables the array module to build cleanly under Cygwin again.
-
Just van Rossum authored
-
Michael W. Hudson authored
-
Michael W. Hudson authored
-
Michael W. Hudson authored
-
Michael W. Hudson authored
Add \refs to GC section that were XXXed out.
-
Michael W. Hudson authored
-
Walter Dörwald authored
Object/unicodeobject.c::unicode_count().
-
Walter Dörwald authored
-
Walter Dörwald authored
instead of PyTuple_GetItem, so an overwritten __getitem__ in a tuple subclass works. SF bug #665835.
-
Jack Jansen authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Andrew M. Kuchling authored
-
Tim Peters authored
-
Jack Jansen authored
- Allow for "manual:" pseudo-scheme in downloadURL to signal that the download should be done manually.
-
Jack Jansen authored
split into OPT and BASECFLAGS (Makefile.pre.in rev. 1.108), because now there are essential CFLAGS in BASECFLAGS.
-
Jack Jansen authored
-
Walter Dörwald authored
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 authored
(preInstall, at least).
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
my MAL. Fixed. (Btw. eval() still doesn't take buffers, but that was so even before my patch.)
-
Just van Rossum authored
Incorporated nnorwitz's comment re. Py__USING_UNICODE.
-
Neal Norwitz authored
-
Neal Norwitz authored
When subclassing from an int but not overriding __new__, long values were not converted properly. Try to convert longs into an int.
-
Neal Norwitz authored
-
Neal Norwitz authored
Add Grant Olson for patch provided to fix bug #678518
-
Neal Norwitz authored
-
- 09 Feb, 2003 7 commits
-
-
Walter Dörwald authored
-
Jack Jansen authored
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 authored
mark. Added unit test.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Raymond Hettinger authored
* 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 authored
-
- 08 Feb, 2003 1 commit
-
-
Michael W. Hudson authored
[ 678518 ] Another parsermodule validation error
-