- 11 Feb, 2003 9 commits
-
-
Guido van Rossum authored
in the light of weird args, and (c) not to expect None (which is now changed to NULL by slot_tp_descr_get()).
-
Tim Peters authored
select_select() didn't set an exception in the SELECT_USES_HEAP case when malloc() returned NULL.
-
Guido van Rossum authored
now, it was only called once, and its existence merely obfuscates the control flow.
-
Tim Peters authored
getting done. Since this isn't yet implemented in cPickle, the new tests are in TempAbstractPickleTests (which cPickle doesn't run).
-
Jack Jansen authored
expected. - Fixed resizing of multi-column lists, somewhat.
-
Guido van Rossum authored
when Python code calls a descriptor's __get__ method. It should translate None to NULL in both argument positions, and insist that at least one of the argument positions is not NULL after this transformation.
-
Neal Norwitz authored
-
Michael W. Hudson authored
"make lib" takes a while, doesn't it?
-
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
-