]> granicus.if.org Git - python/shortlog
python
2002-05-27 Steven M. GavaGeiger Ho's patch for better subclassing
2002-05-27 Andrew M. KuchlingRearrange paragraph
2002-05-27 Michael W.... This is patch
2002-05-27 Michael W.... Silly typo.
2002-05-27 Guido van RossumUse self.__class__ to instantiate a TreeNode item recur...
2002-05-26 Chui TeyGvR's rpc patch
2002-05-25 Fred DrakeDefine the "all" target more reasonably, but retain...
2002-05-24 Guido van RossumFix for SF bug 551412. When _PyType_Lookup() is called...
2002-05-24 Andrew M. KuchlingMention math.degrees() and math.radians()
2002-05-24 Guido van Rossum- A new type object, 'string', is added. This is a...
2002-05-24 Guido van RossumAdd a safeguard against setting the class to something...
2002-05-24 Guido van RossumDon't require Unicode support.
2002-05-24 Andrew M. KuchlingMove really open-ended XXX items into comments
2002-05-24 Guido van RossumDisambiguate the grammar for backtick.
2002-05-24 Guido van RossumAdd missing \ to macro definition only used when univer...
2002-05-23 Raymond HettingerWhitespace normalized.
2002-05-23 Jack JansenAllow the shared library initialization routine to...
2002-05-23 Jack JansenAdded missing dirs to LIBSUBDIRS, and reformatted it...
2002-05-23 Fred DrakeMarkup adjustments; fix the names of modules referenced...
2002-05-23 Tim PetersJohn Aycock correctly pointed out that the grammar for
2002-05-23 Raymond HettingerDeprecated Random.cunifvariate clearing bug 506647...
2002-05-23 Barry Warsaw(py-goto-statement-below): Watch out for landing in...
2002-05-23 Fred DrakeAdded missing dependency on the refcount data file.
2002-05-23 Tim PetersLink with the right C library! This has always been...
2002-05-23 Fred DrakeUse Perl function prototypes to help avoid definition...
2002-05-23 Fred DrakeAdd refcount information for PySequence_ITEM().
2002-05-23 Fred DrakeAdd version annotation for PySequence_ITEM().
2002-05-23 Tim PetersUse function instead of macro spellings for PyObject_me...
2002-05-23 Tim PetersWhitespace normalization.
2002-05-23 Tim PetersWhitespace normalization.
2002-05-23 Barry Warsawparseaddr(): Fixed in the same way that Message.getaddr...
2002-05-23 Skip Montanaroforce gzip module to open files using 'b'inary mode.
2002-05-22 Neal NorwitzCloses: #556025 seg fault when doing list(xrange(1e9))
2002-05-22 Fred DrakeRemove spurious "()" from the __str__() description.
2002-05-22 Barry WarsawJack's documentation for the U mode character on the...
2002-05-22 Barry Warsawfile_doc: Add some description of the U mode character...
2002-05-22 Jason TishlerPatch #491107: Cygwin setup.py import workaround patch
2002-05-22 Jack JansenRegenerated from new Universal Headers.
2002-05-22 Jack JansenAllow the script to have not only a TEXT filetype but...
2002-05-22 Jack JansenReplaced lots of PyMem_DEL() calls with PyObject_DEL().
2002-05-22 Jack JansenEnable WITH_PYMALLOC.
2002-05-22 Jack JansenAdded 2 more addresses to send release notifications to.
2002-05-22 Fred DrakeAdded a version annotation for StringTypes.
2002-05-22 Barry WarsawBump to version 2.0.4
2002-05-22 Barry Warsawgetaddresses(): Like the change in rfc822.py, this...
2002-05-22 Barry WarsawMinor typo: Message.getall() -> Message.get_all()
2002-05-21 Skip Montanaroadd BooleanType
2002-05-21 Guido van RossumIn both spilldata() functions, pretend that the docstri...
2002-05-21 Barry WarsawMessage.getaddrlist(): Use the AddressList.addresslist...
2002-05-21 Raymond HettingerPatch 543387. Document deprecation of complex %, ...
2002-05-21 Raymond HettingerPatch 533291. Deprecate None return form of __reduce__.
2002-05-21 Raymond HettingerPatch 543222. Disable script bindings in shell window.
2002-05-21 Fred DrakeAdd additional comments on the use of \deprecated.
2002-05-21 Neil SchemenauerAdd IS_TRACKED and IS_MOVED macros. This makes the...
2002-05-21 Raymond HettingerPatch 549187. Improve string formatting error message.
2002-05-21 Fred DrakeAdd availability information for a couple of the types...
2002-05-21 Guido van RossumAnother one.
2002-05-21 Raymond HettingerPatches 558535. The standard Windows binding for Edit...
2002-05-21 Fred DrakeMunge the RCS keywords to avoid updates, so the version...
2002-05-20 Michael W.... Use types.StringTypes instead of explicit (str, unicode...
2002-05-20 Michael W.... Guess what? --disable-unicode proofing.
2002-05-20 Michael W.... More --disable-unicode stuff.
2002-05-20 Michael W.... Use types.StringTypes instead of (types.StringType...
2002-05-20 Michael W.... tolerate --disable-unicode...
2002-05-20 Michael W.... More mindless --disable-unicode proofing.
2002-05-20 Michael W.... easy --disable-unicode proofing.
2002-05-20 Michael W.... Fix for
2002-05-20 Barry WarsawAdd a bit of news about the email package fixes.
2002-05-19 Barry WarsawA test message w/ CRLF line endings
2002-05-19 Barry WarsawAdd two new tests of recent email package fixes: CRLF...
2002-05-19 Barry WarsawI've thought about it some more, and I believe it is...
2002-05-19 Barry WarsawFixed a bug in the splitting of lines, and improved...
2002-05-19 Barry WarsawComplete a merge of the mimelib project and the Python...
2002-05-18 Raymond HettingerAdded Mitchell Surface's regression tests for base64...
2002-05-16 Guido van RossumTypo.
2002-05-16 Fred DrakeFix broken reference, minor clarification.
2002-05-16 Fred DrakeTypo: build -> built
2002-05-16 Raymond HettingerAdded (with GvR's endorsement) Matthew Dixon Cowles
2002-05-16 Raymond HettingerPatch 547037. Corrected documentation to match
2002-05-15 Martin v. LöwisBack out #555929
2002-05-15 Raymond HettingerAdded missing index entries for mapping methods. Close...
2002-05-15 Michael W.... This is patch
2002-05-15 Jason TishlerPatch #555929: Cygwin AH_BOTTOM cleanup patch
2002-05-15 Jason TishlerPatch #553678: Cygwin Makefile.pre.in vestige patch
2002-05-15 Raymond HettingerAdded docstrings excerpted from Python Library Reference.
2002-05-14 Chui TeyFixed bug: Split RPC message into two parts instead...
2002-05-14 Fred DrakeMinor wording changes, plus correct a typo.
2002-05-14 Fred DrakeSimplify code to remove an unnecessary test.
2002-05-14 Guido van RossumUse spaces, not tabs for indents.
2002-05-14 Raymond HettingerAdded tests for new degree/radian conversions.
2002-05-14 Raymond HettingerCloses patch 529408 deprecating random.stdgamma().
2002-05-14 Barry Warsawsmtp_RCPT(): Removed a somewhat embarrassing debugging...
2002-05-13 Raymond HettingerCloses SF bug 527139. Brings docs inline with random...
2002-05-13 Raymond HettingerCloses SF bug 527139. Moved temp variables inside...
2002-05-13 Raymond HettingerCorrect gammavariate's method name and domain.
2002-05-13 Jack JansenAdded typechecking to the individual python->CF convert...
2002-05-13 Jack JansenAdded CFPreferences support. Added these as functions...
2002-05-13 Guido van RossumJim Fulton reported a segfault in dir(). A heavily...
2002-05-13 Guido van RossumSF 554663. Add OpenBSD3. Bugfix candidate if anyone...
2002-05-13 Guido van RossumSF 554073. Fix typo in error reporting of unrecognized...
next