]> granicus.if.org Git - python/shortlog
python
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...
2002-05-13 Michael W.... array_tounicode isn't defined in --disable-unicode...
2002-05-13 Michael W.... Make StringIO work in --disable-unicode builds...
2002-05-13 Walter DörwaldAdd #ifdef PY_USING_UNICODE sections, so that
2002-05-13 Raymond HettingerNoted SF patch 552452 adding degree/radian conversions...
2002-05-13 Raymond HettingerAdded degrees() and radians() to mathmodule. Closes...
2002-05-13 Raymond HettingerAdds tests for degrees() and radians() functions added...
2002-05-13 Raymond HettingerAdded degrees() and radians() to mathmodule. Closing...
2002-05-12 Jack Jansen- Better exception when a NULL CF object is encountered.
2002-05-12 Barry Warsaw(py-execute-region): Do the blank line skipping inside the
2002-05-12 Tim PetersSF bug 555042: zip() may trigger MemoryError.
2002-05-12 Raymond HettingerNoted change in ftplib 1.68 closing SF patch 553277.
2002-05-12 Raymond HettingerCloses SF patch 553277. Per GvR, reverting to original...
2002-05-12 Raymond HettingerCloses SF patch: 552468.
2002-05-11 Fred DrakeFix typo: ptread --> pthread
2002-05-10 Jack Jansen- Get data from CFData objects as Python strings and vv.
2002-05-10 Jeremy HyltonUse isinstance() in preference to comparison of type...
2002-05-10 Andrew M. KuchlingGive the enumerate() PEP a section of its own
2002-05-10 Greg Ward[from Oct 2000]
2002-05-10 Greg Ward[from Oct 2000]
2002-05-10 Greg Ward[from Oct 2000]
2002-05-10 Fred DrakeFix markup error that suppressed space.
2002-05-09 Andrew M. KuchlingFix typo
2002-05-08 Jack JansenFixed string and dict conversion, and implemented boole...
2002-05-08 Jack JansenPartial fix for string handling. Null byte TBD.
2002-05-08 Neil SchemenauerRemove news about PyMalloc_*. Do we need to say anythi...
2002-05-08 Andrew M. KuchlingUpdates and rewriting
2002-05-08 Martin v. LöwisPatch #553230: Create LIBDIR if necessary. Bugfix candi...
next