]> granicus.if.org Git - python/shortlog
python
2001-10-18 Martin v. LöwisUse CXX in LINKCC if CXX is used to build main() and...
2001-10-18 Fred DrakeFix typo reported by Michael Soulier.
2001-10-18 Tim PetersBump Windows build # for 2.2b1.
2001-10-18 Fred DrakeFunction descriptions must end as well as start!
2001-10-18 Martin v. LöwisElaborate on types and meaning of the setgroups arguments.
2001-10-18 Martin v. LöwisPatch to bug #472202: Correctly recognize NetBSD before...
2001-10-18 Martin v. LöwisPatch #470744: Simplify __repr__ error handling.
2001-10-18 Martin v. LöwisExpose setgroups. Fixes feature request #468116.
2001-10-18 Neil SchemenauerFix error checking done by abstract_issubclass and...
2001-10-18 Jeremy HyltonAdd trivial test cases for RAND_add() and RAND_status().
2001-10-18 Jeremy HyltonExpose three OpenSSL API calls for dealing with the...
2001-10-17 Skip Montanarotest for int and long int overflow (allows operation...
2001-10-17 Barry WarsawTwo merges from the mimelib project:
2001-10-17 Barry WarsawTwo merges from the mimelib project:
2001-10-17 Guido van RossumProtect references to tp_descr_get and tp_dict with...
2001-10-17 Guido van RossumOops. Catching OverflowError from int() doesn't help...
2001-10-17 Guido van RossumRemove a bunch of stuff that's no longer needed now...
2001-10-17 Jeremy HyltonThe Python symtable module depends on .h files that...
2001-10-17 Jeremy HyltonMake sure the output lists are sorted, even if run...
2001-10-17 Jeremy HyltonTest utility to look for bad stacksize calculations.
2001-10-17 Jeremy HyltonVastly improved stacksize calculation.
2001-10-17 Jeremy HyltonHandle testlist_safe as if it were testlist.
2001-10-17 Jeremy HyltonRemove unused convenience routine.
2001-10-17 Jeremy HyltonFor debug build, check that the stack pointer never...
2001-10-17 Jeremy HyltonFix computation of stack depth for classdef and closures.
2001-10-17 Jeremy Hyltontrack addition of testlist_safe to Grammar
2001-10-17 Guido van Rossumslot_sq_item(): ensure that self is an instance of...
2001-10-17 Guido van RossumSF patch #467430.
2001-10-17 Guido van RossumSF patch #471894: Makefile installs pydoc incorrectly
2001-10-17 Guido van RossumFolder.getlast(): avoid PyChecker warning.
2001-10-17 Tim PetersSimplify and regularize docstrings. Also reformat...
2001-10-17 Tim PetersTrimmed trailing whitespace.
2001-10-17 Tim PetersRemoved more comments that didn't make much sense.
2001-10-17 Tim PetersRemoved obsolete comments about confused string refcoun...
2001-10-17 Fred DrakeRemove unused import; reported by Neal Norwitz.
2001-10-17 Fred DrakeMinor code cleanups based on comments from Neal Norwitz.
2001-10-17 Guido van RossumYAPC.
2001-10-16 Jeremy HyltonUndo needless INCREF chicanery introduced by SF patch...
2001-10-16 Jeremy HyltonSimplify and fix error handling for most cases.
2001-10-16 Tim PetersSF bug [#471111] inspect.getframeinfo() needs docs.
2001-10-16 Jeremy HyltonMore reformatting.
2001-10-16 Jeremy HyltonAdd zlib_error() helper.
2001-10-16 Guido van RossumFix a bug in the previous checkin. The wrong bootstrap...
2001-10-16 Guido van RossumAdd fix for getattr(obj, name, default). Rearrange...
2001-10-16 Guido van RossumSF patch #471852 (anonymous) notes that getattr(obj...
2001-10-16 Jeremy HyltonRemove many calls to set MemoryError exceptions.
2001-10-16 Jeremy HyltonReformat!
2001-10-16 Guido van RossumPartial patch from SF #452266, by Jason Petrone.
2001-10-16 Jeremy HyltonAdd note about new zlib feature.
2001-10-16 Jeremy Hylton[ #403753 ] zlib decompress; uncontrollable memory...
2001-10-16 Guido van RossumDocument required return values -1, 0, 1 for tp_compare...
2001-10-16 Tim PetersSF bug [#468061] __str__ ignored in str subclass.
2001-10-16 Guido van RossumAdd Shane.
2001-10-16 Guido van RossumSF patch #471839: Bug when extensions import extensions...
2001-10-16 Guido van RossumFix SF bug #459767: ftplib fails with files > 2GB
2001-10-16 Fred DrakeUpdate the description of PyTrace_EXCEPT.
2001-10-16 Fred DrakeFix a few usage and style-guide conformance issues.
2001-10-16 Jeremy HyltonMust terminate the Pickler_members[] and Pickler_getset...
2001-10-16 Guido van RossumRefactored the update_slot() code a bit to be hopefully...
2001-10-16 Jeremy HyltonPut descr name in "bad memberdescr type" error message.
2001-10-16 Fred DrakeAdded information about setprofile() and settrace(...
2001-10-16 Fred DrakeFix thinko in a comment about seeking with a file object.
2001-10-16 Guido van RossumReword the text on the demise of __dynamic__ somewhat...
2001-10-15 Tim PetersRemove obsolete __dynamic__ distinction.
2001-10-15 Tim PetersRemove obsolete __dynamic__ distinction.
2001-10-15 Tim PetersRemove obsolete __static__/__dynamic__ distinction.
2001-10-15 Fred Drakepstats-compatible analysis module.
2001-10-15 Fred Drakeruncall(): Expose the return value of the profiled...
2001-10-15 Fred DrakeRemoved useless code to count the number of calls into...
2001-10-15 Fred DrakeAvoid deep recursion when reading the header of the...
2001-10-15 Guido van RossumGet rid of __defined__ and tp_defined -- there's no...
2001-10-15 Jeremy HyltonCovert pickle tests to use unittest.
2001-10-15 Jeremy HyltonBetter fix for core dumps on recursive objects in fast...
2001-10-15 Jeremy HyltonUse cStringIO when available.
2001-10-15 Guido van RossumRemove a couple of tp_xxx fields that you are not expec...
2001-10-15 Guido van RossumFix a bunch of warnings reported by Skip.
2001-10-15 Guido van RossumCompletely get rid of __dynamic__ and the corresponding
2001-10-15 Skip Montanaromake getarray static - it's only called from ceval...
2001-10-15 Guido van RossumAnother contributor.
2001-10-15 Guido van RossumAdd (void *) casts to solve some problems on HP-UX...
2001-10-15 Guido van RossumPatch 471400: escape single-dot lines; by Jason Hildebrand.
2001-10-15 Guido van RossumUse an assert() for the REQ() macro instead of making...
2001-10-15 Guido van RossumNote about fix in list comprehensions.
2001-10-15 Guido van RossumVery subtle syntax change: in a list comprehension...
2001-10-15 Martin v. LöwisDo not define _POSIX_THREADS if unistd.h defines it.
2001-10-15 Guido van RossumSF bug #469910 by Alfonso Baciero: Bugfix for imaplib...
2001-10-15 Fred DrakeAdded notes to clarify that binascii.crc32(), zlib...
2001-10-15 Martin v. LöwisCheck whether pthreads are available without any option...
2001-10-15 Barry Warsawtest_typed_subpart_iterator_default_type(): Test for...
2001-10-15 Barry Warsawtyped_subpart_iterator(): When getting the main type...
2001-10-14 Fred DrakeAdded documentation for the functions listed in marshal.h.
2001-10-13 Tim PetersAn MSVC makefile to rebuild the grammar files (graminit...
2001-10-13 Guido van RossumRedid the slot computation. The initial slot assignmen...
2001-10-13 Fred Drake"ib" should be "boundary"; reported by Neal Norwitz.
2001-10-13 Fred DrakeAdded missing parameter in call to http_error_default();
2001-10-13 Fred DrakeSMTPError should be SMTPException; reported by Neal...
2001-10-13 Fred DrakeIgnore execfile() return value; reported by Neal Norwitz.
2001-10-13 Fred Drake"f" should be "self"; reported by Neal Norwitz.
2001-10-13 Fred Drake_os should be os; reported by Neal Norwitz.
2001-10-13 Fred DrakeRemove extra param from call to self.error().
next