]> granicus.if.org Git - python/shortlog
python
2001-10-19 Thomas HellerFix for Bug #216405:
2001-10-19 Guido van Rossum(Hopefully) fix SF bug #472675: CVS socketmodule now...
2001-10-19 Marc-André... Additional test and documentation for the unicode(...
2001-10-19 Barry WarsawLast minute updates for changes since 2.2a4. Unless...
2001-10-19 Barry WarsawAdded a note about the somewhat kludgey behavior of...
2001-10-19 Barry WarsawAnother merge from mimelib:
2001-10-19 Barry WarsawAnother email package test file
2001-10-19 Barry WarsawAnother merge from mimelib:
2001-10-19 Jeremy HyltonAdd entry for RAND_xxx() functions in socket module.
2001-10-19 Guido van RossumNote the Unicode changes from SF patch #470578.
2001-10-19 Guido van RossumSF patch #470578: Fixes to synchronize unicode() and...
2001-10-19 Guido van RossumAnother.
2001-10-19 Guido van RossumSF patch #470393 (Jim Ahlstrom): Add missing marshal...
2001-10-19 Guido van RossumSF patch #460805 by Chris Gonnerman: Support for unsetenv()
2001-10-19 Guido van RossumSF patch #443759: Add Interface to readline's add_history
2001-10-18 Martin v. LöwisAssume a 64-bit start and len if O_LARGEFILE is available.
2001-10-18 Martin v. LöwisExpose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW.
2001-10-18 Tim PetersWhitespace normalization.
2001-10-18 Martin v. LöwisMove dlfcn.h block out of NetBSD block, assuming that...
2001-10-18 Guido van RossumThe assignment to result.st_rdev can raise AttributeErr...
2001-10-18 Fredrik Lundhchanged misleading argument name
2001-10-18 Guido van RossumDon't leave bare newlines in long strings -- VC doesn...
2001-10-18 Guido van Rossumadd structseq.c to project
2001-10-18 Tim PetersSF Patch (but with no patch) 472555 Remove trailing...
2001-10-18 Guido van RossumMissing file structseq.c for SF patch #462296
2001-10-18 Guido van RossumSF patch #462296: Add attributes to os.stat results...
2001-10-18 Tim PetersSF bug [#472347] pydoc and properties.
2001-10-18 Guido van RossumShut up warnings for setgroups() on Linux -- you have...
2001-10-18 Barry WarsawSome minor clarifications for find()'s arguments based...
2001-10-18 Fred DrakeDo not expect line number events when running under...
2001-10-18 Fredrik LundhSRE bug #441409:
2001-10-18 Fred DrakeAdd a test for calling a weakref proxy with a dictionar...
2001-10-18 Fred DrakeRemove an unnecessary check for NULL.
2001-10-18 Guido van RossumNote stricter tp_compare return value requirements.
2001-10-18 Guido van RossumPart 2/2 of SF patch #416704: More robust freeze, by...
2001-10-18 Fred DrakeStraighten out the exec*() function descriptions a...
2001-10-18 Tim PetersSquash compiler wng about signed/unsigned mismatch.
2001-10-18 Guido van RossumFirst part of SF patch #416704: More robust freeze...
2001-10-18 Guido van RossumFix the frozen bytecode for __hello__ (betcha didn...
2001-10-18 Fred DrakeBump version number.
2001-10-18 Fred DrakeBump release information.
2001-10-18 Fred DrakeAdd a note about changes related to the weak reference...
2001-10-18 Fred DrakeMake sure we do not core dump when using proxies with...
2001-10-18 Fred DrakeWhen weakref proxies are involved in binary & ternary...
2001-10-18 Guido van RossumSF bug #471720: ThreadingMixIn/TCPServer forgets close
2001-10-18 Martin v. LöwisReindent __repr__.
2001-10-18 Jeremy HyltonAdd test for local assigned to only in a nested list...
2001-10-18 Jeremy HyltonFix for SF bug [ #471928 ] global made w/nested list...
2001-10-18 Guido van RossumFix SF bug #472234: type(obj) calls type->tp_init ...
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...
next