]> granicus.if.org Git - python/shortlog
python
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...
2002-05-02 Martin v. LöwisPatch #551008: DL_IMPORT PyBool_FromLong.
2002-05-02 Tim PetersPyObject_Realloc(): If a small block is shrinking...
2002-05-02 Martin v. LöwisPatch #551009: Initialize array type dynamically.
2002-05-02 Fred DrakeRemove old deprecated features from the xrange object.
2002-05-02 Fred DrakeRemove all tests that rely on deprecated-in-2.2 feature...
2002-05-02 Fred DrakeMany minor markup adjustments for consistency.
2002-05-02 Fred DrakeRemove extra period produced by previous change.
2002-05-02 Martin v. LöwisPatch 550804: Make os.environ.copy() return a copy.
2002-05-02 Fred DrakeAdded regression tests for xrange object attributes.
2002-05-02 Fred DrakeFix attribute access for the xrange objects. The tp_ge...
2002-05-02 Andrew M. KuchlingCorrect Moshe's e-mail address
2002-05-02 Andrew M. KuchlingNote that NameError's message also changed in 2.0
2002-05-02 Andrew M. KuchlingMessage for NameError has changed
2002-05-02 Skip Montanaroclarify message when raising TypeError to indicate...
2002-05-02 Martin v. LöwisGuard gettext and friends with HAVE_LIBINTL_H. Fixes...
2002-05-02 Fred DrakeCorrect information on support for repietition & concat...
2002-05-02 Fred DrakeBuffer-object repitition and concatenation has worked...
2002-05-01 Fred DrakeAdded some notes on setting up the documentation tools...
2002-05-01 Fred DrakeAdded more style for major warnings.
2002-05-01 Fred DrakePickler_clear_memo(): convert to METH_NOARGS.
2002-05-01 Fred DrakeAdd Pickler.clear_memo() so the pickle and cPickle...
2002-05-01 Fred Drakelist_documented_items(): Basic implementation.
2002-05-01 Fred DrakeExplain what os.read() returns at end of file.
2002-05-01 Fred DrakeAdd missing right-parenthesis.
2002-04-30 Barry WarsawWatch out for older XEmacsen for which requiring info...
2002-04-30 Skip Montanaromoved from Tools/scripts (was only at rev 1.1 - no...
2002-04-30 Skip Montanaromoving into the Doc/tools directory
2002-04-30 Fred DrakeAdd a note about when the "%r" formatting code was...
2002-04-30 Andrew MacIntyreadd enumobject.c to build machinery
2002-04-30 Andrew MacIntyreFred's recent changes to support "-u all" resulted...
2002-04-30 Andrew MacIntyreadd enumobject.c to build machinery
2002-04-30 Fred DrakeAdded a missing "|" in the grammar productions used...
2002-04-29 Tim Petersbuiltin_zip(): Take a good guess at how big the result...
2002-04-29 Thomas HellerTypo: whcar_t should be wchar_t.
2002-04-29 Andrew M. KuchlingAdd some items, and remove a note to myself
2002-04-29 Fred DrakeSmall markup adjustments for consistency.
2002-04-29 Guido van RossumSee discussion at SF bug 547537.
2002-04-29 Tim PetersMostly in SequenceMatcher.{__chain_b, find_longest_match}:
2002-04-28 Tim PetersJust added comments, and cleared some XXX questions...
next