]> granicus.if.org Git - python/shortlog
python
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...
2002-04-28 Tim Peters_PyObject_DebugCheckAddress(): If the leading pad...
2002-04-28 Tim PetersMoving pymalloc along.
2002-04-28 Tim Peters_PyObject_GC_New: Could call PyObject_INIT with a...
2002-04-27 Tim PetersRepair widespread misuse of _PyString_Resize. Since...
2002-04-27 Tim PetersSF patch 549375: Compromise PyUnicode_EncodeUTF8
2002-04-26 Tim PetersTeach the Windows build about the new enumobject.c...
2002-04-26 Fred DrakeSlightly expand and clarify the differences between...
2002-04-26 Fred DrakeBe more consistent, both internally and with recommende...
2002-04-26 Fred DrakeDocumentation for the enumerate() function/type.
2002-04-26 Guido van RossumClarify that the strip changes also apply to Unicode.
2002-04-26 Guido van Rossum- New builtin function enumerate(x), from PEP 279....
2002-04-26 Barry Warsaw(py-comint-output-filter-function): Put the pop-to...
2002-04-26 Guido van RossumPyNumber_CoerceEx: this took a shortcut (not doing...
2002-04-26 Fred DrakeClean up uses of some deprecated features.
2002-04-26 Neil SchemenauerIf Py_OptimizeFlag is false then always evaluate assert...
2002-04-26 Guido van RossumMake sure that tp_free frees the int the same way as...
2002-04-25 Barry WarsawFix typo in the setup of interpreter-mode-alist.
2002-04-25 Barry WarsawSF patch #510288 by Kevin J. Butler, mod'd by Barry...
2002-04-25 Guido van RossumClean up the layout of the bool_as_number struct initia...
2002-04-25 Barry Warsaw(py-execute-region): Alexander Schmolck points out...
2002-04-25 Thomas HellerPass the full pathname to MSVC when compiling a debug...
2002-04-25 Thomas HellerAppend the PC specific include 'PC' and library 'PCBuil...
2002-04-25 Thomas HellerFix trivial typo.
2002-04-25 Barry Warsaw(py-comint-output-filter-function): Add a pop-to-buffer...
2002-04-25 Barry Warsaw(py-shell-hook): A new hook variable, run at the end...
2002-04-24 Jack JansenRegenerated.
2002-04-24 Thomas HellerFix a small mistake and complete some function prototypes.
2002-04-24 Neil SchemenauerAdd more tests for abstract isinstance() and issubclass().
2002-04-23 Tim Peterstest_resource has no chance of running on Windows.
2002-04-23 Tim Peterstest_mmap started breaking on Windows, only when run...
2002-04-23 Barry WarsawUnit tests for the changes in abstract.c version 2...
2002-04-23 Jack JansenRegenerated.
2002-04-23 Barry Warsawabstract_get_bases(): Clarify exactly what the return...
2002-04-23 Jack JansenConverted to use re in stead of regex and regsub (final...
2002-04-23 Barry WarsawRewrote the PyUnit description so that it now recommend...
2002-04-23 Fred DrakeAdd text about circular references caused by storing...
2002-04-23 Jack JansenSecond part of fix for #493826: regenerated suite modul...
2002-04-23 Jack JansenFirst part of fix for #493826: if 'errn' key exists...
2002-04-23 Jeremy HyltonIgnore SIGXFSZ.
2002-04-23 Jeremy HyltonAdd tests for the recent resource module change.
2002-04-23 Jeremy HyltonCheck for overflow errors in setrlimit(),
2002-04-23 Fred DrakeMinor change to an index entry.
2002-04-23 Jeremy HyltonClarify return value of PyLong_AsLongLong().
2002-04-23 Jack JansenBackport of 1.6.4.2.2.3 from release22-maint branch.
2002-04-23 Jack JansenUpdated URL.
2002-04-23 Jack JansenBackport of select parts of release22-maint (up to...
2002-04-23 Barry WarsawWhitespace normalization. Unka Timmy would be proud.
2002-04-23 Fred DrakeClarify the return value of PyObject_IsInstance().
2002-04-23 Fred DrakeWCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED...
2002-04-23 Guido van RossumSF patch 546244 by John Williams: add Text.dump() method.
2002-04-23 Guido van RossumAdd warning about the HP PA-RISC 2.0 C compiler's optim...
2002-04-23 Jack JansenThere was a non-ascii character in the source. Replaced...
2002-04-23 Anthony Baxterwhitespace fixup. test__all__ and test_sundry were...
2002-04-23 Anthony Baxterdon't fail if the audio device is busy, just skip.
2002-04-23 Anthony BaxterSF patch [ 545523 ] patch for 514433 bsddb.dbopen...
next