]> granicus.if.org Git - python/shortlog
python
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...
2002-05-08 Martin v. LöwisPatch #553277: Accept callbacks that are callable,...
2002-05-08 Martin v. LöwisPatch #553403: Fix typo.
2002-05-08 Martin v. LöwisPatch #551410: Implement tp_getiter.
2002-05-08 Martin v. LöwisPatch #552433: Special-case tuples. Avoid sub-type...
2002-05-08 Martin v. LöwisPatch #551011: Fix compilation problems with Cygwin.
2002-05-07 Jack JansenMore support for bridging between Python and CoreFounda...
2002-05-07 Jack JansenAdded pycfbridge.c
2002-05-07 Jack JansenAdded enumobject.c
2002-05-07 Andrew M. KuchlingMove 'Tips and Tricks' to be the last section
2002-05-07 Andrew M. KuchlingAdd section on Setup file
2002-05-07 Andrew M. KuchlingMore filling out
2002-05-07 Andrew M. KuchlingFix typos
2002-05-07 Jack JansenFixed a mistake on my part when regenerating: removed...
2002-05-06 Andrew M. KuchlingWrite two sections, and write some partial text for...
2002-05-06 Fred DrakeAdd a note explaining the interaction between unbuffere...
2002-05-06 Andrew M. KuchlingPrevent convert_path from crashing if the path is an...
2002-05-05 Jack JansenFirst steps towards a generalized converter of Python...
2002-05-05 Tim Petersrandom.gauss() uses a piece of hidden state used by...
2002-05-04 Martin v. LöwisRename posix_WCONTINUED to posix_WIFCONTINUED, call...
2002-05-04 Neil Schemenauer_PyGC_generation0 is now a pointer
2002-05-04 Neil SchemenauerMove all data for a single generation into a structure...
2002-05-03 Martin v. LöwisPatch #551093: Let cygwin default to --enable-shared.
2002-05-03 Fred DrakeIntegrated SF patch #539487 by Matthias Klose:
2002-05-02 Tim PetersBoost the list of stop words, by merging in the little...
2002-05-02 Fred DrakeUpdate the xrange object description to reflect the...
2002-05-02 Fred DrakeAdded notes related to the removal of deprecated featur...
2002-05-02 Fred DrakeAdded note about using the documentation build tools...
2002-05-02 Fred DrakeRemove the warning about the Cygwin directions not...
2002-05-02 Fred DrakeWork around limitation of Cygwin Perl: To avoid a...
2002-05-02 Martin v. LöwisIndicate delayed initialization of slots. Suggested...
next