]> granicus.if.org Git - python/shortlog
python
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().
2001-10-13 Fred DrakeRemove extra "]" in splitlines() docstring.
2001-10-13 Martin v. LöwisMove grid_location into Misc. Fixes bug #426892.
2001-10-13 Martin v. LöwisCheck for term.h and include it on non-ncurses system...
2001-10-13 Martin v. LöwisTest for __sun instead of __sun__, since SUNWspro only...
2001-10-13 Martin v. LöwisCast argument to set_panel_userptr to void*. Fixes...
2001-10-13 Tim PetersSpeed the Windows code by using native 64-bit int compi...
2001-10-13 Fred DrakeSuppress a bunch of "value computed is not used" warnin...
2001-10-13 Fred DrakeRemove some unused imports.
2001-10-13 Fred DrakeWhen we reach the end of the log file, close the logrea...
2001-10-13 Tim PetersAdded new hotshot pkg to the Windows installer.
2001-10-13 Tim PetersYou can't unlink open files on Windows.
2001-10-13 Tim PetersThis compiles on Windows now.
2001-10-13 Tim PetersMy editor can't deal with long backslash-continued...
2001-10-12 Martin v. LöwisCorrect __repr__: include module name, avoid extra...
2001-10-12 Guido van RossumSF patch #467455 : Enhanced environment variables,...
2001-10-12 Tim PetersGet hotshot closer to compiling on Windows.
2001-10-12 Guido van RossumJason Lowe
2001-10-12 Guido van RossumAdd SF patch #468347 -- mask signals for non-main pthre...
2001-10-12 Fred DrakeAdd entry for HotShot.
2001-10-12 Fred DrakeThe HotShot core: look, ma, no hands!
2001-10-12 Fred DrakePreliminary user-level interface to HotShot. We still...
2001-10-12 Fred DrakeA most trivial test for HotShot -- make sure we get...
2001-10-12 Guido van RossumUse double curly braces for the generation0/1/2 initial...
2001-10-12 Guido van RossumBand-aid solution to SF bug #470634: readlines() on...
2001-10-12 Fred DrakeAdd entries for the newly split C API manual.
2001-10-12 Fred DrakeBreak the Python/C API manual into smaller files by...
2001-10-12 Guido van RossumPySocket_getaddrinfo(): fix two refcount bugs, both...
2001-10-12 Guido van RossumThe dynamic performance hack is (mostly) done.
2001-10-12 Guido van RossumSuggestion from SF patch #470433 to avoid clobbering...
2001-10-12 Guido van RossumNow that COPYBUF is a new local macro, add #undef COPYBUF.
2001-10-12 Jeremy HyltonProgress on SF bug #466175 and general cleanup.
2001-10-12 Tim PetersSF bug [#470040] ParseTuple t# vs subclasses.
2001-10-11 Martin v. LöwisPatch #469517: Info about rpcgen compilers.
2001-10-11 Guido van RossumAnother step in the right direction: when a new class...
2001-10-11 Tim PetersSF bug [#467145] Python 2.2a4 build problem on HPUX...
2001-10-11 Tim PetersSomebody checked in a version of httplib that doesn...
2001-10-11 Jeremy HyltonFix for SF buf #458835
2001-10-11 Jeremy HyltonUse PySocket_Err() instead of PyErr_SetFromErrno().
2001-10-11 Jeremy HyltonCommit parts of SF patch #462759
2001-10-11 Jeremy HyltonConvert socket methods to use METH_O and METH_NOARGS...
2001-10-11 Jeremy HyltonDocument that keyfile and certfile are now optional.
2001-10-11 Barry WarsawDescribe the HeaderParser class.
2001-10-11 Barry WarsawAdd a test for the HeaderParser class.
next